
/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.99px) {
    html {
        font-size: 14px;
    }
}


/*Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.99px) {
    html {
        font-size: 12px;
    }
}



 /*NAV*/

.bg-light {
    background-color: #fff!important;
}

.navbar {
    padding: 2rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.navbar.scrolled {
    padding: 1rem 2rem;
}

.hvr-underline-reveal:before {
    background: #005e8f;
    height: 2px;
}

.navbar-expand-lg .navbar-nav li {
    padding-left: 2rem;
    padding-right: 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #2f2912;
}

.navbar-expand-lg .navbar-nav .active .hvr-underline-reveal:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 1199.99px) {
    .navbar-expand-lg .navbar-nav li {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

@media (max-width: 991.99px) {
    .navbar-collapse {
        text-align: center;
    }
}




/* find */

.custom-select select,
.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.select-items div,
.select-selected {
    border: .0625em solid transparent;
    color: #272e36;
    cursor: pointer;
    padding: .5em 1em
}

.select-items,
.select-selected:after {
    position: absolute
}

.select-items,
.select-selected {
    background-color: #e6e7e8
}

.custom-select {
    background: 0 0;
    border: none;
    padding: 0;
    position: relative
}

.select-items {
    left: 0;
    right: 0;
    /*top: 100%;*/
    z-index: 99
}

.select-selected:after {
    border: .375em solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    right: .625em;
    top: .5em;
    width: 0
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #272e36;
    top: 0
}

#find .col-12>h3 {
    font-size: 2em;
    font-weight: 700;
    margin: auto auto 1em
}

#find .custom-select {
    font-size: 1.625em;
    font-weight: 300
}

#find>.row {
    padding: 0 0 0 1.0625em
}

#find {
    margin: 6.25em auto 4.625em;
    padding: .6875em 0 .9375em
}


/* single top */

#single-top-bottom-mid,
#single-top-bottom-right,
.blue-line,
.single-background {
    height: calc(100% - 4px);
}

.slick-next,
.slick-next:hover,
.slick-prev,
.slick-prev:hover {
    height: 2.875em;
    z-index: 1
}

#single-top-bottom,
.blue-line,
.single-slick-item-price {
    background: #005e8f
}

.single-background,
.single-background>div,
.single-slick-item-price {
    position: absolute
}

#single-top-bottom i,
#single-top-bottom-left,
.single-slick-item-price {
    color: #fff
}

#single-top-bottom-left,
#single-top-bottom-mid,
#single-top-bottom-right {
    align-items: center;
    display: flex
}

#single-top-bottom,
#single-top-bottom-mid,
#single-top-bottom-right {
    height: 7em
}

.single-background,
.single-background>div {
    height: calc(100% - 4px);
}

.single-background>div,
.single-slick-item-price {
    right: 0
}

.single-description,
.single-postal-code {
    font-weight: 300
}

.single-postal-code,
.single-right>a {
    color: #2f2912
}

.single-slick-item-price,
.single-title {
    font-weight: 700
}

#single-top,
.single-slick-item {
    position: relative
}

.single-title,
.slick-arrow::before {
    color: #005e8f
}

.slick-next,
.slick-next:hover {
    background: url(img/greater-than_sign.png);
    right: 1.875em;
    width: 1.875em
}

.slick-next::before,
.slick-prev::before {
    content: ""
}

.slick-prev,
.slick-prev:hover {
    background: url(img/less-than_sign.png);
    left: 1.875em;
    width: 1.9375em
}

#single-top .tel,
#single-top-bottom i {
    font-size: 2rem
}

#single-top-bottom-mid,
#single-top-bottom-right {
    justify-content: center;
    max-width: 7em
}

.blue-line {
    height: .25em;
    max-width: 6.9375em
}

.single-background>div {
    /*background: #e6e7e8;*/
    width: 65%
}

.single-background {
    z-index: -1
}

.single-description>strong {
    font-weight: 500
}

.single-description {
    font-size: 1.125em
}

.single-postal-code {
    font-size: 1.667em
}

.single-slick-item-price {
    box-sizing: border-box;
    font-size: 1.875em;
    padding: .5rem 1rem;
    top: 0;
    transition: .4s ease-in-out
}

.single-slick-item {
    padding: 0 .125em
}

.single-slick-nav {
    max-width: 41.5em;
        background-color: #ffffff;
}

.single-title {
    font-size: 2.222em
}

#single-top .single-background {
    margin: -8rem 0 0
}

#single-top-bottom-left {
    font-size: 1.5em;
    max-width: 17.625em;
    padding: 2%;
    width: auto
}

#single-top-bottom-mid {
    background: #065882;
    margin: 0 0 0 auto
}

#single-top-bottom-right {
    background: #044f76
}

#single-top-bottom {
    max-width: 41.625em
}

.single-top-slick-nav .single-slick-item-price {
    font-size: .8125em;
    right: .125em
}

.single-top-slick-nav .single-slick-item {
    max-width: 11.25em
}

#single-top {
    overflow: hidden;
    padding: 8.9375rem 0 0
}

@media (max-width:99em) {
    .single-description.single-right {
        padding: 0 0 0 2%
    }
}

@media (max-width:83em) {
    .single-description.single-right {
        padding: 0 0 0 4%
    }
    #single-top-bottom-left {
        max-width: 100%;
        width: 100%
    }
    #single-top-bottom-mid {
        margin: 0
    }
}

@media (max-width:76em) {
    #single-top-bottom {
        height: auto
    }
}

@media (max-width:62em) {
    .single-description.single-right {
        padding: 2%
    }
}

@media (max-width:61.9375em) {
    .single-background {
        display: none
    }
    #single-top {
        background: #e6e7e8;
        padding: 12% 0 0
    }
}

@media (max-width:48em) {
    #single-top-bottom,
    #single-top-bottom-left,
    .single-slick-nav,
    div>.single-slick {
        max-width: 100%
    }
    #single-top-bottom,
    #single-top-bottom-left,
    .single-slick-nav .slick-slide {
        display: flex;
        justify-content: center
    }
    #single-top-bottom,
    #single-top-bottom-left {
        text-align: center
    }
}

@media (max-width:47.9375em) {
    .single-description {
        text-align: center
    }
}

@media (max-width:25em) {
    .single-top-slick-nav .single-slick-item-price {
        display: none
    }
}


/* single-text */

.blue-rectangle {
    background: #005e8f;
    float: left;
    height: 100%;
    margin: 0 2rem 0 0;
    max-height: 7rem;
    width: .25rem
}

#single-text .col {
    display: flex
}

#single-text {
    color: #2f2912;
    font-size: 1.375em;
    margin: 4.8125rem auto 7.3125rem
}

@media (min-width:75em) {
    #single-text {
        max-width: 73.5em
    }
}


/* single-select */

#single-select .select-items,
#single-select .select-selected {
    font-size: 1.625em
}

#single-select .col-md-6>h2:nth-child(1) {
    margin: auto
}

#single-select .col-md-6 {
    align-items: center;
    display: flex;
    justify-content: center
}

#single-select h2 {
    color: #fff;
    font-size: 2em
}

#single-select {
    background: #005e8f;
    padding: 3em 1%
}

@media (max-width:61.9375em) {
    #single-select {
        padding: 2em 1%
    }
}


/* single-mid */

.single-slick .single-slick-item {
    padding: 0
}

.single-slick {
        background-color: #ffffff;
    max-width: 47.3125em
}

#single-mid>.single-background {
    margin: -6.875em 0 0
}

#single-mid {
    margin: 2rem 0;
    overflow: hidden;
    padding: 6.875em 0 0;
    position: relative
}

@media (max-width:61.9375em) {
    #single-mid {
        background: #e6e7e8;
        margin: 0;
        padding: 1em 0 0
    }
}


/* single-mid-text */

.gray-line {
    background: #e6e7e8;
    height: .1875em;
    margin: 5% auto 0;
    width: 85.486%
}

#single-mid-text {
    background: #fff;
    font-size: 1.375em;
    padding: 3.1875em 0 5.375em
}

@media (max-width:61.9375em) {
    #single-mid-text {
        padding: 1em 0
    }
}


/* single-bottom */

#single-bottom .single-slick,
#single-bottom .single-slick-nav {
    margin: 0 0 0 auto
}

#single-bottom .single-background>div {
    left: 0;
    right: auto
}

#single-bottom .single-background {
    margin: -6.875em 0 0
}

#single-bottom .single-right {
    padding: 0 0 0 18.7%
}

#single-bottom {
    overflow: hidden;
    padding: 6.875em 0 0;
    position: relative
}

@media (max-width:62em) {
    #single-bottom .single-right {
        padding: 2%
    }
}

@media (max-width:61.9375em) {
    #single-bottom {
        background: #e6e7e8;
        padding: 1em 0 0
    }
}


/* single-bottom-text */

#single-bottom-text .col>div:nth-child(2) {
    font-size: 1.375em
}

#single-bottom-text .col {
    display: flex
}

#single-bottom-text {
    background: #fff;
    margin: 2.625em auto 5.625em
}

@media (max-width:61.9375em) {
    #single-bottom-text {
        background: #fff;
        margin: 1em auto
    }
}

@media (min-width:75em) {
    #single-bottom-text {
        max-width: 73.5em
    }
}





 /*BOTTOM*/

#bottom {
    background: #005e8f;
    padding-top: 3rem;
}

.bottom-item p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}

.bottom-item p b {
    font-weight: 700;
    color: #fff;
}

.bottom-item p a {
    color: #fff;
}

.bottom-item p a:hover {
    opacity: .8;
}

.bottom-social {
    list-style: none;
    float: right;
    margin-top: 2rem;
}

.bottom-social li {
    display: inline-block;
}

.bottom-social li img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bottom-social li img:hover {
    transform: scale(.9);
}

.bottom-logo {
    text-align: right;
}

@media (max-width: 991.99px) {
    .bottom-item {
        text-align: center;
    }
    .bottom-social {
        float: none;
        text-align: center;
    }
    .bottom-logo {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .class_left {
            justify-content: left;
    }
    .class_right {
            justify-content: flex-end;
    }
}   
    @media (max-width: 768px) {
    .class_left {
            justify-content: center;
    }
    .class_right {
            justify-content: center;
    }
        
    }
    
    @media (min-width: 1024px) {
        .margin-removed {
             margin-top: -10px;
        }
    }
    

 
    