nav {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    color: #9e9e9e;
    font-weight: 700;
    font-size: 35px;
}

p {
    font-family: 'Lato', sans-serif;
    color: #9e9e9e;
    text-align: justify;
    line-height: 1.6em;
}

input {
    width: 100%;
    border: none;
    background-color: #d6d6d6;
    padding: 12px 18px;
    color: #5f5f5f;
}

textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
    border: none;
    background-color: #d6d6d6;
    padding: 12px 18px;
    color: #5f5f5f;
}

button:focus {
    outline:0;
}

.scroll-pane {
   height: auto;
   max-height: 440px;
}

#main-carousel {
   background: url('../images/slider_bg.png') no-repeat top left;
   background-size: 100%;
}

.owl-pagination {
   margin-top: -80px;
   z-index: 20000;
   position: relative;
}

#main-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-theme .owl-controls .owl-page span {
   border-radius: 0 !important;
   background-color: rgb(81, 175, 219) !important;
}

.submitBtnBorder {
    background: -webkit-linear-gradient(left, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -o-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -moz-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: linear-gradient(to right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    padding: 3px;
    display: inline-block;
    cursor: pointer;
    float: right;
}

.magicInputBorder {
  background: -webkit-linear-gradient(left, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
  background: -o-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
  background: -moz-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
  background: linear-gradient(to right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
  padding: 3px;
  display: inline-block;
  float: right;
  width: 100%;
}

.magicInput {
  background-color: white;
}

.magicInput::-webkit-input-placeholder,
.magicInput:-moz-placeholder,
.magicInput::-moz-placeholder,
.magicInput:-ms-input-placeholder {
  font-style: italic;
  color: #dbdbdb;
}

.magicInput:focus {
  outline: none;
}

.magicInputBackground {
  background: rgba(255, 255, 255, 1);
  padding: 4px 0px;
}

.submitBtnBorder {
    background: -webkit-linear-gradient(left, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -o-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -moz-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: linear-gradient(to right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
}

.submitBtn {
    border: none;
    text-transform: uppercase;
    line-height: 35px;
    padding: 0 20px;
}

.magic-font-button:hover {
   background: -webkit-linear-gradient(left, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
   background: -o-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
   background: -moz-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
   background: linear-gradient(to right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
   opacity: 1 !important;
   color: white !important;
   text-shadow: none !important;
}

.magic-font-button:hover:before {
   display: none !important;
}

.magic-font-old {
    background: -webkit-linear-gradient(left, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -o-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -moz-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: linear-gradient(to right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    font-style: italic;
    font-weight: 600;
    font-size: 1.3em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-underscore {
    height: 6px;
    background: -webkit-linear-gradient(left, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -o-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -moz-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: linear-gradient(to right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    margin-top: 20px;
}

/*
.container-left-spacer:before {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #e3e3e3;
    height: 300px;
    left: 30px;
    top: 5px;
}
*/

/* MENU -> WHITE TOP BAR */
.info-block {
    background-color: white;
    border-bottom: 2px solid #9e9e9e;
    color: #9e9e9e;
    line-height: 35px;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 35px;
    width: 100%;
}

.info-block .left-block {
    float: left;
}

.info-block .right-block {
    float: right;
}

.info-block .left-block .fake-block {
    display: inline-block;
    text-align: left;
    padding: 0 20px 0 30px;
    margin: 0;
}

.info-block .right-block ul {
    padding-right: 30px;
}

.info-block .right-block ul li {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    line-height: inherit;
    padding: 0 6px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    min-width: 32px;
}

.info-block .right-block ul li.active {
    color: white;
    font-weight: 600;
    background-color: #9e9e9e;
    pointer-events: none;
    cursor: default;
}

.info-block .right-block ul li:hover {
    color: white;
    font-weight: 600;
    background-color: #9e9e9e;
}
/* MENU -> WHITE TOP BAR END */


/* MENU -> MENU */
.desktopNav {
    display: block;
}

.menu-block {
    height: 60px;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(81, 175, 219, 0.85) 0%, rgba(127, 198, 188, 0.85) 50%, rgba(181, 230, 85, 0.85) 100%);
    background: -o-linear-gradient(right, rgba(81, 175, 219, 0.85) 0%, rgba(127, 198, 188, 0.85) 50%, rgba(181, 230, 85, 0.85) 100%);
    background: -moz-linear-gradient(right, rgba(81, 175, 219, 0.85) 0%, rgba(127, 198, 188, 0.85) 50%, rgba(181, 230, 85, 0.85) 100%);
    background: linear-gradient(to right, rgba(81, 175, 219, 0.85) 0%, rgba(127, 198, 188, 0.85) 50%, rgba(181, 230, 85, 0.85) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.menu-block div ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.menu-block div ul li {
    display: inline-block;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    font-weight: 600;
}

.menu-block div ul li:hover {
    color: rgba(0, 0, 0, 0.75);
    font-weight: bold;
    border-bottom: 3px solid rgb(43, 43, 43);
}

.menu-block div ul li:first-of-type:hover {
   border-bottom: none;
}

.menu-block div ul li.active {
    color: rgba(0, 0, 0, 0.75);
    font-weight: bold;
    border-bottom: 3px solid rgb(43, 43, 43);
}

.menu-block div ul li a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0 15px;
}
/* MENU -> MENU END */

/* MOBILE MENU */
.mobileNav {
    display: none;
}

.mobile-menu-block {
    height: auto !important;
}

.mobile-menu-block ul {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
    max-height: 0;
}

.mobile-menu-block ul.active {
    max-height: 100vh;
}

.mobile-menu-block ul li {
    list-style: none;
    font-size: 1.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.mobile-menu-block ul li a {
    display: block;
    padding: 0 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
}
/* MOBILE MENU -> END */


.about-container {
    background: url(../images/about_bg2.jpg) no-repeat top right, white;
    min-height: 1055px;
    /*margin-top: -550px;*/
    margin-top: -550px;
    padding-bottom: 80px;
    overflow: hidden;
}

.clear-both:after {
    clear: both;
}

.offer-container {
    background: url(../images/offer_bg.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 0 120px;
}

.offer-container div {
    text-align: center;
}

.offer-menu-btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 10px 15px;
    background-color: transparent;
    color: #9e9e9e;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
}

.offer-menu-btn.active {
    font-weight: 700;
    background: -webkit-linear-gradient(left, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -o-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -moz-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: linear-gradient(to right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    color: white;
}

.mobileMapBtn {
    background: -webkit-linear-gradient(left, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -o-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -moz-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: linear-gradient(to right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3em;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    margin: 20px 0;
}

.offer-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 5px;
}

.hideMobile {
    display: block;
}

.hideDesctop {
    display: none;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.item_table tbody tr th {
  border-width: 0px 2px 2px 0;
  border-style: solid;
  border-color: #51afdb;
  width: 44%;
  padding: 8px 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.item_table tbody tr td {
  border-width: 0px 0px 2px 0;
  border-style: solid;
  border-color: #b5e655;
  padding: 8px 15px;
  color: #9e9e9e;
  width: 55%;
  font-weight: bold;
}

.item_table tbody tr:last-of-type th,
.item_table tbody tr:last-of-type td {
  border-bottom: none;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    position: absolute;
    left: 150px;
    z-index: 1000;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#target {
    width: 345px;
}

.offer-item-container {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1000000;
  align-items: center;
  justify-content: center;
}

.offer-item-container.profuct_info_active {
  display: flex !important;
}

.item-info-container {
  background-color: white;
  width: 100%;
  padding: 40px 0;
}

.pagination>li>a,
.pagination>li>span {
    background-color: transparent;
    border: none;

    background: -webkit-linear-gradient(left, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -o-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: -moz-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    background: linear-gradient(to right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: transparent;
    border: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: transparent;
    border: none;
    font-weight: bold;
    color: inherit;
    font-size: 1.5em;
    margin-top: -5px;
}

.faq_background {
  background: url(../images/faq_background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 140px 0 80px;
}

.errorInput {
   background-color: rgba(210, 1, 1, 0.6);
   color: white;
}

.magicInputBackground h6 {
   padding: 6px 18px;
   color: #5f5f5f;
   cursor: pointer;
}

.magicSeparatorLine {
   background: -webkit-linear-gradient(left, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
   background: -o-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
   background: -moz-linear-gradient(right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
   background: linear-gradient(to right, rgb(81, 175, 219) 0%, rgb(127, 198, 188) 50%, rgb(181, 230, 85) 100%);
   height: 2px; width: 35%;
   margin: 0 0 15px -20px;;
}

.magicInputBackground h6:after {
   position: absolute;
   top: 25px;
   right: 30px;
   content: '';
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 8px solid rgb(81, 175, 219);
}

.magicInputBackground.active h6:after {
   transform: rotate(180deg);
}

.dropDownFaqContent {
   transition: all .6s ease-in-out;
   height: auto;
   max-height: 0px;
   overflow: hidden;
   padding: 0px 20px 0 4%;
}

.dropDownFaqContent.active {
   max-height: 400px !important;
}

.special-service-header {
   line-height: 70px;
}

/* MOBILE */
@media (max-width: 1050px) {
    .special-service-header {
       line-height: 1em !important;
    }

    .hideMobile {
      display: none !important;
    }

    .hideDesctop {
      display: block !important;
    }

    .mobileNav {
        display: block !important;
    }

    .desktopNav {
        display: none !important;
    }

    .about-container {
        background: white;
        height: auto;
        min-height: 0;
        margin-top: 0;
        padding-bottom: 30px;
    }

    .about-container .container {
        /*margin-top: 170px !important;*/
        margin-top: 170px !important;
    }

    #main-carousel {
      display: none !important;
   }

    .slider-container {
        display: none;
    }

    .container-left-spacer {
        padding: 0 20px !important;
    }

    .container-left-spacer div {
        margin: 0 !important;
    }

    .container-left-spacer div div {
        padding: 0 !important;
        margin: 0 0 8px !important;
    }

    .container-left-spacer div div.submitBtnBackground {
        padding: 6px 16px !important;
        margin: 0 !important;
    }

    .container-left-spacer:before {
        display: none;
    }

    .offer-item-container {
        position: fixed;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        overflow: scroll;
        left: 0;
        z-index: 10000;
        top: 0;
        align-items: flex-start;
        justify-content: top;
        height: 100%;
    }

    .item-info-container>.container {
        padding-top: 5px;
    }

    .item-info-container>.container>div {
        padding: 0 !important;
    }

    .mobileSubmitBtnBorder {
        position: fixed;
        z-index: 1001000;
        bottom: 10px;
        right: 10px;
    }
}
