body{
  color: #333333;
  font-size: 16px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: 'Lato', sans-serif !important;
}
a {
    color: #00539a;
    text-decoration: none;
    background-color: transparent;
}
.btn-outline-primary {
    color: #00539a;
    border-color: #00539a;
    border-radius: 0;
    min-width: 150px;
}
.btn-outline-primary:hover {
    background-color: #00539a;
    color:#fff;
}
.btn-primary {
    color: #fff;
    background-color: #00539a;
    border-color: #00539a;
    border-radius: 0;
    min-width: 150px;
}
img{
  max-width: 100%;
}
.half-size{
  width: 50%;
}
main{
  margin-top: 40px;
}
.w-98{
  max-width: 98%;
}
.w-80{
  max-width: 80%;
}
.font-25{
  font-size: 20px;
}
.border-top{
  border-top: 1px solid #adadad !important;
}

.mb-1{
  margin-bottom: 1rem !important;
}
.mb-2{
  margin-bottom: 2rem !important;
}
.mb-3{
  margin-bottom: 3rem !important;
}
.mb-4{
  margin-bottom: 4rem !important;
}
.mb-5{
  margin-bottom: 5rem !important;
}
.mb-6{
  margin-bottom: 6rem !important;
}
.mb-7{
  margin-bottom: 7rem !important;
}
.mb-8{
  margin-bottom: 8rem !important;
}
.mb-9{
  margin-bottom: 9rem !important;
}
.mt-1{
  margin-top: 1rem !important;
}
.mt-2{
  margin-top: 2rem !important;
}
.mt-3{
  margin-top: 3rem !important;
}
.mt-4{
  margin-top: 4rem !important;
}
.mt-5{
  margin-top: 5rem !important;
}
.mt-6{
  margin-top: 6rem !important;
}
.mt-7{
  margin-top: 7rem !important;
}
.mt-8{
  margin-top: 8rem !important;
}
.mt-9{
  margin-top: 9rem !important;
}
.mt-10{
  margin-top: 10rem !important;
}
.mt-11{
  margin-top: 11rem !important;
}
.mt-12{
  margin-top: 12rem !important;
}
.pt-1{
  padding-top: 1rem !important;
}
.pt-2{
  padding-top: 2rem !important;
}
.pt-3{
  padding-top: 3rem !important;
}
.pt-4{
  padding-top: 4rem !important;
}
.pb-1{
  padding-bottom: 1rem !important;
}
.pb-2{
  padding-bottom: 2rem !important;
}
.pb-3{
  padding-bottom: 3rem !important;
}
.pb-4{
  padding-bottom: 4rem !important;
}
.pb-5{
  padding-bottom: 5rem !important;
}
.pb-6{
  padding-bottom: 6rem !important;
}
.pb-7{
  padding-bottom: 7rem !important;
}
.pb-8{
  padding-bottom: 8rem !important;
}
.pb-9{
  padding-bottom: 9rem !important;
}
.text-decoration{
  text-decoration: underline;
}
ol{
  line-height: 2rem;
}
.minus{
  margin-top: -25px;
}

.custom-nav{
  padding: 17px;
  background-color: #fff;
}

.nav-link {
    display: block;
    padding: 0;
}
.nav-item{
  margin-left: 15px;
  margin-right: 15px;
}

a.nav-link {
  color: #3a3a3a !important;
  text-transform: uppercase;
  padding-bottom: 10px;
}
li.active a{
  border-bottom: 1px solid #00539a;
}
.carousel-indicators li.active a{
  border-bottom: none;
  color: #fff;
  display: block;
}
.carousel-indicators li a{
  border-bottom: none;
  color: #fff;
  display: block;
  margin-top: 15px;
}
.carousel-indicators li a i{
  margin-left: 10px;
}
.carousel {
    width: 97%;
    margin: 0 auto;
}
.carousel-indicators {
    bottom: -140px
}
.carousel-indicators li {
    padding-top: 5rem;
    width: 380px;
    height: 120px;
    margin-right: 0px;
    margin-left: 0px;
    text-indent: inherit;
    cursor: pointer;
    background-color: #00539a;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    text-align: center;
}
.carousel-indicators li.active {
  background-color: #0176da;
}
.carousel-item {
    height: 40rem;
}
.carousel-caption {
    top: 35%;
    z-index: 10;
    text-align: center;
}
.carousel-item > img {
    height: 40rem;
}
.featurette-heading {
    margin-bottom: 1rem;
}
.order-md-2{
  padding-left: 5rem;
}
.drop-shadow{
  -webkit-box-shadow: 10px 2px 48px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 10px 2px 48px 0px rgba(0,0,0,0.15);
  box-shadow: 10px 2px 48px 0px rgba(0,0,0,0.15);
  object-fit: cover;
  }
.col-md-7{
  padding-left: 0;
  padding-right: 0;
}
.full-width-section{
  background-image: url(../images/full-image-lei700-plus.jpg);
  background-size: cover;
  height: 625px;
}
.box-containers{
  padding: 4rem;
  background-color: #fff;
}
.box-containers h2{
  font-size: 30px;
  margin-left: 1.3rem;
}
.box-containers p,
.box-containers a{
  text-align: center;
  display: block;
}
footer{
  border-top: 8px solid #0176da;
  background-color: #eeeeee;
}
footer h5{
  margin-bottom: 1rem;
}
footer p{
  margin-bottom: .5rem;
}
footer .copy{
  font-size: 14px;
  padding-top: .5rem !important;
}
.breadcrumb{
  margin-top: 6.4rem;
  background-color: #00539a;
  color: #fff;
}
.breadcrumb a{
  color: #fff;
}
.bg-grey{
  background-color: #f8f8f8;
}
.removePaddings{
  padding-right: 0;
  padding-left: 0;
}
#success_message{
  display: none;
  width:100%;
  height:510px;
}
#error_message{
  height: auto;
}
#success_message h2{
  color:#ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 500px;
}
#error_message h4{
  display: none;
  color:#ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 100px;
}
.contact-form-2{
  background-color: #f8f8f8;
}
.contact-form-2 label.small-font{
  color: #848484;
  font-size: 14px;
  margin-left: 5px;
}
.form-check-input {
    position: relative;
    margin-top: .3rem;
    margin-left: 0;
}
.form-control{
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
}
.error {
  color: red;
  font-weight: 400;
  display: inline-block;
  padding: 6px 0;
  font-size: 14px;
}

.form-check-input.error{
  display: inline-block;
}
.form-check-input.error,
.form-control.error {
  border-color: red;
  padding: .375rem .75rem;
}
a h4{
  color: #333333;
}
.map-evend{
  text-align: center;
  position: relative;
}

.map-evend .box {
  text-align: left;
    position: absolute;
    background-color: #fff;
    padding: 30px;
    top: 25%;
    left: 25%;
    width: 250px;
    height: 300px;
    -webkit-box-shadow: 0px -1px 26px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px -1px 26px 0px rgba(0,0,0,0.46);
    box-shadow: 0px -1px 26px 0px rgba(0,0,0,0.46);
}
.icon{
  background-color: #00539a;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;

}
.icon i{
  color: #fff;
  line-height: 48px;
}
.icon-text{
  display: inline-block;
  margin-left: 15px;
  top: 12px;
  position: relative;
}
.icon-text .title{
  color: #333333;
}
.icon-text .text{
  color: #6e6e6e;
}
.product-description h4{
  float: left;
}
.product-description button{
  float: right;
}
hr.separator {
    margin-top: 3rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.related .product-description h4{
  font-size: 1.3rem;
  line-height: normal;
}
@media (min-width: 62em){
  .featurette-heading {
      margin-top: 4rem;
  }
}

@media (min-width: 40em){
  .featurette-heading {
      font-size: 2rem;
  }
}
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
    color: #3a3a3a;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #3a3a3a;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.navbar-default .navbar-nav .nav-link {
    color: #3a3a3a;
}
.navbar-default .navbar-nav .nav-link:hover {
    color: #3a3a3a;
}
.dropdown-item {
    text-transform: uppercase;
}
@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}
@media (max-width: 768px) {
  .nav-item {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.navbar-collapse {
  width: 100%;
}
.navbar-toggler {
    border: none;
  }
  .carousel {
    width: 100%;
  }
  .breadcrumb {
    margin-top: 5.2rem;
    padding-top: 25px;
  }
  .container, .container-md, .container-sm {
    max-width: 740px;
  }
  .full{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bg-grey {
    padding-bottom: 2rem;
  }
  .container.mt-5{
    margin-top: 2rem !important;
  }
  .navbar-light .navbar-nav .nav-link {
    white-space: nowrap;
    font-size: .85rem;
}
.dropdown-menu#leftMinor {
    left: -230px;
  }
}
@media (max-width: 500px) {
  .carousel-indicators{
    display: none;
  }
  .carousel-item > img {
      height: 15rem;
  }
  .carousel-caption {
    top: 10%;
  }
  .carousel {
    max-height: 6rem;
  }
  .featurette > div{
    text-align: center;
    margin-bottom: 2rem;
    padding-left: 0;
  }
  .featurette p{
    width: 100%;
    max-width: 96%;
    margin: 0 auto 20px;
  }
    .marketing .featurette h2 {
    margin: 0 auto 3rem;
}
  .marketing h2 {
    margin: 3rem auto 3rem;
}
.box-containers {
    padding: 2rem;
    background-color: #fff;
    text-align: center;
}
.box-containers.mt-9 {
  margin-top: 15rem !important;
}
.footer-logo,
.copy{
  text-align: center !important;
}
.bg-grey {
    padding-bottom: 2rem;
}
.font-25 {
    font-size: 20px;
}
.product-description{
  margin-bottom: 2rem;
  overflow: auto;
}
.product-description h4{
  font-size: 1.2rem;
}
.breadcrumb {
    margin-top: 5.5rem;
  }
  .icon{
    margin-bottom: 3rem;
  }
}
