﻿@charset "utf-8";
/* Thailand Retreats - soVision 2014 */


/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}


h1 {
}

h2 {
}

h3 {
}

p {
}

@font-face {
    font-family: 'Allura';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Allura-Regular.ttf');
}

#menulist {
    /*margin-left: -270px; Hide the logo - disabled */
    -webkit-transition: 1s margin-left;
    transition: 0.7s margin-left;
}

    #menulist.showlogo {
        /*margin-left: 0px; Show the logo - disabled */
    }

.fixednav {
    top: 0px;
    background-color: rgba(255, 255, 255, 1) !important;
    z-index: 3;
}


.slidewrap {
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    width: 100%;
    float: left;
}

    .slidewrap div {
        border-radius: 5px;
    }

    .slidewrap a {
        border-radius: 5px;
    }


#destinationimages {
    width: 100%;
    float: left;
}


.numbersbelowlogo {
    font-size: 105%;
    margin-top: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.iconsswap1 {
    background-image: url(../images/filters.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.iconswap {
    background-image: url(../images/close-x.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.btn-circle.btn-lg {
    width: 44px;
    height: 44px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}



html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

#togglefilters {
    cursor: pointer;
}

.homepage-filterbar {
    width: 100%;
    padding: 10px 12px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    background-color: #007fc4;
    border-radius: 5px;
    color: #fff
}

body {
    font-family: 'open_sansregular';
    /*font-size: 12px;*/
}


.admiral {
    font-family: 'Montserrat' !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}


/* FlexSlider slide shows */
#slider {
    margin: 0 0 10px !important;
}

#carousel li {
    margin-right: 5px;
}

#carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}

    #carousel img:hover {
        opacity: 1;
    }

#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}




.fl {
    float: left;
    text-align: left;
}

.fr {
    float: right;
    text-align: right;
}

.fw {
    width: 100%;
    float: left;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.lightgrey {
    background-color: #efefef;
}

.lightbg {
    background-color: #fff;
}

.navbg {
    background-color: #f8f8f8;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
}


h1 {
    font-size: 26px;
    /* font-family: 'open_sansregular'; */
    font-family: 'Montserrat';
    line-height: 30px;
    margin-bottom: 20px;
    color: #3a5a9b;
}

h2 {
    font-size: 30px;
    /* font-family: 'open_sansregular'; */
    font-family: 'Montserrat';
    /* line-height: 36px; */
    color: #3a5a9b;
}

.thumboverlay h2 {
    font-size: 28px;
}


h3 {
    font-size: 18px;
    font-family: 'open_sansregular';
    line-height: 26px;
    color: #3a5a9b;
}

h4 {
    font-size: 14px;
    font-family: 'open_sansregular';
    line-height: 26px;
    color: #3a5a9b;
}

.villafeature img {
    height: 20px;
}

.rightvilla h3 {
    font-family: 'open_sansregular';
    display: block;
    float: left;
    width: 100%;
}

table h4 {
    font-family: 'open_sansregular';
    color: #fff;
    font-size: 16px;
}

table th td:hover {
    background-color: #49afcd;
}

.noborder {
    border: none !important;
}

.thumbsslider {
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.19);
}


.fourbottomsections .col-md-3 img {
    width: 100%;
    margin-bottom: 20px;
}


.strap1overlay {
    left: 15px;
}

.strap1overlay2 {
    left: 15px;
}


.fourbottomsections .col-md-3 h2 {
    font-size: 20px;
}

.fourbottomsections .col-md-3 .col-md-12 {
    padding-bottom: 20px;
}

.col-md-9 {
    border-radius: 5px !important;
}

    .col-md-9 .bx-wrapper {
        border-radius: 5px !important;
        overflow: hidden;
    }

        .col-md-9 .bx-wrapper a {
            border-radius: 5px !important;
            overflow: hidden;
        }

            .col-md-9 .bx-wrapper a img {
                border-radius: 5px !important;
            }




.slideoverlay .villaname {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(00, 0, 0, .8);
}



.rowheading-left {
    color: #fff !important;
    background-color: #007fc4 !important;
    background-color: #ededed;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .rowheading-left h3 {
        font-size: 24px;
    }

.lefttableheading {
    font-family: 'open_sansbold';
    color: #007fc4;
}

.topbg {
    color: #fff;
    background-color: #ededed;
    border-bottom: solid 3px #007fc4;
    margin-bottom: 4px;
}

    .topbg select {
        background-color: #fff !important;
    }

    .topbg .social {
        display: inline-block;
        padding-left: 10px;
        float: right;
        padding-top: 0px;
    }

    .topbg .smallbits span {
        color: #444;
    }

        .topbg .smallbits span strong {
            color: #007fc4;
        }

.thumbsslider li {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

    .thumbsslider li img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

.slideoverlay {
    /* position: absolute; */
    bottom: 0;
    /* padding: 0 10px 5px 0px; */
    width: 100%;
    left: 0px;
}

    .slideoverlay h2 {
        font-size: 26px;
    }


.bx-pager {
    width: 100%;
    margin: 0 0 0 0;
}

    .bx-pager a {
        width: 24.5%;
        display: inline-block;
        float: left;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
        -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
        box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
        border-radius: 5px !important;
    }

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle {
    background-color: #007fc4;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.header .fr {
    float: none;
    text-align: center;
    display: none;
}

.bx-pager a img {
    width: 100%;
    height: auto;
    opacity: 0.9;
}

    .bx-pager a img:hover {
        width: 100%;
        height: auto;
        opacity: 1;
    }


.bx-pager a.active img {
    width: 100%;
    height: auto;
    opacity: 1;
}

.bx-pager .thumboverlay {
    background-color: #fff;
    display: block;
    padding: 2px;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
}

.bx-pager a.active .thumboverlay {
    position: relative;
    background-color: #ededed;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
}

.bx-pager a:hover {
    text-decoration: none;
}


th td {
    font-family: 'open_sansbold' !important;
    font-size: 12px;
}

.tooltip {
    border-radius: 5px !important;
}

.lefthalfbox .rowheading h2 {
    font-size: 18px;
}

.righthalfbox .rowheading h2 {
    font-size: 18px;
}

.nopadleft {
    padding-left: 5px !important;
}

.sliderwrap {
    position: relative;
}

.villapageaddtowishlistbig {
    margin: 15px 5px 0px 15px !important;
    padding-top: 10px;
    font-size: 12px !important;
}

.locationsrow img {
    border-radius: 5px !important;
}

.locationsrow {
}

.location-name {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
}

    .location-name h2 {
        color: #fff;
        font-size: 40px;
    }

    .location-name p {
        color: #fff;
        font-size: 24px;
    }

.collection-name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 55px;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    font-size: 20px;
    font-family: 'Montserrat';
    background: rgba(0, 0, 0, 0.4);
}

.property-details-lower {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    font-family: 'Montserrat';
    background: rgba(0, 0, 0, 0.4);
    line-height: 1.2;
}

    .property-details-lower a {
        color: #fff;
    }

.property-top-left {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0 5px 0;
    /*  height: 25px;*/
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    font-size: 18px;
    font-family: 'Montserrat';
    /* #007fc4*/
    /*background: rgba(0, 127, 196, 0.7);*/ /* Trans blue */
    /* background-color: #c5b351;  */ /* Gold */
    /*  background: linear-gradient(45deg, #c5b351, #f5e381, #c5b351 );*/
    background: linear-gradient(135deg, #1773b2, #1aacde);
    padding: 4px 8px;
    z-index: 5;
}

.property-top-right {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: -5px;
    right: 0px;
    height: 50px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    font-size: 14px;
    font-family: 'Montserrat';
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
}

.property-details-contents {
    padding: 5px;
}

.location-link {
    font-size: 14px;
    margin-top: 5px;
}

.listok {
    padding-left: 0px;
    margin-left: 0px;
    display: block;
    width: 100%;
    float: left;
}

    .listok li {
        background-image: url(../images/ok.png);
        background-position: top left;
        background-repeat: no-repeat;
        list-style: none;
        padding: 10px 0px 10px 30px;
    }


.promotions .collectionsbox {
    height: 160px;
    overflow: hidden;
    position: relative;
}

    .promotions .collectionsbox img {
        width: 100%;
        height: auto;
    }
/* Promotion name text colour changed from #2088c7 at Stewart request 27 May 2015 */
.promotions .promoname {
    background-color: #e9e9e9;
    font-weight: 300;
    color: #333;
    padding: 5px 10px 5px 10px;
    margin-bottom: 0px;
    margin-top: 8px;
    font-size: 16px;
}

.promotions .pad10 {
    position: relative;
}

.promotions .promoconditions {
    position: absolute;
    bottom: 30px;
    border-bottom: solid 2px #ededed;
    border-top: solid 2px #ededed;
    display: block;
    width: 100%;
    margin-left: -10px;
    padding: 5px 10px 5px 10px;
    font-size: 10px;
}

    .promotions .promoconditions p {
        margin: 0px;
        padding: 0px;
    }

.promotions .linktooffers {
    position: absolute;
    bottom: 1px;
    display: block;
    width: 100%;
    margin-left: -10px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #2088c7;
}

.responsivebox:hover {
    text-decoration: none;
}

.promotions .promotext ul {
    margin-left: 0px;
    padding-left: 0px;
}

    .promotions .promotext ul li {
        list-style: none;
        margin-left: 0px;
        padding-left: 0px;
    }

.promotions .onpromotionlabel {
    position: absolute;
    background-image: url(../images/onpromotion.png);
    width: 110px;
    height: 26px;
    z-index: 9999;
    top: 45px;
}


.offer-card {
    border: 1px solid #555;
    border-radius: 5px;
    padding: 5px;
    font-family: 'Montserrat';
}

.offer-card-outer {
    margin-bottom: 10px;
}

.offer-title-link {
    font-size: 22px;
    color: #555;
}

.formdiv input {
    margin-bottom: 10px;
}

.formdiv select {
    margin-bottom: 10px;
}

.specialsliderwrap {
    position: relative;
    display: block;
}





    .specialsliderwrap .absolutesliderwrap .customNavigation {
        top: 47%;
        width: 100% !important;
        display: block;
    }

        .specialsliderwrap .absolutesliderwrap .customNavigation .owl-right {
            right: -15px;
            position: absolute;
            height: 46px;
            width: 23px;
            z-index: 1;
            display: inline-block;
            position: absolute;
            right: -15px;
            cursor: pointer;
        }


.owl-buttons .owl-prev {
    width: 120px !important;
    color: #fff;
    background-color: #007fc4 !important;
    border-color: #007fc4 !important;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -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;
    border-radius: 4px !important;
}


.owl-buttons .owl-next {
    width: 120px;
    color: #fff;
    background-color: #007fc4 !important;
    border-color: #007fc4 !important;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -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;
    border-radius: 4px !important;
}





.padgreybg {
    background-color: #ededed;
    padding: 10px;
    padding-top: 10px;
}

.btn-small {
    padding: 5px;
    width: auto;
    display: inline-block;
    font-size: 12px;
}

.bigstrap {
    font-size: 50px;
    font-family: 'open_sanslight_italic';
    color: #3a5a9b;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 40px;
}


div.hideifempty:empty {
    display: none !important;
}


.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}


h2.subtitleh2 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.topbuttons {
    float: left;
    width: 100%;
}


.rightvilla .row-fluid {
    padding-top: 20px;
}

.contentbody .row:not(.no-border) {
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    margin-top: 25px;
    width: 100%;
    float: left;
}

.contentbody .nowhitebg {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.0);
    background-color: transparent;
    min-height: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
}

.footer .container .contentbody .row {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff;
    min-height: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    border-top: solid 2px #007fc4;
}

.footer {
    border-top: solid 3px #007fc4;
}

.form-control {
    font-size: 12px !important;
}

.roundtopright {
    border-radius: 0px 10px 0 0;
}

.roundtopleft {
    border-radius: 10px 0px 0 0;
}

.roundbottomleft {
    border-radius: 0px 0px 0 10px;
}

.roundborromright {
    border-radius: 0px 0px 10px 0;
}

.bookingleft {
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px;
}

.bloglist .col-sm-4 img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
}

.bloglist .col-sm-12 img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
}

.bloglist .col-sm-8 h2 {
    margin-top: 5px;
}

.faqlist .panel-heading {
    padding: 10px;
}

.pricefrom {
    font-size: 10px;
}

.smallerstrap span {
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.panel-heading h3 {
    background-color: transparent !important;
    color: #444 !important;
    font-weight: bold;
}

.bigprice {
    font-size: 26px;
}

    .bigprice .pricefrom {
        font-size: 16px;
    }

.breadcrumb {
    margin-top: 20px;
}

.breadcrumb {
    font-size: 12px !important;
    font-weight: 900;
}


    .breadcrumb .fa {
        font-size: 18px !important;
        font-weight: 100;
    }

.villapaveadd {
    position: absolute;
    top: 42px;
    right: 20px;
}

/*.addtowishlist {
    display: inline-block;
    height: 26px;
    width: 30px;
    background-image: url(../images/addtowishilst.png?v=2);
    background-repeat: no-repeat;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 10px;
}

    .addtowishlist:hover {
        display: inline-block;
        height: 26px;
        width: 30px;
        background-image: url(../images/addtowishilst.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-repeat: no-repeat;
    }
*/

.wishlisticon {
    width: 40px !important;
    transition: 0.3s;
}

    .wishlisticon:hover {
        width: 50px !important;
    }

.removefromwishlist {
    display: inline-block;
    height: 26px;
    width: 30px;
    background-image: url(../images/removefromwishlist.png);
    background-repeat: no-repeat;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 10px;
}

    .removefromwishlist:hover {
        display: inline-block;
        height: 26px;
        width: 30px;
        background-image: url(../images/removefromwishlist.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-repeat: no-repeat;
    }



.productboxin {
    position: relative;
}

    .productboxin p {
        float: left;
        width: 100%;
        padding: 5px 0px 5px 0px;
    }

    .productboxin .collectionsbox {
        margin-top: -5px;
    }

        .productboxin .collectionsbox .collectionsboxdesc {
            height: 36px;
        }

        .productboxin .collectionsbox:hover .collectionsboxdesc {
            height: 36px;
        }

        .productboxin .collectionsbox .collectionsboxdesc h3 {
            text-align: left;
            padding-left: 10px;
            background-color: transparent !important;
            color: #000;
            padding-top: 0px;
        }

        .productboxin .collectionsbox .collectionsboxdesc p {
            display: none;
        }

        .productboxin .collectionsbox .collectionsboxdesc p {
            display: none;
        }

.collectionsboxdesc span {
    text-align: left;
    display: block;
    width: 100%;
    padding: 5px 0px 0px 5px;
    font-size: 18px;
    color: #000;
}




.productboxin {
    float: left;
    margin-top: 25px;
}

.innerproductboxtofitshadow {
    padding: 5px;
    width: 100%;
    float: left;
}

.specialsliderwrap {
}

.leftshadow {
    position: absolute;
    left: -20px;
    top: 28px;
    z-index: 9998;
}

.rightshadow {
    position: absolute;
    top: 28px;
    right: 0px;
    z-index: 9998;
}

.rate {
    font-size: 16px;
    float: left;
    padding-bottom: 10px;
}

.bb {
    border-bottom: solid 1px #999;
}

.bx-pager {
    text-align: center;
    z-index: 9992;
}

.specialsliderwrap .bx-pager-item {
    background-color: #090909;
    border: solid 2px #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    z-index: 9992;
}

.testimonialbox .bx-pager-item {
    background-color: #090909;
    border: solid 2px #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    z-index: 9992;
}




.testimonialbox2 .testimonial {
    padding: 30px;
    font-family: 'open_sanslight_italic';
    font-size: 14px;
}

.w100 {
    width: 100%;
    float: left;
}

.goback {
    position: relative;
}

.nobg {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.sidebar {
    padding-top: 25px;
}

    .sidebar .filtersbox {
        /* background-color: #ededed; 
        width: 100%;
        border-radius: 5px;
        padding: 10px;*/
        position: relative;
        top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .sidebar .filtersbox h3 {
            font-size: 20px;
            font-family: 'open_sansregular';
            margin-bottom: 10px;
        }


.rightvilla h2 {
    font-family: 'open_sanslight';
    color: #444;
}

.whiteandshadow {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    background-color: #fff;
}

.shadowaround {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    float: left;
}

.collectionsbox {
    position: relative;
    border-radius: 5px;
}

.btnSearchAllInDestination {
    padding: 10px 10px 10px 10px;
    font-size: 16px !important;
}


.rightvilla .row {
    padding-top: 0px;
    margin-top: 10px;
}

.rightvilla .col-lg-12 {
}

.nohovereffect:hover {
    text-decoration: none;
    text-transform: none;
}

.collectionsbox img {
    height: auto;
    border-radius: 5px !important;
}

.productverticalbox .collectionsbox img {
    max-width: 100%;
}


.collectionsboxdesc h3 {
    color: #000;
    margin-top: 10px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.collectionsboxdesc p {
    color: #444;
}



.beachfront {
    background-image: url(../images/beachicon.png);
    font-family: 'open_sansregular';
    background-position: left top;
    padding-left: 40px;
    height: 30px;
    padding-top: 0px;
    display: inline-block;
    position: absolute;
    left: 40px;
    background-repeat: no-repeat;
    font-size: 12px;
}

.pool {
    background-image: url(../images/poolicon.png);
    font-family: 'open_sansregular';
    background-position: left top;
    padding-left: 40px;
    height: 30px;
    padding-top: 0px;
    display: inline-block;
    position: absolute;
    left: 40px;
    background-repeat: no-repeat;
    font-size: 12px;
}

.specialicon {
    background-image: url(../images/smallsale.png);
    font-family: 'open_sansregular';
    background-position: left top;
    padding-left: 40px;
    height: 30px;
    padding-top: 0px;
    display: inline-block;
    position: absolute;
    left: 40px;
    background-repeat: no-repeat;
    font-size: 12px;
}

.calendaricon {
    background-image: url(../images/calendaricon.png);
    font-family: 'open_sansregular';
    background-position: left top;
    padding-left: 40px;
    height: 30px;
    padding-top: 0px;
    display: inline-block;
    position: absolute;
    left: 40px;
    background-repeat: no-repeat;
    font-size: 12px;
}

.sidecontact {
    background-color: #f5f5f5;
    padding: 10px;
}

    .sidecontact h4 {
        font-family: 'open_sansbold';
    }

input[type=checkbox] {
    visibility: hidden;
}

.checkbox {
    width: 30px;
    position: relative;
}

.bookingbox input[type=checkbox] {
    position: relative;
    left: 30px;
}

.bookingbox select {
    margin: 5px 10px 5px 20px;
}

.rightvilla .tab-content > .tab-pane {
    padding: 0px;
    margin-top: 15px;
}

.tab-content .col-sm-12 {
    padding: 0px !important;
    margin: 0px !important;
}




.faqlist .panel-title {
    font-size: 13px;
}

.sidebar .filtersbox .row {
    background-color: #ededed;
    margin-left: 0px;
    margin-right: 0px;
}

.panel-title h3 {
    font-size: 16px;
}

    .panel-title h3 img {
        margin-right: 10px;
    }

.panel-title h3 {
    background-color: transparent !important;
    color: #444 !important;
    padding: 0px !important;
    margin: 0px !important;
}

.sidebar .bookingbox {
    border: none !important;
    margin-right: 10px;
    float: left;
    height: auto;
}

.checkbox label {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
    background: #fff;
    border: 1px solid #007fc4;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.topbginpage {
    display: flex;
    justify-content: center;
    align-content: center;
    background-image: url("/images/Phuket_Large_image_2.jpg");
    background-size: cover;
    background-position: center top;
    position: relative;
    height: 400px
}

@media (max-width: 998px) {
    .topbginpage {
        height: 350px;
    }
}

.topbanner {
    align-content: center;
}
    .topbanner div {
        text-align: center;
    }

    .topbanner h1 {
    color: white;
    font-size: 50px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
    line-height: 1.2;
}

    .topbanner h2 {
        color: white;
        font-size: 26px;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    }

.topbanner h3 {
    color: #FFFFFF;
    font-size: 18px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    margin-top: 15px;
}

.secondbanner h2 {
    color: #FFFFFF;
    font-size: 26px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    margin-bottom: 5px;
    padding-left: 10px;
    line-height: 120%;
}

.nav-tabs li.active a {
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.20);
    box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.20);
}

.nav-tabs {
    background-color: transparent !important;
}

.location {
    margin-bottom: 30px;
}


.locationsrow img {
    width: 100%;
}

.checkbox label:after {
    opacity: 0.1;
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    background: transparent;
    top: 10px;
    left: 8px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox label:hover::after {
    opacity: 0.5;
}

.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}


select {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333; /* Bit weird, but this got set to fff in June 23 causing the current select text to be the same color as the background!?!*/
 /*   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
    background-color: #1773b2 /*f5f5f5*/;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #1773b2, #1aacde);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #fff !important;
    border-bottom-color: #1773b2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) /*inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)*/;
}

    select img {
        border: none !important;
        border: solid 0px #C8C8C8;
    }

.collections {
    background-image: url(../images/collectionsicon.png);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

.popular {
    background-image: url(../images/villatype.png);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

.locationsicon {
    background-image: url(../images/iconmarker.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.specialoffers {
    background-image: url(../images/saleicon.png);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

.villaheadingicon {
    background-image: url(../images/villatype.png);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

.rowheading {
    padding-left: 40px;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .rowheading h2 {
        font-size: 36px;
        font-family: 'Montserrat';
    }





        .rowheading h2 span {
            display: block;
            font-size: 16px;
            font-family: 'open_sanslight';
        }

.header .fr img {
    margin-top: 10px;
}

.smallerstrap {
    font-size: 36px;
    font-family: 'open_sanslight_italic';
    color: #3a5a9b;
    text-align: center;
    text-align: center;
    margin-bottom: 30px;
    line-height: 40px;
}

.bx-controls {
    height: 0px;
    position: absolute;
    top: 43%;
    width: 100%;
}

.location {
    position: relative;
    /* overflow: hidden; */
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    border-radius: 5px !important;
    overflow: hidden;
    width: 100%;
}

.location2 {
    position: relative;
    /* overflow: hidden; */
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    border-radius: 5px !important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.location-villas-btn {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    border-radius: 5px !important;
    border: solid 2px #fff !important;
    padding: 10px 20px;
}

    .location-villas-btn:hover {
        text-decoration: none;
    }

.promotion-image {
    width: 100%;
}

.overlay h3 {
    padding-top: 5px;
    margin-top: 0px;
}

.thumboverlay {
    text-align: center;
}

    .thumboverlay h2 {
        padding: 5px;
        margin: 0px;
        color: #444;
    }

.homeboxedtop .col-md-9 {
    padding: 0px;
    margin: 0px;
    webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    border: solid 1px #ccc;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
}

.homeboxedtop .col-md-3 {
    padding: 0px;
    webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    border: solid 1px #ccc;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
}

.homeboxedtop .col-lg-12 {
    padding: 0px;
    margin: 0px;
}

.homeboxedtop .container {
    background-color: #fff !important;
}

.homeboxedtop {
    background-color: #fff !important;
}

    .homeboxedtop .row {
        margin-top: 15px;
        margin-bottom: 0px;
    }


.bookingleft2 {
    background-color: #ededed;
    padding: 10px;
}

    .bookingleft2 .checkbox .specialicon {
        width: 200px;
        padding-top: 8px;
    }

    .bookingleft2 .checkbox .calendaricon {
        width: 200px;
        padding-top: 8px;
    }

    .bookingleft2 .checkbox {
        margin-bottom: 10px;
        float: left;
        width: 100%;
        display: block;
        width: 100%;
    }

    .bookingleft2 select {
        width: 100%;
        margin-bottom: 5px;
    }



    .bookingleft2 h3 {
        font-family: 'open_sansregular';
    }

.smallertext {
    font-size: 11px;
    background-color: #ededed;
    padding: 5px;
    border-radius: 5px;
    font-family: 'open_sansregular';
    margin-bottom: 10px;
    display: inline-block;
}

.bloglist .col-sm-8 h2 {
    font-family: 'open_sansregular';
}

.overlay h3 {
    font-family: 'open_sansregular';
}

.productboxin .collectionsbox .collectionsboxdesc h3 {
    font-family: 'open_sansregular';
}


.by {
    font-family: 'open_sanssemibold_italic';
}

.bookingleft2 .advancedsearch {
    bottom: -3px;
    background-color: transparent !important;
}

.sidelist li {
    border-bottom: dashed 1px #ededed;
    list-style: none;
}

.sidelist {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 5px;
    float: left;
    width: 100%;
}

    .sidelist li a {
        padding: 5px 15px 5px 15px;
        display: block;
    }

        .sidelist li a:hover {
            background-color: #ededed;
        }

.ac {
    text-align: center;
    width: 100%;
    display: block;
    float: left;
}

article a:hover {
    text-decoration: none;
}


.btnSearch {
    border: solid 2px #fff !important;
    font-weight: 600;
    background: linear-gradient(135deg, #1773b2, #1aacde);
}

.btn {
    border: solid 2px #fff !important;
    font-weight: 600;
    background: #1773b2;
    background: linear-gradient(135deg, #1773b2, #3793d2, #1773b2);
}

.btn-lg {
    border: solid 2px #fff !important;
    font-weight: 600;
    background: linear-gradient(135deg, #1773b2, #3793d2, #1773b2);
}

.btn-block {
    border: solid 2px #fff !important;
    font-weight: 600;
    background: linear-gradient(135deg, #1773b2, #3793d2, #1773b2);
}

.btn-info {
    border: solid 2px #fff !important;
    font-weight: 600;
    background: linear-gradient(135deg, #1773b2, #3793d2, #1773b2);
}


.btnSearch:hover {
    border: solid 2px #fff !important;
    font-weight: 600;
    background: linear-gradient(45deg, #1773b2, #3793d2, #1773b2);
}

.btn:hover {
    border: solid 2px #fff !important;
    font-weight: 600;
    background: linear-gradient(135deg, #1773b2, #2783c2, #1773b2);
}

.btn-lg:hover {
    border: solid 2px #fff !important;
    font-weight: 600;
    background: #1773b2;
}

.btn-block:hover {
    border: solid 2px #fff !important;
    font-weight: 600;
    background: linear-gradient(45deg, #1773b2, #1aacde);
}

.btn-info:hover {
    border: solid 2px #fff !important;
    font-weight: 600;
    background: linear-gradient(45deg, #1773b2, #1aacde);
}


.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    border: solid 2px #fff !important;
    font-weight: 600;
    background: linear-gradient(135deg, #1773b2, #1aacde);
}

.btn-info {
    color: #fff;
    background: linear-gradient(135deg, #1773b2, #1aacde);
    border-color: #FFF !important;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}


.contentbody .row:not(.no-border) {
    border-radius: 5px;
}

.whiteandshadow {
    border-radius: 5px;
}



#searchresults .responsivebox {
    border-radius: 5px;
}


select {
}

.button {
    background: #007fc4; /* Old browsers */
    background: -moz-linear-gradient(top, #007fc4 0%, #3e91d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #007fc4 0%,#3e91d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #007fc4 0%,#3e91d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fc4', endColorstr='#3e91d6',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 0px 0px 1px 1px #ccc;
    -webkit-box-shadow: 0px 0px 1px 1px #ccc;
    box-shadow: 0px 0px 1px 1px #ccc;
}


    .button:hover {
        background: #007fc4; /* Old browsers */
        background: -moz-linear-gradient(top, #007fc4 0%, #3e91d6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #007fc4 0%,#3e91d6 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #007fc4 0%,#3e91d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fc4', endColorstr='#3e91d6',GradientType=0 ); /* IE6-9 */
        -moz-box-shadow: inset 0 0 2px #555;
        -webkit-box-shadow: inset 0 0 2px #555;
        box-shadow: inset 0 0 2px #555;
    }



article .button {
    float: right;
    padding: 7px;
    border-radius: 5px;
    background-color: #007fc4;
    /* border: solid 1px blue; */
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007fc4+0,2989d8+100 */
    background: #007fc4; /* Old browsers */
    background: -moz-linear-gradient(top, #007fc4 0%, #2989d8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #007fc4 0%,#2989d8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #007fc4 0%,#2989d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fc4', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
}

.searchbutton {
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #007fc4;
    border-color: #46b8da;
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #47a2d7, #007fc4);
    background-image: -ms-linear-gradient(top, #47a2d7, #007fc4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47a2d7), to(#007fc4));
    background-image: -webkit-linear-gradient(top, #47a2d7, #007fc4);
    background-image: -o-linear-gradient(top, #47a2d7, #007fc4);
    background-image: linear-gradient(top, #47a2d7, #007fc4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47a2d7', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transitio: 0.2s ease 0s;
    transition: 0.2s ease 0s;
}




    .searchbutton span {
        font-size: 18px;
        padding-top: 0px;
        position: relative;
        top: 3px;
        margin-right: 5px;
    }

.space20 {
    height: 20px;
    display: block;
    width: 100%;
    float: left;
}

.advancedsearch {
    position: relative;
    bottom: -35px;
    text-align-last: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba( 234, 234, 234, 0.7);
    border-radius: 5px;
    background-color: rgba( 255, 255, 255, 0.9 );
    padding: 5px 10px 5px 10px;
    font-size: 10px;
}






.newsbox {
    float: left;
    height: 330px;
    width: 100%;
}

.testimonialbox {
    float: left;
    height: 330px;
}

.newsbox article {
    display: block;
}

.testimonialbox .testimonial {
    padding: 50px 95px 20px 70px;
    font-size: 14px;
    font-family: 'open_sanslight_italic';
    text-align: center;
}

.newsbox article img {
    float: left;
    width: 150px;
    height: auto;
    margin-right: 10px;
    margin-top: 10px;
}

.searchpanel .btn-lg {
    width: 150px;
}

.home-searchpanel .btn-lg {
    width: 150px;
    border: solid 2px #ccc !important;
    margin-right: 20px;
}


.newsbox article .artticleintro {
    width: 70%;
    padding: 5px 20px 20px 20px;
    float: left;
}

.newsbox article .artticleimage {
    width: 30%;
    padding: 5px;
    float: left;
}

.newsbox h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.newsbox article a {
    color: #3a5a9b;
}

.artticleintro h4 {
    font-weight: bold;
}

.bookingbox h3 {
    font-size: 18px;
    text-align: center;
    font-family: 'open_sansregular';
    margin-bottom: 0px;
    padding-bottom: 0px;
}





.showonmobilesmall {
    display: none !important;
}


.showonmobilebig {
    display: none !important;
}

.mywishlistbtn {
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    text-align: right;
    font-size: 20px;
    color: #444;
    height: 30px;
    display: inline-block;
    padding-right: 40px;
    margin-top: 2px;
    background-image: url(../images/mywishlistheart2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

    .mywishlistbtn span {
        display: block;
        float: right;
        font-size: 12px;
        position: relative;
        top: -5px;
    }

    .mywishlistbtn:hover {
        background-position: bottom right;
        text-decoration: none;
        -webkit-transition: 0.2s ease 0s;
        -moz-transition: 0.5s ease 0s;
        -o-transition: 0.5s ease 0s;
        transition: 0.5s ease 0s;
    }


    .mywishlistbtn span.biglisttext {
        font-size: 14px;
        padding-top: 5px;
        font-weight: 700;
    }

    .mywishlistbtn.activewishlist {
        color: red;
    }


.smallbits {
    font-size: 12px;
    margin-top: 5px;
    color: #8B8B8B;
}

    .smallbits strong {
        color: #444;
    }

    .smallbits span {
        margin-left: 10px;
    }

.bx-wrapper {
    position: relative;
}

.bx-next {
    position: absolute;
    right: 20px;
    background-position: top;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    background-image: url(../images/slidernext.png);
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transitio: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}

.bx-prev {
    position: absolute;
    left: 20px;
    background-position: top;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    background-image: url(../images/sliderprev.png);
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transitio: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}

.bx-next:hover {
    position: absolute;
    right: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    background-image: url(../images/slidernext.png);
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transitio: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}

.bx-prev:hover {
    position: absolute;
    left: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    background-image: url(../images/sliderprev.png);
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transitio: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}

.testimonialbox .bx-prev {
    position: absolute;
    left: 10px;
    top: 80px;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-image: url(../images/sliderprevsmall.png);
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transitio: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}

.testimonialbox .bx-next {
    position: absolute;
    right: 10px;
    top: 80px;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-image: url(../images/slidernextsmall.png);
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transitio: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}


.specialsliderwrap .bx-prev {
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 48px;
    height: 78px;
    background-image: url(../images/left1.gif);
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transitio: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    z-index: 9999;
}

.specialsliderwrap .bx-next {
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 48px;
    height: 78px;
    background-image: url(../images/right1.gif);
    -moz-transition: 0.5s ease 0s;
    -o-transitio: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    z-index: 9999;
}


.footer h4 {
    font-size: 20px;
    padding: 5px 0px 5px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer address span {
    font-size: 18px;
}

.footer address p {
    line-height: 22px;
}

.iconman {
    padding-left: 40px;
    background: url(../images/iconman.png) no-repeat left top;
}

.iconmap {
    padding-left: 40px;
    background: url(../images/iconsitemap.png) no-repeat left top;
}

.iconlocations {
    padding-left: 40px;
    background: url(../images/iconmarker.png) no-repeat left top;
}

.iconinfo {
    padding-left: 40px;
    background: url(../images/iconinfo.png) no-repeat left top;
}

.footer li {
    margin-left: 5px;
    padding-left: 0px;
    list-style: inside;
    margin-bottom: 10px;
}

.footer ul {
    margin-left: 0px;
    padding-left: 0px;
}

.footer li a {
    color: #444;
    text-decoration: none;
}

    .footer li a:hover {
        color: #444;
        text-decoration: underline;
    }
/*updated 16-12*/
.testicon {
    padding-left: 40px;
    background: url(../images/icontest.png) no-repeat 0px 0px;
}
/*updated 16-12*/
.newsicon {
    padding-left: 40px;
    background: url(../images/iconpen.png) no-repeat 0px 0px;
}

.newsicon2 {
    padding-left: 40px;
    background: url(../images/iconpen2.png) no-repeat 0px 0px;
    padding-bottom: 15px;
}

.icons {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .icons span {
        width: 33%;
        display: inline-block;
        float: left;
        margin-bottom: 5px;
    }

.bedsicon {
    padding-left: 30px;
    background: url(../images/bed.png) no-repeat left center;
}

.beachicon {
    padding-left: 30px;
    background: url(../images/beach.png) no-repeat left center;
}

.poolicon {
    padding-left: 30px;
    background: url(../images/pool.png) no-repeat left center;
}

.bathsicon {
    padding-left: 30px;
    background: url(../images/bath.png) no-repeat left center;
}

.sleepsicon {
    padding-left: 30px;
    background: url(../images/adults.png) no-repeat left center;
}

.kidsicon {
    padding-left: 30px;
    background: url(../images/kids.png) no-repeat left center;
}

.wifiicon {
    padding-left: 30px;
    background: url(../images/wifismall.png) no-repeat left center;
}


.slider {
    width: 100%;
}

.tabicon {
    width: 40px;
    text-align: right;
    vertical-align: middle;
    background-color: #ededed;
    padding: 5px;
}

.tabtitle {
    width: 100px;
    text-align: center;
    vertical-align: top;
    padding: 5px;
}

.tabvalue {
    width: 40px;
    text-align: center;
    vertical-align: top;
    text-align: left;
    padding: 10px;
}

.inpageicons tr {
}

.inpageicons .col-sm-4 {
    border-bottom: solid 1px #ededed;
}

    .inpageicons .col-sm-4 .icondesc {
        font-size: 10px;
        background-color: #fff;
        padding: 5px;
        font-weight: bold;
        width: 40%;
        text-align: left;
        float: left;
    }

    .inpageicons .col-sm-4 .iconleft {
        font-size: 10px;
        padding: 5px;
        font-weight:;
        width: 50%;
        text-align: right;
        float: left;
    }

.inpageicons .cocol-sm-4 .iconimage {
    width: 10%;
    float: left;
    display: inline-block;
}

.inpageicons .row {
    padding: 0px;
    margin: 0px;
    min-height: 0px;
}

.iconleft span {
    display: inline-block;
    float: left;
    text-align: right;
    width: auto;
}

.tar {
    text-align: right;
    height: 40px;
}

.tac {
    text-align: center;
    height: 40px;
}

.tal {
    text-align: left;
    height: 40px;
}

.villafeatures .tar {
    text-align: left;
}

.tac img {
    padding: 5px;
    width: 25px;
    height: 25px;
}

tr:hover .tac img {
    background-color: #fff;
    padding: 5px;
}

.themecolor {
    color: #007fc4;
}

.themeccolorbg {
    background-color: #007fc4 !important;
}

.themeccolorbg {
    color: #fff;
}



.inpageicons .tac {
    width: 10%;
}

.inpageicons .tar {
    width: 40%;
}

.inpageicons td {
    padding: 10px 5px 10px 5px;
    font-size: 11px;
}

.inpageicons tr:hover {
}

.tac img {
    width: 28px !important;
    height: 28px !important;
}

.nav-tabs > li {
    width: 12%;
    text-align: center;
}

.iconsbg {
    background-color: #f4f4f4;
    border-radius: 5px;
}

.nav-tabs > li.active > a, .nav-tabs > li > a, .nav-tabs > li > a {
    background-color: #007fc4;
    color: #fff;
    -webkit-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.5);
    -webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, background-color 2s, transform 2s;
    background-color: #007fc4;
    border-color: #46b8da;
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #47a2d7, #007fc4);
    background-image: -ms-linear-gradient(top, #47a2d7, #007fc4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47a2d7), to(#007fc4));
    background-image: -webkit-linear-gradient(top, #47a2d7, #007fc4);
    background-image: -o-linear-gradient(top, #47a2d7, #007fc4);
    background-image: linear-gradient(top, #47a2d7, #007fc4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47a2d7', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transitio: 0.2s ease 0s;
    transition: 0.2s ease 0s;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #007fc4;
        color: #fff;
        -webkit-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.5);
        box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.5);
        border-bottom: solid 2px #007fc4;
        background-color: #007fc4;
        color: #fff;
        background: #f0f0f0;
        background-image: -webkit-linear-gradient(top, #f0f0f0, #d6d6d6);
        background-image: -moz-linear-gradient(top, #f0f0f0, #d6d6d6);
        background-image: -ms-linear-gradient(top, #f0f0f0, #d6d6d6);
        background-image: -o-linear-gradient(top, #f0f0f0, #d6d6d6);
        background-image: linear-gradient(to bottom, #f0f0f0, #d6d6d6);
        text-decoration: none;
        color: #007fc4;
        font-weight: bold;
    }


.col-sm-4 h2 {
    font-family: 'open_sanslight' !important;
}





.nav > li > a:hover, .nav > li > a:focus {
    background-color: #007fc4;
    color: #fff;
}



.bigstrap {
    margin-top: 40px;
}

.homeboxedtop .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.search-toggle {
    float: none;
    width: 100%;
    text-align: center;
}

.infoDiv h2 {
    font-size: 16px;
}

.sidecontact h3 {
    background-color: #007fc4;
    padding: 10px;
    color: #fff;
    text-align: left;
    margin-left: -10px;
    margin-right: -10px;
}

.sidecontact address {
    padding: 0px;
}

.rightvilla h3 {
    background-color: #007fc4;
    padding: 10px;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.rowheading-left h3 {
    background-color: transparent;
    padding: 0px;
    color: #fff;
}

th p {
    font-family: 'open_sanslight_italic' !important;
    font-size: 10px;
    font-weight: normal;
}

th {
    text-align: center;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #007fc4 !important;
    color: #fff !important;
}

.sidesection {
    background: #fff;
    border: 1px solid #ededed;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
    margin-bottom: 30px;
}

.vertpromoitem {
    height: 140px;
    border: solid 1px #fff;
    border-bottom: solid 1px #ddd;
    padding: 0px;
    margin-bottom: 0px;
    font-family: 'open_sansregular';
    margin-left: 5px;
    margin-right: 5px;
}


    .vertpromoitem img {
        width: 80px;
        height: auto;
        margin: 0px 5px 5px 0px;
        padding: 2px;
        background: #fff;
        border: 1px solid #fff;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        box-shadow: 0 1px 4px rgba(0,0,0,.2);
        zoom: 1;
    }



    .vertpromoitem h3 {
        font-size: 11px;
        display: block;
        margin: 0px 0px 5px 0px;
        padding: 0px;
        width: 100%;
        margin-bottom: 3px;
        font-family: 'open_sansregular';
        padding: 3px !important;
        display: block;
    }

    .vertpromoitem h4 {
        font-size: 17px;
        margin: 0px;
        padding: 5px 0px 0px 0px;
        margin-bottom: 3px;
        font-family: 'open_sansregular';
    }

.sidebar h3 {
    background-color: #fff;
    padding-top: 0px;
    margin-top: 0px;
    padding: 10px;
    margin-bottom: 0px;
    font-family: 'open_sansregular';
    font-weight: bold;
}

.sidebar .sidebar-heading {
    font-size: 16px;
    font-weight: bold;
}

.sidespecial {
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
}

.sidebar .sidespecial .bx-next {
    top: -24px !important;
    left: 43% !important;
    background-image: url(../images/nextup.png);
    height: 20px;
    background-position: bottom;
}

    .sidebar .sidespecial .bx-next:hover {
        top: -30px !important;
        left: 43% !important;
        background-image: url(../images/nextup.png);
        height: 20px;
        background-position: top;
    }

.sidebar .sidespecial .bx-prev {
    bottom: -24px !important;
    /*  top: 445px !important; */
    left: 45% !important;
    background-image: url(../images/nextdown.png);
    height: 20px;
}

.sidesection {
    padding: 0px;
}

.sidebar {
    border-right: solid 1px #ededed !important;
    margin-top: 30px;
    padding-top: 0px;
    float: left; /*added 02/10/2015*/
}

h3.sideheading {
    border-bottom: solid 3px #007fc4;
    color: #fff;
    background-color: #007fc4;
    margin: -0px -0px 0px -0px;
    border-radius: 4px 4px 0 0;
    float: left; /*added 02/10/2015*/
    width: 100%; /*added 02/10/2015*/
}

.bold {
    font-family: 'open_sansbold';
}


.topshadow {
    position: relative;
    top: 5px;
    left: 0px;
    width: 100%;
    height: 9px;
    background-image: url(../images/upshadow.png);
    background-position: center top;
}

.bottomshadow {
    position: relative;
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 9px;
    background-image: url(../images/downshadow.png);
    background-position: center top;
}

.rates table {
    background: #fff;
    border: 1px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
    margin-top: 3px;
    padding-top: 0px;
}

.rates h3 {
    margin-bottom: 4px;
    padding-bottom: 5px;
    border: 0px solid #fff;
    text-align: center;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
}

.rates-heading {
    color: #3a59ab !important;
    font-weight: bold;
    font-size: 18px;
}

.smallitalic {
    font-size: 9px;
    font-family: 'open_sanssemibold_italic';
}

.ac {
    text-align: center;
}




.social a {
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.topbg {
    color: #444;
}

.smallbits .social a {
    margin-left: 5px;
}

.footer .social a {
    margin-right: 5px;
    float: left;
    margin-bottom: 10px;
}

.social a:hover {
    background-position: center bottom;
}

.gp {
    background-image: url(../images/gp.jpg);
    background-position: center top;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transitio: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background-repeat: no-repeat;
}

.tw {
    background-image: url(../images/tw.jpg);
    background-position: center top;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transitio: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background-repeat: no-repeat;
}

.fb {
    background-image: url(../images/fb.jpg);
    background-position: center top;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transitio: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background-repeat: no-repeat;
}

.li {
    background-image: url(../images/in.jpg);
    background-position: center top;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transitio: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background-repeat: no-repeat;
}

.pt {
    background-image: url(../images/pt.jpg);
    background-position: center top;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background-repeat: no-repeat;
}

.yt {
    background-image: url(../images/yt.jpg);
    background-position: center top;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background-repeat: no-repeat;
}

.ins {
    background-image: url(../images/ins.jpg);
    background-position: center top;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background-repeat: no-repeat;
}

.sk {
    background-image: url(../images/skype.jpg);
    background-position: center top;
    -webkit-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background-repeat: no-repeat;
}

.bloglist {
    border-bottom: dashed 1px #ededed;
    position: relative;
}

    .bloglist .btn-small {
        position: absolute;
        bottom: 25px;
    }

.slideoutsearch .slideupbtn {
    position: relative;
    top: 22px;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.20);
    box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.20);
    border-radius: 4px 4px 0 0;
    padding: 10px;
    background-color: #fff;
}

.searchbox {
    margin-top: 40px;
}

.nav-tabs li a i {
    font-size: 16px;
    color: #007fc4;
}

.searchbox select {
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
}

.searchbox .searchbutton {
    margin-top: 10px;
}

.searchbox {
    border-bottom: solid 3px #007fc4;
    padding-bottom: 20px;
}

.inpageicons {
 /*   color: #007fc4;*/
}


    .inpageicons img {
        background-color: #fff;
        border-radius: 100%;
        border: solid 2px #007fc4;
    }

.nopd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.rightvilla .tab-content {
    padding-left: 0px !important;
}

.villafeatures .tar img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.villafeatures .tar span {
    padding-top: 5px;
}

.tab-pane h4 {
    font-family: 'open_sansbold';
    color: #007fc4;
}

.greybox {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

    .greybox h4 {
        display: block;
    }

    .greybox img {
        width: 200px;
        height: auto;
        float: left;
        margin-right: 10px;
        margin-top: 15px;
        border-radius: 5px;
    }

.nav-tabs.nav-justified > li a {
    font-family: 'open_sansregular';
}

img {
    border-radius: 5px;
}



.filtersbox label {
    display: inline-block;
    float: left;
}

.filtersbox span.boxspan {
    display: inline-block;
    float: left;
    position: absolute;
    left: 45px;
}

.filtersbox .checkbox {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    min-height: 30px;
}

.filtersbox select {
    margin-bottom: 10px;
}

.sidebar .filtersbox {
}


.resultdrops select {
    margin-bottom: 8px;
    width: 100%;
}

.checkbox span.boxspan {
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
}

.map_canvas_allvillas {
    width: 90%;
}



.contentbody .row {
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
/*.onpromotion {
   width:43px; height:43px;    background-image: url(../images/sale.png); display:inline-block; position:relative; top: -262px; right: -152px;  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}*/

.addtowishlist {
    cursor: pointer;
}


.promotionsonly h2 {
    font-family: 'open_sansregular' !important;
    font-weight: 100;
}

.onpromotion {
    font-size: 12px;
    border-radius: 5px;
    /*    background-color: #c5b351;
*/ background-color: #8cc63e;
    color: white;
    padding: 4px 10px 4px 10px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
}

#tabRates .col-md-12 {
    padding-left: 0px;
    ;
}

    #tabRates .col-md-12 h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }

a.moredetails {
    text-decoration: none;
}

.moredetails {
    font-size: 15px;
    border-radius: 5px;
    border-color: white;
    border: 1px solid;
    background: linear-gradient(135deg, #1773b2, #1aacde);
    color: white;
    padding: 4px 10px 4px 10px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.19);
    transition: all 0.4s;
}

a.moredetails:hover {
    color: yellow;
    border-color: red;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 120px;
    right: 2px;
    display: none;
    text-indent: -9999px;
    background: url('/images/scrolltotop.png') no-repeat;
    background-size: contain;
}




.socialright {
    margin-top: 25px;
}
/*Why John ? What is this ? Looks like ... */
/* .multilinetext {
    white-space: pre-line;
}*/
/* 11.12.14 */
.block {
    display: block;
    width: 100%important;
}

.multilinetext {
    padding-top: 15px;
}


.ca {
    text-align: center !important;
}

#myTabs li a {
    font-weight: 600;
    font-size: 11px;
}

#myTabs li.active a {
    color: #007fc4;
    font-weight: 900;
}

.rightvilla h3.col-lg-12 {
    padding: 10px !important;
}


.productverticalbox .collectionsbox img {
    background-image: url('/images/noimage.jpg') no-repeat;
}

.sitemapwrap ul li {
    font-size: 18px;
    list-style: none;
    margin-top: 20px;
}

.sitemapwrap ul ul li {
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
}

.navbar {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    position: fixed;
    z-index: 9999;
    -webkit-transition: 0.7s background-color;
    transition: 0.7s background-color;
}

.navbar-default {
    border: none !important;
}


.customNavigation {
    position: absolute;
    z-index: 1;
}

.owl-left {
    background-image: url(../images/left1.gif);
    height: 46px;
    width: 23px;
    z-index: 1;
    display: inline-block;
    position: absolute;
    left: -15px;
    cursor: pointer;
}

.owl-right {
    background-image: url(../images/right1.gif);
    height: 46px;
    width: 23px;
    z-index: 1;
    display: inline-block;
    position: absolute;
    right: -15px;
    cursor: pointer;
}


.productboxin .pad10 {
    float: left;
}

.locationsslider .productboxin .pad10 {
    position: relative;
}

.locationsslider .productboxin .btn {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

#wishlistlink {
    padding-top: 5px;
}

.navbar-nav > li > a {
    padding-top: 18px !important;
}

.bookingleft2 {
    border-radius: 5px !important;
    float: left;
    width: 100%;
}


/*important added 06-01-15*/
.flexslider .slides img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}


.panel-success > .panel-heading h3 {
    color: #fff !important;
}

.panel-success > .panel-heading {
    color: #fff !important;
    background-color: #007fc4;
    border-color: #ededed;
}

.mywishlistbtn {
    cursor: pointer;
}

.bx-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

.specialsliderwrap {
    width: 100% !important;
}



ul.nav.nav-justified {
    width: 100%;
    table-layout: fixed;
}

    ul.nav.nav-justified > li {
        float: none;
        display: table-cell;
        padding: 2px;
    }

        ul.nav.nav-justified > li > a {
            text-align: center;
            width: 100%;
        }

.fullwidth {
    width: 100%;
}


/*sort of responsive boxes new added 19-01-2015*/
.responsivebox .productverticalbox {
    padding: 0px 0px 0px 0px !important;
    width: 100% !important;
}

.btn span {
    width: 20px !important;
    display: inline-block;
    padding-left: 15px;
    text-align: center;
}

.tab-pane .col-sm-6 {
}

.tab-pane .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.tab-pane .col-lg-7 {
    padding-left: 0px;
    padding-right: 0px;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    width: 100% !important;
}

#abouttext {
    padding-top: 20px;
}

.contentbody .col-sm-9 {
    padding-top: 20px;
}

.contentbody #newsarticles {
    padding-top: 5px;
}

.locationslider .productverticalbox p {
    padding: 10px;
}

.locationslider .collectionsboxdesc span {
    padding: 10px;
    padding-left: 15px;
}

@keyframes blink {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

.blink {
    -webkit-animation: blink 1.2s linear infinite;
    -moz-animation: blink 1.2s linear infinite;
    -o-animation: blink 1.2s linear infinite;
    animation: blink 1.2s linear infinite;
    color: red;
}


.blogtag {
    padding: 7px;
    border-radius: 5px;
    background-color: #007fc4;
    /*border: solid 1px blue;*/
    color: #fff;
    display: inline-block;
    margin-right: 3px;
    margin-top: 5px;
}

.sidesection {
    width: 100%;
}

    .sidesection .blogtag {
        padding: 2px 5px 2px 5px;
        border-radius: 0px;
        background-color: white;
        /*border: solid 1px blue;*/
        color: #333;
        display: inline-block;
        margin-right: 3px;
        margin-top: 5px;
    }

.bloglist .col-sm-12 img {
    border-radius: 0px;
}

.sidesection .blogtag:hover {
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    background-color: #007fc4;
    /*border: solid 1px blue;*/
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-right: 3px;
    margin-top: 5px;
}

.blogtag:hover {
    padding: 7px;
    border-radius: 5px;
    background-color: #fff;
    /*border: solid 1px blue;*/
    color: #007fc4;
    text-decoration: none;
    display: inline-block;
    margin-right: 3px;
    margin-top: 5px;
}

.fullline {
    display: block;
    float: left;
    width: 100%;
}

    .fullline .button {
        font-weight: bold;
    }

.blogtext {
    color: #444;
}

.blogtitle {
}

    .blogtitle .topline {
        display: block;
        float: left;
    }

    .blogtitle .bottomline {
        display: block;
        float: left;
    }

.blogheader img {
    width: 100% !important;
    height: auto !important;
    border-radius: 0px !important;
}


.blogarticlelink:link {
    text-decoration: none;
}

.blogarticlehighlighted {
    background: #eee !important;
}

    .blogarticlehighlighted .tagsandcat {
        background: #ddd !important;
    }


.owl-theme .owl-controls.clickable .owl-buttons div {
    opacity: 1 !important;
}

.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 300px;
    padding: 00px;
    background: white;
    color: gray;
    border-radius: 5px;
    border: 1px solid black;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(164, 14, 14, 1);
}



.breadcrumb:not(.must-show) {
    display: none !important;
}


.newbread {
    display: block !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.sectionheading {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 36px !important;
    /*margin-top: -5px;*/
    background-color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 6px 0 6px 20px;
    text-decoration: none;
}

    .sectionheading .burger {
        margin-right: 16px;
        cursor: pointer;
        color: gray;
        font-size: 24px;
        -webkit-transition: font-size 0.4s; /* Safari */
        transition: font-size 0.4s;
    }

        .sectionheading .burger:hover {
            font-size: 28px;
        }

    .sectionheading > a {
        color: #444;
        text-decoration: none;
        cursor: default;
    }

#fixednavbox {
    width: 100px;
    position: absolute;
    /*position: fixed;*/
    top: 0;
    right: 10px;
    border-radius: 3px;
    border: 1px solid gray;
    box-shadow: 3px 3px 3px 3px rgba(0, 0,255, 0.1);
    color: white;
    background-color: #f5f5f5;
    font-family: 'open_sanslight';
    opacity: 0; /* Initially invisible*/
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}



.searchpanel {
    background-color: #eee !important;
    border-color: #007fc4 !important;
    border-radius: 5px;
    padding-bottom: 10px !important;
    color: navy;
}
    .searchpanel select {
        width: 100%;
        padding: 10px 12px;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 300;
    }

.home-searchpanel {
    margin: 0px !important;
    border-radius: 5px;
    padding-bottom: 10px !important;
}

.home-searchpanel {
    color: #000;
}

    .home-searchpanel select {
        width: Auto;
        display: inline-block;
        padding: 10px 12px;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 300;
    }





#fixednavbox .heading {
    background-color: #007fc4;
    Color: white;
    padding: 4px 0 4px 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1px;
}

#fixednavbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #fixednavbox ul li a {
        text-decoration: none;
        display: block;
        padding: 5px;
        -webkit-transition: background-color 0.9s, color 0.5s;
        transition: background-color 0.9s, color 0.5s;
    }

        #fixednavbox ul li a:hover {
            background-color: #007fc4;
            color: yellow;
        }

a.active {
    font-weight: bold;
    color: white;
    background-color: #007fc4;
}

.flex-control-paging {
    display: none !important;
}

.sectionMenu {
    width: 100%;
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
}

    .sectionMenu a {
        display: block; /*Occupy the whole cell*/
        background-color: #fff;
        !important;
        text-decoration: none;
        color: #007fc4;
        transition: background-color 0.9s;
        border-bottom: solid 1px #ccc;
        margin-bottom: 10px;
    }

        .sectionMenu a:hover {
            color: #007fc4;
        }



.col-sm-4 h2 {
    font-size: 20px;
}

.bluebg {
    background-color: #007fc4 !important;
    color: #FFF;
    border-color: #007fc4 !important;
}

    .bluebg:hover {
        background-color: #008fc4 !important;
        color: #FFF;
        border-color: #008fc4 !important;
    }

.absolutesliderwrap {
    float: left !important;
    width: 100% !important;
    position: relative;
}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: unset;
}
