/*------------------------------------------------------------------
Project:        MTBOOKING
Author:         MTBOOKING

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
* Table of Content
* 1. Header
* 2. Sticky Header
* 3. Navbar Mini
* 4. Hero Header
* 5. Thank you
* 6. Main Search Form
* 7. Top Destination
* 8. Hotel
* 9. Breadcrumb
* 10. Payment Page
* 11. Detail Page
* 12. Room Page
* 13. Result Page
* 14. Tab
* 15. Travel Quotes
* 16. Testimonial
* 17. Hot Deal
* 18. Faq
* 19. Sidebar
* 20. Featured
* 21. Team
* 22. Blog
* 23. Newsletter
* 24. Contact
* 25. Footer
* 26. Error Page
* 27. Login/Signup
* 28. Message for dashboard inbox
* 29. Dashboard
* 30. Miscellaneous
-------------------------------------------------------------------*/


/**
 * Header
 */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fontsfamily/glyphicons-halflings-regular.eot);
    src: url(fontsfamily/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(fontsfamily/glyphicons-halflings-regular.woff) format('woff'), url(fontsfamily/glyphicons-halflings-regular.ttf) format('truetype'), url(fontsfamily/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.navbar-default {
    background: #FFF;

}

.navbar {
    border-bottom: 0;

}

.navbar.navbar-default {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-brand {
    float: left;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    padding-top: 13px;
    padding-bottom: 42px;
    color: #1053a1;
    letter-spacing: 2px;
    padding-right: 30px;
    font-weight: 500;
    font-family: 'Roboto';
}

a.navbar-brand {
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
}

.navbar-default .navbar-brand {
    color: #FFF;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.navbar-default .navbar-brand:hover {
    color: #ff9a00;
}

.colored-navbar-brand .navbar-default .navbar-brand {
    background: #1053a1;
    padding-right: 30px;
    position: relative;
}

.colored-navbar-brand .navbar-default .navbar-brand:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -600px;
    width: 600px;
    background: #1053a1;
}

.colored-navbar-brand .navbar-default .navbar-brand:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -300%;
    right: 0;
    background: #1053a1;
    height: 1px;
}

.navbar-nav {
    border-left: 1px solid #F4F4F4;
}

.navbar-nav>li>a {
    line-height: 56px;
    font-weight: 400;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px solid #F4F4F4;
    text-transform: uppercase;
    font-family: Roboto;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    color: #1053a1 !important;
}


/* Main Menu Dropdown */

.navbar-nav li {
    position: relative;
}

.navbar-nav li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 56px;
    left: 0;
    width: 190px;
    display: none;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 2px solid #1053a1;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

.navbar-nav li ul li a {
    border-bottom: 1px solid #F2F2F2;
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #636363;
}

.navbar-nav li>ul>li:last-child>a,
.navbar-nav li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.navbar-nav li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
    text-decoration: none;
}

.navbar-nav li ul li ul {
    position: absolute;
    left: 188px;
    top: -2px;
}

.navbar-nav li ul li:hover ul li a {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-nav li ul li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
}

.navbar-nav li ul li ul li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
}


/* Mega Menu */

.navbar-nav>li.mega-menu {
    position: inherit !important;
    left: 0;
}

.navbar-nav>li.mega-menu ul {
    left: 0%;
    width: 100%;
    top: 56px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav>li.mega-menu ul li a {
    padding: 8px 0;
}

.navbar-nav>li.mega-menu ul li a:hover {
    padding-left: 5px;
}

.navbar-nav>li.mega-menu:hover>a,
.navbar-nav>li.mega-menu>a:hover,
.navbar-nav>li.dropdown:hover>a,
.navbar-nav>li.dropdown>a:hover,
.navbar-nav>li.dropdown.active>a,
.navbar-nav>li.dropdown.active>a:hover,
.navbar-nav>li:hover>a,
.navbar-nav>li.active>a {
    color: #FFFFFF !important;
    text-decoration: none;
    background: #1053a1 !important;
}

.navbar-nav>li.mega-menu ul li .container {
    padding: 5px 30px 10px;
}

.navbar-nav>li.mega-menu ul li .row>div a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.navbar-arrow>ul>li .arrow-indicator {
    margin-left: 7px;
    color: #CCC;
}

.navbar-arrow ul ul>li .arrow-indicator {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    font-size: 16px;
    color: #CCC;
}

.megamenu-container .arrow-indicator {
    display: none !important;
}

.navbar-nav li ul li a {
    border-bottom: 1px solid #F2F2F2;
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #636363;
}

@media only screen and (max-width: 991px) {
    .emvlogo {
        margin: auto;
    }
    .heading{
        text-align: center;
    }
    .rightHome {
        display: none;
    }

    .navbar {
        margin: 0;
        padding: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .navbar-brand {
        line-height: 30px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .navbar-arrow>ul>li .arrow-indicator,
    .navbar-arrow ul ul>li .arrow-indicator {
        display: none !important;
    }

    a.navbar-brand {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }

    .navbar-nav li ul li a {
        padding: 8px 10px;
    }
}

@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 23px !important;
    }

    .navbar-brand,
    .colored-navbar-brand .navbar-default .navbar-brand {
        padding-right: 15px !important;
        font-size: 20px !important;
    }

    .colored-navbar-brand .navbar-header {
        float: left;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 479px) {

    .navbar-brand,
    .colored-navbar-brand .navbar-default .navbar-brand {
        padding: 5px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 30px;
        display: block;
        width: 100% !important;
    }

    .navbar-header,
    .colored-navbar-brand .navbar-header {
        float: none !important;
        width: 100% !important;
    }

    .colored-navbar-brand .navbar-default .navbar-brand:after {
        display: block;
        top: 0;
        bottom: 0;
        left: auto;
        right: -30px;
        width: 30px;
        height: auto;
    }
}


/**
 * Sticky Header
 */

.navbar-sticky {
    background-color: #FFF;
    border-color: #e6e6e6;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
}

.navbar-sticky.navbar-default {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-sticky .navbar-brand {
    padding-top: 10px;
    padding-bottom: 0;
}

.navbar-sticky .navbar-brand:hover,
.navbar-sticky .navbar-brand:focus {
    color: #4D82B8;
    background-color: transparent
}

.navbar-sticky .navbar-text {
    color: #565656
}

.navbar-sticky .navbar-nav>li>a {
    line-height: 50px;
    color: #565656
}

.navbar-sticky .navbar-nav>li>a:hover,
.navbar-sticky .navbar-nav>li>a:focus {
    color: #4D82B8;
    background-color: transparent
}

.navbar-sticky .navbar-nav>.active>a,
.navbar-sticky .navbar-nav>.active>a:hover,
.navbar-sticky .navbar-nav>.active>a:focus {
    color: #4D82B8;
    background-color: transparent
}

.navbar-sticky .navbar-nav>.disabled>a,
.navbar-sticky .navbar-nav>.disabled>a:hover,
.navbar-sticky .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent
}

.navbar-sticky .navbar-nav>li.navbar-separator span:after {
    background: #4D82B9;
}

.navbar-sticky .navbar-toggle {
    border-color: transparent
}

.navbar-sticky .navbar-toggle:hover,
.navbar-sticky .navbar-toggle:focus {
    background-color: transparent
}

.navbar-sticky .navbar-toggle .icon-bar {
    background-color: #565656
}

.navbar-sticky .navbar-collapse,
.navbar-sticky .navbar-form {
    border-color: #FFFFFF
}

.transparent-header .navbar-sticky .navbar-nav>li>a .border {
    border-color: #CCC;
}

.transparent-header .navbar-sticky .navbar-nav>li>a .border:hover {
    border-color: #4D82B9;
}

.navbar-sticky .navbar-mini>ul {
    line-height: 47px;
}

.navbar-sticky .navbar-nav>li>ul {
    top: 50px;
}

.navbar-sticky .navbar-nav>li.mega-menu ul {
    top: 50px;
}

.navbar-sticky #top-header {
    opacity: 0;
}

.colored-navbar-brand .navbar-sticky .navbar-brand {
    background: #1053a1;
    color: #FFF;
}

.colored-navbar-brand .navbar-sticky .navbar-brand:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    width: 500px;
    background: #1053a1;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-fixed-top {
        position: relative !important;
        clear: both;
    }

    .navbar-sticky .navbar-nav>li>a {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-sticky .navbar-brand {
        padding: 15px 15px;
    }
}

@media (max-width: 479px) {
    .navbar-sticky .navbar-brand {
        padding: 5px;
    }
}


/**
 * Navbar Mini
 */

.navbar-mini {}

.navbar-mini>ul {
    line-height: 55px;
    margin: 0;
    margin-top: -1px;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.navbar-mini>ul>li {
    float: left;
    margin-left: 11px;
}

.navbar-mini>ul>li:last-child {
    border-right: none;
}

.navbar-mini>ul>li>a {
    color: #5D5D5D;
    font-size: 12px;
}

.navbar-mini>ul>li>a:hover {
    color: #1053a1;
    text-decoration: none;
}

.navbar-mini>ul>li>a.btn {
    font-size: 10px;
}

.navbar-mini .dropdown-menu {
    min-width: 80px;
}

.navbar-mini .dropdown-menu>li>a {
    padding: 5px 12px;
    font-size: 12px;
}

.navbar-mini .dropdown-menu>li:first-child>a {
    padding-top: 5px;
}

.navbar-mini .dropdown-menu>li:last-child>a {
    padding-bottom: 5px;
}

.navbar-mini .dropdown-menu>li>a:hover,
.navbar-mini .dropdown-menu>li:hover>a,
.navbar-mini .dropdown-menu>li>a:focus {
    color: #BA0600 !important;
    background: none !important;
}

.navbar-mini .dropdown-menu {
    padding: 10px !important;
}

.navbar-mini>ul {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.navbar-mini>ul>li {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.navbar-mini>ul>li:last-child {
    border-right: none;
}

.navbar-mini .dropdown-menu {
    min-width: 80px;
}

.navbar-mini .dropdown-menu>li>a {
    padding: 5px 12px;
    font-size: 11px;
}

.navbar-mini .dropdown-menu>li:first-child>a {
    padding-top: 8px;
}

.navbar-mini .dropdown-menu>li:last-child>a {
    padding-bottom: 8px;
}

.navbar-mini .dropdown-menu>li>a:hover,
.navbar-mini .dropdown-menu>li:hover>a,
.navbar-mini .dropdown-menu>li>a:focus {
    color: #ff9a00 !important;
    background: none !important;
}

.navbar-mini .dropdown-menu {
    padding: 10px !important;
}

.btn-loged-in {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 3px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    font-weight: 700;
}

.btn-loged-in img {
    width: 28px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #FFF;
}

.has-msg {
    position: relative;
}

.has-msg .count {
    position: absolute;
    top: 10px;
    right: -8px;
    display: block;
    width: 17px;
    height: 17px;
    background: red;
    color: #FFF;
    text-align: center;
    line-height: 16px;
    font-size: 9px;
    font-weight: 700;
    border-radius: 20px;
    border: 1px solid #FFF;
}

@media only screen and (max-width: 1024px) {
    .navbar-mini {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

    .navbar-mini>ul {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 479px) {
    .navbar-mini {}

    .navbar-mini>ul {
        line-height: 1;
        padding: 10px 0;
        text-align: center;
        margin: 0;
    }

    .navbar-mini>ul li a,
    .navbar-mini>ul li a.btn.btn-primary.btn-inverse {
        padding: 0;
        border: none;
    }

    .navbar-mini>ul>li {
        float: none;
        margin: 0 5px;
        display: inline-block;
    }

    .navbar-sticky .navbar-mini>ul {
        line-height: 1;
    }
}


/**
 * Hero Header
 */

.hero {
    position: relative;
    padding: 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(108, 91, 123, 0) 0%, rgba(53, 92, 125, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(108, 91, 123, 0) 0%, rgba(53, 92, 125, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(108, 91, 123, 0) 0%, rgba(53, 92, 125, 0) 100%);
    /*background-image: -webkit-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
    background-image: -o-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6c5b7b', endColorstr='#cc355c7d', GradientType=0);
    content: ""
}

.hero.stellar-parallax-bg {
    background-position: bottom center;
}

.hero-texting {
    padding: 0 40px;
}

.hero h1 {
    margin-top: 0;
    font-size: 56px;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300;
}

.hero p {
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-bottom: 15px;
}

.hero.width-sign-up-form {
    padding: 120px 0 50px;
}

.hero.width-sign-up-form label {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
    margin-left: 15px;
}

.hero.width-sign-up-form .form-control {
    border-color: #FFF;
}

.hero.width-sign-up-form p.p-title {
    margin-top: -20px;
}

.post-hero {
    background: url(/images/pattern.png);
    padding-top: 42px;
    padding-bottom: 17px;
}

.footer-wrapper {
    
}

.post-hero-nbg {
    padding-top: 42px;
    padding-bottom: 17px;
}

.slick-hero-slider .image-bg {
    background-position: center center;
    background-size: cover;
    position: relative;
}

.slick-hero-slider .image-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
    background-image: -o-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6c5b7b', endColorstr='#cc355c7d', GradientType=0);
    content: ""
}

.slick-hero-slider-caption {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    color: rgba(255, 255, 255, 0.8);
}

.slick-hero-slider-caption h2 {
    margin-top: 0;
    font-size: 50px;
    line-height: 1.2;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300;
}

.slick-hero-slider-caption p {
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.slick-hero-slider-caption a span {
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #FFF;
    display: inline-block;
    padding: 7px 25px;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.slick-hero-slider-caption a span.bg-primary {
    border: #1053a1;
    padding: 8px 25px;
}

.slick-hero-slider-caption a:hover span {
    background: #004680 !important;
    border-color: #004680 !important;
    text-decoration: none;
}

.slick-hero-slider.slick-inner-dot .slick-dots {
    bottom: 0;
}

.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {
    bottom: 205px;
}

.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {
    padding-top: 130px;
    padding-bottom: 275px;
}

@media only screen and (max-width: 1199px) {
    .hero {
        background-size: auto;
    }
}

@media only screen and (max-width: 991px) {
    .hero h1 {
        font-size: 50px;
        line-height: 1.4;
    }

    .hero p {
        font-size: 22px;
        line-height: 1.4;
    }

    .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {
        padding-bottom: 325px;
    }

    .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {
        bottom: 255px;
    }
}

@media only screen and (max-width: 767px) {
    .hero {
        padding: 40px 0;
    }

    .hero-texting {
        padding: 15px;
    }

    .hero h1,
    .slick-hero-slider-caption h2 {
        font-size: 35px;
        margin-bottom: 20px;
        line-height: 1.2;
        text-align: left;
    }

    .hero p,
    .slick-hero-slider-caption p {
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
    }

    .slick-hero-slider-caption {
        padding: 50px 30px 70px;
    }

    .slick-hero-slider-caption h2,
    .slick-hero-slider-caption p {
        text-align: center;
    }

    .slick-hero-slider .slick-prev {
        left: 10px;
    }

    .slick-hero-slider .slick-next {
        right: 10px;
    }

    .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {
        padding: 50px 30px 70px;
    }

    .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {
        bottom: 0;
    }
}

@media (max-width: 479px) {

    .hero h1,
    .slick-hero-slider-caption h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .hero p,
    .slick-hero-slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }
}


/**
 * Thank you
 */

.thank-you {
    position: relative;
    padding: 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.thank-you::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
    background-image: -o-linear-gradient(top, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6c5b7b', endColorstr='#cc355c7d', GradientType=0);
    content: ""
}

.thank-you.stellar-parallax-bg {
    background-position: bottom center;
}

.thank-you .inner {
    background: rgba(0, 0, 0, 0.4);
    padding: 40px;
}

.thank-you h1 {
    margin-top: 0;
    font-size: 38px;
    color: #FFF;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
}

.thank-you p {
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 25px 0 30px;
}

.thank-you .btn {
    padding-left: 45px;
    padding-right: 85px;
}

.thank-you .btn .icon {
    font-size: 24px;
    padding-top: 10px;
}


/**
 * Main Search
 */

.main-search-wrapper {
    width: 100%;
    z-index: 9;
}

.main-search-wrapper .inner {
    background: rgba(0, 0, 0, 0.55);
    padding: 30px;
    margin: 0 auto;
    margin-top: 30px;
    width: 73.5%;
}

.main-search-wrapper .form-control {
    border-color: #FFF;
}

.main-search-wrapper label {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0 0 8px;
    text-align: left !important;
}

.main-search-wrapper .fancy-select .form-control.open {
    border-color: #FFF;
}

.main-search-wrapper-2 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.main-search-wrapper-2 .inner {
    position: relative;
    padding-right: 180px;
}

.main-search-wrapper-2 .form-control {
    border-color: #FFF;
}

.main-search-wrapper-2 .btn-absolute {
    position: absolute;
    bottom: 21px;
    right: 0;
    width: 150px;
}

.main-search-wrapper-2 .btn-absolute .btn {
    height: 34px;
    padding-top: 7px;
}

.main-search-wrapper-2.absolute-in-hero-slider {
    margin-top: -125px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
}

.main-search-wrapper-2.absolute-in-hero-slider label {
    color: #FFF;
}

@media only screen and (max-width: 1199px) {
    .main-search-wrapper .inner {
        width: 80%;
    }

    .main-search-wrapper-2 .inner {
        padding-right: 130px;
    }

    .main-search-wrapper-2 .btn-absolute {
        width: 100px;
    }

}

@media only screen and (max-width: 991px) {
    .main-search-wrapper .inner {
        width: 93%;
    }

    .main-search-wrapper-2 .inner {
        padding-right: 0;
    }

    .main-search-wrapper-2.absolute-in-hero-slider {
        padding-top: 20px;
        padding-bottom: 5px;
        margin-top: -185px;
    }
}

@media only screen and (max-width: 767px) {
    .main-search-wrapper .inner {
        margin-top: 0;
    }

    .main-search-wrapper-2 .inner {
        padding-bottom: 70px;
        ;
    }

    .main-search-wrapper-2 .btn-absolute {
        width: 150px;
        right: auto;
        left: 50%;
        margin-left: -75px;
    }

    .main-search-wrapper-2.absolute-in-hero-slider {
        margin-top: 0;
        background: rgba(0, 0, 0, 0.6);
    }
}

@media (max-width: 479px) {
    .main-search-wrapper .inner {
        padding: 20px;
    }

    .main-search-wrapper .form-lg label {
        font-size: 15px;
    }

    .main-search-wrapper label {
        font-size: 13px;
    }

    .main-search-wrapper .form-control {
        margin: 0 0 0;
    }
}


/**
 * Top Destination
 */

.top-destination-item {
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    margin: 0 0 20px;
    padding-top: 1px;
}

.top-destination-item:hover {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ff9a00;
}

.top-destination-item a {
    color: #777;
    display: block;
}

.top-destination-item .image {
    overflow: hidden;
    margin: 4px 5px 0;
}

.top-destination-item .image img {
    transition: all .3s ease-in-out;
}

.top-destination-item:hover .image img {
    transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
}

.top-destination-item .content {
    padding: 17px 5px 12px;
}

.top-destination-item h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 2px;
    font-weight: 500;
}

.top-destination-item .price {
    text-align: right;
    padding-top: 1px;
}

.top-destination-item .price p {
    margin: 0;
    line-height: 14px;
}

.top-destination-item .price p:not(.icon) {
    margin-bottom: 6px;
}

.destination-list-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -5px;
    margin-bottom: -10px;
}

ul.destination-list li {
    float: left;
    width: 20%;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

ul.destination-list li a {
    display: block;
    line-height: 1.2;
    color: #5d5d5d;
    margin: 0 0 10px;
}

ul.destination-list li a:hover {
    color: #C70C41;
    padding-left: 5px;
}

ul.destination-list li.more-link {
    padding-top: 1px;
}

ul.destination-list li.more-link a {
    font-size: 12px;
    background: #1053a1;
    color: #FFF;
    line-height: 1;
    display: inline-block;
    padding: 3px 7px;
    margin-top: -3px;
}

ul.destination-list li.more-link a:hover {
    background: #004680;
    padding: 3px 10px;
}

.navbar-nav ul.destination-list {
    display: block !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    border: 0 !important;
    box-shadow: none;
    margin: 20px 0 5px !important;
    padding: 0 !important;
}

.navbar-nav ul.destination-list li a {
    display: block !important;
    line-height: 1.2 !important;
    padding: 0 0 10px !important;
    margin: 0 0 8px !important;
}

.navbar-nav ul.destination-list li a:hover {
    padding-left: 5px !important;
}

.navbar-nav ul.destination-list li.more-link {
    padding-top: 2px !important;
}

.navbar-nav ul.destination-list li.more-link a {
    padding: 3px 7px !important;
    display: inline-block !important;
}

.navbar-nav ul.destination-list li.more-link a:hover {
    padding: 3px 10px !important;
}

.destination-grid-sm-item {
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    padding-top: 1px;
    display: block;
}

.destination-grid-sm-item:hover {
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ff9a00
}

.destination-grid-sm-item .image {
    overflow: hidden;
    margin: 4px 5px 0
}

.destination-grid-sm-item .image img {
    transition: all .3s ease-in-out
}

.destination-grid-sm-item:hover .image img {
    transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg)
}

.destination-grid-sm-item .content {
    padding: 14px 5px 8px;
    text-align: center;
}

.destination-grid-sm-item h5 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 2px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.destination-grid-sm-item p {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.destination-list-sm-wrapper.mmb-10 {
    margin-bottom: -10px;
}

.destination-list-sm-item {
    position: relative;
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    padding-top: 1px;
}

.destination-list-sm-item:hover {
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ff9a00
}

.destination-list-sm-item a {
    position: relative;
    display: block;
    padding: 5px;
    line-height: 1;
}

.destination-list-sm-item .image-bg {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.destination-list-sm-item .content {
    display: inline-block;
    vertical-align: middle;
}

.destination-list-sm-item h5 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    margin: 2px 0 5px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.destination-list-sm-item p {
    font-size: 13px;
    letter-spacing: 0.5px;
}

/**
 * Hotel
 */

.top-hotel-grid-wrapper>.row>div {
    margin: 0 0 20px;
}

.top-hotel-grid-wrapper>.row.gap-15>div {
    margin: 0 0 15px;
}

.top-hotel-grid-wrapper>.row.gap-10>div {
    margin: 0 0 10px;
}

.hotel-item-grid {
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    height: 100%;

    position: relative;
    padding-top: 1px;
    padding-bottom: 12px;
}

.bg-white .hotel-item-grid {
    background: #F2F2F2;
}

.hotel-item-grid:hover {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ff9a00;
}

.hotel-item-grid .hotel-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 10px;
    z-index: 29;
}

.hotel-item-grid a {
    color: #636363;
    display: block;
}

.hotel-item-grid:hover a,
.hotel-item-grid a:hover {
    text-decoration: none;
}

.hotel-item-grid .image {
    overflow: hidden;
    margin: 4px 5px 0;
}

.hotel-item-grid .image img {

    transition: all .3s ease-in-out;
}

.hotel-item-grid:hover .image img {
    transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
}

.hotel-item-grid .heading {
    padding: 17px 15px 12px;

}

.hotel-item-grid h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin: 4px 0 2px;
    font-weight: 500;
}

.hotel-item-grid .heading p {
    margin-bottom: 5px;
}

.hotel-item-grid .content {
    padding: 15px 15px 17px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-top: 1px solid #DEDEDE;
}

.hotel-item-grid .content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 2px;
    right: 50%;
    width: 1px;
    background: #DEDEDE;
}

.hotel-item-grid .content p.price {
    line-height: 1;
    text-align: right;
}

.hotel-item-grid .content p.price .block {
    margin-bottom: 5px;
}

.hotel-item-grid .content p.price .number {
    font-weight: 500;
    font-size: 15px;
    color: #1053a1;
    font-family: Roboto;
}

.hotel-item-grid.alt-no-rating .heading {
    margin: 0 0 20px;
}

.hotel-item-grid.alt-no-rating .content p.price {
    text-align: left !important;
    position: relative;
    padding-right: 20px;
}

.hotel-item-grid.alt-no-rating .content p.price:after {
    font-family: 'Rivolicons-Free';
    content: "\e610";
    position: absolute;
    top: 6px;
    right: -2px;
    width: 12px;
    display: block;
    padding-left: 4px;
}

.hotel-item-grid.alt-no-rating .content p.price span.block.mb-5 {
    display: inline-block !important;
    margin: 0 !important;
}

.hotel-item-grid.alt-no-rating .content:after {
    display: none;
}

.hotel-item-grid .raty-wrapper {
    margin-top: 3px;
}

.min-height-alt .hotel-item-grid {
    min-height: 315px;
}

.infobox-hotel-item {
    width: 260px;
    background: #FFF;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 9999999;
    font-size: 13px;
}

.infobox-hotel-item a {
    display: block;
    color: #636363;
}

.infobox-hotel-item .image img {
    width: 100%;
    display: block;
}

.infobox-hotel-item .tripadvisor-module div {
    font-size: 13px;
    font-weight: 400;
}

.infobox-hotel-item .tripadvisor-rate i {
    margin-right: 3px;
}

.infobox-hotel-item:after {
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #C7C7C7;
    border-width: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.infobox-hotel-item:hover:after {
    border-top-color: #ff9a00;
}

.infobox-hotel-item.hotel-item-grid .content {
    bottom: -2px;
}

.hotel-item-list {
    position: relative;
    min-height: 170px;
    margin: 0 0 20px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.hotel-item-list:hover {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ff9a00;
}

.hotel-item-list a {
    display: block;
}

.hotel-item-list .image {
    width: 205px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-size: cover;
    background-position: center center;
}

.hotel-item-list .content {
    margin-left: 210px;
    margin-right: 125px;
    position: relative;
    padding: 20px 20px 0;
}

.hotel-item-list .heading {
    margin: 0 0 12px;
}

.hotel-item-list .heading h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 0 2px;
    font-weight: 500;
}

.hotel-item-list .short-info {
    line-height: 1.5;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hoteladdress {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}

.hotel-item-list .absolute-bottom {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E8E8E8;
    padding: 15px 15px 17px;
    padding-left: 0;
    line-height: 1;
}

.ml-2 {
    margin-left: 5px;
}

.hotel-item-list .absolute-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 125px;
    border-left: 1px solid #E8E8E8;
    text-align: right;
    line-height: 1.3;
}

.hotel-item-list .meta-option {
    position: absolute;
    top: 0;
    right: 22.5px;
    font-size: 13px;
    text-align: center;
}

.hotel-item-list .absolute-right .star-rate {
    float: right;
}

.hotel-item-list .price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.hotel-item-list .price .number {
    font-weight: 500;
    font-size: 16px;
    color: #1053a1;
    font-family: Roboto;
}

.hotel-item-list .price .number .currency {
    font-size: 16px;
    margin-left: 5px;

}

.hotel-item-list .star-rate {
    float: left;
    margin-top: 5px;
}

.hotel-item-list .btn-sm {
    padding-left: 10px;
    padding-right: 10px;
}

.hotel-item-list-2 {
    position: relative;
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    padding: 5px;
    margin-bottom: 20px
}

.hotel-item-list-2:last-child {
    margin-bottom: 0
}

.hotel-item-list-2:hover {
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ff9a00
}

.hotel-item-list-2 .content {
    margin-left: 250px;
    margin-right: 125px;
    position: relative;
    padding: 10px 15px 0;
    padding-right: 5px;
    line-height: 1.2;
    margin-bottom: 50px
}

.hotel-item-list-2 .heading {
    margin: 0 0 12px
}

.hotel-item-list-2 .heading h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 0 5px;
    font-weight: 500
}

.hotel-item-list-2 .heading p {
    line-height: 1.2
}

.hotel-item-list-2 .heading p .star-rate {
    float: left;
    margin-top: 1px
}

.hotel-item-list-2 .image {
    float: left;
    width: 250px
}

.hotel-item-list-2 .content .short-info {
    position: relative;
    padding-left: 60px;
    line-height: 1.5
}

.hotel-item-list-2 .content .short-info .absolute {
    font-weight: 700
}

.hotel-item-list-2 .total-price {
    margin-top: 10px;
    position: absolute;
    left: 250px;
    bottom: 10px;
    padding-left: 20px
}

.hotel-item-list-2 .total-price .price {
    font-weight: 500;
    font-size: 26px;
    color: #1053a1;
    font-family: Roboto
}

.hotel-item-list-2 .absolute-right-top {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 210px;
    padding: 10px;
    border-left: 1px solid #E8E8E8
}

.hotel-item-list-2 .absolute-right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 210px;
    padding: 10px;
    text-align: right
}

.hotel-item-list-2 .absolute-right-bottom p {
    line-height: 1.2;
    margin: 0 0 9px
}

ul.check-in-out {
    margin-left: -5px;
    margin-right: -5px
}

ul.check-in-out li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 1;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px
}

ul.check-in-out li span {
    display: block;
    margin: 1px 0
}

.check-in-out-item {
    background: #EBEBEB;
    font-size: 12px;
    font-weight: 700;
    padding: 14px 8px 7px
}

.check-in-out-item .date {
    font-size: 26px;
    font-weight: 700;
    color: #1053a1;
    margin: 4px 0
}

.check-in-out-item .day {
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 13px;
    color: #333
}

.check-in-out-item .month-year {
    color: #999;
    font-style: italic;
    font-weight: 400
}

a.tripadvisor-module {
    line-height: 16px;
    color: #787878;
    text-decoration: none;
}

a.tripadvisor-module:hover {
    color: #DB542E;
}

.tripadvisor-module {
    line-height: 16px;
}

.tripadvisor-module .texting {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 2px;
    font-family: Roboto;
    color: #1053a1;
}

.tripadvisor-rate {
    line-height: 16px;
}

.tripadvisor-rate i {
    color: #B2B2B2;
    font-size: 13px;
}

.tripadvisor-rate i.rated {
    color: #469C3B;
}

@media only screen and (max-width: 1199px) {
    .hotel-item-list .image {
        bottom: auto;
        height: 120px;
        width: 150px;
    }

    .hotel-item-list .content {
        margin-left: 158px;
        margin-bottom: 75px;
        padding: 10px 10px 0;
    }

    .hotel-item-list .absolute-bottom {
        left: 175px;
    }

    .hotel-item-list-2 {
        min-height: 180px;
    }

    .hotel-item-list-2 .content {
        margin-left: 100px;
        padding-top: 5px;
    }

    .hotel-item-list-2 .image {
        width: 100px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .hotel-item-list-2 .total-price {
        left: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .hotel-item-list-2 {
        min-height: none;
    }

    .hotel-item-list-2 .image {
        width: 130px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .hotel-item-list-2 .content {
        margin-left: 130px;
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .hotel-item-list-2 .total-price {
        position: relative;
        padding-left: 45px;
        padding-top: 15px;
    }

    .hotel-item-list-2 .absolute-right-top {
        position: relative;
        bottom: auto;
        width: auto;
        margin: 5px 0 0;
        margin-left: 145px;
        padding: 0;
        padding-right: 10px;
        border-left: 0
    }

    .hotel-item-list-2 .absolute-right-bottom {
        position: relative;
        width: auto;
        margin-top: -25px;
        margin-left: 135px;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .hotel-item-grid {
        min-height: 280px;
    }

    .hotel-item-list .image {
        height: 80px;
        width: 100px;
    }

    .hotel-item-list .content {
        margin-left: 108px;
    }

    .hotel-item-list .absolute-bottom {
        left: 115px;
    }
}

@media (max-width: 479px) {
    .hotel-item-grid {
        min-height: 345px;
    }

    .hotel-item-list .image {
        position: relative;
        height: 180px;
        width: 100%;
        left: 0;
        top: 0
    }

    .hotel-item-list .content {
        margin: 0
    }

    .hotel-item-list .short-info {
        margin-bottom: 10px
    }

    .hotel-item-list .absolute-bottom {
        position: relative;
        left: 0;
        top: 0;
        bottom: auto;
        padding: 15px;
        width: 100%;
        line-height: 1.4;
        border-bottom: 1px solid #E8E8E8;
        padding: 6px 10px 8px;
    }

    .hotel-item-list .absolute-right {
        position: relative;
        top: auto;
        bottom: 0;
        height: auto;
        right: 0;
        left: 0;
        width: 100%;
        border-left: 0;
        text-align: left;
        line-height: 1.3;
        padding: 10px 10px 0
    }

    .hotel-item-list .meta-option {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        font-size: 13px;
        width: 100%;
    }

    .hotel-item-list .meta-option .tripadvisor-module {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
    }

    .hotel-item-list .meta-option .tripadvisor-module>div {
        display: inline-block;
    }

    .hotel-item-list .absolute-right .star-rate {
        float: left;
    }

    .hotel-item-list .price-wrapper {
        position: relative;
        bottom: 10px;
        top: -10px;
        right: auto;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .hotel-item-list .price-wrapper p.price {
        margin: 0 0 5px;
    }

    .hotel-item-list .price-wrapper span.block {
        display: inline-block !important;
    }

    .hotel-item-list-2 .image {
        width: 100%;
        margin-top: 5px;
        margin-left: 5px;
        padding-right: 10px;
        float: none;
    }

    .hotel-item-list-2 .content {
        margin: 0;
        padding: 10px 5px 0;
    }

    .hotel-item-list-2 .total-price {
        left: 0;
        padding: 10px 0 0;
        padding-left: 5px;
    }

    .hotel-item-list-2 .absolute-right-top {
        margin-left: 5px;
        padding: 0;
        padding-right: 5px;
    }

    .hotel-item-list-2 .absolute-right-bottom {
        margin-top: -25px;
        margin-left: 0;
        padding-left: 5px;
    }
}

/**
* Flight
*/

.flight-item-list {
    position: relative;
    min-height: 170px;
    margin: 0 0 20px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    padding: 15px 0;
}

.flight-item-list:hover {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ff9a00;
}

.flight-item-list .absolute-right {
    border-left: 1px solid #E8E8E8;
}

.flight-item-list .content .segment {
    padding: 10px 0;
    font-family: 'Roboto';
    border-bottom: 1px solid #E8E8E8;
    /*border-right: 1px solid #E8E8E8;*/
}

.flight-item-list .content .segment:last-of-type {
    border-bottom: none;
}

.flight-item-list .content .segment h5 {
    margin-bottom: 5px;
    font-size: 12px;
}

.flight-item-list .content .segment span {
    display: inline-block;
    font-size: 13px;
    color: #000;
    line-height: 24px;
}

.flight-item-list .content .segment .flightStart,
.flight-item-list .content .segment .flightDuration,
.flight-item-list .content .segment .flightEnd {
    min-height: 30px;
    text-align: center;
}

.flight-item-list .content .segment .time,
.flight-item-list .content .segment .duration {
    padding-right: 5px;
}

.flight-item-list .content .segment .duration {
    color: #0090e7;
    background: #e5f7ff;
    padding: 0px 8px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.flight-item-list .content .segment .flightStart:before {
    content: "\f017";
    font-family: 'FontAwesome';
    /*padding-right: 3px;
    padding-left: 2px;*/
    color: #1053a1;
}

.flight-item-list .content .segment .flightDuration:before {
    /*content: "\f175";
    font-family: 'FontAwesome';
    padding-right: 5px;*/
    color: #1053a1;
}

.flight-item-list .content .segment .flightEnd:before {
    content: "\f017";
    font-family: 'FontAwesome';
    /*padding-right: 3px;
    padding-left: 2px;*/
    color: #1053a1;
}

.flight-item-list .content .segment .stops {
    color: #1053a1;
    background: #ffebee;
    /*padding: 0px 5px;*/
    padding: 0px 8px;
    min-width: 24px;
    text-align: center;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: auto 1px;
}

.flight-item-list .content .segment span.light {
    display: inline-block;
    font-size: 13px;
    color: #555;
}

.flight-item-list .content .segment span.company {
    display: inline-block;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: auto 2px;
}

.flight-item-list .content .luggage {
    padding: 10px 0 !important;
    font-family: 'Roboto';
    text-align: center;
}


.flight-item-list .content .luggage span {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    background: #1053a1;
    padding: 0px 8px;
    min-width: 24px;
    text-align: center;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: auto 2px;
}

.flight-item-list .content .luggage span.no-luggage {
    background: #d21a12;
}

.flight-item-list .content .luggage a.number {
    font-weight: 500;
    font-size: 22px;
    padding: 0;
    display: inline-block;
    line-height: inherit;
    text-align: center;
    width: 100%;
}

.flight-item-list .content .luggage a.number .currency {
    font-size: 12px;
    display: inline-block;
    background: none;
    color: #1053a1;
    margin: 0;
    padding: 0;
    text-align: center;
}

.flight-item-list .luggage {
    /*padding: 10px 0 10px 0 !important;*/
    padding: 20px 0 10px 0;
    font-family: 'Roboto';
    text-align: left !important;
}

.flight-item-list .luggage span {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    background: #1053a1;
    padding: 0px 8px;
    min-width: 24px;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: auto 2px;
}

.flight-item-list .price-wrapper {
    text-align: center;
    padding-top: 10px;
}

.flight-item-list .price-wrapper .price .number {
    font-weight: 500;
    font-size: 26px;
    color: #1053a1;
    font-family: Roboto;
}

.flight-item-list .price-wrapper .price .number .currency {
    font-size: 12px;
}

.flight-item-list .detailFlight {
    padding: 10px 0 !important;
    font-family: 'Roboto';
    border-top: 1px dotted #ff9a00;
}

.flight-item-list .detailFlight h3 {
    font-family: 'Roboto';
    font-size: 14px;
    margin-bottom: 0px;
}

.flight-item-list .detailFlight .segment {
    /*font-family: 'Roboto';
    font-size: 13px;
    text-indent: 10px;
    margin-bottom: 5px;*/
}

.flight-item-list .detailFlight .segment:last-of-type {
    border-bottom: 1px solid #E8E8E8;
}

.flight-item-list .detailFlight .segment h5 {
    font-family: 'Roboto';
    font-size: 13px;
    text-indent: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    color: #000;
    line-height: 24px;
}

.flight-item-list .detailFlight .segment.escale {
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
    padding: 5px 0;
    color: #ff9a00;
}

.flight-item-list .detailFlight .segment.escale:before {
    content: "\f110";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.flight-item-list .detailFlight .segment.suitcase {
    text-align: right;
    font-family: 'Roboto';
    font-size: 13px;
    padding: 5px 0;
    color: #ff9a00;
}

.flight-item-list .detailFlight .segment.suitcase:before {
    content: "\f0f2";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.flight-item-list .detailFlight .segment.check {
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
    padding: 5px 0;
    color: #ff9a00;
}

.flight-item-list .detailFlight .segment.check:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.flight-item-list .detailFlight .segment h5.destination {
    background: #FFFFFF;
}

.flight-item-list .detailFlight .segment h5.destination:before {
    content: "\f072";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    transform: rotate(135deg);
    position: relative;
    top: -5px;
    right: -5px;
    color: #1053a1;
}

.flight-item-list .detailFlight .segment h5.date:before {
    content: "\f073";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.flight-item-list .detailFlight .segment h5.time {
    padding-right: 0;
}

.flight-item-list .detailFlight .segment h5.time:before {
    content: "\f017";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.flight-item-list .detailFlight .segment h5.seats:before {
    content: "\e895";
    font-family: "soap-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 30px;
    color: #1053a1;
}

.flight-item-list .detailFlight .segment h5.airport:before {
    content: "\f072";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    transform: rotate(135deg);
    position: relative;
    top: -5px;
    right: -5px;
    color: #1053a1;
}

.flight-item-list .detailFlight .segment h5.airline:before {
    content: "\f072";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -3px;
    right: 3px;
    transform: rotate(45deg);
    color: #1053a1;
}

.flight-item-list .detailFlight .segment h5.flightnumber:before {
    content: "\f072";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.flight-item-list .detailFlight .segment .cityCode {
    display: inline-block;
    font-size: 13px;
    color: #000;
    line-height: 24px;
    margin: 0;
}

.flight-item-list .detailFlight .segment .cityCode.light {
    display: inline-block;
    font-size: 13px;
    color: #555;
}

.metro-box-wrapper .heading.fix {
    background: #1053a1;
    padding: 12px 15px 12px;
    line-height: 18px;
    border-bottom: 1px solid #1053a1;
}

.metro-box-wrapper .finalHeading {
    background: #1053a1;
    padding: 12px 15px 12px;
    line-height: 18px;
    border-bottom: 1px solid #1053a1;
}

.metro-box-wrapper .finalHeading h4 {
    margin-bottom: 0 !important;
    text-transform: uppercase;
    color: #FFFFFF;
}

.metro-box-wrapper .finalHeading h4 .text {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Roboto';
}

.metro-box-wrapper .finalHeading h4 .smallText {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Roboto';
}

.metro-box-wrapper .clear.fix {
    border-bottom: 1px solid #E8E8E8;
}

.metro-box-wrapper .heading.fix h4 {
    margin-bottom: 0 !important;
    text-transform: uppercase;
    color: #FFFFFF;
}

.metro-box-wrapper .content.fix {
    padding: 10px 15px !important;
}

.metro-box-wrapper .content.fix h4 {
    font-size: 16px !important;
}

.metro-box-wrapper .content.fix h5 {
    font-size: 14px !important;
}

.metro-box-wrapper .content.fix h4 span.infoText {
    margin: 0;
    font-family: 'Roboto';
    display: inline-block;
    text-align: left;
    font-size: 12px;
    color: #005aa3;
    background: #e5f7ff;
    padding: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.metro-box-wrapper .content.fix h4 span.infoText:before {
    display: inline-block;
    margin: 0;
    content: "\f05a";
    font-family: 'FontAwesome';
    width: 16px;
    display: inline-block;
    text-align: center;
    color: #005aa3;
}

.metro-box-wrapper .content.fix h4 span.infoDate {
    margin: 0;
    font-family: 'Roboto';
    display: inline-block;
    text-align: left;
    font-size: 12px;
    color: #005aa3;
    background: #e5f7ff;
    padding: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.metro-box-wrapper .content.fix h4 span.infoDate:before {
    display: inline-block;
    margin: 0;
    content: "\f073";
    font-family: 'FontAwesome';
    width: 16px;
    display: inline-block;
    text-align: center;
    color: #005aa3;
}

.metro-box-wrapper .content.fix h4.globe:before {
    content: "\f0ac";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: left;
    color: #1053a1;
}

.metro-box-wrapper .content.fix h4.transport:before {
    content: "\f207";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.metro-box-wrapper .content.fix h4.flight:before {
    content: "\f072";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.metro-box-wrapper .content.fix h4.money:before {
    content: "\f0d6";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: left;
    color: #1053a1;
}

.metro-box-wrapper .content.fix h5.map:before {
    content: "\f041";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.metro-box-wrapper .content.fix h5.calendar:before {
    content: "\f073";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: left;
    color: #1053a1;
}

.metro-box-wrapper .content.fix h4.mobile:before {
    content: "\f10b";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: left;
    color: #1053a1;
    font-size: 20px;
}

.metro-box-wrapper .content.fix h4.user:before {
    content: "\f007";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: left;
    color: #1053a1;
}

.metro-box-wrapper .content.fix h4.infoMoreInfo:before {
    content: "\f05a";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: left;
    color: #1053a1;
}

.metro-box-wrapper .content.fix h4.room:before {
    content: "\f236";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: left;
    color: #1053a1;
}

.metro-box-wrapper .content.fix h4.mobile .fix {
    font-family: 'Roboto';
    display: inline-block;
    text-align: left;
    color: #2aa138;
    font-size: 12px;
    background: #ebf4ec;
    padding: 2px 6px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: 0;
}

.metro-box-wrapper .content.fix h4.phone:before {
    content: "\f095";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: left;
    color: #1053a1;
}

.metro-box-wrapper .content.fix h4.mobile .cash:before {
    content: "\f0d6";
    font-family: 'FontAwesome';
    width: 16px;
    display: inline-block;
    text-align: left;
    color: #2aa138;
}

.metro-box-wrapper .content.fix .text {
    font-family: 'Roboto';
    display: inline-block;
    text-align: left;
    font-size: 11px;
}

.metro-box-wrapper .content.fix .info {
    font-family: 'Roboto';
    display: inline-block;
    text-align: left;
    font-size: 13px;
    color: #005aa3;
    background: #e5f7ff;
    padding: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.metro-box-wrapper .content.fix .newInfo {
    font-family: 'Roboto';
    display: inline-block;
    text-align: left;
    font-size: 12px;
    color: #005aa3;
    background: #e5f7ff;
    padding: 5px 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.metro-box-wrapper .content.fix .infoFrom,
.metro-box-wrapper .content.fix .infoTo {
    font-family: 'Roboto';
    display: inline-block;
    text-align: left;
    font-size: 13px;
    margin: 0;
}

.metro-box-wrapper .content.fix .infoDate {
    font-family: 'Roboto';
    display: inline-block;
    text-align: left;
    font-size: 13px;
    margin: 0;
    font-weight: bold;
}

.metro-box-wrapper .content.fix .infoFrom:after {
    content: "\f178";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: right;
    color: #1053a1;
    font-weight: bold;
}

.metro-box-wrapper .content.fix .infoFrom:first-of-type {
    padding-right: 10px;
}

.metro-box-wrapper .content.fix .infoTo:last-of-type {
    /*padding-left: 10px; */
}

.metro-box-wrapper .content.fix h5.fix.calendar:before {
    content: "\f073";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: right;
    color: #1053a1;
}

.metro-box-wrapper .content.fix h6.free:before {
    content: "\f058";
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
    text-align: center;
    color: #ff9a00;
}

.metro-box-wrapper .content.fix .info:before,
.metro-box-wrapper .content.fix .newInfo:before {
    content: "\f05a";
    font-family: 'FontAwesome';
    width: 16px;
    display: inline-block;
    text-align: left;
    color: #005aa3;
}

.metro-box-wrapper .content .segment {
    padding: 10px 0 !important;
    font-family: 'Roboto';
    border-bottom: 1px solid #E8E8E8;
}

.metro-box-wrapper .content .segment:last-of-type {
    /*border-bottom: 0;*/
}

.metro-box-wrapper .content .segment.escale {
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
    padding: 5px 0;
    color: #ff9a00;
}

.metro-box-wrapper .content .segment.escale:before {
    content: "\f110";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.metro-box-wrapper .content .segment.suitcase {
    text-align: right;
    font-family: 'Roboto';
    font-size: 13px;
    padding: 5px 0;
    color: #ff9a00;
}

.metro-box-wrapper .content .segment.suitcase:before {
    content: "\f0f2";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.metro-box-wrapper .content .segment.check {
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
    padding: 5px 0;
    color: #ff9a00;
}

.metro-box-wrapper .content .segment.check:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.metro-box-wrapper .content .segment h5.destination {
    background: #FFFFFF;
}

.metro-box-wrapper .content .segment h5.destination:before {
    content: "\f072";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    transform: rotate(135deg);
    position: relative;
    top: -5px;
    right: -5px;
    color: #1053a1;
}

.metro-box-wrapper .content .segment h5.date:before {
    content: "\f073";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.metro-box-wrapper .content .segment h5.time {
    padding-right: 0;
}

.metro-box-wrapper .content .segment h5.time:before {
    content: "\f017";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.metro-box-wrapper .content .segment h5.seats:before {
    content: "\e895";
    font-family: "soap-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: 30px;
    color: #1053a1;
}

.metro-box-wrapper .content .segment h5.airport:before {
    content: "\f072";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    transform: rotate(135deg);
    position: relative;
    top: -5px;
    right: -5px;
    color: #1053a1;
}

.metro-box-wrapper .content .segment h5.airline:before {
    content: "\f072";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -3px;
    right: 3px;
    transform: rotate(45deg);
    color: #1053a1;
}

.metro-box-wrapper .content .segment h5.flightnumber:before {
    content: "\f072";
    font-family: 'FontAwesome';
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #1053a1;
}

.metro-box-wrapper .content .segment .cityCode {
    display: inline-block;
    font-size: 13px;
    color: #000;
    line-height: 24px;
    margin: 0;
}

.metro-box-wrapper .content .segment .cityCode.light {
    display: inline-block;
    font-size: 13px;
    color: #555;
}

.metro-box-wrapper .content .segment h5 {
    margin-bottom: 5px;
    font-size: 12px;
}

.metro-box-wrapper .content .segment span {
    display: inline-block;
    font-size: 13px;
    color: #000;
    line-height: 24px;
}

.metro-box-wrapper .content .segment .flightStart,
.metro-box-wrapper .content .segment .flightDuration,
.metro-box-wrapper .content .segment .flightEnd {
    min-height: 30px;
    text-align: center;
}

.metro-box-wrapper .content .segment .segment .duration {
    padding-right: 5px;
}

.metro-box-wrapper .content .segment .duration {
    color: #0090e7;
    background: #e5f7ff;
    padding: 0px 8px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.metro-box-wrapper .content .segment .flightStart:before {
    content: "\f017";
    font-family: 'FontAwesome';
    /*padding-right: 3px;
    padding-left: 2px;*/
    color: #1053a1;
}

.metro-box-wrapper .content .segment .flightDuration:before {
    /*content: "\f175";
    font-family: 'FontAwesome';
    padding-right: 5px;*/
    color: #1053a1;
}

.metro-box-wrapper .content .segment .flightEnd:before {
    content: "\f017";
    font-family: 'FontAwesome';
    /*padding-right: 3px;
    padding-left: 2px;*/
    color: #1053a1;
}

.metro-box-wrapper .content .segment .stops {
    color: #1053a1;
    background: #ffebee;
    /*padding: 0px 5px;*/
    padding: 0px 8px;
    min-width: 24px;
    text-align: center;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: auto 1px;
}

.metro-box-wrapper .content .segment span.light {
    display: inline-block;
    font-size: 13px;
    color: #555;
}

.metro-box-wrapper .content .segment span.company {
    display: inline-block;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: auto 2px;
}

.metro-box-wrapper .content .luggage {
    padding: 10px 0 !important;
    font-family: 'Roboto';
    text-align: left;
}


.metro-box-wrapper .content .luggage span {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    background: #1053a1;
    padding: 0px 8px;
    min-width: 24px;
    text-align: center;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: auto 2px;
}

.metro-box-wrapper .content .luggage span.no-luggage {
    background: #d21a12;
}

.metro-box-wrapper .content .luggage a.number {
    font-weight: 500;
    font-size: 22px;
    padding: 0;
    display: inline-block;
    line-height: inherit;
    text-align: center;
    width: 100%;
}

.metro-box-wrapper .content .luggage a.number .currency {
    font-size: 12px;
    display: inline-block;
    background: none;
    color: #1053a1;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.confirm-list.inverse li .absolute.fix {
    left: auto;
    right: 0;
    top: 0;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

ul.confirm-list.inverse.fix li {
    padding-right: 1px;
}

/**
 * Breadcrumb
 */

.breadcrumb-wrapper {
    background: #FFFFFF;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 15px;
    padding-bottom: 13px;
}

.breadcrumb-wrapper h1.page-title {
    margin: 0;
    font-size: 26px;
    line-height: 28px;
}

.breadcrumb-wrapper .hot-line {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.breadcrumb-wrapper .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: none;
}

.breadcrumb-wrapper .breadcrumb a {
    color: #555;
}

.breadcrumb-wrapper .breadcrumb .active {
    color: #AAA;
}

.btn-change-search {
    background: transparent;
    margin: 0;
    border: 1px solid #CCC;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.change-search-wrapper>div {
    padding-top: 15px;
}

.change-search-wrapper>div .sub-inner {
    padding: 10px;
    background: #DDDDDD;
}

.change-search-wrapper .form-group {
    margin: 0;
}

.change-search-wrapper .form-control {
    margin: 0;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Payment Page
 */

.success-box {
    position: relative;
    margin: 0 0 30px;
}

.success-box .icon {
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #358D44;
    background: #358D44;
    text-align: center;
}

.success-box .icon span {
    font-size: 56px;
    color: #FFF;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -28px;
}

.success-box .content {
    border: 1px solid #358D44;
    background: #FFF;
    margin-left: 121px;
    line-height: 20px;
    padding: 30px;
    color: #555;
}

.success-box .content h4 {
    line-height: 1.3;
    margin: 0 0 10px;
}

.metro-box-wrapper {
    margin: 0 0 30px;
    background: #FFF;
}

.metro-box-wrapper.equal-height {
    height: 100%;
}

.metro-box-wrapper>.heading {
    background: #E6E6E6;
    padding: 24px 20px 18px;
    line-height: 18px;
    border-bottom: 1px solid #DEDEDE;
}

.metro-box-wrapper>.heading h3 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
}

.metro-box-wrapper>.heading p {
    margin-top: 5px;
    margin-left: 45px;
}

.metro-box-wrapper>.heading a {
    margin-top: 5px;
}

.metro-box-wrapper>.heading a:hover {
    text-decoration: underline;
}

.metro-box-wrapper .control-label h4 {
    margin-top: 0;
    line-height: 1;
}

.metro-box-wrapper>.content {
    background: #FFF;
    padding: 40px 25px 25px;
}

.metro-box-wrapper .granted-by {
    width: 287px;
    display: block;
}

.metro-box-wrapper .another-toggle {
    margin-top: -5px;
}

.metro-box-wrapper .another-toggle h4 {
    font-family: PT Sans;
}

.metro-box-wrapper .control-label {
    line-height: 20px;
}

.metro-box-wrapper>.heading.with-number .number {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1053a1;
    color: #FFF;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    font-weight: 300;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

ul.payment-tab-nav {
    background: #00B279;
    margin: 0;
    margin-bottom: 5px;
}

ul.payment-tab-nav li {
    float: left;
    width: 25%;
}

ul.payment-tab-nav li a {
    color: #FFF;
    border: 1px solid #00B279;
    border-bottom: 0;
    display: block;
    padding: 8px 20px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

ul.payment-tab-nav li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 1px;
    background: #FFF;
}

ul.payment-tab-nav li:last-child a:after {
    width: 0;
}

ul.payment-tab-nav li.active a:after {
    right: 1px;
    background: #00B279;
}

ul.payment-tab-nav li.active a {
    background: #FFF;
    color: #555;
}

ul.payment-tab-nav li:hover a {
    background: #009969;
    color: #FFF;
}

.payment-congrate {
    border: 1px solid #E80E4C;
    background: #E80E4C;
    color: #FFF;
    margin: 0 0 30px;
    text-align: center;
    font-size: 14px;
}

.payment-congrate>.inner {
    border: 3px double #FFF;
    padding: 50px 100px 30px;
}

.payment-congrate .lead {
    font-size: 24px;
    margin: 0 0 10px;
}

.payment-congrate .payment-term {
    font-size: 13px;
}

.payment-congrate a {
    color: #FFF;
    text-decoration: underline;
}

.payment-congrate a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.payment-congrate .btn {
    margin: 10px 0 20px;
    background: #FFF;
    color: #E80E4C;
    font-size: 18px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    border: 3px double #E80E4C;
}

.payment-congrate .btn:hover {
    opacity: 0.8;
}

.coupon.another-toggle h4 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 16px
}

.coupon.another-toggle h4:after {
    content: "\f103";
    font-size: 12px;
    top: -1px;
    position: relative;
    margin-left: 10px
}

.coupon.another-toggle h4.active {
    color: #555
}

.coupon.another-toggle h4.active:after {
    content: "\f102";
    color: #555
}

.coupon.another-toggle .another-toggle-content {
    padding-top: 10px;
}

.coupon.another-toggle .another-toggle-inner {
    background: #FFFFFF;
    padding: 15px 20px 20px;
}

.another-toggle-inner-btn {
    padding: 0px 20px 20px;
}


.payment-select {
    margin-left: -15px;
}

.payment-select label {
    color: #333;
    font-size: 16px
}

.payment-option-wrapper {
    /*margin-left: -10px;*/
}

.payment-option-wrapper .radio-block {
    margin-left: 10px;
    line-height: 40px;
}

.payment-option-wrapper .radio-block span {
    display: block;
    float: left;
    font-weight: 700;
    font-size: 16px;
    color: #555
}

.payment-option-wrapper .radio-block img {
    display: block;
    float: left;
    margin-top: -7px;
    margin-left: 5px;
}

.payment-option-form {
    background: #FFFFFF;
    padding: 10px;
}

.payment-option-form label {
    line-height: 16px;
}

small.of-label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #F65C33;
}

.confirm-summary {
    background: #FFF;
    margin-top: 50px;
    border-bottom: 2px solid #C7C7C7;
    padding: 20px;
}

.confirm-summary .image {
    width: 285px;
    float: left;
}

.confirm-summary .heading {
    margin-left: 300px;
}

.confirm-summary .heading h4 {
    text-transform: uppercase;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    margin: 0 0 7px;
    font-weight: 500;
}

.confirm-summary .heading p {
    line-height: 18px;
    margin: 0 0 7px;
}

.confirm-summary .content {
    margin-left: 300px;
}

.confirm-summary .content .tripadvisor-module {
    margin: 10px 0 15px;
}

.confirm-summary .content .tripadvisor-module>div {
    float: left;
}

.confirm-date {
    background: #E8EAEB;
    position: relative;
    padding: 20px;
}

.confirm-date .icon {
    position: absolute;
    top: 18px;
    left: 10px;
    width: 80px;
    font-size: 48px;
    text-align: center;
    display: block;
}

.confirm-date .content {
    margin: 0;
    margin-left: 80px;
}

.confirm-date ul {
    margin: 1px 0 0;
}

.confirm-date ul li {
    position: relative;
    padding-left: 100px;
}

.confirm-date ul li .absolute {
    font-weight: 600;
}

ul.confirm-list {
    margin: 0;
    padding: 0;
}

ul.confirm-list li {
    position: relative;
    padding-left: 180px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 15px;
}

ul.confirm-list.inverse li {
    position: relative;
    padding-right: 180px;
    padding-left: 0;
}

ul.confirm-list.inverse li .absolute {
    left: auto;
    right: 0;
    top: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

ul.confirm-list.inverse li.subtotal {
    text-align: right;
    margin: 0 0 5px;
}

ul.confirm-list.inverse li.bt {
    padding-top: 30px;
    margin-top: 20px;
}

ul.confirm-list.inverse li.bt .absolute {
    top: 30px;
}

ul.confirm-list.inverse li.total {
    text-align: right;
    font-size: 24px;
    color: #555;
}

ul.confirm-list.inverse li.total .absolute {
    font-weight: 600;
    font-size: 13px;
}

ul.confirm-list.inverse li.total .absolute span {
    font-size: 24px;
    font-weight: 700;
}

ul.confirm-list li:last-child {
    margin: 0;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .metro-box-wrapper>.content {
        padding: 10px 25px;
    }

    .confirm-summary {
        padding: 15px;
    }

    .confirm-summary .image {
        width: 100%;
        float: none;
    }

    .confirm-summary .heading {
        margin-left: 0;
        margin-top: 15px;
    }

    .confirm-summary>.content {
        margin-left: 0;
    }

    ul.confirm-list {
        margin: 0;
        margin-left: -10px;
    }

    ul.confirm-list li {
        padding-left: 0;
    }

    ul.confirm-list li .absolute {
        position: relative;
    }

    ul.confirm-list.inverse li {
        padding-right: 0;
    }

    ul.confirm-list.inverse li .absolute {
        display: block;
        float: right;
    }

    ul.confirm-list.inverse li.subtotal {
        text-align: left;
    }

    ul.confirm-list.inverse li.subtotal .absolute {
        text-align: right;
        float: right;
    }

    ul.confirm-list.inverse li.subtotal.bt .absolute {
        margin-top: -15px;
    }

    ul.confirm-list.inverse li.total {
        text-align: left;
        padding-bottom: 40px;
    }

    ul.confirm-list.inverse li.total .absolute {
        margin-top: -10px;
    }

    .payment-congrate>.inner {
        padding: 30px;
    }
}

@media (max-width: 479px) {
    .payment-congrate {
        padding: 30px 20px 30px;
    }

    .payment-option-wrapper,
    .coupon.another-toggle,
    .payment-select {
        margin-left: -10px;
        margin-right: -10px;
    }

    .payment-option-wrapper .radio-block img {
        display: block;
        float: none;
        margin-top: 5px;
        margin-left: 0;
    }

    .payment-select {
        margin-left: -15px;
    }

    .payment-congrate p {
        line-height: 16px;
    }

    .payment-congrate p.lead {
        line-height: 26px;
    }

    .success-box {
        text-align: center;
    }

    .success-box .icon {
        width: 100%;
        height: 80px;
        position: relative;
    }

    .success-box .content {
        margin-left: 0;
    }

    .confirm-date .icon {
        display: none;
    }

    .confirm-date .content {
        margin-left: 0;
    }
}


/**
 * Detail Page
 */

.detail-tab-wrapper {
    margin: 0 0 30px;
}

.detail-header {
    margin-bottom: 20px;
}

.detail-header h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.detail-header h2 .star-rate {
    display: inline-block;
}

a.tripadvisor-module {
    text-decoration: none;
    line-height: 16px;
    margin-top: 15px;
    display: block;
    float: right;
}

a.tripadvisor-module:hover {}

.tripadvisor-rate {
    line-height: 16px;
}

.tripadvisor-rate i {
    color: #B2B2B2;
    font-size: 13px;
}

.tripadvisor-rate i.rated {
    color: #1053a1;
}

.review-item-wrapper {
    border: 1px solid #EBEBEB;
}

.review-item {
    padding: 25px 5px;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
}

.review-item:last-child {
    margin: 0;
    border-bottom: 0;
}

.review-item .content-left {
    width: 150px;
    text-align: right;
    float: left;
    color: #A1A1A1;
}

.review-item .content-left img {
    width: 60px;
    float: right;
    border-radius: 50%;
    margin: 5px 0 10px;
}

.review-item .content-left h4 {
    line-height: 1.3;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.review-item .content {
    margin-left: 180px;
    margin-right: 160px;
    line-height: 24px;
    border-left: 1px solid #EBEBEB;
    padding-left: 30px;
}

.review-item .content h5 {
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
    font-size: 16px;
}

.review-item .content-right {
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    width: 130px;
    border: 3px double #1053a1;
}

.review-item .content-right .outer {
    height: 100%;
    text-align: center;
}

.review-item .content-right .inner {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.review-item .content-right .inner p {
    margin-top: 7px;
    line-height: 26px;
}

.review-item .content-right .inner p span {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

ul.hotel-featured-list>li {
    position: relative;
    padding-left: 150px;
    line-height: 22px;
    margin-bottom: 20px;
}

ul.hotel-featured-list li .absolute {
    top: 0;
    left: 0;
    font-weight: 600;
}

ul.list-col-2 li {
    width: 50%;
    float: left;
    padding-right: 15px;
    line-height: 18px;
}

ul.list-col-3 li {
    width: 33.3333%;
    float: left;
    padding-right: 15px;
    line-height: 18px;
}

ul.list-with-icon li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 20px;
}

ul.list-with-icon li i {
    position: absolute;
    top: 4px;
    left: 0;
}

ul.list-with-icon.font-lg li {
    font-size: 15px;
    padding-left: 23px;
    line-height: 23px;
}

ul.list-with-icon.font-lg li i {
    font-size: 13px;
}

ul.list-bullet-circle li {
    list-style-type: circle;
}

ul.list-bullet-circle-2 li {
    list-style-type: inherit;
}

ul.border-bottom {
    border-bottom: 0;
}

ul.border-bottom li {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

ul.border-bottom.dotted li {
    border-bottom: 1px dotted #CCC;
}

ul.border-bottom li:last-child {
    border-bottom: 0;
}

.detail-right-sidebar {}

.detail-right-sidebar .form-control {
    border-color: #FFF;
}

.detail-right-sidebar .form-control:focus {
    border-color: #1053a1;
}

.detail-right-sidebar .price {
    text-align: center;
    padding: 20px 20px 15px;
    background: #1053a1;
    color: rgba(255, 255, 255, 0.7);
}

.detail-right-sidebar .price span.number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
}

.detail-right-sidebar .or-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    position: relative;
    /*margin: 30px 0 5px;*/
    background: #1053a1;
    color: rgba(255, 255, 255, 0.7);
}

.detail-right-sidebar .or-text>span {
    text-align: center;
    display: block;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}

.detail-right-sidebar .or-text>span>span {
    background: #1053a1;
    padding: 0 10px;
}

.detail-right-sidebar label {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    margin: 0 0 5px;
}

.detail-search-form {
    padding: 0 15px 20px;
    background: #1053a1;
    color: rgba(255, 255, 255, 0.7);
}

.detail-subtotal-price {
    background: #FFF;
    margin-top: 20px;
}

.detail-subtotal-price h4 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    background: #FFFFFF;
    color: #555;
    margin: 0;
    padding: 18px 20px 15px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.detail-subtotal-price h4 a {
    float: right;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize !important;
    margin: 0;
}

.detail-subtotal-price h4 a:hover {
    color: #ff9a00;
}

.price-subtotal span {
    font-size: 18px;
    font-weight: 500;
}

.detail-subtotal-price>.content {
    padding: 20px;
}

.room-type-wrapper {
    background: #fff;
    padding: 10px;
}

.room-type-wrapper hr {
    border-top: 1px solid #1053a1;
}

.room-type-item {
    position: relative;
    margin: 0 0 20px;
    min-height: 122px;
    border-bottom: 1px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.room-type-item .room-type-title h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 10px;
    line-height: 16px;
    text-transform: inherit;
}

.room-type-item hr {
    border-top: 1px solid #ccc;
}

.room-type-item .room-type-title p:last-child {
    margin: 0 0 3px;
    line-height: 16px;
}

.room-type-item .room-type-title p:first-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.room-type-item .room-type-detail h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 10px;
    line-height: 14px;
    text-transform: inherit;
}

.room-type-item .room-type-detail p {
    margin: 0 0 3px;
    line-height: 14px;
}

.room-type-item .room-type-detail p.green {
    color: #1053a1;
    font-style: italic;
}

.room-type-item .room-type-detail p.info {
    font-size: 12px;
    font-style: italic;
}

.room-type-item .room-type-detail .room-type-detail-price {
    text-align: right;
}

.room-type-item .room-type-detail .room-type-detail-price .number {
    display: block;
    color: #1053a1;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.room-type-item .room-type-detail .room-type-detail-price .btn {
    padding: 5px 8px;
    margin-top: 5px;
}

.room-type-item .image {
    width: 150px;
    float: left;
}

.room-type-item .content {
    margin-left: 165px;
    /*margin-right: 215px;*/
    margin-right: 330px;
    margin-bottom: 40px;
}

.room-type-item .content h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 10px;
    line-height: 16px;
    text-transform: uppercase;
}

.room-type-item .content p {
    margin: 0 0 3px;
    line-height: 16px;
}

.room-type-item .content-right {
    position: absolute;
    top: 10px;
    bottom: 20px;
    right: 10px;
    /*width: 200px;*/
    width: 315px;
    text-align: left;
    line-height: 18px;
}

.room-type-item .content-right .number {
    display: block;
    color: #1053a1;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.room-type-item .content-right .btn {
    position: absolute;
    /*bottom: 0;*/
    top: 0;
    right: 0;
    padding-left: 15px;
    padding-top: 7px;
    padding-right: 13px;
}

.room-type-item p.absolute {
    left: 165px;
    top: auto;
    bottom: 20px;
}

.review-score-wrapper {
    background: #FFFFFF;
    padding: 40px 20px 30px;
    margin: 0 0 20px;
}

.review-score-heading {
    text-align: center;
}

.review-score-heading h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

.review-score-heading .score {
    margin-bottom: 10px;
    line-height: 20px;
}

.review-score-heading .score .this {
    font-size: 26px;
    font-weight: 700;
}

.review-score-heading .recommend-this {
    border-top: 1px solid #DEDEDE;
    margin: 0 40px;
    padding-top: 10px;
}

.detail-review-wrapper .tripadvisor-module {
    display: inline;
}

ul.review-score-list li {
    position: relative;
    margin-bottom: 2px;
}

ul.review-score-list.with-progress li .progress {
    margin: 5px 0 14px;
    margin-left: 30px;
    margin-right: 60px;
}

ul.review-score-list.with-progress li:last-child .progress {
    margin-bottom: 0;
}

ul.review-score-list.with-progress li .absolute {
    top: -6px;
}

ul.review-score-list.with-progress li .absolute.full {}

ul.review-score-list.with-progress li .absolute.people-count {
    left: auto;
    right: 10px;
}

.map-wrapper img {
    max-width: none;
}

#map-and-friends {
    height: 500px;
    width: 100%;
    margin: 0;
    padding: 0
}

ul.map-neighbour-label {
    float: right;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

ul.map-neighbour-label li {
    position: relative;
    float: left;
    padding-left: 15px;
    margin-left: 30px;
    line-height: 1;
}

ul.map-neighbour-label li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #1053a1;
}

ul.map-neighbour-label li.color-01:before {
    background: #469C3B;
}

ul.map-neighbour-label li.color-02:before {
    background: #507299;
}

ul.map-neighbour-label li.color-03:before {
    background: #FF8E01;
}

#map-and-friends input[type=button] {
    padding: 8px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    display: block;
    width: 100%;
    margin: 0 0 1px;
    float: left;
    text-transform: uppercase;
    font-weight: 600
}

.map-detail-info-window {
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px
}

.map-detail-info-window .image {
    width: 60px;
    float: left
}

.map-detail-info-window .image img {
    width: 100%
}

.map-detail-info-window .content {
    margin-left: 75px
}

.map-detail-info-window .content h3 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px;
    font-weight: 700;
}

.map-detail-info-window .content p {
    line-height: 1.1;
    margin: 0 0 3px
}

.map-detail-info-window .content a {
    background: #1053a1;
    color: #FFF;
    padding: 2px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600
}

.map-detail-info-window .content a:hover {
    opacity: 0.7;
}

#map-and-friends input[type='checkbox'] {
    opacity: 1;
    display: block;
    float: left;
    width: 18px;
    margin-top: 3px
}

#map-and-friends label {
    font-size: 12px !important;
    display: block;
    font-weight: 400;
    line-height: 14px;
    clear: both;
    margin: 3px 0;
}

#map-and-friends label:hover {
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .room-type-item {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .room-type-item {
        min-height: 60px;
        padding: 10px 0;
        padding-bottom: 20px;
    }

    .room-type-item .image {
        width: 115px;
    }

    .room-type-item .content {
        margin-right: 170px;
        margin-left: 125px;
        margin-bottom: 0;
        line-height: 14px;
    }

    .room-type-item .content p {
        line-height: 14px;
        margin: 0 0 5px;
    }

    .room-type-item .content h3 {
        font-size: 15px;
        line-height: 17px;
    }

    .room-type-item .content-right {
        width: 160px;
        font-size: 12px;
        line-height: 14px;
    }

    .room-type-item .content-right .btn {
        margin-top: 7px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .room-type-wrapper p.absolute {
        position: relative;
        left: 0;
        margin-top: 15px;
    }

    .room-type-item p.absolute {
        bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .review-item {
        padding: 0;
    }

    .review-item .content-left {
        width: 100%;
        text-align: left;
        float: none;
        margin: 0 0 10px;
    }

    .review-item .content-left img {
        float: left;
    }

    .review-item .content-left h4 {
        line-height: 1.3;
        margin: 0;
    }

    .review-item .content {
        margin-left: 0;
        margin-right: 0;
    }

    .review-item .content-right {
        position: relative;
        top: 45px;
        left: 0;
        right: 15px;
        bottom: 15px;
        width: 100%;
        margin: 0 0 15px;
        padding: 20px;
        clear: both;
    }

    .review-item .content-right .inner {
        position: relative;
        left: 15px;
        top: auto;
        transform: none;
    }
}

@media (max-width: 479px) {
    .room-type-item .image {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .room-type-item .content {
        margin-right: 170px;
        margin-left: 0;
    }

    .room-type-item .content-right {
        top: 220px;
        /*top: 300px;*/
    }

    ul.hotel-featured-list>li {
        padding-left: 0;
    }

    ul.hotel-featured-list li .absolute {
        position: relative;
        display: block;
    }

    ul.list-col-2 li,
    ul.list-col-3 li {
        width: 100%;
    }

    .detail-header .tripadvisor-module.text-right {
        text-align: left !important;
        float: none;
    }

    .detail-header .tripadvisor-module>div {
        display: inline-block;
    }

    .review-item {
        padding-bottom: 10px;
    }

    .review-item .content-left {
        margin-left: 10px;
        margin-top: 5px;
        position: relative;
        padding-top: 8px;
        padding-left: 50px;
    }

    .review-item .content-left .image {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
    }

    .review-item .content {
        padding-left: 10px;
        border-left: 0;
    }

    .review-item .content-right {
        top: 10px;
        left: 4%;
        right: 4%;
        bottom: 10px;
        width: 92%;
        margin: 0 0 15px;
        padding: 20px 15px 10px;
    }

    .review-item .content-right .inner {
        left: 0;
    }
}


/**
 * Room Page
 */

.booking-step {
    margin-top: 35px;
    margin-bottom: 10px;
    padding-left: 0;
}

.step-item {
    color: #636363;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}

.step-item .line {
    width: 100%;
    height: 1px;
    background: #D1D1D1;
}

.step-item .step-item {
    margin-top: -26px;
    margin-bottom: 5px;
}

.step-item .number {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    margin: 5px auto 0;
    padding: 5px;
    border-radius: 50%;
}

.step-item .number .inner {
    background: #D1D1D1;
    height: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 50%;
}

.step-item.active a:hover {
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}

.step-item.active .line {
    background: #ff9a00;
}

.step-item.active .number .inner {
    background: #1053a1;
}

.room-page-right-sidebar {}

.room-page-right-sidebar h4 {
    text-transform: uppercase;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 2px 0 8px;
    font-weight: 500;
}

.room-page-right-sidebar p {
    line-height: 18px;
    margin: 0 0 7px;
}

.room-page-right-sidebar h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #C4C4C4;
}

.room-page-right-sidebar h5 a {
    font-size: 12px;
    float: right;
    text-transform: capitalize;
    margin-top: 2px;
    opacity: 0.8;
}

.room-page-right-sidebar h5 a:hover {
    opacity: 1;
}

.room-page-right-sidebar .meta-option {
    line-height: 16px;
}

.room-page-right-sidebar .meta-option .star-rate {
    float: left;
    margin-right: 7px;
}

.room-page-right-sidebar .meta-option p {
    line-height: 14px;
}

.room-page-right-sidebar .image {
    margin: 20px 0 20px;
}

.room-page-right-sidebar .content {
    font-size: 13px;
}

.room-page-right-sidebar .content p {
    margin-top: 15px;
}

.room-page-right-sidebar .content ul {
    margin: 10px 0 0;
}

.room-page-right-sidebar .content ul li {
    position: relative;
    text-align: right;
    font-size: 14px;
    padding-left: 70px;
    line-height: 15px;
    margin: 0 0 12px;
}

.room-page-right-sidebar .content ul li .absolute {
    font-weight: 600;
}

.room-page-right-sidebar .content ul.inverse li {
    padding-left: 0;
    padding-right: 70px;
    text-align: left;
}

.room-page-right-sidebar .content ul.inverse li .absolute {
    left: auto;
    right: 0;
}

.room-page-right-sidebar .content.total-price h5 {
    font-size: 18px;
    border-bottom: 3px double #C4C4C4;
    padding-bottom: 10px;
}

.room-page-right-sidebar .content.total-price h5 span {
    float: right;
    font-weight: 500;
    margin-top: 0px;
    font-size: 18px;
    display: block;
    margin-top: -2px;
}

.room-page-right-sidebar.alt {
    background: #1053a1;
    color: rgba(255, 255, 255, 0.8);
    padding: 20px
}

.room-page-right-sidebar.alt h4 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 7px;
    font-weight: 500;
}

.room-page-right-sidebar.alt p {
    line-height: 18px;
    margin: 0 0 7px;
}

.room-page-right-sidebar.alt h5 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.room-page-right-sidebar.alt h5 a {
    font-size: 12px;
    float: right;
    color: #FFF;
    text-transform: capitalize;
    margin-top: 5px;
    opacity: 0.8;
}

.room-page-right-sidebar.alt h5 a:hover {
    opacity: 1;
}

.room-page-right-sidebar.alt .meta-option {
    line-height: 16px;
}

.room-page-right-sidebar.alt .meta-option .star-rate {
    float: left;
    margin-right: 7px;
}

.room-page-right-sidebar.alt .meta-option p {
    line-height: 14px;
}

.room-page-right-sidebar.alt .image {
    border: 1px solid #FFFFFF;
    margin: 20px 0 30px;
}

.room-page-right-sidebar.alt .content {
    font-size: 13px;
}

.room-page-right-sidebar.alt .content p {
    margin-top: 15px;
}

.room-page-right-sidebar.alt .content ul {
    margin: 10px 0 0;
}

.room-page-right-sidebar.alt .content ul li {
    position: relative;
    text-align: right;
    font-size: 13px;
    padding-left: 70px;
    line-height: 15px;
    margin: 0 0 10px;
}

.room-page-right-sidebar.alt .content ul li .absolute {
    color: #FFF;
}

.room-page-right-sidebar.alt .content ul.inverse li {
    padding-left: 0;
    padding-right: 70px;
    text-align: left;
}

.room-page-right-sidebar.alt .content ul.inverse li .absolute {
    left: auto;
    right: 0;
}

.room-page-right-sidebar.alt .content.total-price h5 {
    font-size: 18px;
    border-bottom: 3px double rgba(255, 255, 255, 0.7);
    padding-bottom: 10px;
}

.room-page-right-sidebar.alt .content.total-price h5 span {
    color: #FFF;
    margin-top: 2px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .step-item .step-item {
        margin-bottom: 25px;
    }
}

@media (max-width: 479px) {}


/**
 * Result Page
 */

.result-status {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 2px solid #E6E6E6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.result-status p {
    margin: 0;
    font-size: 16px;
}

.result-status a.show-on-map {
    display: block;
    position: absolute;
    top: 0;
    bottom: -2px;
    right: 0;
    width: 93px;
    line-height: 1;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    background-position: 50% 50%;
    border-left: 5px solid #FFFFFF;
}

.result-status a.show-on-map img {
    width: 30px;
    margin: 0 auto;
    margin-top: -15px;
}

.result-status a.show-on-map .absolute {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
}

.result-status .back-to-list {
    position: absolute;
    top: 0;
    bottom: -2px;
    right: 0;
    width: 80px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border-left: 5px solid #FFFFFF;
    background: #ff9a00;
    color: #FFF;
    padding-top: 5px;
}

.result-status .back-to-list span {
    display: block;
    text-transform: uppercase;
}

.result-status .back-to-list a {
    color: #FFF;
    font-size: 14px;
}

.result-status .back-to-list a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.result-status .back-to-list a+a {
    margin-left: 5px;
}

.sort-wrapper {
    background: #FFFFFF;
    color: #5d5d5d;
    margin: 0 0 5px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 28px;
}

.sort-wrapper>ul {
    margin: 0;
}

.sort-wrapper>ul>li {
    display: block;
    float: left;
}

.sort-wrapper>ul>li>a {
    color: #5d5d5d;
    border-right: solid 1px #E5E5E5;
    display: block;
    padding: 10px 15px;
}

.sort-wrapper>ul>li.text {
    border-right: solid 1px #E5E5E5;
    padding: 10px 15px;
    text-transform: uppercase;
}

.sort-wrapper>ul>li.list-grid {
    float: right;
}

.sort-wrapper>ul>li.list-grid a {
    float: right;
    border-right: 0;
    border-left: solid 1px #E5E5E5;
    color: #5d5d5d;
}

.sort-wrapper>ul>li.active>a,
.sort-wrapper>ul>li>a:hover {
    color: #1053a1;
}

.sort-wrapper .dropdown-menu {
    min-width: 80px;
    margin: 0;
}

.result-search-form-wrapper {
    background: #1053a1;
    color: rgba(255, 255, 255, 1);
}

.result-search-form-wrapper h3 {
    color: #FFF;
    font-size: 20px;
    line-height: 1;
    margin: 5px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 14px 20px;
}

.result-search-form-wrapper>.inner {
    padding: 20px 0px;
}

.result-search-form-wrapper .form-control {
    border-color: #FFF;
}

.result-search-form-wrapper .form-control:focus {
    border-color: #C079E3;
}

.result-search-form-wrapper label {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    margin: 0 0 5px;
}

.result-search-form-wrapper .tooltip-inner {
    max-width: 240px;
}

.result-filter-wrapper {
    background: #FFF;
    margin-top: 30px;
}

.result-filter-wrapper h3 {
    margin: 20px;
    margin-left: 40px;
    position: relative;
    text-transform: uppercase;
    padding-left: 27px;
    border-bottom: 1px solid #1053a1;
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
}

.result-filter-wrapper h3 .icon {
    width: 36px;
    height: 36px;
    border: 1px solid #1053a1;
    position: absolute;
    display: block;
    top: -28px;
    left: -20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    color: #1053a1;
    font-size: 16px;
}

.filter-toggle {
    margin: 0;
    background: #FFF;
    padding: 0;
}

.filter-toggle h4 {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    background: #FFFFFF;
    color: #333;
    margin: 0;
    padding: 18px 20px 15px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.filter-toggle h4.active {
    color: #333;
}

.filter-toggle h4:after {
    font-size: 8px;
    top: 12px;
    right: 20px;
    border: 1px solid #999;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    padding-left: 2px;
    color: #999;
}

.filter-toggle .another-toggle-inner {
    padding: 15px 20px;
}

.filter-toggle .range-slider-wrapper {
    margin-bottom: -10px;
}

.result-paging-wrapper {
    border-top: 2px solid #E6E6E6;
    margin-top: 20px;
    padding-top: 10px;
}

.result-paging-wrapper ul.paging {
    float: right;
}

ul.paging li {
    float: left;
    margin-left: 2px;
}

ul.paging li a {
    color: #636363;
    padding: 2px 10px;
}

ul.paging li.active a,
ul.paging li a:hover {
    background: #ff9a00;
    color: #FFF;
}

ul.paging li.disable a {
    cursor: not-allowed;
    background: transparent;
    color: #636363;
}

.text-center ul.paging {
    float: none;
    text-align: center;
}

.text-center ul.paging li {
    float: none;
    margin-left: 2px;
    display: inline-block;
}

#bali-map {
    height: 800px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .result-status {
        padding-right: 90px;
        line-height: 16px;
    }

    .result-search-form-wrapper {
        margin-top: -5px;
    }
}

@media (max-width: 767px) {

    .sort-wrapper>ul>li>a,
    .sort-wrapper>ul>li.text {
        padding: 5px 10px;
    }

    .result-paging-wrapper {
        text-align: center;
    }

    .result-paging-wrapper ul.paging {
        float: none !important;
        padding: 0;
        margin: 10px 0 0;
    }

    .result-paging-wrapper ul.paging li {
        float: none;
        margin: 0;
        display: inline-block;
    }
}

@media (max-width: 479px) {

    .pagination>li>a,
    .pagination>li>span {
        padding: 8px 12px;
    }

    .sort-wrapper>ul>li>a,
    .sort-wrapper>ul>li.text {
        border-right: 0;
        padding: 5px 5px;
    }

    .sort-wrapper>ul>li>a,
    .sort-wrapper>ul>li.text {
        padding: 5px 5px;
    }

    .sort-wrapper>ul>li.list-grid a {
        border-right: 0;
        border-left: none;
    }

    .sort-wrapper>ul>li.list-grid a {
        padding-bottom: 0;
        padding-top: 0;
    }
}


/**
 * Tab
 */

.tab-style-01-wrapper ul.tab-nav {
    background: #FFFFFF;
    margin: 0;
    border-bottom: 0px solid #1053a1;
}

.tab-style-01-wrapper ul.tab-nav li {
    float: left;
}

.tab-style-01-wrapper ul.tab-nav li a {
    color: #1053a1;
    padding: 5px 15px;
    padding-top: 7px;
    display: block;
    text-transform: none;
    position: relative;
    font-weight: 400;
    border-top: 1px solid #FFFFFF;
}

.tab-style-01-wrapper ul.tab-nav li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: transparent;
}

.tab-style-01-wrapper ul.tab-nav li a:hover {
    background: #DBDBDB;
    border-top: 1px solid #DBDBDB;
    text-decoration: none;
}

.tab-style-01-wrapper ul.tab-nav li.active a {
    color: #FFF;
    background: #1053a1;
    border-top: 1px solid #1053a1;
}

.tab-style-01-wrapper ul.tab-nav li.active a:after {
    background: #FFF;
}

.tab-style-01-wrapper .tab-content {
    background: #FFF;
}

.tab-style-01-wrapper .tab-content-inner {
    padding: 10px;
}

.tab-style-01-wrapper .tab-content-inner h5:first-child {
    margin-top: 0;
}

.vertical-tab-style-01-wrapper ul.tab-nav li a {
    font-family: Roboto;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-right: 0;
    display: block;
    margin: 0 0 1px;
    padding: 8px 15px 7px;
    font-size: 13px;
}

.vertical-tab-style-01-wrapper ul.tab-nav li.active a,
.vertical-tab-style-01-wrapper ul.tab-nav li a:hover {
    background: none;
}

.navbar-nav .vertical-tab-style-01-wrapper ul.tab-nav {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    display: block !important;
    margin: 10px 0 0;
}

.navbar-nav .vertical-tab-style-01-wrapper ul.tab-nav li a {
    padding: 8px 15px 7px !important;
    border-bottom: 1px solid #F2F2F2 !important;
    font-family: Roboto !important;
    color: #222222 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.navbar-nav .vertical-tab-style-01-wrapper ul.tab-nav li a:hover {
    padding-left: 8px;
}


.vertical-tab-style-02-wrapper ul.tab-nav li a {
    font-family: Roboto;
    color: #222;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: #F2F2F2;
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 1px 1px 0;
    padding: 12px 15px 10px;
    font-size: 13px;
    position: relative;
    display: block;
}

.vertical-tab-style-02-wrapper ul.tab-nav li.active a,
.vertical-tab-style-02-wrapper ul.tab-nav li a:hover {
    background: none
}

.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    display: block !important;
    margin: 10px 0 0
}

.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav li a {
    padding: 8px 15px 7px !important;
    border-bottom: 1px solid #E5E5E5 !important;
    font-family: Roboto !important;
    color: #222 !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important
}

.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav li a:hover {
    padding-left: 8px
}

.vertical-tab-style-02-wrapper ul.tab-nav li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.vertical-tab-style-02-wrapper ul.tab-nav li.active a:before,
.vertical-tab-style-02-wrapper ul.tab-nav li a:hover:before {
    background: #1053a1;
}

.vertical-tab-style-02-wrapper ul.tab-nav li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3px;
    width: 3px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    z-index: 2;
}

.vertical-tab-style-02-wrapper ul.tab-nav li.active a:after {
    background: #FFF;
}

.vertical-tab-style-02-wrapper .tab-content-inner {
    background: #FFF;
    padding: 20px;
    padding-left: 20px;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5
}

.vertical-tab-style-02-wrapper .tab-content-inner h3:first-child {
    margin-top: 0;
}

.vertical-tab-style-02-wrapper ul.tab-nav li.active a {
    background: #FFF;
}

.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li {
    margin-bottom: 10px;
}

.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li:last-child {
    margin-bottom: 0;
}

.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li i {
    top: 3px;
}


@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .vertical-tab-style-02-wrapper .tab-content-inner {
        padding: 0;
        border: 0;
    }
}

@media only screen and (max-width: 767px) {
    .logo24 {
        justify-content: space-between;
    }
}

@media (max-width: 479px) {}


/**
 * Travel Quotes
 */

.travel-quotes {
    height: 500px;
    overflow: hidden;
}

.travel-quotes .top-content {
    width: 100%;
    height: 50%;
}

.travel-quotes .bottom-content {
    width: 100%;
    height: 50%;
}

.travel-quotes .saying-content {
    background: #FFF;
    height: 100%;
}

.travel-quotes>div>.row {
    height: 100%;
}

.travel-quotes .inner {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 50px;
}

.travel-quotes .bottom-content .inner {
    text-align: right;
}

.travel-quotes .saying {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
}

.stripe-grid-item {
    height: 300px;
}

.stripe-grid-item .image-bg {
    height: 100%;
    width: 50%;
}

.stripe-grid-item .content {
    padding: 25px;
    position: relative;
}

.stripe-grid-item .content h4 {
    font-weight: 500;
}

.stripe-grid-item .content:after {
    content: "";
    position: absolute;
    top: 30px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #FFF transparent transparent;
}

.stripe-grid-item .content.bg-primary:after {
    border-color: transparent #7F4681 transparent transparent;
}

.stripe-grid-item .content.bg-color-02:after {
    border-color: transparent #87495B transparent transparent;
}

.row>div:nth-child(3) .stripe-grid-item .content:after,
.row>div:nth-child(4) .stripe-grid-item .content:after {
    left: auto;
    right: -15px;
    border-width: 15px 0 20px 15px;
    border-color: transparent transparent transparent #FFF;
}

.row>div:nth-child(3) .stripe-grid-item .content.bg-primary:after,
.row>div:nth-child(4) .stripe-grid-item .content.bg-primary:after {
    border-color: transparent transparent transparent #7F4681;
}

.row>div:nth-child(3) .stripe-grid-item .content.bg-color-02:after,
.row>div:nth-child(4) .stripe-grid-item .content.bg-color-02:after {
    border-color: transparent transparent transparent #87495B;
}

.row>div:nth-child(3) .image-bg,
.row>div:nth-child(4) .image-bg {
    margin-left: 50%;
}

.row>div:nth-child(3) .content,
.row>div:nth-child(4) .content {
    left: 0;
}


/**
 * Testimonial
 */

.slick-testimonial-wrapper {}

.slick-testimonial-wrapper .slick-prev:before,
.slick-testimonial-wrapper .slick-next:before {
    color: #333;
}

.slick-center {}

.slick-testimonial-wrapper .testimonial-man {
    margin: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.testimonial-long {
    text-align: center;
    position: relative;
    padding-top: 10px;
}

.testimonial-long:before {
    font-family: 'Pe-icon-7-stroke';
    content: "\e668";
    font-size: 52px;
    margin: 0 0 10px;
}

.testimonial-long .saying {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    position: relative;
    margin: 10px 0 20px;
    font-weight: 300;
    font-family: 'Merriweather', serif;
}

.testimonial-long h4 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1;
}

.slick-testimonial-nav {
    margin: 20px 250px;
}

.slick-testimonial-wrapper .testimonial-man {
    margin: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 5px;
}

.slick-testimonial-wrapper .testimonial-man .image {
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 3px;
}

.slick-testimonial-wrapper .testimonial-man .image:after {
    display: none;
}

.slick-testimonial-wrapper .testimonial-man img {
    border-radius: 50%;
}

.slick-testimonial-wrapper .testimonial-man .image:hover {
    cursor: pointer;
}

.slick-testimonial-wrapper .slick-center .testimonial-man {
    margin: 10px;
}

.slick-testimonial-wrapper .slick-center .image {
    border: 1px solid #ff9a00;
}

.slick-testimonial-wrapper .slick-center .image:hover {
    cursor: default;
}

.slick-gallery-slideshow.slick-testimonial-wrapper .slick-prev {
    left: -40px;
}

.slick-gallery-slideshow.slick-testimonial-wrapper .slick-next {
    right: -40px;
}

@media only screen and (max-width: 1199px) {
    .slick-testimonial-nav {
        margin: 30px 200px 20px;
    }
}

@media only screen and (max-width: 991px) {}

@media (max-width: 767px) {
    .slick-testimonial-nav {
        margin: 30px 100px 20px;
    }
}

@media (max-width: 479px) {
    .slick-testimonial-nav {
        margin: 30px 40px 20px;
    }
}


/**
 * Hot Deal
 */

.slick-hot-deal-item {
    padding: 230px 130px 130px;
    position: relative;
    z-index: 99;
    display: table;
}

.slick-hot-deal-item h4 {
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.slick-hot-deal-item .table-cell {
    display: table-cell;
}

.slick-hot-deal-item>div {
    width: 50%;
}

.slick-hot-deal-item .content {
    background: #FFF;
    position: relative;
    padding: 40px;
}

.slick-hot-deal-item .content p {
    margin-bottom: 25px;
}

.slick-hot-deal-item .image-bg-wrapper {
    position: relative;
}

.slick-hot-deal-item .image-bg-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.slick-hot-deal-wrapper .slick-prev,
.slick-hot-deal-wrapper .slick-next {
    top: 60%;
}

@media only screen and (max-width: 1199px) {
    .slick-hot-deal-item {
        padding: 230px 60px 130px;
    }
}

@media only screen and (max-width: 991px) {}

@media (max-width: 767px) {
    .slick-hot-deal-item {
        padding: 230px 40px 75px;
    }

    .slick-hot-deal-item>div {
        width: 100%;
    }

    .slick-hot-deal-item .image-bg-wrapper {
        display: none;
    }
}

@media (max-width: 479px) {
    .slick-slider-center-mode.slick-hot-deal-wrapper .slick-prev {
        left: 5px;
    }

    .slick-slider-center-mode.slick-hot-deal-wrapper .slick-next {
        right: 5px;
    }

    .slick-hot-deal-item {
        padding: 230px 20px 75px;
    }

    .slick-hot-deal-item .content {
        padding: 20px 20px;
    }
}


/**
 * Faq
 */

.faq-category {
    background: #FFF;
    margin-top: 10px;
}

.faq-category h4 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    background: #FFFFFF;
    color: #555;
    margin: 0;
    padding: 18px 20px 15px;
    border-bottom: 1px solid #E5E5E5;
}

.faq-category span {
    font-size: 18px;
    font-weight: 500;
}

.faq-category>.content {
    padding: 15px 20px;
}

.faq-category ul {
    margin: 0;
}

.faq-category ul li a {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 7px;
    margin-bottom: 7px;
    color: #636363;
}

.faq-category ul li.active a {
    color: #ff9a00;
}

.faq-category ul li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.faq-category ul li a:hover {
    padding-left: 5px;
    text-decoration: none;
}

.faq-accordion-wrapper .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-accordion-wrapper .accordion-heading {
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}

.faq-accordion-wrapper .accordion-heading .panel-title {
    margin: 0;
    color: #636363;
    padding: 1px 0;
    font-size: 16px;
}

.faq-accordion-wrapper .accordion-heading .panel-title a {
    font-weight: 400;
    font-size: 16px;
}

.faq-accordion-wrapper .accordion-heading .panel-title a:hover {
    color: #ff9a00;
}

.faq-accordion-wrapper .accordion-inner {
    padding: 20px 30px;
    margin: 0;
    border-bottom: 1px solid #E5E5E5;
}

.faq-accordion-wrapper .panel.accordion-item .panel-title a:after {
    content: "\f068";
    float: left;
    background: #ff9a00;
    color: #FFF;
    font-size: 10px;
    padding: 5px 6px;
    line-height: 10px;
    margin-right: 10px;
    margin-top: 2px;
}

.faq-accordion-wrapper .panel.accordion-item .panel-title a.collapsed:after {
    content: "\f067";
}

.faq-accordion-wrapper.style-2 .accordion-heading {
    background: #E8E8E8;
    padding: 15px 20px 15px;
    border-bottom: 2px solid #D6D6D6;
    margin: 0 0 2px;
}

.faq-accordion-wrapper.style-2 .accordion-heading .panel-title {
    margin: 2px 0 0;
}

.faq-accordion-wrapper.style-2 .accordion-inner {
    background: #FFF;
    padding: 20px 30px;
    margin: 0 0 10px;
    border-bottom: 1px solid #D6D6D6;
}

.faq-accordion-wrapper.style-2 .panel.accordion-item .panel-title a:after {
    float: right;
    margin-right: 0;
}

.faq-accordion-wrapper.style-2 .panel.accordion-item .panel-title a.collapsed:after {}

.faq-accordion-wrapper.faq-accordion-sm-wrapper .panel-title a {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    padding-left: 35px;
    position: relative;
    display: block;
    line-height: 1.2;
    margin: 0;
}

.faq-accordion-wrapper.faq-accordion-sm-wrapper .panel-title a:after {
    margin: 0;
    position: absolute;
    top: 2px;
    left: 0;
    float: none;
}

.faq-accordion-wrapper.faq-accordion-sm-wrapper .accordion-inner {
    padding: 20px 0;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .faq-category {
        margin: 5px 0;
    }
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Sidebar
 */

#show-on-map {
    height: 250px;
}

.map-click-box {
    position: relative;
    background: #F3F3F3;
    margin: 0 0 20px;
}

a.map-click {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #87495B;
    color: #FFF;
    padding: 10px 15px;
    display: block;
    padding-right: 40px;
    font-weight: 500;
    line-height: 1;
}

a.map-click:hover {
    background: #A1576C;
}

a.map-click i {
    font-size: 52px;
    position: absolute;
    bottom: 0;
    right: 10px;
    text-shadow: 3px 1px 3px rgba(150, 150, 150, 1);
}

.sidebar.mt {
    margin-top: 50px;
}

.sidebar .widget {
    margin: 0 0 30px;
}

.quick-search {
    position: relative;
    margin: 0 0 40px;
}

.quick-search .form-control {
    height: 40px;
}

.quick-search .btn {
    position: absolute;
    top: 1px;
    right: 1px;
    color: #FFF;
    background: #1053a1;
    height: 38px;
}

.quick-search .btn:hover {
    background: #51658C;
}

.quick-search .form-control {
    padding-right: 50px;
}

ul.sidebar-cat li {
    border-bottom: 1px dotted #DBDBDB;
    line-height: 14px;
    position: relative;
}

ul.sidebar-cat li:last-child {
    border-bottom: 0;
}

ul.sidebar-cat li a {
    padding: 10px 0;
    display: block;
    color: #636363;
}

ul.sidebar-cat li:first-child a {
    padding-top: 0;
}

ul.sidebar-cat li a:hover {
    padding-left: 5px;
}

ul.sidebar-cat li .absolute {
    left: auto;
    right: 0;
    top: 11px;
    font-size: 12px;
}

ul.sidebar-cat li:first-child .absolute {
    top: 0px;
}

ul.archive li {
    position: relative;
    margin-bottom: 10px;
}

ul.archive li a {
    color: #636363;
}

ul.archive li a:hover {
    text-decoration: underline;
}

ul.archive li .absolute {
    left: auto;
    right: 0;
    top: 0px;
    font-size: 12px;
}

.tag-cloud a {
    border: 3px double #DBDBDB;
    line-height: 1;
    font-size: 12px;
    padding: 5px;
    margin-left: 3px;
    margin-bottom: 5px;
    display: block;
    float: left;
    color: #777;
}

.tag-cloud a:hover {
    background: #ff9a00;
    color: #FFF;
    border-color: #FFFFFF;
}

.tag-cloud-wrapper {
    border-top: 2px solid #E6E6E6;
    position: relative;
    margin: 20px 0 0;
    padding: 10px 0 0;
}

.tag-cloud-wrapper .tag-cloud-heading {
    float: left;
    margin-top: 7px;
    text-transform: uppercase;
}

.tag-cloud-wrapper .tag-cloud {
    margin-left: 50px;
    margin-top: 5px;
}

ul.sidebar-menu-list li a {
    font-family: Roboto;
    color: #222;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: #F2F2F2;
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 1px 1px 0;
    padding: 10px 15px 8px;
    font-size: 13px;
    position: relative;
    display: block;
}

ul.sidebar-menu-list li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

ul.sidebar-menu-list li.active a:before,
ul.sidebar-menu-list li a:hover:before {
    background: #ff9a00;
}

ul.sidebar-menu-list li a:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -33px;
    width: 33px;
    background: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

ul.sidebar-menu-list li.active a,
ul.sidebar-menu-list li a:hover {
    background: #FFFFFF;
}

ul.sidebar-menu-list li.active a:after {
    background: #FFFFFF;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}


@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    ul.sidebar-menu-list li a:after {
        display: none;
    }
}

@media (max-width: 479px) {}


/**
 * Featured
 */

.featured-item-text {
    margin: 15px 0;
}

.featured-item-text h4 {
    border-bottom: 1px solid #B270B5;
    padding-bottom: 10px;
    margin: 0 0 15px;
    letter-spacing: 2px;
}

.featured-item {
    line-height: 20px;
    margin-bottom: 20px;
}

.featured-item .icon {
    font-size: 24px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ff9a00;
    color: #FFF;
    line-height: 46px;
    text-align: center;
}

.featured-item h3 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 20px 0 15px;
}

.featured-item-2 {
    line-height: 20px;
    margin-bottom: 15px;
}

.featured-item-2 .icon {
    color: #ff9a00;
    float: left;
    font-size: 30px;
    margin-top: -4px;
    margin-right: 15px;
}

.featured-item-2 p {
    margin-left: 15px;
    margin-top: 4px;
}

.featured-item-2 .content {
    margin-left: 45px;
    margin-bottom: 25px;
}

.featured-item-2 .content h5 {
    margin: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
}

.featured-item-2 .content p {
    margin: 0;
    line-height: 18px;
}

.featured-item-03 {
    line-height: 1.5;
    margin-bottom: 20px;
}

.featured-item-03 .icon {
    font-size: 35px;
    width: 46px;
    color: #ff9a00;
    line-height: 40px;
    float: left;
    padding-top: 5px;
}

.featured-item-03 .content {
    margin-left: 65px;
}

.featured-item-03 h5 {
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 0 15px;
}

.sell-or-buy {
    padding: 80px 120px;
    text-align: center;
}

.sell-or-buy h3 {
    font-size: 26px;
    margin: 28px 0 25px;
    line-height: 1;
}

.sell-or-buy .icon {
    line-height: 60px;
    text-align: center;
    font-size: 60px;
    margin: 0;
}

.sell-or-buy .content a {
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #FFF;
    display: inline-block;
    padding: 7px 25px;
    display: inline-block;
    margin-top: 10px;
}

.sell-or-buy .content a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.featured-box {
    text-align: center;
    border: 1px solid #E5E5E5;
    padding: 30px;
    background: #FFFFFF;
    margin: 30px 0 10px;
}

.featured-box .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin: 0 auto 30px;
    margin-top: -60px;
    border-radius: 50%;
}

.featured-box h4 {
    margin: 0 0 15px;
}

.featured-box p {
    margin: 0 0 15px;
}

.featured-box a {
    font-size: 12px;
    font-weight: 600;
}

.featured-box a {
    color: #636363;
}

.featured-box a:hover {
    color: #ff9a00;
    text-decoration: none;
}

.featured-bg {}

.featured-bg {
    position: relative;
    padding: 120px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

.featured-bg.stellar-parallax-bg {
    background-position: bottom center;
}

.featured-bg h3 {
    margin-top: 0;
    font-size: 34px;
    color: #FFF;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
}

.featured-bg p {
    color: #FFF;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.featured-timeline {
    position: relative;
}

.featured-timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #E8E8E8;
}

.featured-timeline ul {
    margin: 0;
    padding: 0;
}

.featured-timeline ul li {
    width: 50%;
    float: left;
    padding: 30px 0;
    padding-left: 110px;
    padding-right: 30px;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}

.featured-timeline ul li:last-child,
.featured-timeline ul li:nth-last-child(2) {
    border-bottom: 0;
}

.featured-timeline ul li h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
}

.featured-timeline ul li .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 2px solid #ff9a00;
    border-radius: 50%;
    text-align: center;
    color: #ff9a00;
}

.featured-timeline ul li:nth-child(odd) {
    text-align: right;
    padding-left: 30px;
    padding-right: 110px;
}

.featured-timeline ul li:nth-child(odd) .icon {
    left: auto;
    right: 30px;
}

@media only screen and (max-width: 1199px) {
    .sell-or-buy {
        padding: 80px 80px;
        padding-right: 120px;
    }

    .sell-or-buy.text-right {
        padding-left: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .sell-or-buy {
        padding: 40px;
        padding-right: 40px;
    }

    .sell-or-buy.text-right {
        padding: 40px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Team
 */

.team-item {
    text-align: center;
}

.team-item h4 {
    margin: 25px 0 10px;
    line-height: 1.1;
}

.team-item p {
    margin: 0 0 8px;
    line-height: 1.1;
}

.team-item ul.social {
    margin: 0;
}

.team-item ul.social li {
    display: inline-block;
    margin: 0 5px;
}


/**
 * Blog
 */

.blog-item-full {
    margin: 0 0 50px;
}

.blog-item-full .image {
    margin: 0 0 30px;
}

.blog-item-full .content {}

.blog-item-full .meta {
    margin: 0 0 10px;
    font-size: 13px;
    color: #919191;
    line-height: 18px;
}

.blog-item-full .meta a {
    color: #555;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-item-full .meta a:hover {
    text-decoration: underline;
}

.blog-item-full .meta i {
    margin-right: 5px;
}

.blog-item-full .content h3.blog-title {
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.4;
}


/* .blog-item-full .content h3.blog-title:after { content:""; position: absolute; bottom: -15px; left: 0; width: 40px; height: 2px; background: #1053a1; } */

.blog-item-full .btn-read-more {
    border-bottom: 2px solid #ff9a00;
    padding: 0 0 3px;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-item-full .btn-read-more:hover {
    text-decoration: none;
    padding: 0 5px 3px;
}

.blog-wrapper.blog-single .blog-item-full .content {
    margin-left: 0 !important;
}

.blog-wrapper.blog-single .blog-item-full {
    margin-bottom: 20px;
}

.recent-post-wrapper .row>div {
    margin: 0 0 20px;
}

.recent-post {
    position: relative;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    min-height: 150px;
    width: 100%;
    height: 100%;
}

.recent-post:hover {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ff9a00;
}

.recent-post .image {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    background-size: cover;
    background-position: center center;
    width: 230px;
}

.recent-post .content {
    margin-left: 240px;
    line-height: 1.5;
    padding: 20px 15px;
}

.recent-post .content .meta {
    font-size: 13px;
    color: #919191;
}

.recent-post .content .meta a {
    color: #555;
}

.recent-post .content .meta a:hover {
    text-decoration: underline;
}

.recent-post .content .meta i {
    margin-right: 5px;
}

.recent-post .content h4 {
    line-height: 1.4;
    margin: 20px 0 15px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.recent-post .content p {
    line-height: 1.5;
    margin: 0 0 15px;
}

.recent-post .content a {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.recent-post .content a.btn-read-more {
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
}

.recent-post .content a.btn-read-more:hover {
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

.blog-entry ul {
    list-style-type: inherit;
    margin-left: 35px;
    margin-bottom: 20px;
}

.blog-entry ol {
    list-style-type: decimal;
    margin-left: 35px;
    margin-bottom: 20px;
}

.blog-entry ul li,
.blog-entry ol li {
    margin-bottom: 7px;
}

.blog-entry ul li:last-child,
.blog-entry ol li:last-child {
    margin-bottom: 0;
}

.blog-entry h1,
.blog-entry h2,
.blog-entry h3,
.blog-entry h4,
.blog-entry h5,
.blog-entry h6 {
    margin: 30px 0 18px;
}

ul.recent-post-sm li {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

ul.recent-post-sm li h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
    font-weight: 500;
}

ul.recent-post-sm li .image {
    width: 80px;
    float: left;
}

ul.recent-post-sm li .image img {
    display: block;
}

ul.recent-post-sm li .content {
    margin-left: 90px;
}

ul.recent-post-sm li .recent-post-sm-meta {
    margin: 0;
    color: #555;
    font-size: 13px;
    font-style: italic;
}

ul.recent-post-sm li a:hover h3 {
    color: #1053a1;
}

#comment-wrapper {
    position: relative;
}

ul.comment-item {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

ul.comment-item li {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.comment-item li li {
    margin-left: 40px;
}

ul.comment-item li li:last-child,
ul.comment-item li li li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

ul.comment-item li>ul {
    margin-top: 20px;
    padding-top: 20px;
}

.comment-item .comment-avatar {
    position: absolute;
    top: 0px;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment-item .comment-avatar img {
    width: 100%;
    width: 100%;
    border-radius: 50%;
}

ul.comment-item li .comment-header {
    margin-left: 60px;
}

ul.comment-item li .comment-header a {
    color: #333;
}

ul.comment-item li .comment-header .comment-reply {
    color: #FFF;
}

.comment-item .comment-time {
    display: block;
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    color: #989B8E;
    margin-bottom: 10px
}

.comment-item a.comment-reply {
    float: right;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    padding: 3px 12px 2px;
    text-transform: uppercase;
    background: #ff9a00;
    color: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.comment-item a.comment-reply:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.comment-form .form-control:hover,
.comment-form .form-control:focus {}


/* in color file */

.comment-form .form-control:-moz-placeholder {}

.comment-form .form-control::-moz-placeholder {}

.comment-form .form-control:-ms-input-placeholder {
    color: #FFF;
}

.comment-form .form-control::-webkit-input-placeholder {}

.comment-content {
    margin-top: 20px;
}

.comment-content ul {
    list-style: none !important;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.comment-content ol {
    list-style: decimal !important;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.comment-content ul li,
.comment-content ol li {
    margin-bottom: 7px;
    padding: 0;
}

.comment-content ul li {
    position: relative;
}

.comment-content ul li:before {
    content: "- ";
}

.comment-content ul li:last-child,
.comment-content ol li:last-child {
    margin-bottom: 0;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin: 30px 0 18px;
}

.comment-form label {
    font-weight: 400;
    margin: 0 0 7px;
}

@media only screen and (max-width: 1199px) {
    .recent-post .image {
        width: 200px;
    }

    .recent-post .content {
        margin-left: 210px;
    }
}

@media only screen and (max-width: 991px) {
    .recent-post {
        padding: 5px;
    }

    .recent-post .image {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 150px;
        background-size: cover;
        background-position: center center;
    }

    .recent-post .content {
        margin-left: 0;
        line-height: 1.5;
        padding: 20px 10px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-item-full .content {
        margin-left: 0;
    }
}

@media (max-width: 479px) {}


/**
 * Newsletter
 */

.home-news-letter {
    background: #575757;
    color: #FFF;
    padding: 10px;
    margin-top: 50px;
}

.home-news-letter>.inner {
    border: 3px double rgba(255, 255, 255, 0.8);
    padding: 50px;
}

.home-news-letter h3 {
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    margin-right: 50px;
    float: left;
    position: relative;
}

.home-news-letter h3:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -30px;
    width: 3px;
    border-right: 3px double rgba(255, 255, 255, 0.8);
    height: 30px;
}

.home-news-letter .text-holder {
    margin-top: 5px;
}

.home-news-letter .form-control {
    height: 35px;
    border: none;
}

.newsletter-wrapper {
    padding-top: 36px;
}

.newsletter-wrapper .text-holder {
    margin-bottom: 25px;
}

.newsletter-wrapper .text-holder h3 {
    text-transform: uppercase;
    color: #FFF;
    line-height: 1;
    margin: 0 0 10px;
}

.newsletter-wrapper .text-holder p {
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.newsletter-wrapper .footer-newsletter {
    margin-top: -15px;
}

.newsletter-wrapper .form-control {
    height: 40px;
    border: none;
    margin: 0;
}

.newsletter-wrapper .btn {
    height: 40px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .home-news-letter .text-holder {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .newsletter-wrapper .footer-newsletter {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .home-news-letter>.inner {
        padding: 20px;
    }

    .home-news-letter h3 {
        float: none;
    }

    .home-news-letter h3:after {
        display: none;
    }
}

@media (max-width: 479px) {}


/**
 * Contact
 */

.full-contact-map-wrapper {
    border-top: 1px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
    margin-top: -1px;
    position: relative;
}

.map-wrapper {}

.map-wrapper img {
    max-width: none !important
}

.full-contact-map {
    height: 400px
}

.absolute-contact-info {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
}

.absolute-contact-info .content {
    background: #FFF;
    padding: 30px;
    border: 1px solid #E8E8E8;
    border-bottom: 0;
}

.absolute-contact-info .content .item {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

.absolute-contact-info .content .item.more-pl {
    padding-left: 35px;
}

.absolute-contact-info .content .item i {
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 22px;
    padding-left: 2px;
}

.contact-form input.form-control {
    height: 36px;
    padding-left: 15px;
    margin: 0;
}

.contact-form textarea.form-control {
    padding-bottom: 31px;
}

.contact-form .form-control {
    padding-left: 15px;
}

.travel-quote-banner {
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}

.travel-quote-banner .content {
    width: 40%;
    margin: 50px auto;
    color: #FFF;
    text-align: right;
}

.travel-quote-banner .saying {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 32px;
}

.travel-quote-banner .sayer {
    font-size: 16px;
}

.travel-quote-banner .sayer span {
    position: relative;
    padding-left: 12px;
}

.travel-quote-banner .sayer span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 2px;
    height: 16px;
    background: #FFF;
}

.travel-quote-banner .content a {
    color: #FFF;
    border: 2px solid #FFF;
    padding: 10px 15px;
    text-transform: uppercase;
    line-height: 1;
}

.travel-quote-banner .content a:hover {
    background: rgba(255, 255, 255, 0.3);
}


@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .travel-quote-banner .content {
        width: 80%;
        margin: 30px auto
    }

    .travel-quote-banner .saying {
        font-size: 24px;
        line-height: 1.4;
    }

    .travel-quote-banner .sayer {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .full-contact-map-wrapper {
        border-bottom: 0;
    }

    .absolute-contact-info {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .absolute-contact-info .content {
        border: 1px solid #E8E8E8;
        margin-top: 20px;
        margin-bottom: -30px;
        padding: 20px;
    }

    .absolute-contact-info .content .item {
        font-size: 13px;
        padding-left: 30px !important;
    }

    .absolute-contact-info .content .xs-pull-left {
        float: left !important;
    }

    .absolute-contact-info .content .item i {
        font-size: 13px;
        top: 5px;
    }
}

.my_listings_edit_options a {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin: 0 0 0 5px;
    margin-left: 0px;
    padding: 5px 7px;
    letter-spacing: 0;
    font-weight: 400;
}

.guide_delete {
    background-color: #dd3333;
}

/**
 * Footer
 */

.main-footer {
    background: #F5F5F5;
    padding-top: 25px;
    padding-bottom: 10px;
}

.not-home .main-footer {
    border-top: 1px solid #E5E5E5;
}

.main-footer a {
    color: #5d5d5d;
    font-weight: 400;
}

.main-footer a:hover {
    color: #ff9a00;
}

.footer-title {
    color: #FFF;
    margin: 0 0 25px;
}

.footer-logo {
    font-size: 30px;
    margin: 0 0 30px;
    color: #FFF;
}

.about-us-footer {
    padding-right: 15px;
}

#newsletteremail {
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
}

ul.menu-footer {

    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.menu-footer li {
    margin-bottom: 3px;
}

ul.menu-footer li a {

    font-size: 13px;
    text-transform: uppercase;
}

.menu-footer a {
    color: #1053a1;
}

.footer-newsletter .form-control {
    border-color: transparent;
}

.footer-newsletter .form-control:focus {
    border-color: #8F37FE;
}

.newsletter-footer {
    margin: 0 0 50px;
}

.newsletter-footer .form-group {
    position: relative;
    margin: 0;
}

.newsletter-footer .form-control {
    background: none;
    border: 0;
    padding: 0;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
    color: #FFF;
}

.newsletter-footer .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.7);
    background: none;
}

.newsletter-footer .btn-submit:hover {
    color: #FFF;
}

.social-footer {
    float: right;
}

.social-footer a {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px;
    margin-top: 5px;
    display: block;
    float: left;
    color: #888;
}

.social-footer a:hover {
    color: #284580;
}

h4.footer-title {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 20px;
    color: #343434;
    position: relative;
}

h4.footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 40px;
    height: 2px;
    background: #1053a1;
}

.secondary-footer {
    background: #EEE;
    color: #888;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {
    ul.menu-footer.for-social li {
        float: left;
        width: 50%;
    }

    ul.menu-footer {
        flex-direction: column;
    }

    .wrapper {
        padding: 10px !important;
    }
}


/**
 * Error Page
 */

.error-404-wrapper {
    text-align: center;
}

.error-404-wrapper .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.error-404-wrapper h2 {
    font-weight: 500;
    font-size: 84px;
    line-height: 1;
    margin: 0 0 15px;
}

.error-404-wrapper h3 {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px;
}

.error-menu {
    text-align: left;
    margin: 0 0 5px;
}

.error-menu i {
    font-size: 10px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}


/**
 * Login/Signup
 */

.modal.modal-border-transparent .modal-content {
    border: 5px solid rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.modal.modal-login .modal-content {
    width: 380px;
    margin: 0 auto;
    position: relativel;
    padding: 0 0 5px;
}

.modal.modal-login .modal-content h3 {
    margin: 0 0 15px;
}

.modal.modal-login .modal-body {
    padding: 20px;
    padding-top: 0;
}

.modal.modal-login .modal-content .form-control {
    height: 36px;
    padding-top: 6px;
}

.modal.modal-login .form-control::-moz-placeholder {}

.modal.modal-login .form-control:-ms-input-placeholder {}

.modal.modal-login .form-control::-webkit-input-placeholder {}

.modal.modal-login .modal-footer {
    border-top: 1px solid #E5E5E5;
    padding: 20px 20px 30px;
    margin-top: 5px;
}

.modal .modal-content .btn-close {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 1052;
    font-size: 12px;
}

.modal-seperator {
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    margin: 25px 0 40px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}

.modal-seperator span {
    width: 90%;
    height: 40px;
    border: 1px solid #E5E5E5;
    margin: 0 auto;
    line-height: 38px;
    display: block;
    margin-bottom: -20px;
    background: #FFF;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.login-modal-tab-wrapper {}

ul.login-modal-tab-nav {
    background: #EAEAEA;
    padding: 0;
    margin: 0;
}

ul.login-modal-tab-nav li {
    float: left;
    width: 50%;
    text-align: center;
}

ul.login-modal-tab-nav li a {
    display: block;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #565656;
}

ul.login-modal-tab-nav li.active a {
    background: #FFF;
}

ul.login-modal-tab-nav li a:hover {
    color: #489FF0;
}

.btn.btn-facebook {
    background: #3b5998;
    color: #FFF;
}

.btn.btn-facebook:hover {
    opacity: 0.8;
}

.login-modal-tab-wrapper .form-control {
    background: #FFF;
    height: 40px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {
    .modal.modal-login .modal-content {
        width: 100%;
    }
}


/**
 * Message for dashboard inbox
 */

ul.hotel-message-list {
    margin: 0;
}

ul.hotel-message-list>li {
    position: relative;
    min-height: 180px;
    margin: 0 0 20px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    padding: 5px;
}

ul.hotel-message-list>li:last-child {
    margin: 0;
}

ul.hotel-message-list>li .image {
    width: 250px;
    float: left;
}

ul.hotel-message-list>li .content {
    margin-left: 250px;
    position: relative;
    padding: 10px 15px 0;
    padding-right: 5px;
    line-height: 1.2;
}

ul.hotel-message-list>li .action-label {
    position: absolute;
    top: 0;
    right: 0;
}

ul.hotel-message-list>li .action-label.label {
    font-weight: 600;
    letter-spacing: 1.5px;
}

ul.hotel-message-list>li .content h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 0 2px;
    font-weight: 500;
    margin-right: 130px;
}

ul.hotel-message-list>li .content .location {
    margin-right: 130px;
}

ul.hotel-message-list>li .man {
    margin: 0 0 25px;
}

ul.hotel-message-list>li .man .avatar {
    width: 50px;
    float: left;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);
    padding: 3px;
    background: #FFF;
    border: 1px solid #E5E5E5;
}

ul.hotel-message-list>li .man h5 {
    line-height: 1;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 7px;
    margin-left: 50px;
    padding: 1px 0 7px;
    padding-left: 10px;
}

ul.hotel-message-list>li .man p {
    line-height: 1.2;
    margin-left: 50px;
    padding-left: 10px;
}

ul.hotel-message-list>li .date {
    margin-top: 6px;
}

ul.hotel-message-list>li .action-btn {
    text-align: right;
}

.btn-hotel-message.collapsed:before {
    content: 'view';
}

.btn-hotel-message:before {
    content: 'close';
}

.message-item:not(:last-child) {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #E5E5E5;
}

.message-item .message-author {
    line-height: 1.2;
    font-size: 13px;
    color: #A8A8A8;
}

.message-item .message-author .avatar {
    width: 50px;
    margin: 5px 0 0;
}

.message-item .message-author h5 {
    line-height: 1;
    margin: 10px 0 5px;
}

.message-entry ul {
    list-style-type: inherit;
    margin-left: 35px;
    margin-bottom: 20px
}

.message-entry ol {
    list-style-type: decimal;
    margin-left: 35px;
    margin-bottom: 20px
}

.message-entry ul li,
.blog-entry ol li {
    margin-bottom: 7px
}

.message-entry ul li:last-child,
.blog-entry ol li:last-child {
    margin-bottom: 0
}

.hotel-message-read {
    border-top: 1px solid #E5E5E5;
    background: #F5F5F5;
    margin: 5px 0 -5px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 20px;
}

@media only screen and (max-width: 1199px) {
    ul.hotel-message-list li .image {
        width: 180px;
        margin-top: 5px;
        margin-left: 5px;
    }

    ul.hotel-message-list li .content {
        margin-left: 185px;
    }
}

@media only screen and (max-width: 991px) {
    ul.hotel-message-list li .image {
        float: none;
        margin-bottom: 5px;
    }

    ul.hotel-message-list li .content {
        margin-left: 0;
        padding-left: 5px;
    }

    ul.hotel-message-list li .date {
        font-size: 13px;
    }

    ul.hotel-message-list li .action-label {
        top: -5px;
    }
}

@media (max-width: 767px) {
    .message-item .message-author {
        margin: 0 0 15px;
    }

    ul.hotel-message-list li .action-btn {
        text-align: left;
        margin: 10px 0 5px;
    }
}

@media (max-width: 479px) {
    ul.hotel-message-list li .image {
        width: auto;
        margin-right: 5px;
    }

    ul.hotel-message-list li .action-label {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
    }

    ul.hotel-message-list li .content h4 {
        margin-right: 0;
    }

    ul.hotel-message-list li .content .location {
        margin-right: 0;
    }
}


/**
 * Dashboard
 */

.dashboard-avatar {
    background: #FFFFFF;
    text-align: center;
    line-height: 1.2;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}

.dashboard-avatar .image {
    width: 100px;
    margin: 30px auto 15px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);
    box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);
}

.dashboard-avatar .content h4 {
    line-height: 1;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.dashboard-avatar .content p {
    margin: 0 0 10px;
}

.dashboard-avatar ul.meta {
    margin: 25px 0 0;
    border-top: 1px solid #E5E5E5;
}

.dashboard-avatar ul.meta li {
    float: left;
    width: 50%;
    border-right: 1px solid #E5E5E5;
    font-size: 12px;
    padding: 14px 0 15px;
}

.dashboard-avatar ul.meta li span {
    display: block;
    font-weight: 700;
    font-size: 13px;
}

.dashboard-avatar ul.meta li:last-child {
    border-right: 0;
}

.dashboard-menu-wrapper {
    background: #FFF;
}

ul.dashboard-menu-list li a {
    color: #5d5d5d;
    display: block;
    border-bottom: 1px solid #E5E5E5;
    padding: 12px 17px;
    padding-left: 50px;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 0.5px;
}

ul.dashboard-menu-list li a:hover,
ul.dashboard-menu-list>li:hover a {
    color: #C70C41;
    padding-left: 55px;
    padding-right: 12px;
}

ul.dashboard-menu-list li a i {
    margin-right: 3px;
    font-size: 12px;
}

ul.dashboard-menu-list li:last-child a {
    border-bottom: 0;
}

ul.dashboard-menu-list li a>span {
    width: 37px;
    text-align: center;
    display: block;
    border-right: 1px solid #E5E5E5;
    line-height: 37px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 4px;
}


}

ul.dashboard-menu-list li ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.navbar-vertical ul.navbar-vertical-menu {
    margin: 0;
}

.navbar-vertical ul.navbar-vertical-menu li {
    position: relative;
}

.navbar-vertical ul.navbar-vertical-menu li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -1px;
    left: 100%;
    width: 190px;
    display: none;
    background: #1053a1;
    padding: 0;
    margin-left: 0;
}

.navbar-vertical ul.navbar-vertical-menu li ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #1053a1 transparent transparent;
    position: absolute;
    top: 6px;
    left: 0;
    margin-left: -7px;
    o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.navbar-vertical ul.navbar-vertical-menu li ul li a {
    display: block;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
}

.navbar-vertical ul.navbar-vertical-menu li ul li:hover>a {
    color: rgba(255, 255, 255, 1);
    padding-left: 20px;
    padding-right: 10px;
}

.navbar-vertical ul.navbar-vertical-menu li ul li ul {
    position: absolute;
    left: 100%;
    top: 0
}

.dashboard-menu-wrapper .slicknav_menu {
    display: none;
}

.dashboard-content .dashboard-heading {
    position: relative;
    margin: 0 0 45px;
}

.dashboard-content .dashboard-heading h3 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
}

.dashboard-content .dashboard-heading p {
    margin-top: 5px;
}

.dashboard-content .dashboard-heading h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 60px;
    height: 2px;
    background: #1053a1;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media (max-width: 767px) {
    .navbar-vertical ul.navbar-vertical-menu {
        display: none;
    }

    .dashboard-menu-wrapper .slicknav_menu {
        display: block;
        background: #FFF;
        width: 100%;
    }

    .dashboard-menu-wrapper .slicknav_btn {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
        line-height: 40px;
    }

    .dashboard-menu-wrapper .slicknav_btn:before {
        color: #333;
        position: absolute;
        top: 0;
        right: 15px;
    }

    .dashboard-menu-wrapper .slicknav_nav {
        position: relative;
        top: 0;
    }

    .dashboard-menu-wrapper .slicknav_nav a {
        font-size: 12px;
    }

    .dashboard-menu-wrapper .slicknav_nav a i {
        font-size: 11px;
        margin-right: 5px;
    }

    .dashboard-menu-wrapper .slicknav_menu .slicknav_menutxt {
        color: #333;
        font-size: 12px;
        position: absolute;
        top: 7px;
        left: 15px;
    }
}

@media (max-width: 479px) {}


/**
 * Miscellaneous
 */

.widget {}

.widget-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 30px;
}

.filter-toggle {}

.filter-toggle h4 {
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #CCC;
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
}

.filter-toggle h4.active {
    color: #333;
}

.filter-toggle .btn-more-less {
    font-size: 10px;
    margin-top: 5px;
    color: #ff9a00;
}

.filter-toggle .form-group.mt,
.filter-toggle .range-slider-wrapper {
    padding-top: 7px;
}

.filter-toggle .fancy-select .form-control {
    font-size: 12px;
    padding-top: 7px;
}

.review-widget-sm {
    text-align: left;
    font-size: 13px;
    line-height: 1;
}

.review-widget-sm .score {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 22px;
}

.review-widget-sm .widget-content {
    margin-left: 50px;
}

.review-widget-sm .widget-content h5 {
    font-weight: 500;
    line-height: 1;
    margin-top: 2px;
    margin-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
}

.widget-search .form-control {
    font-size: 12px;
}

.lighhight-box {
    background: #7F4681;
    color: #FFF;
    padding: 20px 15px;
    padding-left: 50px;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}

.lighhight-box i {
    position: absolute;
    top: 6px;
    left: -2px;
    font-size: 44px;
}

.attraction-list-item {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.attraction-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.attraction-list-item h3,
.attraction-list-item h4 {
    font-weight: 500;
    margin-top: 0;
}

.attraction-list-item .price {
    line-height: 1.2;
    color: #ff9a00;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.attraction-list-item .price .font-lg {
    font-size: 22px;
}

.waether-item {
    font-size: 32px;
    position: relative;
    padding-right: 15px;
    display: inline-block;
}

.waether-item .icon {
    color: #A8A8A8;
}

.waether-item:after {
    font-family: 'weathericons';
    content: "\f03c";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
}

.destination-search-wrapper {
    margin-bottom: 25px;
}

.five-stars-container .five-stars,
.five-stars-container.editable-rating .ui-slider-range {
    display: block;
    overflow: hidden;
    position: relative;
    background: transparent;
    padding-left: 1px;
}

.five-stars-container .five-stars:before,
.five-stars-container.editable-rating .ui-slider-range:before {
    content: "\e006\e006\e006\e006\e006";
    color: #fdb714;
}

.listing-style3 .five-stars-container {
    color: #dbdbdb;

}

.five-stars-container {
    /* margin-top: 6px; */
    display: inline-block;
    position: relative;
    font-family: 'Glyphicons Halflings';
    font-size: 14px;
    text-align: left;
    cursor: default;
    white-space: nowrap;
    line-height: 1.2em;
    color: #dbdbdb;
    margin-left: 15px;
    margin-bottom: 4px;
}

.filters-container ul.filters-option li:before {
    float: left;
    width: 15px;
    height: 16px;
    display: block;
    line-height: 14px;
    text-align: center;
    margin-top: 12px;
}

.filters-container ul.filters-option li {
    margin-bottom: 1px;
    background: #4a5b6c;
    padding: 0 15px;
    color: white;
}

.filters-container ul.filters-option li a {
    color: inherit;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 11px;
}

ul.check-square li:before {
    font-family: 'soap-icons';
    content: "\e8ba";
    background: #d9d9d9;
    color: #fff;
    padding: 1px 4px 0;
    margin-right: 10px;
    font-size: 12px;
}

.filters-container ul.filters-option .active {
    background: #33567a;
}

ul.check-square li.active:before {
    background: #33567a;
}

.filters-container {
    margin-top: 15px;
}

.btn-recherche {
    margin-top: 15px;
}

body {
    min-height: 100vh;
    background: white;
}

.filter-value {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discount .discount-text {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    writing-mode: lr-tb;
}

.discount {
    z-index: 1;
    line-height: 73px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9167em;
    /* letter-spacing: 0.04em; */
    text-indent: -3px;
}

.discount {
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    width: 100px;
    height: 102px;
    color: #fff;
    background: url(../images/discount.png) no-repeat;
}

.hotel-header {
    display: flex;
    align-items: center;
}

.imagehotel {
    height: 400px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.imagehotelhb {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.imagehotelgallery {
    height: 100px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 150px;
}

.gallery-nav .image:after {
    background: transparent !important;
}

#detailTab2 {
    padding: 30px;
}

.mr-1 {
    margin-right: 5px !important;
}

.fa-check {
    margin-top: 7px !important;
}

.green-color {
    color: #558907;
}

.status-loader {
    position: fixed;
    content: '';
    display: block;
    top: 28%;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: url("../images/loader.gif");
    background-size: cover;
    background-position: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999999999;
}

#loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white;
    z-index: 9999999;
}

#loading-text {
    display: block;
    position: relative;
    top: 47.2%;
    /* left: 46.2%; */
    color: #999;
    margin: auto;
    width: 150px;
    height: 30px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
}

#loading-content {
    display: block;
    position: relative;
    /* left: 49%; */
    margin: auto;
    top: 41%;
    width: 210px;
    height: 210px;
    /* margin: -85px 0 0 -85px; */
    border: 3px solid #F00;
}



#loading-content:after {
    content: "";
    position: absolute;
    border: 3px solid #0F0;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

#loading-content:before {
    content: "";
    position: absolute;
    border: 3px solid #00F;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

#loading-content {
    border: 3px solid transparent;
    border-top-color: #4D658D;
    border-bottom-color: #4D658D;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

#loading-content:before {
    border: 3px solid transparent;
    border-top-color: #D4CC6A;
    border-bottom-color: #D4CC6A;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 3s linear infinite;
}

#loading-content:after {
    border: 3px solid transparent;
    border-top-color: #84417C;
    border-bottom-color: #84417C;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#content-wrapper {
    color: #FFF;
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
}

.loader-text {
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    position: relative;
    top: -95px;
}


.red-color {
    color: red !important;
}

.mt-cp {
    margin-top: 10px !important;
}

.icon-check {
    position: relative;
    padding-right: 30px !important;
    padding-left: 0 !important;
    overflow: hidden;
    font-size: 12px;
    width: 100%;
    height: 34px;
}

.icon-check:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: url(../images/icon-check.png) no-repeat center center #ff9a00;
}

.icon-check:hover:after {
    background-color: #2d3e52;
}

.validate-bg {
    background-color: #1053a1 !important;
    padding: 8px;
    font-size: 17px;
    margin-bottom: 0px !important;
    font-weight: 600;
    color: white !important;
}

.dark-blue-color {
    color: #2d3e52 !important;
}

.card-detail {
    padding: 10px;
    border: 10px solid white !important;
}

#RoomsDetails {
    padding-left: 0px !important;
}

.green {
    background: #98ce44 !important;
}

.silver {
    background: #d9d9d9;
}

.noHover {
    pointer-events: none !important;
}

.line-through {
    text-decoration: line-through;
}

.booking-detail-hotel {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.mt-2 {
    margin-top: 15px !important;
}

.p-2 {
    padding: 20px;
}

.ml-checkb {
    margin-left: 15px;
}

.room-recap-title {
    font-size: 16px !important;
}

.no-margin {
    margin-bottom: 0px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

#observation {
    height: 89px;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}

.reserv {
    display: flex;
    justify-content: end;
}

.inner-mt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2aa8ef;
    padding: 10px;
}

.confirmBtn {
    background: #2aa8ef;
    border-color: #2aa8ef;
    color: #FFF !important;
}

.inner-mt h5 {
    margin-bottom: 0px !important;
    text-transform: uppercase;
    color: white;
    margin-top: 0;
}

.iti {
    width: 100% !important;
    margin-bottom: 6px !important;
}



.cursor-pointer {
    cursor: pointer !important;
}

#lost_email_error {
    display: none;
}

.credit {
    font-size: 15px !important;
}

.checkckeck {
    background: #1053a1;
    color: white !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.errorcredit {
    color: red !important;
    font-size: 15px;
    text-align: center;
}

.logo-file {
    margin-bottom: 0px;
}

.agnMarkup {
    display: inline;
}

.d-flex-rooms div {
    color: white;
    background-color: #558907;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    margin-left: 5px;
    margin-top: 5px;
    width: 107px;
}

.percent {
    background-color: #ff9a00;
    padding: 0px 5px 0px 5px;
    color: white;
}

.custom-notification-alert-success {
    background: green;
    color: white;
}

.custom-notification-alert-nsuccess {
    background: red;
    color: white;
}

.no-show {
    display: flex;
    margin-top: 10px;
}

.total-tax h5 {
    text-transform: unset !important;
}

.datepicker {
    background: white !important;
}

.submit-searchhb {
    display: none !important;
}

.p-0-b {
    padding: 0px !important;
}

.errorinput {
    border: 1px solid red;
}

.pr-50px {
    padding-right: 50px !important;
}

.h4ch {
    color: white;
    font-size: 17px;
}

.gray-color {
    background: #dcedff;
}

.pl-15px {
    padding-left: 15px;
}

#errorpayment {
    color: red;
    font-family: 600;
    font-size: 15px;
}

.inscrivez-vous {
    color: #ff9a00 !important;

}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.blantershow-chat {
    cursor: pointer;
    /* background: #009688;
    */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.header-chat {
    /* background: linear-gradient(to right top, #6f96f3, #164ed2);
    */
    background: #1053a1;

    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

/* .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
}
*/
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
    height: 45px;
    margin-bottom: 0px;
}

a#send-it {
    cursor: pointer;
    width: 45px;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #eee;
    border-radius: 10px;
}

a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }

    15% {
        background-color: #111;
    }

    25% {
        background-color: #b6b5ba;
    }
}

@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }

    25% {
        background-color: #111;
    }

    35% {
        background-color: #b6b5ba;
    }
}

@keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }

    35% {
        background-color: #111;
    }

    45% {
        background-color: #b6b5ba;
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
}

.whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: #fff;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: #9e9da2;
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.wrapper {
    background: white;
    min-height: 95vh;
    padding: 150px;
    font-family: 'Roboto';

}

.bg-color {
    background: url(/images/pattern.png);
}

.p-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.titre {
    font-size: 20px;
}

.par {
    font-size: 15px;
    font-family: 'Roboto';
}

.navbar {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo24 {
    display: flex;
    align-items: center;
}

.logo24 img {
    margin-left: 20px;
}

.Garantie label {
    font-size: 14px;
}

.navbar {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand img {
    max-width: 100px;
}

.navbar .navbar-nav .nav-link {
    color: #000;
}

@media screen and (min-width: 1024px) {
    .navbar {
        letter-spacing: 0.1em;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0.5em 1em;
    }

    .search-and-icons {
        width: 50%;
    }

    .search-and-icons form {
        flex: 1;
    }
}

@media screen and (min-width: 768px) {
    .navbar .navbar-brand img {
        max-width: 7em;
    }

    .navbar .navbar-collapse {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .search-and-icons {
        display: flex;
        align-items: center;
    }
}

.search-and-icons form input {
    border-radius: 0;
    height: 2em;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='grey' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat 95%;
}

.search-and-icons form input:focus {
    background: #fff;
    box-shadow: none;
}

.search-and-icons .user-icons div {
    padding-right: 1em;
}

.contact-info p,
.contact-info a {
    font-size: 0.9em;
    padding-right: 1em;
    color: grey;
}

.contact-info a {
    padding-right: 0;
}

.navbar {
    margin-bottom: 0px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}



ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul ul {
    margin-bottom: 0;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[type=submit],
button {
    -webkit-appearance: button;
}

[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}





.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-12,
.col-lg-4,
.col-lg-8,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}




.form-group {
    margin-bottom: 1rem;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}


.fade {
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}



.dropdown {
    position: relative;
}





.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

.d-none {
    display: none !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

.text-right {
    text-align: right !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}


.active-mode-paiment{
    border: 1px solid red !important;
}


label {
    position: relative;
    display: block;
}

label>input {
    position: relative;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    height: 45px;
    width: 100%;
    font-size: 16px;
    margin: 0 0 30px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
}

label>input:valid+span {
    transform: translateY(-25px) scale(.8);
    transform-origin: 0;
}

label>input:valid {
    border-bottom: 1px solid #3f51b5;
    box-shadow: 0 1px 0 0 #3f51b5;
}

label>span {
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    cursor: text;
    transition: .2s ease-out;
}

label>input:focus+span {
    transform: translateY(-25px) scale(.8);
    transform-origin: 0;
    color: #3f51b5;
}

label>input:focus {
    border-bottom: 1px solid #3f51b5;
    box-shadow: 0 1px 0 0 #3f51b5;
}




a,
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li:hover>a,
a:hover {
    color: #1a2b48;
}

.bravo_wrap .bravo_header {
    background-color: #fff;
    height: auto;
    width: 100%;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li a {
    padding: 33px 14px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #002973;
    transition: all;
    position: relative;
    letter-spacing: 0.5px;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li:hover>a {
    color: #00bbff !important;
}

.modal-content {
    border-radius: 0;
}

.c-pointer {
    cursor: pointer;
}

.invalid-feedback {
    font-size: 100%;
}

.frontend-page .modal.login .modal-content {
    border-radius: 5px;
    padding: 20px 30px 30px;
}

.frontend-page .modal.login .modal-content .modal-header {
    padding: 0 0 10px;
    border: none;
}

.frontend-page .modal.login .modal-content .modal-header .modal-title {
    font-size: 24px;
    font-weight: 500;
}

.frontend-page .modal.login .modal-content .modal-body {
    padding: 0;
}

.frontend-page .modal.login .modal-content .modal-body .form-group {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}



.frontend-page .modal.login .modal-content .modal-body .form-group .input-icon {
    position: absolute;
    top: 22px;
    right: 15px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #acb5be;
    line-height: 0;
}

.frontend-page .modal.login .modal-content .modal-body label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.frontend-page .modal.login .modal-content .modal-body input[type=checkbox] {
    margin-right: 5px;
}

.frontend-page .modal.login .modal-content .modal-body .form-submit {
    height: 45px;
    width: 100%;
    background: #0044a8;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    font-weight: 600;
}

.bravo-form-register .form-submit {
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

.bravo_wrap .bravo_topbar .content .topbar-items {
    display: inline-block;
    position: relative;
    z-index: 3;
}

.bravo_wrap .bravo_topbar .content .topbar-items li {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

.bravo_wrap .bravo_topbar .content .topbar-items li a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
}

.bravo_wrap .bravo_topbar .content .topbar-items li:last-child {
    padding-right: 0;
    border-right: 0;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu {
    width: 100%;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li>.menu-dropdown li {
    display: block;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li>.menu-dropdown li:not(:last-child) a {
    border-bottom: 1px solid #eee;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li>.menu-dropdown li a {
    padding: 15px 0;
    display: block;
    font-size: 14px;
}

.bravo_wrap .bravo_header .bravo-menu-mobile {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    transform: translate(-105%);
    transition: all .3s;
    z-index: 20;
    border-right: 1px solid #1a2b48;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile {
    border-bottom: 1px solid #e6e6e6;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile .b-close {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 11;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    line-height: 40px;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile .avatar {
    background: #00bbff;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}



ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
}



.bravo_wrap .bravo_topbar .content .topbar-right {
    font-size: 17px;
    color: #ffffff;
}

.position {
    position: relative;
    width: 100%;
    z-index: 999;
}

.bravo_wrap .bravo_topbar {
    background: #0044a8;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
}

.bravo_wrap .bravo_topbar .content {
    align-items: center;
    justify-content: space-between;
}

.bravo_wrap .bravo_topbar .content .topbar-right .topbar-items li a {
    font-size: 17px;
}

.bravo_wrap .bravo_topbar .content .topbar-right .topbar-items li:last-child {
    padding-right: 20px;
}

.bravo_wrap .bravo_header .content {
    display: flex;
    align-items: center;
}

.bravo_wrap .bravo_header .content .header-left {
    position: relative;
    width: 100%;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu a {
    text-decoration: none;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu ul {
    list-style: none;
    border-radius: 0px;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li {
    display: inline-block;
    position: relative;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li>.menu-dropdown {
    list-style: none;
    position: absolute;
    left: 0;
    top: 120%;
    padding-left: 0;
    margin-bottom: 0;
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #ffffffe6;
    box-shadow: 0 1px 1px #dbdbdb;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li>.menu-dropdown li:not(:last-child) a {
    border-bottom: 1px solid #eee;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li>.menu-dropdown li a {
    padding: 9px;
    display: block;
    font-size: 14px;
    text-align: left;
    color: #012d74;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li>.menu-dropdown li a:hover {
    padding: 9px;
    display: block;
    font-size: 14px;
    text-align: left;
    color: #012d74 !important;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li>.menu-dropdown li a:focus {
    padding: 9px;
    display: block;
    font-size: 14px;
    text-align: left;
    color: #012d74 !important;
}

.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li:hover>.menu-dropdown {
    top: 102%;
    opacity: 1;
    visibility: visible;
}

.bravo_wrap .bravo_header .content .header-right {
    position: relative;
    height: 100%;
    text-align: right;
}

.bravo_wrap .bravo_header .content .header-right .bravo-more-menu {
    border: none;
    background: 0 0;
    font-size: 100%;
    padding: 0 10px;
    float: right;
    display: none;
    transition: all .3s;
}

.bravo_wrap .bravo_header .bravo-menu-mobile {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    transform: translate(-105%);
    transition: all .3s;
    z-index: 999;
    border-right: 1px solid #1a2b48;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul {
    padding: 20px;
    list-style: none;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li {
    margin-bottom: 10px;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li a {
    color: #1a2b48;
    text-decoration: none;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li a i {
    min-width: 15px;
    display: inline-block;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li:last-child {
    margin-bottom: 0;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang {
    padding: 0;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang>li {
    padding: 15px 20px;
    border-top: 1px solid #e6e6e6;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang>li a i {
    float: right;
    position: relative;
    top: 2px;
    text-align: center;
}

.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang>li a i::before {
    content: "";
}




label>span {
    position: relative;
}

.social-top i {
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
    padding: 4px 6px 4px 6px;
    margin: 5px;
    box-shadow: 0 2px 7px #00000057;
}

.social-top i:hover {
    color: #fff;
    cursor: pointer;
}

.social-top a {
    padding: 25px 0px !important;
}

@media (max-width:766px) {
    .modal .modal-title {
        font-size: 18px !important;
    }

    .modal .modal-content {
        padding: 15px;
    }
}

@media (max-width:767px) {
    .bravo-logo {
        width: 230px;
        margin-left: 85px;
    }

    .header-left a {
        width: 100%;
    }
}

@media (max-width:768px) {
    .bravo_wrap .bravo_header .content .header-left .bravo-menu {
        display: none;
    }

    .bravo_wrap .bravo_header .content .header-right .bravo-more-menu {
        display: block;
    }

    .bravo_wrap .bravo_topbar {
        display: none;
    }

    .bravo_wrap .bravo_header .content .header-left .bravo-menu {
        display: none;
    }

    .bravo_wrap .bravo_header .content .header-right .bravo-more-menu {
        display: block;
    }

    .bravo_wrap .bravo_header {
        background-color: #fff;
        height: auto;
        padding: 0px;
        margin-top: 0;
    }
}

@media (max-width:1023px) {
    .bravo_wrap .bravo_header .content .header-left {
        width: 90%;
    }

    .bravo_wrap .bravo_header .content .header-right {
        width: 10%;
    }

    .bravo_wrap .bravo_header .bravo-menu-mobile {
        display: block !important;
    }
}

@media (max-width:990px) {
    .bravo_wrap .bravo_header .content .header-left .bravo-menu ul li a {
        padding: 35px 5px;
    }

    .frontend-page .modal.login .modal-content {
        padding: 15px 20px;
    }

    .frontend-page .modal.login .modal-content .modal-body .form-group {
        margin-bottom: 15px;
    }

    .bravo-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .bravo-logo {
        width: auto;
        margin-left: -30%;
        margin-top: 5px;
        margin-bottom: 5px;
        max-width: initial;
    }
}

@media (max-width:1024px) {
    .bravo_wrap .bravo_header .content .header-left .bravo-menu ul li a {
        font-size: 12px !important;
        padding: 22px 4px;
    }

    .label-tel {
        font-size: 14px !important;
    }

    .label-connexion {
        font-size: 13px !important;
    }
}

@media (max-width:1440px) {
    .bravo_wrap .bravo_header .content .header-left .bravo-menu ul li a {
        font-size: 15px;
    }
}

@media (max-width:360px) {
    .bravo-logo {
        width: 50%;
        margin-left: 30%;
    }
}

@media (min-width: 992px) {
    .bravo_wrap .bravo_header .content .header-left .bravo-menu {
        width: 100% !important;
        text-align: right;
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: block !important;
    }
}

@media (min-width: 767px) {
    .d-sm-none {
        display: none !important;
    }
}

@media (max-width:480px) {
    .bravo-logo {
        width: auto;
        margin-left: 20%;
        margin-top: 5px;
        margin-bottom: 5px;
        max-width: initial;
    }
}

@media (min-width:1023px) {
    .bravo-logo {
        position: absolute;
        bottom: 5px;
    }
}

@media (min-width:1440px) and (max-width:1440px) {
    .bravo_wrap .bravo_header .content .header-left .bravo-menu ul li a {
        padding: 33px 13px;
    }
}

@media (min-width: 767px) and (max-width: 768px) {
    .d-sm-none {
        display: block !important;
    }

    .social-top {
        padding: 17px 20px 0 20px;
        position: absolute;
        top: 28%;
        z-index: 0;
        padding-left: 1%;
    }
}

.icone-fa-menu {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #00bbff;
    color: #fff;
    margin-right: 5px;
    font-size: 17px;
}

.label-tel {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.label-connexion {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.text-gray {
    color: white;
    background-color: #00ace7;
    padding: 0px 4px 0px 4px;
    font-size: 13px;
    border-radius: 20px;
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .bravo_wrap .bravo_topbar .content .topbar-items li {
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .d-sm-block {
        display: none !important;
    }
}



.hover-facebook {
    background-color: #395693;
    color: #fff;
}

.login-item .tooltip>i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #00bbff;
    color: #fff;
    margin-right: -11px;
    font-size: 17px;
}

.tooltip {
    position: relative;
    font-size: 15px;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #002973;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: .875rem;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}

#top-header-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: -2%;
    width: 35%;
    height: 61px;
    z-index: 0;
    -webkit-transform: skew(23deg);
    transform: skew(326deg);
    background-color: #fff;
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-3,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .container {
        min-width: 992px !important;
    }
}





.icofont-facebook:before {
    content: "\ed37";
}



ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}



ul {
    margin: 0;
}

img {
    height: auto;
    max-width: 100%;
}

.footer-res-soc {
    padding: 10px 0 0 0;
}

.social i {
    color: #fff;
    font-size: 22px;
    padding: 4px 6px 4px 6px;
    border-radius: 20px;
    margin-right: 5px;
}

.social i:hover {
    color: #fff;
    cursor: pointer;
}

.title h6 {
    color: #00bbff;
    font-size: 19px;
    padding: 25px 0 5px;
    font-weight: bold;
    border-bottom: 1px solid #00bbff;
}

.top-footer {
    padding-top: 48px;
}

.main-footer-f1 {
    padding: 1% 0 3% 0;
}

.footer-contact1 i {
    color: #00bbff;
}

.footer-contact1 {
    color: #002973;
    padding: 10px 0 0 0;
}

.footer-contact1 a {
    color: #002973;
}

.hover-facebook {
    background-color: #395693;
    color: #fff;
}

@media (min-width: 1480px) {
    .container {
        max-width: 1320px;
    }
}

.mode-paiment{
    padding: 10px;
    background-color: #70cbf4;
    border: 1px solid #70cbf4;
    color: #fff;
 
}

.mode-paiment:hover{
    padding: 10px;
    background-color: #70cbf4;
    border: 1px solid #70cbf4;
    color: #fff !important;
}
.mode-paiment:focus{
    padding: 10px;
    background-color: #70cbf4;
    border: 1px solid #70cbf4;
    color: #fff !important;
}
#display span{
    padding: 5px;
    cursor: pointer;
}
#display span i{
    margin-top: 5px;
    cursor: pointer;
}
.live-search-wrapper{
    position: relative;
    width: 100%;
  }
  #live-search{
    position: absolute;
    top: 65px;
    background: white;
    z-index: 1;
    width: 98%;
    min-height: 250px;
  }
  .d-flex-live-search{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 6px 6px 3px;
  }
  .live-search-btn{
    background: transparent;
    border: none;
    padding: 0px;
  }
  .live-search-btn:focus{
    outline: none !important;
  }
  .live-search-btn:hover {
    background-color: #ffce85;
  }
  .pagination{
    float:right;
  }
  .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0044a8;
    border-color: #0044a8;
}
#live-searchRH{
    position: absolute;
    top: 65px;
    background: white;
    z-index: 1;
    width: 98%;
    max-height: 200px;
    min-height: 250px;
    overflow-y: scroll;
}
.live-search-btnRH{
    background: transparent;
    border: none;
    padding: 0px;
  }
  .live-search-btnRH:focus{
    outline: none !important;
  }
  .live-search-btnRH:hover {
    background-color: #ffce85;
  }
  .color-black{
    color:black !important;
}