@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/Nexa Bold-webfont.eot');
    src: url('../fonts/Nexa Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Nexa Bold-webfont.woff2') format('woff2'), url('../fonts/Nexa Bold-webfont.woff') format('woff'), url('../fonts/Nexa Bold-webfont.ttf') format('truetype'), url('../fonts/Nexa Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/Nexa Light-webfont.eot');
    src: url('../fonts/Nexa Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Nexa Light-webfont.woff2') format('woff2'), url('../fonts/Nexa Light-webfont.woff') format('woff'), url('../fonts/Nexa Light-webfont.ttf') format('truetype'), url('../fonts/Nexa Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosismedium';
    src: url('../fonts/Dosis-Medium-webfont.eot');
    src: url('../fonts/Dosis-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-Medium-webfont.woff2') format('woff2'), url('../fonts/Dosis-Medium-webfont.woff') format('woff'), url('../fonts/Dosis-Medium-webfont.ttf') format('truetype'), url('../fonts/Dosis-Medium-webfont.svg#dosismedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_helvetica-light-normal';
    src: url('../fonts/helvetica-light-normal.eot');
    src: local('?'), url('../fonts/helvetica-light-normal.woff') format('woff'), url('../fonts/helvetica-light-normal.ttf') format('truetype'), url('../fonts/helvetica-light-normal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-size: 12px;
}

h1 {
    margin: 0px;
    font-size: 30px;
    font-family: 'dosismedium';
}

p {
    margin: 0px;
}

a:hover, a:focus {
    outline: none;
}

.top-bar {
    background: none;
    background: url(../images/top-bg.png) left top repeat;
    border: none;
    padding: 30px 0px 0px 0px;
    height: 122px;
}

.pd-lr-none {
    padding-left: 0px;
    padding-right: 0px;
}

.top-bar .navbar-nav {
    padding: 15px 15px 15px 15px;
}

    .top-bar .navbar-nav > li > a {
        padding: 15px 10px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: 'nexa_lightregular';
    }

        .top-bar .navbar-nav > li > a:hover, .top-bar .navbar-nav > li > a:focus {
            background: none;
            color: #00aeef;
            outline: none;
        }

.pt5 {
    padding-top: 5px !important;
}

.top-search {
    float: left;
    padding: 22px 0px 0px 0px;
    max-width: 180px;
}

    .top-search .form-control {
        line-height: 1;
        background: none;
        border: none;
        text-align: center !important;
        color: #ffffff !important;
        border-bottom: #FFFFFF solid 1px;
        width: 100%;
        padding: 0px !important;
        height: 25px;
        box-shadow: none;
        border-radius: 0px !important;
    }

        .top-search .form-control::-moz-placeholder {
            color: #FFFFFF;
        }

    .top-search input::-webkit-input-placeholder {
        color: #ffffff !important;
        text-align: center !important;
    }

    .top-search .btn {
        background: none;
        box-shadow: none;
        color: #FFFFFF;
        padding: 0px;
        margin-left: 10px !important;
    }

        .top-search .btn .fa-search {
            font-size: 25px;
        }

.inner-top-search {
    float: left;
    padding: 22px 0px 0px 0px;
}

    .inner-top-search .btn-flat {
        background: #000;
        margin-right: 6px !important;
    }

    .inner-top-search i {
        color: #fff;
        font-size: 32px;
    }

.inner-pertner-btn {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'nexa_boldregular';
    background-color: #404041;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 0px 10px;
    line-height: normal;
    height: 46px;
    line-height: 46px;
    min-width: 110px;
    border: none;
    margin-right: 4px;
}

.inner-ask-btn {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'nexa_boldregular';
    background-color: #00aeef;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 0px 10px;
    line-height: normal;
    min-width: 110px;
    border: none;
    height: 45px;
    line-height: 45px;
}

.main-text {
    position: absolute;
    top: 50px;
    width: 96.66666666666666%;
    color: #FFF;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-clear {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}

    .btn-clear:hover {
        color: #000;
        background-color: #FFF;
    }

.demo {
    margin-top: 15px;
    display: inline-block;
    float: left;
    background: #f0ece3;
    height: 63px;
    width: 730px;
}

    .demo select {
        border: 0 !important; /*Removes border*/
        -webkit-appearance: none; /*Removes default chrome and safari style*/
        -moz-appearance: none; /* Removes Default Firefox style*/
        background: #f0ece3 url(../images/select-arrow.png) no-repeat right 17px;
        /*Width of select dropdown to give space for arrow image*/
        text-indent: 0.01px; /* Removes default arrow from firefox*/
        text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
        color: #6d6e71;
        border-radius: 0px;
        padding: 5px 26px 5px 4px;
        font-size: 13px;
        font-family: 'dosismedium';
        /*border-right:#a7a9ac solid 1px!important;*/
        /*box-shadow: inset 0 0 5px rgba(000, 000, 000, 0.5);*/
    }

select::-ms-expand {
    display: none;
}

.demo select.balck {
    background-color: #000;
}

.demo select.option3 {
    border-radius: 10px 0;
}

.select-box {
    float: left;
    background: #f0ece3;
    padding: 6px 6px;
    border-right: #a7a9ac solid 1px !important;
}

    .select-box.last {
        border-right: 0px !important;
    }

    .select-box p {
        text-align: right;
    }

.map-mark-icon {
    background: url(../images/map-mark-icon.png) left top no-repeat;
    width: 12px;
    height: 19px;
    display: inline-block;
}

.question-icon {
    background: url(../images/question-icon.png) left top no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.week-icon {
    background: url(../images/week-icon.png) left top no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.date-icon {
    background: url(../images/date-icon.png) left top no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.bed-icon {
    background: url(../images/bed-icon.png) left top no-repeat;
    width: 18px;
    height: 10px;
    display: inline-block;
}

.home-icon {
    background: url(../images/home-icon.png) left top no-repeat;
    width: 19px;
    height: 17px;
    display: inline-block;
}


.white-map-mark-icon {
    background: url(../images/mark-white-icon.png) left top no-repeat;
    width: 18px;
    height: 29px;
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 10px;
}

.white-question-icon {
    background: url(../images/question-icon.png) left top no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 6px;
}

.white-week-icon {
    background: url(../images/weeks-white-icon.png) left top no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 6px;
}

.white-date-icon {
    background: url(../images/date-white-icon.png) left top no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 6px;
}

.white-bed-icon {
    background: url(../images/bed-white-icon.png) left top no-repeat;
    width: 25px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 26px;
    left: 6px;
}

.white-home-icon {
    background: url(../images/home-white-icon.png) left top no-repeat;
    width: 26px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 6px;
}


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
    /* Flip around the padding for proper display in narrow viewports */
    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }

.text-info {
    color: #00aeef;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
    height: 633px;
    margin-bottom: 0px;
}

    .carousel .item {
        height: 633px;
        background-color: #777;
    }

.carousel-inner > .item > img {
    max-width: 100%;
    min-height: 633px;
    width: 100%;
}

.carousel-indicators {
    margin-bottom: 0px;
}

    .carousel-indicators li {
        background: #fff;
        border: #8a8c89 solid 0px;
        margin: 0px 5px;
        opacity: 0.5;
    }

        .carousel-indicators li.active {
            background: #00aeef;
            border: #00aeef solid 0px;
            width: 10px;
            height: 10px;
            margin: 0px 5px;
            opacity: 9;
        }
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.why-choose {
    padding: 30px 0px;
}

    .why-choose .col-md-3 {
        margin-bottom: 20px;
        text-align: center; /*	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
*/
    }

    .why-choose h1 {
        text-align: center;
        padding: 0px 0px 30px 0px;
    }

    .why-choose h2 {
        font-weight: normal;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'Conv_helvetica-light-normal';
    }

    .why-choose p {
        font-size: 12px;
        font-family: 'arial';
        font-weight: normal;
    }

    .why-choose .col-md-3 p {
        margin-right: 10px;
        margin-left: 10px;
    }
/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

#featured {
    background: #f3f3f4;
    padding: 30px 0px;
    font-family: 'Conv_helvetica-light-normal';
}

    #featured h1 {
        color: #00aeef;
        text-align: center;
        padding: 0px 0px 30px 0px;
    }

#featured-slider {
    max-width: 825px;
    margin: 0 auto;
}

    #featured-slider .item {
        padding: 0px 8px;
    }

        #featured-slider .item .fa-map-marker {
            color: #f1592a;
            font-size: 22px;
            margin: 0px 10px 0px 0px;
            position: relative;
            top: 2px;
        }

        #featured-slider .item p {
            padding: 15px 0px 0px 0px;
            margin: 0px;
            font-size: 12px;
            line-height: normal;
        }

        #featured-slider .item .text-uppercase {
            font-size: 14px;
            text-transform: uppercase;
        }

        #featured-slider .item a {
            color: #00aeef;
            font-size: 10px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
        }

        #featured-slider .item .bdr-top {
            border-top: #8b898a solid 1px;
            margin-top: 15px;
        }


#testimonial {
    background: url(../images/testimonial-bg.jpg) left top no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 30px;
    min-height: 334px;
}

#testimonial-slider {
    max-width: 475px;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: 'dosismedium';
}

    #testimonial-slider .item {
        padding: 0px 0px 25px 0px;
    }

    #testimonial-slider h2 {
        font-size: 25px;
    }

    #testimonial-slider p {
        font-size: 16px;
    }

#featured-slider .owl-controls .owl-buttons div {
    position: absolute;
}

#featured-slider .owl-controls .owl-buttons .owl-prev, #featured-slider .owl-controls .owl-buttons .owl-next {
    background: url(../images/gray-arrows.png) no-repeat;
    width: 24px;
    height: 45px;
    display: inline-block;
    text-indent: -10000px;
}

#featured-slider .owl-controls .owl-buttons .owl-prev {
    left: -36px;
    top: 125px;
    background-position: left top;
}

#featured-slider .owl-controls .owl-buttons .owl-next {
    right: -36px;
    top: 125px;
    background-position: right top;
}

#featured-slider .owl-controls .owl-buttons .owl-prev:hover {
    background-position: left bottom;
}

#featured-slider .owl-controls .owl-buttons .owl-next:hover {
    background-position: right bottom;
}

#testimonial-slider .owl-controls .owl-buttons div {
    position: absolute;
}

#testimonial-slider .owl-controls .owl-buttons .owl-prev, #testimonial-slider .owl-controls .owl-buttons .owl-next {
    background: url(../images/gray-arrows.png) no-repeat;
    width: 24px;
    height: 45px;
    display: inline-block;
    text-indent: -10000px;
}

#testimonial-slider .owl-controls .owl-buttons .owl-prev {
    left: -24px;
    top: 125px;
    background-position: left top;
}

#testimonial-slider .owl-controls .owl-buttons .owl-next {
    right: -24px;
    top: 125px;
    background-position: right top;
}

#testimonial-slider .owl-controls .owl-buttons .owl-prev:hover {
    background-position: left bottom;
}

#testimonial-slider .owl-controls .owl-buttons .owl-next:hover {
    background-position: right bottom;
}

.owl-theme .owl-controls {
    text-align: center;
}

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
    }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            opacity: 10;
            background: none repeat scroll 0 0 #00aeef;
        }

        .owl-theme .owl-controls .owl-page span {
            background: none repeat scroll 0 0 #fff;
            opacity: 5;
            border-radius: 20px;
            display: block;
            height: 10px;
            margin: 5px 5px;
            opacity: 0.5;
            width: 10px;
        }

.fa-stack {
    box-shadow: 1px 1px 5px 1px rgba(65, 64, 66, 0.35);
    -moz-box-shadow: 1px 1px 5px 1px rgba(65, 64, 66, 0.35);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(65, 64, 66, 0.35);
    border-radius: 50%;
}

.fa-stack {
    background: #dbe441;
}

    .fa-stack img {
        display: block;
        margin: 0 auto;
        position: relative;
        top: 30px;
    }

        .fa-stack img.send {
            top: 26px;
            left: 2px;
        }

.education-partners {
    padding: 30px 0px 15px;
    max-width: 865px;
    margin: 0 auto;
}

    .education-partners h1 {
        text-align: center;
        color: #00aeef;
        padding: 0px 0px 25px 0px;
    }

    .education-partners ul.footer-small-logo {
        display: inline-block;
        padding: 0px;
        margin: 0px;
    }

        .education-partners ul.footer-small-logo li {
            float: left;
            list-style: none;
            margin: 0px 0px 15px 0px;
        }

.acommodation-partners {
    padding: 30px 0px;
    max-width: 865px;
    margin: 0 auto;
}

    .acommodation-partners h1 {
        text-align: center;
        color: #00aeef;
        padding: 0px 0px 25px 0px;
    }

    .acommodation-partners ul.footer-large-logo {
        display: inline-block;
        padding: 0px;
        margin: 0px;
    }

        .acommodation-partners ul.footer-large-logo li {
            float: left;
            list-style: none;
            margin: 0px 0px 15px 0px;
        }

#subscribe-block {
    background: #00aeef url(../images/footer-bg.jpg) left top repeat-x;
    padding: 20px 0px;
}

.footer-logo img {
    max-width: 150px;
}

.footer-logo p {
    padding: 12px 0px 0px 180px;
    color: #FFFFFF;
}

    .footer-logo p a {
        color: #fff;
        text-decoration: none;
    }

.subscribe {
    margin: 12px 0px 0px 0px;
}

    .subscribe .form-control {
        border-radius: 0px;
        border: #fff solid 1px;
        font-size: 18px;
        color: #808285;
        height: 40px;
    }

.subscribe-btn {
    background: #231f20;
    border-radius: 0px;
    padding: 9px 25px;
    color: #a3a1a1;
    z-index: 2;
}

    .subscribe-btn:hover, .subscribe-btn:focus {
        color: #FFFFFF;
        outline: none !important;
    }

#footer-block {
    background: #4d4d4f;
    padding: 15px 0px;
}

#footer-copyright {
    padding: 12px 0px 12px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

    #footer-copyright a {
        color: #000000;
        float: right;
        padding-right: 23px;
    }

        #footer-copyright a:hover {
            color: #00aeef;
        }

ul.footer-nav {
    padding: 8px 0px 0px 0px;
    list-style: none;
    display: inline-block;
    margin: 0px;
}

    ul.footer-nav li {
        display: inline-block;
        float: left;
    }

        ul.footer-nav li:first-child a {
            padding-left: 0px;
            background: none;
        }

        ul.footer-nav li a {
            color: #dbdbdb;
            font-size: 13px;
            background: url(../images/bullet-icon.png) left 4px no-repeat;
            padding: 0px 8px;
        }

            ul.footer-nav li a:hover {
                color: #00aeef;
            }

.banner-title {
    position: absolute;
    top: 200px;
    text-align: center;
    width: 100%;
}

    .banner-title h1, .banner-title h4 {
        margin: 0px;
        padding: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .banner-title h4 {
        font-size: 24px;
        font-weight: bold;
        font-family: 'nexa_boldregular';
    }

    .banner-title h1 {
        font-size: 48px;
        font-weight: normal;
        padding: 10px 0px 0px 0px;
        font-family: 'nexa_lightregular';
    }

.search-block {
    position: absolute;
    top: 360px;
    width: 100%;
}

.pertner-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'nexa_boldregular';
    background-color: #404041;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 0px 0px;
    line-height: normal;
    height: 60px;
    line-height: 60px;
    width: 170px;
    margin-bottom: 14px;
    border: none;
    -webkit-box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.3);
}

.ask-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'nexa_boldregular';
    background-color: #00aeef;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 0px 0px;
    line-height: normal;
    width: 170px;
    border: none;
    height: 60px !important;
    line-height: 60px !important;
    -webkit-box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.3);
}

.find-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'nexa_boldregular';
    background-color: #00aeef;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 0px 0px;
    line-height: normal;
    width: 170px;
    border: none;
    height: 63px;
    line-height: 63px;
    -webkit-box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.3);
    float: left;
    margin-top: 15px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    /* .find-btn {
     min-width:171px;
    }
*/
    /* Safari only override */
    /*    ::i-block-chrome,.find-btn {
     min-width:171px; height:60px; line-height:60px;
	 }
*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    /*.select-box {
     padding:6px;
    }
*/
    /* Safari only override */
    /*::i-block-chrome,.select-box {
     padding:6px 10px; 
	 }
    */
}


.responsive-calendar .controls {
    margin-bottom: 5px;
    border-bottom: #939598 solid 1px;
    padding-bottom: 15px;
}

    .responsive-calendar .controls h4 {
        font-family: 'dosismedium';
        font-size: 15px;
        text-transform: uppercase;
        color: #1b1b1b;
    }

    .responsive-calendar .controls a.pre-btn {
        float: left;
        background: url(../images/cal-pre-btn.png) left top no-repeat;
        width: 15px;
        height: 25px;
    }

    .responsive-calendar .controls a.next-btn {
        float: right;
        background: url(../images/cal-next-btn.png) right top no-repeat;
        width: 15px;
        height: 25px;
    }

.responsive-calendar .day.header {
    border-bottom: #939598 solid 1px !important;
    padding-bottom: 10px;
}

.search-title {
    color: #FFFFFF;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'nexa_boldregular';
    float: left;
    position: relative;
    top: 15px;
}


/*Inner Pages Style Here Start*/

.inner-page-header {
    position: relative;
    min-height: 444px;
}

.reffral-header-img {
    background: url(../images/referral_bg.jpg) top center no-repeat;
    background-size: cover;
    background-size:  100%;
}

.contact-header-img {
    background: url(../images/contact-header-bg.jpg) top center no-repeat;
    background-size: cover;
    background-size: 100% 100%;
}

.about-us-header-img {
    background: url(../images/about-header-bg.jpg) top center no-repeat;
    background-size: cover;
    background-size: 100% 100%;
}

.enquiry-header-img {
    background: url(../images/enquiry-header-bg.jpg) top center no-repeat;
    background-size: cover;
    background-size: 100% 100%;
}

.search-header-img {
    background: url(../images/contact-header-bg.jpg) top center no-repeat;
    background-size: cover;
    background-size: 100% 100%;
}

.inner-page-header .header-title {
    font-family: "nexa_lightregular";
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 120px;
    width: 100%;
}


.search-header-img .header-title {
    font-family: "dosismedium";
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 120px;
    width: 100%;
}

.search-header-img h3 {
    font-family: "dosismedium";
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 85px;
    width: 100%;
}

.search-header-img .header-title h1 {
    font-size: 40px;
    padding-bottom: 15px;
}

@media (min-width:526px) and (max-width:910px) {
    .about-us-header-img {
        background: url(../images/tablet-about-header-bg.jpg) top center no-repeat;
        background-size: cover;
        background-size: 100% 100%;
    }

    .contact-header-img {
        background: url(../images/tablet-contact-header-bg.jpg) top center no-repeat;
        background-size: cover;
        background-size: 100% 100%;
    }

    .reffral-header-img {
        background: url(../images/tablet_referral_bg.jpg) top center no-repeat;
        background-size: cover;
        background-size: 100%;
    }
}

@media (max-width:525px) {
    .about-us-header-img {
        background: url(../images/mobile-about-header-bg.jpg) top center no-repeat;
        background-size: cover;
        background-size: 100% 100%;
    }

    .contact-header-img {
        background: url(../images/mobile-contact-header-bg.jpg) top center no-repeat;
        background-size: cover;
        background-size: 100% 100%;
    }
    .reffral-header-img {
        background: url(../images/mobile_referral_bg.jpg) top center no-repeat;
        background-size: cover;
        background-size: 100%;
    }
}

@media (min-width:768px) and (max-width:910px) {

    .search-header-img {
        background: url(../images/tablet-contact-header-bg.jpg) top center no-repeat;
        background-size: cover;
        background-size: 100% 100%;
    }
}

@media (max-width:767px) {
    .search-header-img {
        background: url(../images/mobile-contact-header-bg.jpg) top center no-repeat;
        background-size: cover;
        background-size: 100% 100%;
    }
}

.search-result-box {
    background: #fff;
    min-height: 65px;
}

.serach-middle-box {
    background: url(../images/search-middle-bg.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
}

.search-white-bg {
    background: rgba(255,255,255,0.5);
    padding: 15px;
    margin-top: 30px;
}

    .search-white-bg .detail-info {
        margin-bottom: 50px;
    }

        .search-white-bg .detail-info h2 {
            margin: 0;
            padding: 0 0 10px 0;
            font-size: 23px;
            font-family: "dosismedium";
            border-bottom: #e4e5e6 solid 1px;
        }

.contactAddressSection {
    padding: 35px 0;
    background: #e7e7e9;
    color: #000;
    font-size: 17px;
    line-height: 24px;
}

    .contactAddressSection p {
        margin: 0;
        padding: 0 0 20px 0;
        float: left;
        width: 100%;
    }

    .contactAddressSection .addressBox {
    }

        .contactAddressSection .addressBox span {
            width: 93%;
            float: left;
        }

        .contactAddressSection .addressBox i {
            color: #00aef1;
            width: 7%;
            float: left;
            line-height: 28px;
            font-size: 25px;
        }

.fa-at {
    background: url(../images/at-icon.png) left top no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-indent: -9999999px;
}

.google-maps {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.headingTitle {
    margin: 0;
    padding: 0 0 20px 0;
    color: #00adef;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

.inner-logo {
    margin-top: 15px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb20 {
    padding-bottom: 20px;
}

.contactFormSection {
    padding: 35px 0;
}

    .contactFormSection .form-group {
        margin-bottom: 35px;
    }

    .contactFormSection .form-control {
        border-bottom: 1px solid #dadada !important;
        border: none;
        background: none;
        box-shadow: none;
        text-transform: uppercase;
        font-size: 35px;
        padding: 0 0 6px 0px;
        height: 45px;
        line-height: 45px;
    }

    .contactFormSection .form-horizontal .control-label {
        padding-top: 14px;
    }

    .contactFormSection textarea.form-control {
        height: 200px !important;
        resize: none;
        margin-top: 20px;
        background: url(../images/text-area-bg.jpg);
        line-height: 70px;
        border-bottom: 0 !important;
    }

    .contactFormSection col-sm-4 {
        padding-left: 0;
    }

.inner-subscribe .form-control::-moz-placeholder {
    color: #bcbdc1 !important;
    text-transform: uppercase !important;
}

.contactFormSection .form-control::-moz-placeholder {
    color: #bcbdc1 !important;
    text-transform: uppercase;
}

.contactFormSection input::-webkit-input-placeholder {
    color: #bcbdc1 !important;
    text-transform: uppercase;
}

.contactFormSection .form-horizontal .control-label {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: "dosismedium";
}

.contactFormSection .btn-primary {
    background: #00adef;
    border-color: #00adef;
    border-radius: 0;
    min-width: 280px;
    font-size: 20px;
}

    .contactFormSection .btn-primary:hover {
        background: #00adef;
        border-color: #00adef;
    }

.enquiryBg {
    background: #fff;
}

.titleHeading {
    background: #00adef;
    height: 50px;
    font-family: 'dosismedium';
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.topLink {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    font-size: 13px;
    text-transform: uppercase;
}

    .topLink a {
        color: #00adef;
        padding-left: 30px;
        text-decoration: none;
    }

.enquiry-acm {
    padding: 30px 0 50px 0;
}

    .enquiry-acm h2 {
        margin: 0;
        padding: 0 0 5px 0;
        font-family: 'dosismedium';
        line-height: 26px;
        color: #00adef;
        font-size: 24px;
        text-transform: uppercase;
    }

.enquiry-acm-detail {
    border-top: #e4e4e4 solid 1px;
    border-bottom: #e4e4e4 solid 1px;
    padding: 10px 0;
}

    .enquiry-acm-detail i {
        color: #00aeef;
        font-size: 15px;
        padding-right: 10px;
    }

    .enquiry-acm-detail .blue-bed-icon {
        margin: 0 7px -6px -4px;
        height: 16px;
        background: url(../images/blue-bed.png) left top no-repeat;
        width: 16px;
        display: inline-block;
    }

    .enquiry-acm-detail .date-icon-blue1 {
        margin: 0 5px -2px 0;
        background: url(../images/date-icon-blue1.png) left top no-repeat;
        width: 13px;
        height: 13px;
        display: inline-block;
    }

    .enquiry-acm-detail .date-icon-blue2 {
        margin: 0 5px -2px 0;
        background: url(../images/date-icon-blue2.png) left top no-repeat;
        width: 13px;
        height: 13px;
        display: inline-block;
    }

    .enquiry-acm-detail .right-border {
        border-right: #e4e4e4 solid 1px;
    }

.enquiry-rates span {
    font-weight: 700;
}

.enquiry-acm-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .enquiry-acm-detail ul li {
        padding: 5px 0;
        line-height: 18px;
        color: #000;
    }

.rateBox {
    line-height: 50px !important;
}

.expandBlock {
    border-top: #c7c9cb solid 1px;
    padding: 0;
}

    .expandBlock .label {
        color: #949698;
        margin-bottom: 5px;
        font-weight: normal;
        font-size: 12px;
        padding: 0;
        display: inline-block;
    }

    .expandBlock .require {
        color: #00aeef;
    }

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.expandBlock textarea.form-control {
    margin-top: 0;
}

.expandBlock .panel {
    box-shadow: none;
}

.expandBlock .panel-heading {
    padding: 0;
}

.expandBlock .panel-body {
    padding: 0;
}

.expandBlock .panel-title {
    height: 30px;
}

.expandBlock .panel-default > .panel-heading {
    background-color: #fff;
    border: none;
}

.expandBlock .panel-default {
    border: none;
}

.expandBlock .panel-title a {
    margin-top: -16px;
    background: url(../images/up-arrow.png) right no-repeat;
    width: 32px;
    height: 16px;
    float: right;
}

    .expandBlock .panel-title a.collapsed {
        margin-top: 0;
        background: url(../images/down-arrow.png) right no-repeat;
        width: 32px;
        height: 16px;
        float: right;
    }

.aboutThumbBlock .panel-title em {
    background: url(../images/minus.png) right no-repeat;
    width: 32px;
    height: 32px;
    float: right;
    cursor: pointer;
}

    .aboutThumbBlock .panel-title em.collapsed {
        background: url(../images/plus.png) right no-repeat;
        width: 32px;
        height: 32px;
        float: right;
        cursor: pointer;
    }


.btm-border {
    border-bottom: #adadaf solid 1px;
}

.offerType {
    padding: 0px;
    border-bottom: #adadaf solid 1px;
}

.enquiryExpandBlock {
}

    .enquiryExpandBlock .panel {
        margin-bottom: 0;
        box-shadow: none;
    }

    .enquiryExpandBlock .panel-heading {
        padding: 0;
    }

    .enquiryExpandBlock .panel-body {
        padding: 20px 0;
        background-color: #e7e6e8;
        border-top: #7f7f7f solid 1px !important;
        font-size: 16px;
        line-height: 22px;
    }

        .enquiryExpandBlock .panel-body p {
            margin: 0;
            padding: 0 0 15px 0;
        }

    .enquiryExpandBlock .panel-title {
        height: 45px;
    }

        .enquiryExpandBlock .panel-title span {
            line-height: 45px;
            text-transform: uppercase;
            font-size: 25px;
            color: #000;
        }

    .enquiryExpandBlock .panel-default > .panel-heading {
        background-color: #e7e6e8;
        border: none;
    }

    .enquiryExpandBlock .panel-default {
        border: none;
    }

.enquiry-btn {
    font-size: 12px !important;
    text-transform: uppercase;
    font-family: 'nexa_boldregular';
    background-color: #000;
    color: #fff !important;
    border-radius: 0px;
    padding: 12px 20px;
    line-height: normal;
    min-width: 100%;
    display: inline-block;
    border: none;
    text-align: center;
    text-decoration: none;
}



.footerBottomLinkBlock {
    background: #414142;
    padding: 20px 0;
    color: #949698;
    font-size: 17px;
    text-transform: uppercase;
}

    .footerBottomLinkBlock p {
        margin: 0;
        padding: 0 0 15px 0;
    }

    .footerBottomLinkBlock a {
        padding: 0 10px;
        color: #949698;
        text-decoration: none;
    }

        .footerBottomLinkBlock a:hover {
            color: #fff;
            text-decoration: none;
        }

.inner-subscribe {
    margin: 12px 0px 0px 0px;
}

    .inner-subscribe .form-control {
        border-radius: 0px;
        border: #fff solid 1px;
        font-size: 13px;
        text-transform: uppercase;
        color: #808285;
        height: 40px;
    }

.subscribe-btn {
    background: #231f20;
    border-radius: 0px;
    padding: 9px 25px;
    color: #a3a1a1;
    z-index: 2;
    text-transform: uppercase;
}

    .subscribe-btn:hover, .subscribe-btn:focus {
        color: #00aeef;
        outline: none !important;
    }

.follow-us {
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}

    .follow-us p {
        margin: 0;
        padding: 0 0 5px 0;
        text-align: left;
    }

#inner-footer-block {
    background: #4d4d4f;
    padding: 5px 0px;
}

ul.inner-footer-nav {
    padding: 10px 0px 0px 0px;
    list-style: none;
    display: inline-block;
    margin: 0px;
}

    ul.inner-footer-nav li {
        display: inline-block;
        float: left;
        padding-right: 10px;
    }

    ul.inner-footer-nav span {
        color: #939598;
        font-size: 12px;
        float: left;
        padding: 0;
        line-height: 17px;
    }

    ul.inner-footer-nav li a {
        color: #939598;
        font-size: 11px;
        text-transform: uppercase;
    }

        ul.inner-footer-nav li a:hover {
            color: #00aeef;
        }

ul..inner-footer-nav-right {
    text-align: right;
}

    ul..inner-footer-nav-right li {
    }

ul.inner-footer-nav-right li a {
    padding: 0 3px;
}

#inner-footer-copyright {
    padding: 12px 30px;
    color: #000000;
}

    #inner-footer-copyright a {
        color: #000000;
    }

        #inner-footer-copyright a:hover {
            color: #00aeef;
        }




.expandBlock .select {
    overflow: hidden;
    background: #e6e7e8;
    border: 0px solid #DDDDDD;
    height: 38px;
    border-radius: 0px;
}

    .expandBlock .select .form-control {
        border-bottom: 0 !important;
    }

    .expandBlock .select select {
        width: 100%;
        border: 0;
        line-height: 2;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        font-size: 15px;
        padding: 0 5px;
        color: #414141;
        appearance: none;
        height: 38px;
        background: #e6e7e8 url("../images/select-arrow.png") no-repeat scroll 99% 14px;
        cursor: pointer;
    }

.expandBlock .form-control {
    background-color: #e6e7e8;
    border: 0 none !important;
    border-radius: 0;
    color: #414141;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.titleHeadingBlue {
    line-height: 50px;
    color: #00adef;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}

.aboutTextBlock {
    padding: 70px 0 50px 0;
    font-size: 17px;
    line-height: 22px;
    color: #000;
}

    .aboutTextBlock p {
        margin: 0;
        padding: 0 0 20px 0;
    }

.aboutThumbBlock {
    background: #e7e7e9;
    padding: 35px 0;
}

    .aboutThumbBlock .thumbDetail {
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
    }

        .aboutThumbBlock .thumbDetail p {
            margin: 0;
            padding: 0 0 20px 0;
        }

        .aboutThumbBlock .thumbDetail img {
            max-width: 100%;
        }

.aboutDoBlock {
    background: url(../images/about-content-img.jpg) center top no-repeat;
    background-size: 100% 100%;
    padding: 35px 0;
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    min-height: 479px;
}

.color-white {
    color: #fff !important;
}

.blk-btn {
    color: #fff;
    border-radius: 0;
    background: #000;
    text-transform: uppercase;
}

    .blk-btn:hover {
        color: #fff;
    }

.width100 {
    width: 100% !important;
}

.partner-block {
    padding: 50px 0 0 0;
}

    .partner-block h2 {
        color: #000;
        margin: 0;
        padding: 0 0 10px 50px;
        border-bottom: #bfbfbf solid 1px;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 600;
    }

.partner-logo {
    padding: 50px 25px;
}

.partner-block ul.footer-large-logo {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

    .partner-block ul.footer-large-logo li {
        float: left;
        list-style: none;
        margin: 0 10px;
        min-height: 60px;
    }

.partner-block ul.accom-logo li {
    margin: 0;
}

.verList {
    position: relative;
}

.verList {
    margin-bottom: 0px;
}

    .verList input {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 51px;
        height: 51px;
        opacity: 0;
        margin: 0;
    }

        .verList input + label {
            background: url(../images/checkbox.jpg) left top no-repeat;
            min-height: 51px;
            padding-left: 60px;
            font-size: 23px;
            line-height: 50px;
            margin: 0;
            font-weight: normal;
        }

        .verList input:checked + label {
            background: url(../images/checkbox.jpg) left -51px no-repeat;
            margin: 0;
        }

.square {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.info {
    display: none;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    background: #00aeef;
    width: 100%;
}

    .info a {
        margin-right: 10px;
        float: left;
    }

        .info a img {
            width: 15px;
            height: 15px;
        }

.square:hover .info {
    display: block;
}

.ih-item.square {
    /*height: 216px;
    position: relative;
    width: 316px;*/
}

    .ih-item.square.effect3.colored .info {
        background: #1a4a72;
    }

    .ih-item.square.effect3 .img {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .ih-item.square.effect3 .info {
        height: 65px;
        background: #333333;
        opacity: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        display: none;
    }

        .ih-item.square.effect3 .info h3 {
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            font-size: 17px;
            padding: 10px 10px 0 4px;
            margin: 4px 0 0 0;
        }

        .ih-item.square.effect3 .info p {
            font-style: italic;
            font-size: 12px;
            position: relative;
            color: #bbb;
            padding: 5px;
            text-align: center;
        }

    .ih-item.square.effect3 a:hover .info {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .ih-item.square.effect3.bottom_to_top .info {
        top: auto;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    .ih-item.square.effect3.bottom_to_top a:hover .img {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .ih-item.square.effect3.bottom_to_top a:hover .info {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .ih-item.square.effect3.top_to_bottom .info {
        bottom: auto;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    /*.ih-item.square.effect3.top_to_bottom a:hover .img {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
*/
    .ih-item.square.effect3.top_to_bottom a:hover .info {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

.panel-group {
    margin: 0px;
}

.why-choose .panel-default > .panel-heading {
    background: #6d6e71;
    padding: 0px;
    width: 100%;
    display: inline-block;
}

.why-choose .panel-group .panel, .panel-heading {
    border-radius: 0px;
    border: none;
}

.why-choose .panel-title a:hover, .panel-title a:focus {
    text-decoration: none;
}

.why-choose .panel-body {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
    font-size: 14px;
}

.why-choose .panel-title span {
    width: auto;
    padding: 45px 10px 37px 30px;
    float: left;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 22px;
}

.why-choose .panel-title a {
    margin-top: 25px;
    margin-right: 10px;
    background: url(../images/plus-minus.png) right top no-repeat;
    height: 60px;
    width: 59px;
    float: right;
}

    .why-choose .panel-title a.collapsed {
        background-position: right -62px;
    }

.img-01 {
    background: #dbe441 url(../images/img-01.jpg) left top no-repeat;
    width: 107px;
    height: 107px;
    display: inline-block;
    float: left;
    border-right: #FFFFFF solid 2px;
}

.img-02 {
    background: #dbe441 url(../images/img-02.jpg) left top no-repeat;
    width: 107px;
    height: 107px;
    display: inline-block;
    float: left;
    border-right: #FFFFFF solid 2px;
}

.img-03 {
    background: #dbe441 url(../images/img-03.jpg) left top no-repeat;
    width: 107px;
    height: 107px;
    display: inline-block;
    float: left;
    border-right: #FFFFFF solid 2px;
}

.img-04 {
    background: #dbe441 url(../images/img-04.jpg) left top no-repeat;
    width: 107px;
    height: 107px;
    display: inline-block;
    float: left;
    border-right: #FFFFFF solid 2px;
}

.top-search-mobile {
    background: none;
    border: none;
    color: #FFFFFF;
    margin: -10px 5px 0px 0px;
}

.btn.top-search-mobile:focus {
    outline: none !important;
    box-shadow: none;
}

.top-search-mobile i {
    font-size: 30px;
    color: #FFFFFF;
}

.sydney-select {
    width: 89px;
    text-overflow: ellipsis;
}

.accommodation-select {
    width: 125px;
    text-overflow: ellipsis;
}

.room-type-select {
    width: 123px;
    text-overflow: ellipsis;
}

.date-select {
    width: 100px;
    text-overflow: ellipsis;
}

.weeks-select {
    width: 101px;
    text-overflow: ellipsis;
}

.inner-header-btn {
    position: absolute;
    top: 360px;
    width: 100%;
}

.relative {
    position: relative;
}

.top-inner-search {
    position: absolute;
    top: 68px;
    right: 15px;
    width: 293px;
}

    .top-inner-search input.form-control {
        border: none;
        border-radius: 0px;
    }

.inner-top-search {
    float: right;
}

@media (min-width:1367px) {
    /*.find-btn { height:61px; min-width:inherit; padding:0px; width:171px;}*/
    /*.demo { height:61px;}*/
    .weeks-select {
        width: 96px;
    }
}


@media (min-width:768px) and (max-width:991px) {
    .verList input + label {
        font-size: 14px;
    }

    .logo img {
        width: 175px;
    }

    .top-bar .navbar-nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }

    .top-search {
        max-width: 135px;
    }

    .select-box {
        padding: 6px 5px;
    }

    .demo select {
        padding: 5px 22px 5px 0px;
        font-size: 13px;
    }

    .ask-btn, .pertner-btn {
        font-size: 12px;
        width: 120px;
        padding: 0px;
    }

    .sydney-select {
        width: 65px;
        text-overflow: ellipsis;
    }

    .accommodation-select {
        width: 130px;
        text-overflow: ellipsis;
    }

    .room-type-select {
        width: 100px;
        text-overflow: ellipsis;
    }

    .date-select {
        width: 92px;
        text-overflow: ellipsis;
    }

    .weeks-select {
        width: 75px;
        text-overflow: ellipsis;
    }

    .find-btn {
        width: 120px;
        font-size: 14px;
    }

    .demo {
        width: 615px;
    }

    .weeks-select {
        width: 74px;
    }

    #inner-footer-copyright {
        padding-left: 0px;
        padding-right: 0px;
    }

    .follow-us {
        text-align: center;
    }

        .follow-us p {
            text-align: center;
        }

    .inner-header-btn .ask-btn, .inner-header-btn .pertner-btn {
        font-size: 16px;
        width: 170px;
    }

    .inner-top-search {
        float: right;
    }

        .inner-top-search .btn-flat {
            margin-right: 0px !important;
        }

    .menu-property {
        background: #404042;
        padding-bottom: 15px;
        width: 100%;
        margin-top: 20px;
    }

    .search-block {
        bottom: 0px;
        top: auto;
    }

    .carousel-indicators {
        bottom: 110px;
    }

    .search-title {
        font-size: 17px;
        margin-bottom: 0px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .select-box {
        padding: 6px 10px;
    }

    .demo {
        width: 770px;
    }

    .inner-top-search {
        float: right;
    }
}

@media (max-width:768px) {
    #featured-slider {
        max-width: 650px;
        margin: 0 auto;
    }
}

@media (max-width:767px) {

    .follow-us {
        text-align: center;
        display: inline-block;
        padding: 10px 0px;
    }

        .follow-us p {
            text-align: center;
        }

    .demo {
        background: none;
        height: auto;
        width: auto;
    }

    .navbar-toggle {
        margin-right: 0px;
    }

    .carousel {
        height: 407px;
        margin-bottom: 0px;
    }

        .carousel .item {
            height: 407px;
            background-color: #777;
        }

    .carousel-inner > .item > img {
        max-width: 100%;
        min-height: 407px;
    }

    .search-block {
        top: 330px;
    }

    .pertner-btn {
        float: left;
    }

    .top-bar {
        background: none;
    }

    .navbar-collapse {
        background: #000 /*url(../images/top-bg.png) left top repeat*/;
        margin-top: 5px;
        border: none;
    }

    .navbar-toggle .icon-bar {
        background: #FFFFFF;
        height: 8px;
        width: 45px;
        border-radius: 10px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 8px;
        }

    .navbar-collapse li.active a, .navbar-collapse li:hover, .navbar-collapse li a:hover {
        background: #00aeef;
        color: #FFFFFF !important;
    }

    .banner-mobile-mobile {
        position: relative;
        float: left;
        top: 0px;
        width: 100%;
        background: #00aeef;
        padding: 0px 0px 0px 0px;
    }

        .banner-mobile-mobile .find-btn {
            margin-bottom: 15px;
        }

        .banner-mobile-mobile h3 {
            color: #FFFFFF;
            font-size: 22px;
            margin-bottom: 0;
        }

    .select-box {
        background: #4f6169;
        width: 100%;
        padding: 15px 0px 15px 35px;
        margin-bottom: 14px;
        border: #3d5d6a solid 1px !important;
        position: relative;
    }

    .demo select {
        border: 0 !important; /*Removes border*/
        -webkit-appearance: none; /*Removes default chrome and safari style*/
        -moz-appearance: none; /* Removes Default Firefox style*/
        background: #4f6169 url(../images/white-arrow.png) no-repeat right center;
        text-indent: 0.01px; /* Removes default arrow from firefox*/
        text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
        color: #dcddde;
        border-radius: 0px;
        padding: 0px 35px 0px 0px;
        font-size: 25px;
        font-family: 'dosismedium';
        width: 100%;
        box-sizing: padding-box;
    }

    .find-btn {
        background: #231f20;
        width: 100%;
    }

    div.date-select {
        width: 49%;
        float: left;
    }

    div.weeks-select {
        width: 49%;
        float: right;
    }

    #featured {
        background: #4f4f51;
    }

        #featured h1 {
            color: #f26522;
            font-size: 25px;
        }

    #testimonial-slider h2 {
        font-size: 22px;
        line-height: 28px;
    }

    #featured-slider .owl-controls {
        background: #4f4f51;
        position: absolute;
        top: 100%;
        width: 100%;
        border-top: #58585a solid 1px;
        padding: 10px;
    }

    #featured {
        padding-bottom: 54px;
    }

    #featured-slider .item {
        padding: 0px;
    }

    #featured-slider .owl-controls .owl-buttons div {
        position: relative;
    }

    #featured-slider .owl-controls .owl-buttons .owl-prev {
        top: 0px;
        left: -67px;
    }

    #featured-slider .owl-controls .owl-buttons .owl-next {
        top: 0px;
        right: -67px;
    }

    #featured-slider .item p.text-uppercase {
        display: block;
        background: #4f4f51;
        padding: 15px;
        color: #d1d3d4;
        font-size: 20px;
    }

    #featured-slider .item p {
        display: none;
    }

    #featured-slider .item div.text-right {
        display: none;
    }

    #featured .container {
        padding: 0px;
    }

    #featured-slider {
        max-width: 100%;
    }

        #featured-slider .item img {
            width: 100%;
        }

    .square {
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .info {
        display: block;
        position: absolute;
        bottom: 0px;
        padding: 20px;
        background: #00aeef;
        width: 100%;
    }

        .info a {
            margin-right: 20px;
            float: left;
        }

            .info a img {
                width: 36px;
                height: 36px;
            }

    .square:hover .info {
        display: block;
    }

    #featured-slider .owl-controls .owl-buttons .owl-prev, #featured-slider .owl-controls .owl-buttons .owl-next {
        background: url(../images/white-arrows.png) no-repeat;
        width: 18px;
        height: 33px;
        display: inline-block;
        text-indent: -10000px;
    }

    #featured-slider .owl-controls .owl-buttons .owl-next {
        background-position: right top;
    }

    #testimonial {
        background: #f1592a;
    }

    .footer-logo {
        text-align: center;
    }

    ul.footer-nav {
        text-align: center;
    }

        ul.footer-nav li {
            float: none;
        }

    .social-icon {
        padding: 10px 0px;
        text-align: center;
    }

    #footer-copyright {
        color: #FFFFFF;
        padding: 25px 15px;
    }

        #footer-copyright a {
            color: #FFFFFF;
        }

    .bdr-top-xs {
        border-top: #58585a solid 1px;
        padding-top: 25px;
        margin-top: 25px;
    }

    .footer-logo p {
        padding-left: 150px;
        text-align: left;
    }

    .footer-logo img {
        max-width: 200px;
    }

    .contactAddressSection .addressBox i {
        width: 10%;
    }

    .contactAddressSection .addressBox span {
        width: 90%;
    }

    .google-maps {
        padding-bottom: 55%;
    }

    .aboutThumbBlock .thumbDetail {
        margin-bottom: 20px;
        text-align: center;
    }

    .titleHeadingBlue {
        font-size: 22px;
        line-height: 30px;
        padding: 0 10px 10px 10px;
    }

    .inner-page-header .header-title {
        font-size: 22px;
    }

    .aboutDoBlock {
        font-size: 20px;
    }

    .why-choose {
        padding: 0px;
    }

        .why-choose h1 {
            padding-top: 15px;
        }

    ul.inner-footer-nav {
        width: 100%;
    }

    ul.inner-footer-nav-right li {
        float: left !important;
        padding-right: 0px !important;
    }

    ul.inner-footer-nav li {
        float: none;
        padding: 13px 7px 13px 1px;
    }

    ul.inner-footer-nav span {
        float: none;
    }

    .text-center-xs {
        text-align: center;
    }

    .inner-footer-nav.inner-footer-nav-right {
        padding-left: 24px;
    }

    #inner-footer-copyright {
        padding: 12px 0;
    }

    .verList {
        margin-bottom: 15px;
    }

    .contactFormSection .form-group {
        margin-bottom: 10px;
    }

    .contactFormSection .form-control {
        font-size: 17px;
        padding: 0 0 6px 0px;
        height: 20px;
    }

    .contactFormSection .form-horizontal .control-label {
        font-size: 14px;
    }

    .expandBlock .select select {
        font-size: 13px;
    }

    .titleHeading {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }

    .contactFormSection {
        padding: 0;
    }

    .enquiry-acm {
        padding: 0;
    }

    .verList input + label {
        font-size: 15px;
    }

    .thumb-img-xs {
        width: 100%;
        margin-bottom: 20px;
    }

    .enquiry-acm-detail ul {
        padding: 10px 0;
    }

    .rateBox {
        line-height: normal !important;
    }

    .enquiryExpandBlock .panel-title span {
        font-size: 14px;
        line-height: 15px;
    }

    .inner-top-search {
        padding-top: 0;
    }

    .expandBlock .form-control {
        font-size: 13px;
        height: 38px;
        padding: 6px 10px;
    }

    .search-header-img .header-title h1 {
        font-size: 30px;
    }

    .inner-subscribe {
        float: left;
        margin-bottom: 15px;
    }
}





@media (max-width:640px) {

    .footer-logo img {
        max-width: 130px;
    }

    .pertner-btn {
        padding: 0px 15px;
        font-size: 18px;
        min-width: 100%;
    }

    .ask-btn {
        padding: 0px 15px;
        font-size: 18px;
        min-width: 100%;
    }

    .demo select {
        font-size: 13px;
    }

    .white-map-mark-icon {
        top: 10px;
    }

    .white-question-icon {
        top: 10px;
    }

    .white-week-icon {
        top: 10px;
    }

    .white-date-icon {
        top: 10px;
    }

    .white-bed-icon {
        top: 17px;
    }

    .white-home-icon {
        top: 11px;
    }

    .safarinot {
        line-height: 14px !important;
    }
}

@media (max-width:767px) {
    .banner-title h1 {
        font-size: 23px;
    }
}

@media (max-width:480px) {
    .img-01, .img-02, .img-03, .img-04 {
        background-size: 100% auto;
        width: 65px;
        height: 65px;
        border-right: #fff solid 1px;
    }

    .expandBlock .panel-title a {
        padding: 0;
    }

    .enquiryExpandBlock .panel-title a {
        padding: 5px 10px;
        white-space: nowrap;
    }

    .why-choose .panel-body {
        border: none !important;
        background: #e7e7e9;
    }

    .why-choose .panel-title span {
        padding: 25px 0 20px 20px;
        font-size: 16px;
    }

    .why-choose .panel-title a {
        margin-top: 13px;
        background: url(../images/plus-minus-xs.png) right top no-repeat;
        height: 40px;
        width: 40px;
        float: right;
    }

        .why-choose .panel-title a.collapsed {
            background-position: right -42px;
        }

    .banner-title h4 {
        font-size: 13px;
    }

    .banner-title h1 {
        font-size: 23px;
    }

    .carousel {
        height: 350px;
    }

    .carousel-inner {
        height: 350px;
    }

    .banner-title {
        top: 170px;
    }

    .search-block {
        top: 250px;
    }

    .demo select {
        font-size: 13px;
    }

    .pertner-btn, .ask-btn {
        max-width: 100%;
        font-size: 18px;
        min-width: 100%;
    }
}

@media (max-width:360px) {
    .banner-mobile-mobile h3 {
        font-size: 16px;
    }

    .pertner-btn, .ask-btn {
        font-size: 12px;
    }
}

/** Changes **/
.hidden-md {
    display: none;
}

a.enquiry {
    display: inline-block;
    text-align: right;
    float: right;
    color: #bfffff !important;
    text-transform: uppercase;
    font-size: 15px !important;
    text-decoration: none;
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .hide-sm {
        display: none;
    }

    .contact-us-style .form-horizontal .control-label {
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
    }

    #search-input2 {
        display: none !important;
    }

    .visible-sm #inner-footer-copyright div {
        color: #939598;
    }

    .setmargin {
        margin: 0px !important;
        padding-left: 0px !important;
    }
}

@media screen and (min-width:300px) and (max-width:767px) {
    .ask-btn {
        height: 55px;
    }

    .no-margin {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .no-pad {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .no-pad-right {
        padding-right: 0px !important;
    }

    .partner-login {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .btn-style {
        width: 100%;
    }

    .enquiry-acm-detail hr {
        border: 1px solid #e4e4e4;
        margin-top: 0px;
        margin-bottom: 0px;
        background: #e4e4e4;
        margin-left: 15px;
        margin-right: 15px;
    }

    .enquiry-acm-detail .right-border ul.date-col li {
        display: inline-block;
        width: 49%;
        text-align: center;
    }

    .enquiry-acm-detail .rateBox {
        text-align: center;
    }

    .verList input + label {
        font-size: 12px;
    }

    .hr-style {
        /*border: 1px solid #e4e4e4;*/
        margin-top: 0px;
        margin-bottom: 0px;
        background: #e4e4e4;
        /*margin-left: 15px;
		margin-right: 15px;*/
    }
    /*ul.inner-footer-nav {
    text-align: left;
	}*/
    .condition-term {
        text-align: center !important;
    }

    .contactFormSection .form-horizontal .control-label {
        font-size: 12px;
        padding-right: 0;
    }

    .btm-space {
        margin-bottom: 15px;
    }

    .btm-condition {
        text-align: left;
    }
    /*.xs-style ul li{
		width: 25%;
		float: left !important;
	}*/
    /*.xs-style ul li:first-child{
		width: 18%;
	}*/
    /*.xs-style ul li:last-child{
		width: 36%;
	}*/
    /*.custm-condition{
		width: 21%;
	}*/
}

/** Changes **/


.btn_hlf {
    width: 48% !important;
    float: left !important;
}

.overlay_div_banner {
    background: #cfc286 none repeat scroll 0 0;
    height: 100%;
    opacity: 0.38;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.btn_hlf:last-child {
    margin-left: 5px !important;
}

.navbar-collapse {
    z-index: 9999;
}

@media (max-width:767px) {
    .btn_hlf {
        width: 100% !important;
        float: left !important;
    }

        .btn_hlf:last-child {
            margin-top: 5px !important;
            margin-left: 0px !important;
        }
}

@media (min-width:1361px) {
    body {
        width: 1361px;
        margin: 0 auto;
    }

    html {
        background: #000;
    }
}

#lder_div12 {
    background: url("../images/wpoint.png") repeat scroll left top rgba(0, 0, 0, 0.60);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

    #lder_div12 img {
        left: 50%;
        position: absolute;
        top: 50%;
    }
