@charset "utf-8";
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
}

p, h1, h2, h3, h4, h5, h6, a, input, table, td, th, ul, li {
    padding: 0px;
    margin: 0px;
}

ul, li {
    list-style: none;
}

a {
    outline: 0px !important;
}

a, a:hover {
    text-decoration: none;
}

img {
    width: auto;
    max-width: 100%;
}

a:active,
a:hover {
    outline: 0;
}

.nav-side-menu {
    overflow: auto;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 0px;
    width: 285px;
    height: 100%;
    border-right: 1px solid #e9e9e9;
    background: url(../images/left-bg-image.jpg) 0% 90% no-repeat;
}

.nav-side-menu .brand {
    line-height: 50px;
    margin: 25px 0px 35px 0px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    margin: 0px auto;
    /*
        .collapsed{
       .arrow:before{
         font-family: FontAwesome;
         content: "\f053";
         display: inline-block;
         padding-left:10px;
         padding-right: 10px;
         vertical-align: middle;
         float:right;
        }
      }
    */
}

.nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu li a.active {
    color: #cf1437;
}

.nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
    color: #cf1437;
}

.nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
    color: #cf1437;
}

.nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
    border: none;
    line-height: 28px;
    border-bottom: 1px dotted #23282e;
    margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
    color: #ff0000;
}

.nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.nav-side-menu li {
    padding-left: 0px;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #000;
    font: 500 13px 'Raleway', sans-serif;
    border-bottom: 1px solid #e0e0e0;
    padding: 11px 0px;
    margin: 0px 30px;
    display: block;
    text-transform: uppercase;
}

.nav-side-menu li:hover {
    background: #b3bc35;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-side-menu .active {
    background: #b3bc35;
    color: #fff;
    border-bottom: 1px solid #b3bc35;
}

.nav-side-menu .active a {
    border: none;
}

.nav-side-menu li:hover a {
    color: #fff;
    border-bottom: 1px solid #b3bc35;
}

.nav-side-menu li a.caret {
    position: absolute;
    padding: 0px !important;
    margin: 0px !important;
    right: 12%;
    top: 20%;
    border: none;
    background: url(../images/nav-plus.png) center center no-repeat;
    width: 24px;
    height: 24px;
}

.nav-side-menu li a.caret:hover {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.open > a.caret {
    top: 3% !important;
    opacity: 0.5;
}

.nav-side-menu li .dropdown-menu {
    position: relative;
    float: none;

}

.navCountries, .navSocials {
    border-bottom: 1px dotted #dedfdd;
}

.navCountries a, .navSocials a {
    border: none !important;
    width: auto !important;
}

.navSocials a {
    padding-right: 11px !important;
}

.navSocials a:last-child {
    padding-right: 0px !important;
}

.foot {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0% 16%;
    color: #999;
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 12px;
    text-align: center;
}

.foot span {
    display: block;
}

.foot .social {
    display: inline-block;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 8px;
    /*width:100%;*/
}

.foot .social ul li {
    display: inline;
}

.foot .social ul li a {
    display: inline;
    width: 32px;
    height: 32px;
    float: left;
    border: none;
    margin: 0px 12px 12px 0px;
}

.foot .social ul li a:hover {
    background-position: top;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;;
}

.foot .social ul li:last-child a {
    margin-right: 0px;
}

.foot .fb {
    background: url(../images/facebook.png) bottom left no-repeat;
}

.foot .Instagram {
    background: url(../images/Instagram.png) bottom left no-repeat;
}

.foot .tripadvisor {
    background: url(../images/tripadvisor.png) bottom left no-repeat;
}

.foot .gplus {
    background: url(../images/google-plus.png) bottom left no-repeat;
}

.foot .utube {
    background: url(../images/you-tube.png) bottom left no-repeat;
}

.mail-fixed {
    width: 270px;
    height: 51px;
    position: fixed;
    top: 47%;
    right: -220px;
    background: url(../images/mail-fixed.png) top left no-repeat;
    z-index: 200;
}

.mail-fixed:hover {
    right: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mail-fixed span {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 15px 0px 0px 15px;
    margin-left: 49px;
    display: inline-block;
}

.main-wrapper {
    height: 100%;
    margin-left: 285px;
    overflow: hidden;
    background: #fbfbfb;
}

.home-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-slider-captions {
    position: absolute;
    bottom: 0%;
    text-align: left;
    width: 100%;
    padding: 0% 0% 7% 7%;
    background: rgba(0, 0, 0, 0.4);
}

.home-slider-captions h1 {
    font: 400 34px 'Open Sans', sans-serif;
    color: #eee9af;
    width: 80%;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
}

.home-slider-captions h2 {
    font: 400 22px 'Open Sans', sans-serif;
    color: #eee9af;
    width: 60%;
    padding-bottom: 15px;
    text-shadow: 1px 1px #000;
}

.home-slider-captions h4 {
    font: 300 13px 'Open Sans', sans-serif;
    color: #eee9af;
    width: 40%;
    text-shadow: 1px 1px #000;
}

#home-down {
    width: 31px;
    height: 56px;
    position: absolute;
    bottom: 25%;
    padding-left: 52%;
    margin-left: -15px;
    z-index: 2000;
    background: url(../images/scroll.png) center right no-repeat;
    cursor: pointer;
}

#homesecond {
    padding-top: 40px;
}

.home-description {
    text-align: center;
}

.home-description img {
    padding-bottom: 20px;
}

.home-description p {
    padding: 15px 15px 10px 15px;
    text-align: left;
}

.owl-controls {
    position: absolute;
    top: 48%;
    width: 100%;
    display: none;

}

.owl-prev {
    font-size: 0px;
    width: 24px;
    height: 44px;
    background: url(../images/owl-navs.png) top left no-repeat;
    float: left;
    margin-left: 80px;
}

.owl-next {
    font-size: 0px;
    width: 24px;
    height: 44px;
    background: url(../images/owl-navs.png) top right no-repeat;
    float: right;
    margin-right: 80px;
}

#sync1 .item img {
    width: 100%;
    height: auto;
}

#sync2 {
    background: #000;
}

#sync2 .item img {
    padding: 10px 0px 10px 10px;
}

#sync2 .item a {
    color: #fff;
}

.thumb-set {
    position: relative;
}

.poi {
    position: absolute;
    top: -14px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 200;
}

.poi span {
    background: #000;
    padding: 5px 15px;
}

.rotate270 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.desc-pages-image {
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.safty-close {
    padding: 0px 45px 5px 45px;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 0 !important;
}

.safty-close p {
    font-size: 13px;
}

.trip-adv-winner {
    background-color: #46722e;
    opacity: 0.8;
    padding-top: 5px;

}

.trip-adv-winner-text p {
    color: #000000;
    text-align: center;
    padding-bottom: 5px;
    font-style: italic;
    font-size: 13px;


}

.desc-pages-image img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
}

.desc-page-contents {
    padding: 5% 3%;
}

#landing-images > div {
    display: none;
}

#landing-images .active {
    display: block;
}

.desc-page-contents h1 {
    background: url(../images/sub-topic-left-line.png) top left no-repeat;
    font: 400 38px 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #000;
    line-height: 38px;
    padding-left: 30px;
    margin-left: 8%;
    padding-bottom: 5%;
}

.desc-page-contents h1 span {
    color: #b3bc36;
    text-transform: none !important;
    font-size: 30px;
}

.bread-crumb {
    color: #b3bc35;
    padding-bottom: 6%;
    font-size: 13px;
    margin-left: 8%;
}

.bread-crumb a {
    color: #b7b7b7;
}

.bread-crumb a:hover {
    color: #000;
}

.innner-sub-nav {
    width: 84%;
    display: table;
    margin: 0% 8% 6% 8%;
    background: #ebebeb;
}

.innner-sub-nav a {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 0px;
    line-height: 14px !important;

    min-height: 48px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.innner-sub-nav a:hover {
    background: #333;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.innner-sub-nav .insub {
    background: #ebebeb;
    color: #545454;
}

.innner-sub-nav .insub-active {
    background: #010101;
    color: #fff;
}

.about-page .innner-sub-nav li {
    width: 33%;
}

.general-page .innner-sub-nav li {
    width: 33%;
}

.locations .innner-sub-nav li {
    width: 25%;
}

.watersedge .innner-sub-nav li {
    width: 33.3333333333%;
}

#scroll-contents1, #scroll-contents2, #scroll-contents3, #scroll-contents4 {
    font-size: 14px;
    line-height: 18px;
    padding: 0% 8%;
}

#scroll-contents1 p, #scroll-contents2 p, #scroll-contents3 p, #scroll-contents4 p {
    padding-bottom: 20px;
}

#scroll-contents2 {
    height: 400px !important
}

.slimScrollBar {
    cursor: pointer;
}

.slimScrollRail {
    width: 1px !important;
    left: 4px !important;
}


.trip-ad {
    position: absolute;
    bottom: 3%;
    left: 5%;
    right: 5%;
    z-index: 100;
    display: block !important;
}

.trip-ad img{
    min-width: auto !important;
}

#landing-images .trip-ad > div {
    display: inline-block !important;
}

.trip-ad .TA_certificateOfExcellence {
    display: inline-block;
}

.trip-ad .TA_certificateOfExcellence .widCOE {
    margin: 0px !important;
    margin-right: 10px !important;
}


.locations-land {
    margin: 0px;
    padding: 0px;
}

.locations-land img {
    width: 100%;
    height: 100%;
}

.locations-land-div {
    padding: 0px;
    margin: 0px;
    padding-right: 2px;
    padding-bottom: 2px;
    position: relative;

}

.locations-land-wraps {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 10;
    text-align: center;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.locations-land-div > .pop-div {
    opacity: 0;
}

.locations-land-div:hover > .pop-div {
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.locations-land-div:hover > .name {
    display: none;
}

.locations-land-div:hover > .locations-land > img {
    opacity: 0.6;
}

.locations-land-div .name {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    top: 45%;
    color: #fff;
    font-size: 20px;
    z-index: 10;
}

.pop-div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 10;
    text-align: center;
    padding: 0%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.pop-div-container {
    border: 1px solid #fff;
    margin: 2% 2% 2% 2%;
    width: 96%;
    height: 92%;
    padding: 0% 10%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pop-div h1 {
    font-size: 1.6em;
    text-transform: uppercase;
    color: #b3bc35;
    padding-bottom: 15px;
    padding-top: 5%;
}

.pop-div-long h1 {
    padding-top: 6%;
}

.pop-div-long {
    margin: 1%;
    width: 98%;
    height: 90%;
    padding: 0% 20%;
}

.pop-div p {
    font-size: 0.9em;
    color: #dbdbdb;
    line-height: 16px;
    padding-bottom: 15px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .pop-div p {
        padding-bottom: 0px;
    }

    .pop-div h1 {
        font-size: 1.2em;
        padding-top: 0%;
        padding-bottom: 8px;
    }

    .pop-div-long h1 {
        padding-top: 0%;
    }

}

.pop-div a {
    font-size: 0.9em;
    color: #fff;
    padding: 12px 18px;
    border: 2px solid #b3bc35;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 2px;
    margin-top: 10px;
}

.pop-div a:hover {
    color: #fff;
    background: #b3bc35;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.locations-desc-top {
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom: 5px solid #000;
}

.locations-desc-top .homeDown {
    padding: 0% !important;
    left: 50%;
    bottom: 10% !important;
}

.location-map, .location-bottom {
    padding: 0px;
    margin: 0px;
    background: #fff;
    line-height: 0;
}

.location-bottom img {
    width: 100%;
}

.location-bottom h1 {
    font: 400 38px 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #000;
    line-height: 38px;
    margin-left: 8%;
    padding: 5% 0%;
}

.location-bottom h1 span {
    color: #b3bc36;
}

.location-bottom p {
    margin-left: 8%;
    padding: 0% 4% 4% 0%;
}

.location-pdf {
    font-size: 13px;
    color: #e88a12;
    padding: 10px 12px 8px 12px;
    border: 1px solid #e88a12;
    border-radius: 3px;
    margin-left: 15px;
}


.location-pdf:hover {
    background: #e88a12;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.location-book-btn {
    font-size: 13px;
    color: #e88a12;
    padding: 5px 150px;
    border: 1px solid #e88a12;
    border-radius: 3px;
    /*margin-left:15px;*/
}

.location-book-btn:hover {
    background: #e88a12;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.location-activities-btn {
    background: #b3bc35;
    font-size: 13px;
    color: #6a6a6a;
    padding: 8px 29px;
    /*border:1px solid #e88a12;*/
    border-radius: 3px;

}

.location-activities-btn:hover {
    /*background:#e88a12;*/
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.location-directions {
    /*float: left;*/
    /*margin: 0% 8% 4% 8%;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 20px 20px;
}

.location-directions img {
    width: auto;
}

.location-contacts {
    float: left;
    margin: 0% 0% 4% 8%;
}

.location-contacts ul li {
    display: flex;
    line-height: 16px;
}

.location-contacts ul li span {
    border-right: 1px solid #d9d9d9;
    padding: 0px 10px 10px 0px;
    margin-right: 10px;
    float: left;
}

.location-contacts ul li p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 14px;
}

.location-testimonials {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: url(../images/locations/pidurangala/pidurangala_testi_bg.jpg) top left no-repeat;
    background-size: cover;
    padding-bottom: 10%;
}

.location-testimonials-yala {
    background: url(../images/locations/safari_yala/yala-testi-bg.jpg) top left no-repeat;
    background-size: cover;
}

.location-testimonials-dehigahaela {
    background: url(../images/locations/dehigahaela/dehigahaela-testi-bg.jpg) top left no-repeat;
    background-size: cover;
}

.location-testimonials-kahandamodara {
    background: url(../images/locations/kahandamodara/kahandamodara-testi-bg.jpg) top left no-repeat;
    background-size: cover;
}

.location-testimonials-anuradhapura {
    background: url(../images/locations/waters-edge-anuradhapura/waters-edge-anuradhapura-testi-bg.jpg) top left no-repeat;
    background-size: cover;
}

.location-testimonials-yala {
    padding-bottom: 5%;
}

.location-testimonials-yala h1 {
    margin-bottom: 2% !important;
}

.location-testimonials-yala .one-testi {
    width: 100%;
    padding: 4% 7.5% 0% 7.5%;
    height: auto;
    background: url(../images/testi-one-bg.png) no-repeat;
    background-size: cover;
    display: inline-block;
}

.location-testimonials h1 {
    background: url(../images/sub-topic-left-line.png) top left no-repeat;
    font: 400 38px 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #000;
    line-height: 38px;
    padding-left: 30px;
    margin: 8% 8% 6% 8%;
}

.location-testimonials .owl-controls {
    position: absolute;
    top: -90px;
    right: 8%;
    width: 60px;
    height: 28px;
}

.location-testimonials .owl-pagination {
    position: absolute;
    bottom: -2550%;
    width: 200%;
    right: 800%;
    text-align: center;
}

.location-testimonials .owl-pagination .owl-page {
    display: inline;
}

.location-testimonials .owl-pagination .owl-page span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #d7d7d7;
}

.location-testimonials .owl-pagination .owl-page.active span, .location-testimonials .owl-controls.clickable .owl-page:hover span {
    background: #e88b14;
}


.location-testimonials .owl-controls .owl-prev {
    width: 18px;
    height: 28px;
    background: url(../images/testi-arrows.png) top left no-repeat;
    margin: 0px;
}

.location-testimonials .owl-controls .owl-next {
    width: 18px;
    height: 28px;
    background: url(../images/testi-arrows.png) top right no-repeat;
    margin: 0px;
}

.testi-set {
    padding-left: 5%;
}

.one-testi {
    width: 47%;
    padding: 4% 7.5% 0% 7.5%;
    height: 285px;
    background: url(../images/testi-one-bg.png) top center no-repeat;
    background-size: cover;
    display: block;
    float: left;
}

.testi-set .country-circle {
    display: inline-block;
    margin: 0px 15px 15px 0px;
}

.testi-set .name-date {
    display: inline-block;
    font: 500 20px 'Raleway', sans-serif;
    color: #000;
}

.testi-set .name-date span {
    font: 400 14px 'Open Sans', sans-serif;
    color: #b3bc35;
    display: table;
}

.testi-set .client-words {
    font: 400 14px 'Open Sans', sans-serif;
    font-style: italic;
    color: #8f8f8f;
    background: url(../images/testi-coma-up.png) top left no-repeat;
    padding: 15px 0px 15px 20px;
    max-height: 160px;
    overflow-y: scroll;
    overflow: auto;
}


.location-gallery #sync2 .item span {
    border: none;
    font: 400 12px 'Open Sans', sans-serif;
    padding: 0px;
    margin: 0px;
    bottom: 0px;
    top: auto;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.55);
    height: 30%;
    width: 100%;
    display: block;
}

.location-gallery #sync2 .synced .item span {
    display: none;
}

.locations-desc-top .poi {
    bottom: 0px;
    top: auto;
}

.locations-desc-top .poi a {
    color: #fff;
}

.location-gallery #sync2 .synced .item img {
    opacity: 1;
}

.contact-image {
    padding: 0px;
    margin: 0px;
    border-bottom: 4px solid #b3bc35;
}

.contact-details {
    padding: 40px 40px 0;
}

.contact-details h1 {
    font: 400 24px 'Open Sans', sans-serif;
    padding-bottom: 40px;
    width: 100%;
    float: left;
}

.contact-details ul {
    margin-bottom: 30px;
    float: left;
}

.contact-details ul li {
    line-height: 16px;
    width: 50%;
    float: left;
    padding-bottom: 10px;
}

.contact-details ul li span {
    padding: 0px 10px 10px 0px;
    margin-right: 10px;
    float: left;
}

.contact-details .details:nth-of-type(3n-1) ul li {
    width: 100%;
    padding-bottom: 18px;
}

.contact-form-wrap {
    padding-right: 30px;
}

.contact-form-wrap .formFields, .contact-form-wrap select {
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 0px;
    height: 38px;
}

.contact-form-wrap .textrea {
    height: 160px;
}

.contact-form-wrap .col-lg-6, .contact-form-wrap .col-md-6, .contact-form-wrap .col-lg-12, .contact-form-wrap .col-md-12 {
    padding-right: 0px;
}

.contact-form-wrap .sendBtn {
    background: #e88a12;
    color: #fff;
    font: 500 14px 'Open Sans', sans-serif;
    padding: 12px 30px;
    border: none;
    border: 1px solid #e88a12;
}

.contact-form-wrap .sendBtn:hover {
    background: #fff;
    border: 1px solid #e88a12;
    color: #e88a12;
}

.swiper-container {
    width: 85%;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-top: 58%;


}

#offers-holder .offers-description {
    display: none;
    max-width: 100%;
}

#offers-holder .offers-description.active {
    display: block;
}

.offers-description {
    padding: 4% 8%;
}

.offers-description img {
    text-align: center;
}

.offers-description h2 {
    font: 500 30px 'Raleway', sans-serif;
    color: #000;
    padding-bottom: 10px;
}

.offers-description h2 span {
    font: 500 20px 'Raleway', sans-serif;
    color: #000;
}

.offers-description h3 {
    font: 500 18px 'Open Sans', sans-serif;
    color: #b3bc35;
    padding-bottom: 25px;
}

.offers-description ul {
    padding-top: 30px;
}

.offers-description ul li {
    background: url(../images/offer-list.gif) 0px 7px no-repeat;
    padding: 0px 0px 25px 30px;
}

.offers-description {
    display: block;
}

#map_canvas {
    width: 100%;
    height: 1300px;
    padding: 0px;
    margin: 0px;
}

.gm-style-iw img {
    width: 40%;
    min-width: inherit;
    padding-right: 8px;
    float: left;
}

.tab-content .location-pdf {
    margin: 0px;
    padding: 8px 15px;
}

.tab-content .testimonial-text {
    color: #999;
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
    padding: 15px !important;
    background: #ecf3e2;
    border-radius: 8px;
    margin-bottom: 20px !important;
}

.tab-content .testimonial-text span {
    display: block;
    font-style: normal;
    text-align: right;
    color: #666;
    padding-top: 6px;
}

.modal-header {
    padding-bottom: 30px;
}

.ages-of-children {
    float: left;
}

.in-gallery-set .col-md-6 {
    margin-bottom: 30px;
}

.in-gallery-set .col-md-6 img {
    width: 100%;
}

.about-lists li {
    display: block;
    list-style: circle;
    padding-left: 1.2em;
    text-indent: -1em;
    padding: 0px 0px 15px 10px;


}

.activities li {
    display: block;
    list-style: circle;
    padding-left: 1.2em;
    text-indent: -1em;
    padding: 0px 0px 15px 10px;


}

.about-lists li:before {

    font-family: 'FontAwesome';
    content: '\f2d1';
    /*content: "•  ";*/
    color: #9d9999; /* or whatever color you prefer */

}


.maplocations {
    position: absolute;
}

.home-map img {
    position: relative;
}

.home-map a:nth-of-type(1) {
    top: 34%;
    right: 50%;
}

.home-map a:nth-of-type(2) {
    top: 43%;
    right: 39%;
}

.home-map a:nth-of-type(3) {
    top: 50%;
    right: 45%;
}

.home-map a:nth-of-type(4) {
    top: 80%;
    right: 24%;
}

.home-map a:nth-of-type(5) {
    top: 84%;
    right: 40%;
}

.home-map a:nth-of-type(6) {
    top: 59%;
    right: 60%;
}


.home-map a .plusicodivs {
    top: 0%;
    left: 0%;
}

/*.home-map a:nth-of-type(3) .plusicodivs {
	top:5%;
	right: 40%;
}
.home-map a:nth-of-type(2) .plusicodivs {
	top: 80%;
	right: -46%;
}*/
.plusIcons {
    width: 80px;
    height: 35px;
    position: absolute;
    z-index: 100;
}

.home-map .plusicodivs {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 2px solid #45c0ea;
    padding: 5px;
    background: #fff;
    font: 400 13px 'Open Sans', sans-serif;
    color: #000;
    display: none;
    float: left;
}

.home-map .plusicodivs img {
    float: left;
    margin-right: 5px;
}

.home-map a:hover .plusicodivs {
    opacity: 1;
    display: block;
}

.epayments-wrap {
    margin: 20px auto;
    text-align: center;
}

.epayments-wrap .top-logo {
    padding: 20px 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.epayments-wrap h1 {
    font: 400 24px 'Open Sans', sans-serif;
    padding-bottom: 20px;
    width: 100%;
    float: left;
    text-transform: uppercase;
}

.epayments-wrap .info-wrap {
    border: 1px solid #eee;
    padding: 25px;
    display: inline-block;
}

.epayments-wrap .info-wrap ul li {
    width: 100%;
    padding: 0px 0px 8px 0px;
    text-align: left;
}

.epayments-wrap .info-wrap ul li span {
    width: 160px;
    padding: 0px 0px 8px 0px;
    font-weight: bold;
    float: left;
}

.epayments-wrap .terms-conditions {
    display: block;
    padding: 20px 0px 40px 0px;
}

.epayments-wrap .foot {
    position: static;
}

.epayments-wrap .modal {
    text-align: left;
}

.epayments-wrap .sendBtn {
    background: #e88a12;
    color: #fff;
    font: 500 14px 'Open Sans', sans-serif;
    padding: 8px 20px;
    border: none;
    border: 1px solid #e88a12;
}

.epayments-wrap .sendBtn:hover {
    background: #fff;
    border: 1px solid #e88a12;
    color: #e88a12;
}

/*.nav-side-menu .menu-list .menu-content {
	display: block;
}
*/

@media (max-width: 1600px) {
    .one-testi {
        width: 46%;
        margin-right: 2%;
        padding: 4% 4.5% 0% 4.5%;
        background-size: cover;
        height: 320px;
        display: inline-table;
    }

    .location-testimonials .owl-pagination {
        right: 630%;
        bottom: -2660%;
    }

    .locations .location-map iframe {
        height: 720px;
    }

    #sync2 .item span {
        font-size: 1.2em;
        border: 1px solid #ccc;
        width: 90%;
        height: 80%;
        top: 11%;
        left: 8%;
    }

    .desc-page-contents {
        padding: 5% 0% 5% 2%;
    }

    .nav > li > a {
        padding: 10px;
        font-size: 12px;
    }

    .locations-desc-top .nav-tabs > li:nth-child(2) > a {
        font-size: 10.6px;
        padding: 10px 5px;
    }

    .general-page .nav-tabs > li.active > a, .general-page .nav-tabs > li.active > a:hover, .general-page .nav-tabs > li.active > a:focus, .general-page .nav-tabs > li > a:hover {
        line-height: 30px !important;
    }

    .general-page .nav-tabs > li:nth-child(2).active > a, .general-page .nav-tabs > li:nth-child(2).active > a:hover, .general-page .nav-tabs > li:nth-child(2).active > a:focus, .general-page .nav-tabs > li:nth-child(2) > a:hover {
        /*line-height: 14px !important;*/
    }
}

@media (max-width: 414px) {
    .location-book-btn {
        font-size: 13px;
        color: #e88a12;
        padding: 5px 132px;
        border: 1px solid #e88a12;
        border-radius: 3px;
        /*margin-left:15px;*/
    }

    .location-book-btn:hover {
        background: #e88a12;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

@media (max-width: 575.98px) {
    .general-page .nav-tabs > li.active > a, .general-page .nav-tabs > li.active > a:hover, .general-page .nav-tabs > li.active > a:focus, .general-page .nav-tabs > li > a:hover {
        line-height: 14px !important;
    }
}

@media (max-width: 1199px) {
    #homesecond .home-description img {
        width: 40%;
    }

    #homesecond .home-description p {
        padding: 2% 6%;
    }

    #sync2 .item span {
        font-size: 1.2em;
        border: 1px solid #ccc;
        width: 90%;
        height: 80%;
        top: 11%;
        left: 8%;
    }

    #home-down {
        bottom: 28%;
        padding-left: 54%;
    }

    .owl-controls {
        top: 20%;
    }

    .owl-controls .owl-prev {
        margin-left: 7%;
    }

    .owl-controls .owl-next {
        margin-right: 7%;
    }

    .home-slider-captions h1 {
        font-size: 1.8em;
    }

    .home-slider-captions h2 {
        font-size: 1.3em;
    }

    .about-page .desc-pages-image {
        height: 350px;
    }

    .about-page .desc-pages-image img {
        height: auto;
        min-height: inherit;
    }

    .general-page .desc-pages-image {
        height: 550px;
        background-color: #cdedfa;
        text-align: center;
    }

    .general-page .desc-pages-image img {
        min-height: inherit;
        min-width: auto;
        height: 100%;
    }

    .contact-details ul li {
        width: 100%;
    }

    .locations .desc-pages-image {
        height: 350px;
    }

    .locations .desc-pages-image img {
        height: auto;
    }

    .locations #home-down {
        display: none;
    }

    .locations .locations-desc-top .poi {
        display: none;
    }

    .locations-desc-top {
        border-bottom: 2px solid #000;
    }

    .location-bottom h1 {
        font-size: 2em;
    }

    .locations .location-map iframe {
        height: 560px;
    }

    .one-testi {
        width: 100%;
    }

    .location-testimonials .owl-pagination {
        bottom: -4450%;
        width: 200%;
        right: 400%;
    }

    .nav > li > a {
        padding: 10px;
        font-size: 12px;
    }

    .nav-tabs > li:nth-child(2) > a {
        padding: 10px;
        font-size: 12px;
    }

    .location-testimonials .owl-pagination {
        bottom: -4950%;
        width: 300%;
        right: 350%;

    }


    .location-book-btn {
        font-size: 13px;
        color: #e88a12;
        /*padding: 5px 278px;*/
        border: 1px solid #e88a12;
        border-radius: 3px;
        /*margin-left:15px;*/
    }

    .location-book-btn:hover {
        background: #e88a12;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

@media (max-width: 768px) {
    .main-wrapper {
        margin: 0px;
    }

    .nav-side-menu li a {
        text-align: center;
    }

    .nav-side-menu {
        position: relative;
        width: 100%;
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        color: #000;
        width: 40px;
        text-align: center;
    }

    .nav-side-menu .toggle-btn:hover {
        opacity: 0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav-side-menu .brand {
        margin: 20px 0px;
    }

    .brand img {
        width: 120px;
    }


    .nav-side-menu .foot {
        display: none;
    }

    .foot {
        position: static;
        padding: 20px;
    }

    .foot span {
        display: block;
    }

    .nav-side-menu {
        text-align: center;
        background: none;
        padding: 20px;
    }

    .slimScrollRail {
        left: 20px !important;
    }

    .slimScrollBar {
        left: 17px !important;
    }

    #map_canvas {
        height: 430px;
    }

    .locations .location-map iframe {
        height: 350px;
    }

    .example-image {
        margin-bottom: 30px;
    }

}

@media (max-width: 767px) {
    #home-down {
        display: none;
    }

    .home-slider-captions {
        padding-right: 7%;
    }

    .home-slider-captions h1, .home-slider-captions h2, .home-slider-captions h4 {
        width: 100%;
    }

    .home-slider-captions h4 {
        display: none;
    }

    .home-slider-captions h1 {
        font-size: 1.3em;
    }

    .home-slider-captions h2 {
        font-size: 1em;
    }

    .poi {
        font-size: 10px;
    }

    #sync2 .item span {
        font-size: 1.1em;
    }

    .owl-controls {
        top: 30%;
    }

    .owl-controls .owl-prev {
        background-size: 200%;
        background-repeat: no-repeat;
        width: 20px;
    }

    .owl-controls .owl-next {
        background-size: 200%;
        background-repeat: no-repeat;
        width: 20px;
    }

    .locations .innner-sub-nav li {
        width: 100%;
    }

    #scroll-contents1, #scroll-contents2, #scroll-contents3, #scroll-contents4 {
        margin: 0% 12%;
        padding: 0%;
    }

    .owl-buttons {
        display: none;
    }

    .widget_div {
        margin: 0px;
    }

    .location-book-btn {
        font-size: 13px;
        color: #e88a12;
        padding: 5px 130px;
        border: 1px solid #e88a12;
        border-radius: 3px;
        /*margin-left:15px;*/
    }

    .location-book-btn:hover {
        background: #e88a12;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

@media (max-width: 569px) {
    .location-book-btn {
        font-size: 13px;
        color: #e88a12;
        padding: 5px 94px;
        border: 1px solid #e88a12;
        border-radius: 3px;
        /*margin-left:15px;*/
    }

    .location-book-btn:hover {
        background: #e88a12;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

@media (max-width: 680px) {
    .pop-div h1 {
        display: none;
    }

    .pop-div p {
        height: 72px;
        overflow: hidden;
        font-size: 0.8em;
        line-height: 1em;
        padding: 10% 0% 2% 0%;
        display: inline-block;
    }

    .pop-div a {
        font-size: 0.8em;
        padding: 6px 10px;
        margin-top: 10px;
    }

    .one-testi {
        padding-top: 10%;
    }

    .location-book-btn {
        font-size: 13px;
        color: #e88a12;
        /*padding: 5px 116px;*/
        border: 1px solid #e88a12;
        border-radius: 3px;
        /*margin-left:15px;*/
    }

    .location-book-btn:hover {
        background: #e88a12;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

}

@media (max-width: 480px) {
    .epayments-wrap .info-wrap ul li span {
        width: 100%;
        padding: 0px 0px 8px 0px;
        font-weight: bold;
        float: left;
    }

    .location-testimonials .owl-pagination {
        bottom: -4850%;
        width: 300%;
        right: 100%;
    }
}

@media (max-width: 360px) {
    .slimScrollRail {
        left: 20px !important;
    }

    .slimScrollBar {
        left: 17px !important;
    }

    #map_canvas {
        height: 260px;
    }

    .contact-details ul li {
        padding-bottom: 0px;
    }

    .contact-details {
        padding-top: 20px;
    }

    .contact-details h1 {
        padding-bottom: 20px;
    }

    .trip-ad .TA_certificateOfExcellence .widCOE {
        margin: 0px !important;
        margin-right: 0px !important;
    }

    .location-book-btn {
        font-size: 13px;
        color: #e88a12;
        /*padding: 5px 110px;*/
        border: 1px solid #e88a12;
        border-radius: 3px;
        /*margin-left:15px;*/
    }

    .location-book-btn:hover {
        background: #e88a12;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

}


@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
        background: #fff;
        position: relative;
        z-index: 100;
    }
}

.propertulist {
    border: 1px solid #efefef;
    padding: 9px 12px;
    width: 200px;
}

body {
    font-family: 'Cantarell', sans-serif;
}

.button-checkbox {
    color: #7d90be !important;
    float: left !important;
    font-size: 16px;
    margin-top: -10px !important;
    position: relative;
    vertical-align: text-bottom;
    width: auto;
    border: none !important;
}

.book_btn {
    float: left;
}

.button-checkbox label {
    cursor: pointer;
    padding: 0px 0px;
    color: #000;

}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

input[type=checkbox] + label:before {
    content: "\f096";
    font-size: 20px;
    height: 52px;
    padding: 0;
    position: relative;
    top: 14px;
    vertical-align: middle;
    width: 25px;
}

input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

input[type=checkbox]:checked + label:before {
    content: "\f046";
}

input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}

.btn-book:hover {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    color: rgb(61, 125, 146);
    font-weight: 600;
}

.btn-call {
    padding: 10px;
}

.btn-book {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #005672;
    cursor: pointer;
    font-weight: 600;
    padding: 8px 15px;
    font-family: 'Cantarell', sans-serif;
    margin-top: 25px !important;
}

.inner-addon .hasDatepicker {
    background: #fff url(../images/calendar.png) no-repeat scroll 96% 50%/18px auto !important;
}

.widget_div {
    background: #e8e8e8 none repeat scroll 0 0;
    display: inline-block;
    height: auto;
    margin: auto;
    padding: 10px 0px;
    /*width: auto;*/
    /*margin-left: 52px;*/
    width: 84%;
    margin-left: 8%;
}

.widget_div .form-group span, .widget_div .form-group input[type="text"] {

    border: 1px solid #efefef;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    height: 45px;
    padding: 9px 6px;
    width: 100%;
}

.widget_div .container {
    padding: 10px;
}

.widget_div .form-group {
    float: left;
    margin: 0 10px;
}

@media (max-width: 575.98px) {
    .widget_div .form-group {
        width: calc(100% - 20px);
    }
}

.widget_div .btn.btn-book {
    margin: 11px;
}

.form-group .inner-addon .fa.fa-calendar {
    position: absolute;
    right: 29px;
    top: 13px;
    z-index: 0;
    color: #fff;
}

.radio, .checkbox {
    text-align: left;
}

.radio label, .checkbox label {
    color: #fff;
}

#location {
    border: 1px solid #efefef;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    height: 40px;
    padding: 0px 12px;
    /*width: 192px;*/
}

#promo, #nguest {
    cursor: text;
}


.offers_logo {
    width: 120px;
    left: 10px;
    top: 1px;
    position: absolute;
    z-index: 4;
    /*background: rgb(255, 255, 255, 0.09);*/
}

/* CSS Document */
.offers_logo-inside {

    width: 120px;
    height: 165px;
    position: absolute;
    left: 18px;
    top: 1px;
    z-index: 100;
    display: block !important;
}

.offers_logo-inside .img {
    display: block !important;
}


@media (max-width: 480px) {
    .offers_logo {
        width: 72px;

    }

    .offers_logo-inside {
        width: 72px !important;
        height: 72px !important;
    }
}