/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');
font-family: 'Raleway', sans-serif;
*/
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/web/Raleway-Regular.eot');
    src: url('../fonts/web/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/web/Raleway-Regular.woff') format('woff'),
        url('../fonts/web/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/web/Raleway-Medium.eot');
    src: url('../fonts/web/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/web/Raleway-Medium.woff') format('woff'),
        url('../fonts/web/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/web/Raleway-Bold.eot');
    src: url('../fonts/web/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/web/Raleway-Bold.woff') format('woff'),
        url('../fonts/web/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

em{
    font-style: italic;
}

* {
    min-height: 0;
    min-width: 0;
}

.no-underline{
    text-decoration: none;
}

.cookie_link:nth-child(2){
    display: none;
}

html, body, p, a, span, label, ul, li, tr, td, th, 
thead, tbody, tfoot h1, h2, h3, h4, h5, h6, strong, b, div{
    font-family: 'Raleway' !important; 
    font-weight: normal; 
    font-style: normal;
}

html, body{
    overflow-x: hidden;  
} 

a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a, a:hover{
    color: #000;
    text-decoration: underline;
}

a:focus, a:hover {
    color: inherit;
}

.footerlink a,
.navlink a,
.level1 a,
.breadcrumb a,
ul.level1>li>a, ul.level2>li>a, .static_menu_link{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
strong, b{
    font-weight: bold;
}

body, p{ 
    font-size: 15px; 
    font-weight: 400;
    line-height: 23px;
}

p{ line-height: 20px; margin-bottom: 9px; }

strong span,
span strong{
    font-weight: 700 !important;
}

img {
    max-width: 100%;
    height: auto;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.text-white{
    color: #fff;
}

.text-black{
    color: #000;
}

.text-golden{
    color: #c3922e;
}

.text-bold{
    font-weight: bold;
}

.text-gray{
    color: #444;
}

.vl-top{
    vertical-align: top;
}

.font-14{
    font-size: 14px;
}

.align-middle{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
  flex-grow: 1;
}
/*.vertical-align > div:first-child {
  background-color: mediumaquamarine;
}
.vertical-align > div:last-child {
  background-color: gold;
}*/

.fs-30{
    font-size: 30px;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%; 
}

.weight-normal{
    font-weight: 400;
}

.text-sm, .text-sm a{
    font-size: 12px;
    margin-left: 5px;
} 

.text-gray-light, .text-gray-light a{
    color: #888;
}

.vl-middle{
    vertical-align: middle !important;
}

.checkbox, .radio {
    margin-top: 0;
}

.font-lg-light{
    font-weight: normal;
    text-transform: uppercase;
}

.c-well{
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
}

.mb-0{
    margin-bottom: 0 !important;
}

.pl-0{ padding-left: 0; }
.pr-0{ padding-right: 0; }

.mt-5{ margin-top: 5px; }
.mb-5{ margin-bottom: 5px; }
.pt-5{ padding-top: 5px; }
.pb-5{ padding-bottom: 5px; }

.mt-10{ margin-top: 10px; }
.mb-10{ margin-bottom: 10px; }
.pt-10{ padding-top: 10px; }
.pb-10{ padding-bottom: 10px; }

.mt-15{ margin-top: 15px; }
.mb-15{ margin-bottom: 15px; }
.pt-15{ padding-top: 15px; }
.pb-15{ padding-bottom: 15px; }

.mt-20{ margin-top: 20px; }
.mb-20{ margin-bottom: 20px; }
.pt-20{ padding-top: 20px; }
.pb-20{ padding-bottom: 20px; }

.mt-30{ margin-top: 30px; }
.mb-30{ margin-bottom: 30px; }
.pt-30{ padding-top: 30px; }
.pb-30{ padding-bottom: 30px; }

.mt-40{ margin-top: 40px; }
.mb-40{ margin-bottom: 40px; }
.pt-40{ padding-top: 40px; }
.pb-40{ padding-bottom: 40px; }

.mt-50{ margin-top: 50px; }
.mb-50{ margin-bottom: 50px; }
.pt-50{ padding-top: 50px; }
.pb-50{ padding-bottom: 50px; }

.pb-0{ padding-bottom: 0 !important; }

.mt-40{ margin-top: 40px; }
.mb-40{ margin-bottom: 40px; }
.pt-40{ padding-top: 40px; }
.pb-40{ padding-bottom: 40px; }

.mt-50{ margin-top: 50px; }
.mb-50{ margin-bottom: 50px; }
.pt-50{ padding-top: 50px; }
.pb-50{ padding-bottom: 50px; }

.pl-15{ padding-left: 15px;}
.pr-15{padding-right: 15px;}

.pl-10{ padding-left: 10px;}
.pr-10{padding-right: 10px;}

.pl-5{ padding-left: 5px;}
.pr-5{padding-right: 5px;}

.no-underline,
.no-underline:hover{
    text-decoration: none;
}

.pl-20{ padding-left: 20px; }
.pr-20{ padding-right: 20px; }

.lh-19{ line-height: 19px; }

.bold{ font-weight: bold; }

.btn{ border-radius: 0; transition: all 0.3s; text-decoration: none !important;}

.custom-well{
    background: #F2F2F2;
    padding: 20px;
    border-radius: 0;
}

.table.no-border{
    margin-bottom: 0;
}

.table.no-border>tbody>tr>td, .table.no-border>tbody>tr>th, .table.no-border>tfoot>tr>td, 
.table.no-border>tfoot>tr>th, .table.no-border>thead>tr>td, .table.no-border>thead>tr>th{
    border: none;
    vertical-align: middle;
}

.table.table-vl-middle>tbody>tr>td, .table.table-vl-middle>tbody>tr>th, .table.table-vl-middle>tfoot>tr>td, 
.table.table-vl-middle>tfoot>tr>th, .table.table-vl-middle>thead>tr>td, .table.table-vl-middle>thead>tr>th{
    vertical-align: middle;
}

.text-14{
    font-size: 14px;
}

.overflow-h{
    overflow: hidden;
}

.n-pl{
    padding-left: 0;
}

.n-pr{
    padding-right: 0;
}

.btn-primary,
.btn-info,
.btn-default,
.btn-black,
.btn-gray{
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 10px;
    padding: 12px 8px;
    min-width: 120px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}

.btn-primary,
.btn-gray.active{
    background-color: #c3922e;
    border-color: #c3922e;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-gray.active:hover,
.btn-gray.active:active,
.btn-gray.active:focus{
    color: #fff;
    text-transform: uppercase;
    background-color: #dba73e;
    border-color: #dba73e;
}

.btn-default{
    color: #aaa;
    background-color: #fff;
    border-color: #aaa;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus{
    color: #999;
    text-transform: uppercase;
    background-color: #f1f1f1;
    border-color: #aaa;
}

.btn-primary.active.focus, .btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #896417;
    border-color: #896417;
}

.btn-gray{
    color: #fff;
    text-transform: uppercase;
    background-color: #444;
    border-color: #444;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus{
    color: #fff;
    text-transform: uppercase;
    background-color: #666;
    border-color: #666;
}

.transition{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

hr.dark{
    border-color: #989898;
}

p small{
    font-size: 13px;
    line-height: 15px;
}

.no-style, .no-style li{
    list-style: none;
}

.quick-facts-side-bar li{
    line-height: 22px;
}

.panel{
    border-radius: 0;
    box-shadow: none;
}

.panel-primary{
    border-color: #242424;
}

.panel-primary>.panel-heading{
    background-color: #242424;
    border-color: #242424;
    border-radius: 0;
}

.jssocials-share-logo{
    font-size: 12px;
}

.jssocials-shares{
    text-align: right;
}

.dropdown-menu>li>a{
    text-decoration: none;
}

.text-lower{
    text-transform: lowercase;
}

.text-white, .text-white:hover{
    color: #fff;
}

.clearfix, .clear{
    clear: both;
}

.cursor, .cursor:hover{
    cursor: pointer;
}
.form-horizontal .control-label{
    padding-top: 15px;
}
.tab-content {
    border: 1px solid #ddd;
    padding: 15px;
    border-top: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    font-weight: normal;
    color: #000;
}
.bg-lg{
    background: #f1f1f1;
}
.bg-black{
    background: #000000;
}
.text-underline{
    text-decoration: underline;
}
.form-group {
    /*overflow: hidden;*/
}
.alert{
    margin-bottom: 0;
}
.text-lg{
    font-size: 20px;
    line-height: 28px;
}
.enquire-btn {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 7px;
    font-weight: 500;
}
/* ----- header wrapper ----- */
.topsection{
    position: relative;
}

.breadcrumb{
    position: absolute;
    top: 30px;
    background-color: #f1f1f1; /*rgba(0,0,0,0.3);*/
}

.breadcrumb a{
    color: #000; /*#fff;*/
}

.breadcrumb>.active {
    color: #444; /*#eee;*/
}

.bannerinner .col-sm-12{
    margin-top: -1px;
}

.topsection h1{
    color: #fff;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 15px;
    padding: 10px 15px;
}

.banner-bottom{
    text-align: center;
    color: #fff;
    background: #242424;
    margin-top: -10px;
    padding: 7px 10px;
    padding-top: 17px;
}

.banner-bottom a {
    /*text-decoration: none;*/
}

.banner-bottom .col-md-2:after,
.banner-bottom .col-md-3:after,
.banner-bottom .col-md-4:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    float: left;
    padding: 0;
    margin: 0;
    display: inline-block;
    background-color: #666666;
}

.banner-bottom .col-md-2:last-child:after,
.banner-bottom .col-md-3:last-child:after,
.banner-bottom .col-md-4:last-child:after {
    content: '';
    width: 0;
    background-color: transparent;
}

.banner-bottom h2{
    font-size: 17px;
    margin-bottom: 5px;
}

.banner-bottom p{
    font-size: 13px;
    line-height: 16.5px;
    padding: 0 !important;
    margin: 0 !important;
}
/* ----- header wrapper end ----- */

/* ----- static sidebar start ----- */
.affix-top,.affix{
  position: static;
}

#side li.active a {
    font-weight: bold;
}
ul.sidebar-links.nav>li>a {
    padding: 0;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}
@media screen and (min-width: 992px) {
  #side .nav > .active > ul {
    display: block;
  }
  #side.affix-top {
    position: static;
  }
  #side.affix {
    position: fixed;
    top: 20px;
  }
  #side.affix-bottom {
    position: absolute;
  }
}
/* ----- static sidebar end ----- */

/* ----- blog posts start ----- */

.post-thumb{
    margin-bottom: 15px;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
}

.post-thumb:hover{
    text-decoration: none;
}

.post-overlay {
    background: rgba(0,0,0,0.5);
    padding: 15px;
    min-height: 350px;
    max-height: 400px;
}

.post-overlay:hover{
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.post-caption {
    text-align: center;
    color: #fff;
    position: relative;
    top: 80px;
}

.post-category{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
}

.post-category:before {
    background: #f1b93f;
    content: "";
    position: absolute;
    right: 50%;
    width: 62px;
    height: 3px;
    top: 26px;
    margin-right: -32px;
}

h3.post-title{
    font-size: 25px;
    text-transform: uppercase;
    padding: 0 12px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 13px 0;
    font-weight: 400;
    text-decoration: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  background-color: #000;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
}

.post-date {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 16px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  border: 2px solid #fff;
  opacity: 1;
}

.carousel-indicators .active {
    background-color: #c3922e;
    border-color: #c3922e;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left,
.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 30px;
}

.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    right: 30px;
}
/* ----- blog posts end ----- */

/* ----- content wrapper start ----- */
#content-wrapper{
    background: #F2F2F2;
    margin-top: 0;
}
.content{
    background: #fff;
    padding: 20px 0 20px 0;
    margin-top: 0;
}
.page-title{
    color: #444;
    font-weight: 500;
    display: block;
    width: 100%;
}
.sub-title{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    color: #cea425;
    text-transform: uppercase;
    font-weight: 600;
}
.details{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 14px;
}
.content ul {
    padding-left: 10px;
    list-style-position: inside;
}
/* ----- content wrapper end ----- */



/* ----- sidebar start ----- */
ul.sidebar-links, ul.sidebar-links li{
    list-style: none;
}

ul.sidebar-links li{
    padding-bottom: 5px;
}

ul.sidebar-links li:last-child{
    padding-bottom: 0;
}

.opt-in .form-group {
    margin-bottom: 10px;
}

select:not([multiple]) {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
    padding-left: 6px;
    padding-right: 2px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 6px;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
    background-position: calc(100% - 12px) calc(1em + 2px), calc(100% - 7px) calc(1em + 2px), 100% 0;
    background-size: 3px 3px, 5px 3px, 2.5em 2.5em;
    background-repeat: no-repeat;
    min-width: 93px;
}

.form-control {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* ----- sidebar end ----- */



/* ----- content start ----- */
div.sidebar-div, .sidebar-div {
    display: inline-block;
    height: 100%;
    z-index: 1;
}
.sidebar-fixed-top{
    position: fixed !important;
    overflow: auto;
    top: 0;
}

/* ----- about start  ----- */
.about-list{
    width: 100%;
    padding: 0;
    margin: 0;
}
.about-list tr{
    padding: 0;
    margin: 0;
}
.about-list td{
    padding: 5px;
    margin: 0;
    vertical-align: top;
}
.about-list td:first-child{
    width: 60px;
}
.about-list td:first-child img{
    border-radius: 100%;
    border: 1px solid #444;
    padding: 3px;
}
.about-list td:last-child{
    padding-left: 12px;
    text-align: justify;
    padding-right: 20px;
}
.about-heading{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.about-journeys img,
.about-journeys span{
    transition: all 0.3s;
}

.about-journeys:hover img,
.about-journeys:hover span{
    opacity: 0.85;
}

.about-journeys span{
    display: block;
    margin: 5px 0 20px 0;
}

.heading-border{
    padding-top: 7px;
    border-bottom: 2px solid #c3922e;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.heading-border-lg{
    padding-top: 10px;
    border-bottom: 5px solid #c3922e;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.about-menu-wrap{
    background: url('../images/destination-menu-bg.png') center center no-repeat; 
    background-size: contain; 
    background-color: #eeeeee;
    padding: 20px;
}

.about-menu-wrap ul,
.about-menu-wrap li{
    list-style: none;
}

.about-menu-wrap a{
    text-decoration: none;
}

.about-menu-wrap h3{
    color: #000;
}

.team_widget{text-align:center}
.team_widget:before{content:""}
.team_widget{overflow:hidden}
.team_widget .title{letter-spacing:1px}
.team_widget .post{font-style:italic}
.team_widget{position:relative; margin-bottom: 27px;}
.team_widget:before{width:0;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:-100%;bottom:0;transition:all .5s ease 0s}
.team_widget:hover:before{width:200%}
.team_widget img{width:100%;height:auto}
.team_widget .box-content{width:100%;height:100%;padding-top:30%;position:absolute;top:0;left:0;transform:scale(0);transition:all .3s ease 0s}
.team_widget .icon,.box5 .icon{list-style:none;padding:0}
.team_widget:hover .box-content{transform:scale(1)}
.team_widget .title{font-size:20px;font-weight:700;color:#fff;margin:0 0 10px}
.team_widget .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:20px}
.team_widget .icon{margin:0}
.team_widget .icon li{display:inline-block}
.team_widget .icon li a{display:block;width:35px;height:35px;line-height:35px;font-size:20px;background:#fff;color:#ee4266;margin-right:10px;transition:all .3s ease 0s}
.box5 .icon,.box5 .icon li{display:inline-block}
@media only screen and (max-width:990px){.team_widget{margin-bottom:30px}
}
@media only screen and (max-width:767px){.team_widget:before{left:-400px}
.team_widget:hover:before{width:300%}
}
/* ----- about end ----- */

/* ----- what guest says start ----- */
.top-rated-link img{
    max-width: 150px;
    border: 1px solid #578F49;
}
/* ----- what guest says end ----- */

/* ----- contact start ----- */
.address-dtl{
    font-size: 13px;
    line-height: 18px;
    color: #666;
    margin-bottom: 3px;
}
.office-name{
    font-weight: 500;
    margin: 7px 0 2px 0;   
    color: #c3922e;
}

.text-gray{
    color: #666;
}
/* ----- contact end ----- */


/* ----- team start ----- */
.team-img{
    margin-bottom: 30px;
}

.team-img img{
    /*max-width: 170px;*/
    margin: 0 auto;
    /*border-radius: 100%;*/
}

.team-img p{
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}

.team-img p.text-center{
    font-size: 16px;
    margin: 7px 0;
}
/* ----- team end ----- */


/* ----- clients start ----- */
.img-client{
    max-width: 170px;
    margin: 0 auto;
}
/* ----- clients end ----- */

/* ----- media start ----- */
.media-wrapper{
    margin-bottom: 30px;
}

.media-wrapper p{
    font-size: 16px;
    line-height: 20px;
}

.media-wrapper a,
.media-wrapper a:hover{
    text-decoration: none;
}

.media-wrapper img{
    max-width: 200px;
    margin: 0 auto;
}
/* ----- media end ----- */


/* ----- similar itineraries ----- */
.sim_img_out {
    background: rgba(0,0,0,0.4);
}

.type-thumb {
    background: #C3922E;
    color: #fff;
    position: absolute;
    right: 23px;
    top: 8px;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.sim_img_in{
    height: 300px;
}

.caption_txt {
    position: absolute;
    top: 60px;
    z-index: 99;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-right: 30px;
}

.single_country{
    top: 35px;
}

.sim_category{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 5px;
    font-size: 14px;
    text-shadow: 0 0 10px rgba(0,0,0,1);
}

.sim_category:before {
    background: #f1b93f;
    content: "";
    position: absolute;
    right: 50%;
    width: 62px;
    height: 3px;
    top: 36px;
    margin-right: -32px;
}

.sim_title h2 {
    font-size: 25px;
    text-transform: uppercase;
    padding: 5px 15px;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 13px 0;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    text-shadow: 0 0 10px rgba(0,0,0,1);
}

.similar_itinerary a{
    display: block;
}

.activity_level{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0,0,0,1);
    padding: 0 12px;
}

.activity_level p {
    margin-bottom: 0;
}

.content h2{
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px !important;
}

.single_country .content h2{
    margin-top: 25px;
    margin-bottom: 15px !important;
}

/* ----- content end ----- */


/* ----- gallery start ----- */
.gallery-wrapper{

}

.gallery-inner{

}

.gallery-item{
    background: #fff;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
    padding: 2px;*/
    display: block;
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    background: #fff !important;
    padding: 3px;
}
/* ----- gallery end -----*/


/* ----- pagination start ----- */
.pagination>li>a, 
.pagination>li>span{
    color: #c3922e;
    border: 1px solid #c3922e;
}
.pagination>.disabled>a,  .pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, .pagination>.disabled>span, 
.pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
    color: #c3922e;
    border-color: #c3922e;
    opacity: 0.5;
}
.pagination>li>a:focus, .pagination>li>a:hover, 
.pagination>li>span:focus, .pagination>li>span:hover{
    color: #fff;
    background-color: #c3922e;
    border-color: #c3922e;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* ----- pagination end ----- */


/* ----- featured badge ----- */
span.featured {
    display: block;
    position: absolute;
    color: #fff;
    padding: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #c3922e transparent transparent transparent;
    transform: scale(1.3);
}

span.featured i{
    position: relative;
    top: -44px;
    left: 5px;
}

/* ----- featured badge end ----- */


/* ----- highlights ----- */
.well-dark {
    background: #4C4C4C;
    color: #fff !important;
    padding: 20px;
    border-radius: 0;
}

.well-dark p, .well-dark ul, .well-dark li, .well-dark ol, .well-dark h1, 
.well-dark h2, .well-dark h3, .well-dark h4, .well-dark h5, .well-dark h6, .well-dark strong, 
.well-dark b, .well-dark div{
    color: #fff !important;
    background: #4C4C4C;
    font-size: 15px;
}

.well-dark h1,  .well-dark h2, .well-dark h3, .well-dark h4, 
.well-dark h5, .well-dark h6, .well-dark strong, .well-dark b{
    font-weight: bold;
}

.well-dark h1,  .well-dark h2, .well-dark h3, .well-dark h4, 
.well-dark h5, .well-dark h6{
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px !important;
}

.well-dark a{
    color: #FADB67;
}

#highlights h2{
    border-left: 2px solid #c3922e;
    padding-left: 10px;
}
/* ----- highlights end ----- */


/* ----- brochure start ----- */
.no-decoration:hover h2,
.no-decoration:hover p,
.no-decoration:hover div, 
.no-decoration, .no-decoration:hover,
.no-decoration:visited h2,
.no-decoration:visited p,
.no-decoration:visited div, 
.no-decoration:visited {
    text-decoration: none !important;
}
.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single{
    border-color: #ccc !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 34px !important;
    padding: 3px !important;
}

.modal-body {
    overflow: hidden;
}
.form-control.error {
    border-color: #ff1000;
}
.asterik{
    font-size: 23px;
    line-height: 0;
    position: relative;
    top: 3px;
    color: #ff1000;
}
.form-control{
    margin-top: 5px;
}
label.error {
    color: #ff1000;
    font-size: 14px;
    margin-top: 5px;
}
#loading, #loadings{
    display: none;
    text-align: center;
    color: #2c91cc;
}
.text-link{
    color: #cea425;
}
.alert-danger {
    color: #fff;
    background-color: #E05547;
    border-color: #E05547;
    display: block;
    border-radius: 0;
    display: block;
}
.alert-success {
    color: #fff;
    background-color: #4ab61e;
    border-color: #4ab61e;
    display: block;
    border-radius: 0;
    display: block;
}
.alert-info {
    color: #fff;
    background-color: #0facce;
    border-color: #0facce;
    display: block;
    border-radius: 0;
    display: block;
}
.alert-warning {
    color: #fff;
    background-color: #ce830f;
    border-color: #ce830f;
    display: block;
    border-radius: 0;
    display: block;
}
/* ----- brochure end ----- */


/* ----- static pages ----- */
.cite-primary{
    background: #c3922e;
    padding: 20px;
    border-radius: 0;
    margin-bottom: 20px;
}
.cite-primary p, 
.cite-primary i{
    color: #fff;
}
.saying{
    font-weight: 100;
    font-size: 25px;
    line-height: 30px;
}
.no-bullet{
    list-style: none;
}
.corporate-list li{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
}
.h-172,
textarea.form-control.h-172{
    height: 172px;
}
.cart-table-header{
    font-size: 12px;
    letter-spacing: 1px;
}
.cart-tabs{

}
.cart-tabs a {
    text-align: center;
    display: block;
}
.cart-tabs h1{
    font-size: 14px;
    text-align: center;
    padding-bottom: 0;
    display: -webkit-inline-box;
    padding-right: 15px;
}
.cart-tabs .cart-active{
    border-bottom: 3px solid #c3922e;
}
.no-border{
    border: none !important;
}
.cart-tabs .cart-tab-circle{
    background: #333;
    padding: 8px 12px;
    color: #fff;
    font-weight: 700;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 15px;
}
.cart-tabs .cart-active .cart-tab-circle{
    background: #c3922e;
}
.cart-tabs .cart-tab-title{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.opacity-05{
    opacity: 0.4;
}
/* ----- static pages end ----- */


/* ----- day by day plan ----- */
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px 0;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    margin-left: 0;
}
#accordion .panel-heading {
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0;
}
#accordion .panel-heading:first-child{
    border-top: 1px solid #e9e9e9;
}
#accordion .panel-title a {
    background: #eee none repeat scroll 0 0;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    letter-spacing: 1px;
}
#accordion .panel-title a.alternate{
    background: #fff none repeat scroll 0 0;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #eee none repeat scroll 0 0;
    color: #444;
    /*content: "";*/
    font-family: fontawesome;
    font-size: 24px;
    right: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
    padding: 7px;
}
#accordion .panel-title a.alternate::after, #accordion .panel-title a.collapsed.alternate::after{
    background: #fff;
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 0 10px 9px;
    position: relative;
    padding-left: 2px;
}
#accordion .panel-body p {
    border-left: 1px dashed #ccc;
    padding-left: 25px;
}
#target-day-by-day-itinerary img{
    width: 50%;
    padding: 2px;
    border: 1px solid #ccc;
    margin: 15px;
    border-radius: 5px;
    float: right;
}
#content-wrapper table{
    width: 100% !important;
}
/* ----- day by day plan end ----- */

.what_2_c{
    min-height: 250px; 
    max-height: 500px; 
    overflow: hidden;
}

.static{
    position: static;
}

.font-8{
    font-size: 8px;
}

.font-10{
    font-size: 10px;
}

.font-12{
    font-size: 12px;
}

.font-14{
    font-size: 14px;
}

.hamburger{
    width: 18px;
    transform: scale(1.3);
    position: relative;
    top: 5px;
    margin-left: 4px;
    left: 3px;
}
.btn-big {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 18px 15px;
    font-weight: 500;
}

#introduction a,
#highlights a,
#number_of_days a,
#more_details a,
#target-day-by-day-itinerary a{
    text-decoration: underline;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 15px;
    background-color: #c3922e;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    z-index: 99999;
    text-align: center;
}
.cookie-banner a{
    color: #fff;
}

.cookie-banner.alert-dismissable.close{
    top: 1px;
    right: 3px;
}

.cookie-banner .close{
    top: 1px;
    right: 3px;
    font-size: 30px;
    font-weight: 400;
    line-height: 0px;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    width: 20px;
    height: 21px;
}

@media screen and (min-width: 767px){
    #header-wrapper {
        min-height: 133px;
    }
    .hide-xs{
        /*display: block;*/
    }

    .show-xs{
        display: none;
    }

    .display-xs{
        display: none;
    }
    .display-lg{
        display: block;
    }
}

/* ----- media ----- */
@media screen and (max-width: 767px){
    .container{
        clear: both;
    }
    .what_2_c{
        min-height: auto; 
        max-height: 100%; 
        overflow: visible;
    }
    h1, h2, h3, h4, h5, h6{
        text-align: center;
    }
    .fs-30 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .h3, h3 {
        font-size: 20px;
    }
    .align-middle{
        display: block;
        margin-left: 0;
    }
    .pull-right{
        float: none !important;
    }
    .topsection h1{
        font-size: 24px;
        padding: 11px 15px !important;
        margin: 13px 0;
        margin-bottom: 13px;
        width: 100%;
        text-align: left;
        left:0;
        bottom: 0;
    }
    .mt-20-xs{
        margin-top: 20px;
    }
    .banner-bottom{
        padding-top: 7px;
    }

    .banner-bottom h2{
        margin-bottom: 5px;
    }
    ul.sidebar-links li{
        text-align: center;
    }
    .jssocials-shares{
        text-align: center;
    }

    #blog_posts{
        padding: 40px 15px;
    }
    div.sidebar-div, .sidebar-div{
        display: block;
    }
    .pagination{
        margin: 0;
    }
    .badge {
        padding: 15px 30px !important;
    }
    .show-left{
        display: inline-block;
        float: left;
        margin-top: 7px;
        padding-left: 0;
        padding-right: 0;
    }
    .show-right{
        display: inline-block;
        float: right;
        margin-top: 7px;
        padding-left: 0;
        padding-right: 0;
    }
    .center-xs{
        text-align: center;
    }
    .banner-bottom .col-md-2:after, 
    .banner-bottom .col-md-3:after, 
    .banner-bottom .col-md-4:after,
    .banner-bottom .col-md-6:after{
        width: 0;
    }
    .banner-bottom .col-md-2, 
    .banner-bottom .col-md-3, 
    .banner-bottom .col-md-4,
    .banner-bottom .col-md-6{
        width: 50%;
        float: left;
        margin-top: 9px;
        margin-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
    }
    .banner-bottom .col-md-2.enq-btn, 
    .banner-bottom .col-md-3.enq-btn, 
    .banner-bottom .col-md-4.enq-btn,
    .banner-bottom .col-md-6.enq-btn{
        width: 100%;
        display: block;
        clear: both;
    }
    .breadcrumb{
        position: static;
        margin-top: 5px;
    }
    form#opt-in.opt-in {
        display: none;
    }
    .mobile-enquire-btn{
        font-size: 14px;
        letter-spacing: 1px;
        padding: 15px 10px;
    }
    .hide-xs{
        display: none;
    }
    .show-xs{
        display: contents;
    }
    .display-xs{
        display: block;
    }
    .display-lg{
        display: none;
    }
    .enq-btn{
        display: none !important;
    }
    .carousel-control .icon-prev, 
    .carousel-control .icon-next, 
    .carousel-control .fa-chevron-left, 
    .carousel-control .fa-chevron-right {
        top: 70%;
    }
    .carousel-control .icon-right, .carousel-control .fa-chevron-right {
        right: 15px;
    }
    .carousel-control .icon-prev, .carousel-control .fa-chevron-left {
        left: 15px; !important
    }
    .carousel-control.right,
    .carousel-control.left{
        background-image: none;
    }

    .resp-table thead th:not(:first-child) {
        display: none !important;
    }
    .resp-table td, 
    .resp-table th {
        display: block !important;
        clear: both !important;
    }
    .resp-table td[data-th]:before {
        content: attr(data-th) !important;
        float: left !important;
    }
    .resp-table td[data-th]:nth-child(2){
        border-top: none;
    }
    .vertical-align {
        display: block;
    }
    .form-group.col-sm-6.pl-0{
        padding-right: 0;
    }
}  

/* -- print media -- */
@media print {
  a[href]:after {
    content: none !important;
  }
  #header-wrapper,
  .footer, #contact-bar{
    display: none !important;
  }
}
