/* GENERALE */
body{
	font:400 14px/1.5em "Roboto","sans-serif";
	color:#595959;
	background-attachment: fixed;
}

.second_font {
	font-family: 'Roboto Slab', serif;
}

.overlay-tool2{
	width:301px;
	height:115px;
	position:absolute;
	right:0;
	bottom:19px;
	background:url(../img/slides/zic.png) no-repeat;
}

.goto-page li a {color: #555}

#intro-wrapper{
	background:transparent;
	padding-top:40px;
	padding-bottom:20px;
	margin-top:1px;
	margin-bottom:50px;
}

#intro-wrapper .head{
	font-size:20px;
	line-height:22px;
	font-weight:700;
	color:#333;
	margin-bottom:8px;
	margin-top: 15px;
}
#intro-wrapper p{
	color:#111;
	font-size:13px;
	line-height:18px;
	max-width:100%;
	margin-bottom:18px;
	font:400 14px/1.5em "Roboto","sans-serif";
}

a.cat-detail:hover {
	text-decoration: underline;
}

.detail-slider-wrapper {
	background-color:#fff;
}

.member-detail {
	padding-left:20px;
}

.m-age {
	color: #002A4A;
}

.leave-comment .input-comment input
{
  width: 92%;
  height: 100%;
  padding-left: 8%;
  color: #999999;
  font-size: 14px;
  line-height: 18px;
}

.error {
	color:#FF3239!important;
}

.text-error
{
  color: #FF3239;
}

.success {
	color:#00B740!important;
}

.text-right {
	text-align:right!important;
}

.bgwhite {
	background-color:#fff;
	padding-left: 20px;
	padding-right: 20px;
}

.bggrey {
	background-color: #E2E2E2;	
}

.bggrey_2 {
	background-color: #f9f9f9;	
}

.p_top_15 {
	padding-top: 15px;
}

.title .t-large {
	font-size: 79px;
	line-height: 90px;
	text-align:left;
}

.title .t-medium
{
  font-weight: 300;
  font-size: 23px;
  padding-right: 20px;
}

.btn-book{
	width: auto;
	text-align:center;
	background:#ffea00;
	border:none;
	border-bottom:3px solid #ce9600;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	z-index:9;
	color:#000;
	line-height: 56px;
	height: auto;
	position: none;
	padding:0 15px;
	display:inline-block;
	bottom:0;
	position:relative;
	border-radius:0;
	margin:0;
}

.btn-book:hover, .btn-book:active, .btn-book:visited {
	text-decoration:none;
	cursor:pointer;
	color:#000;
}

.white-popup-block
{
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  text-align: left;
  max-width: 650px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  z-index: 9999999999999999999!important;
}

/**
       * Fade-zoom animation for first dialog
       */
      
      /* start state */
      .my-mfp-zoom-in .zoom-anim-dialog {
        opacity: 0;

        -webkit-transition: all 0.2s ease-in-out; 
        -moz-transition: all 0.2s ease-in-out; 
        -o-transition: all 0.2s ease-in-out; 
        transition: all 0.2s ease-in-out; 



        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 
      }

      /* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
        opacity: 1;

        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -ms-transform: scale(1); 
        -o-transform: scale(1); 
        transform: scale(1); 
      }

      /* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 

        opacity: 0;
      }

      /* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
      }



      /**
       * Fade-move animation for second dialog
       */
      
      /* at start */
      .my-mfp-slide-bottom .zoom-anim-dialog {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;

        -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

      }
      
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
        opacity: 1;
        -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
      }

      /* animate out */
      .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
        opacity: 0;

        -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
      }

      /* Dark overlay, start state */
      .my-mfp-slide-bottom.mfp-bg {
        opacity: 0;

        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-slide-bottom.mfp-removing.mfp-bg {
        opacity: 0;
      }

/*
====== Newspaper effect ======

*/
.mfp-newspaper {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out; 
    transition: all 0.5s;
    
    transform: scale(0) rotate(500deg);
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.5s;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(0) rotate(500deg);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}



/* 

/* NAVIGAZIONE */

#searchbar-mobile {
	display:none;
}

#searchbar input, #searchbar select, #searchbar button {
	border-top-left-radius: 0px;
  	border-top-right-radius: 0px;
  	border-bottom-right-radius: 0px;
  	border-bottom-left-radius: 0px;
  	border:0px;
  	background-color:#333333;
  	border-color:#333333;
  	width:40%;
  	display:inline;
  	float:right;
  	color:#fff;
  	margin:0;
  	margin-left: 2px;
}

#searchbar input, #searchbar button {
	border: 1px solid #333333;
	background-color:#333333;
  	border-color:#333333;
}

#searchbar button:hover {
	background-color:#FECF47;
  	border-color:#FECF47;
  	background-position: 0px -80px;
	transition-property: background-position;
	transition-duration: 0.1s;
	transition-timing-function: linear;
	transition-delay: 0s;
}

#searchbar button {
  	width:15%;
  	display:inline;
  	color:#333;
  	border: 0px;
  	border-bottom: 2px solid #EAEAEA;
}

#navbar{
	background-color:#222;
	-moz-box-shadow: 0px 5px 7px #777777;
    -webkit-box-shadow: 0px 5px 7px #777777;
    box-shadow: 0px 5px 7px #777777;
}

.quick-access
{
	border-top:3px solid #222;
	border-bottom:1px solid #222;
  	padding-top: 5px;
  	padding-bottom: 5px;
}

.quick-access a
{
	font:300 12px/1em "Roboto","sans-serif";
}

.access {
	text-align:right;
}

.access li
{
  	border-right: 1px solid #3D3838;
  	text-transform: uppercase;
  	padding-left: 10px;
  	padding-right: 10px;
}

.access li a {
	color: #999;
}

.access li a:hover {
	color: #ccc;
}

.access li:last-child {
	border-right:0;
}

#nav {
	border-top:1px solid #333;
	background-color: #333;
	text-transform:none;
	font:300 14px/1.5em "Roboto","sans-serif";
}

#nav ul {
	text-align:left;
}

#nav li {
	border-right: 1px solid #555;
	padding-right: 10px;
	padding-left:10px;
}

#nav li:first-child {
	padding-left:0px;
}

#nav li:last-child {
	border-right: none;
}

#nav li a {
	color: #EFEFEF;
}

#nav li a:hover
{
  	color: #FFFF00;
  	background-color: transparent;
}

#nav li.active a {
	color: #FFFF00;
  	background-color: transparent;
}

.logo
{
  	height: 44px;
  	width: 120px;
  	top: -60px;
  	margin-left: -60px;
}

.logo img
{
  	height: 44px;
  	width: 120px;
}

.custom-4{
	background:#222;
}

.slider-overlay-3
{
  background-color: rgba(34, 34, 34, 0.50);
}

.intro-inner-wrapper-nobg
{
  background-image: none!important;
}

.breadcrumb-custom {
	margin-top: 120px;
}

.breadcrumb-custom li {
	color: #555;
}

.breadcrumb-custom li a
{
	font-family: "Roboto Slab",serif;
  	color: #222;
}

.page-title {
	margin-bottom: 25px;
}

.page-title h1 {
	text-shadow: none;	
	line-height: 1em;
	font-family: "Roboto Slab",serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #222226;
	font-size: 20px;
	text-align:left;
}

.head {
	margin:0;
	padding:0;
}

.head h1 {
	text-shadow: none;	
	line-height: 1.5em;
	font-family: "Roboto Slab",serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #222226;
	font-size: 26px;
	text-align:left;
	margin:0;
	padding:0;
	margin-bottom: 8px;
}

.page-title h2 {
	text-shadow: none;	
	line-height: 1em;
	font-family: "Roboto Slab",serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #222226;
	font-size: 18px;
	text-align:left;
}

.page-title h2 a {
	text-decoration:none;
	color: #222226;
}

.page-title h2 a:hover {
	text-decoration:none;
	color: #000;
}

.counter {
	margin:0;
	padding:0;
	font-weight: 300;
	font-size: 12px;
	line-height: 1em;
}

.divider_bg::before {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 83px;
    z-index: 2;
    background-color: #222226;
} 

.divider_bg {
    position: relative;
    border-color: #e5e5e5;
    margin-top: 0px;
    border-style: solid none none;
    border-width: 1px 0 0;
}

.container h3 {
	text-shadow: none;	
	line-height: 1em;
	font-family: "Roboto Slab",serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #222226;
	font-size: 18px;
	text-align:left;
}

.container h4 {
	text-shadow: none;	
	line-height: 1em;
	font-family: "Roboto Slab",serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #222226;
	font-size: 16px;
	text-align:left;
}

#intro-wrapper {
	padding-top:25px;
}

/* HOMEPAGE */
.intro-inner-wrapper
{
  background-image: none;
}

/* SITEMAP */
.sitemap > li {
	margin-top:10px;
	margin-bottom:5px;
}

.sitemap > li a {
	font-size: 16px;
	font-weight:bold;
}

.sitemap > li > ul > li a {
	font-size: 14px;
	font-weight:normal;
}

.sitemap > li > ul > li {
	margin-top:5px;
	margin-bottom:5px;
}

section.homepage {
	
	margin-top:120px;
}

/* FOOTER */
.modal-footer-custom{
	background:#222;
	border-top: 1px solid #3d3838;
	font:300 14px/1.5em "Roboto","sans-serif";
}

.modal-footer-custom a:hover{
	color:#FFFF00 !important;
}

.footer-head {
	font-family: "Roboto","sans-serif";
	font-weight: 300;
}

.footer-inner{
	border-bottom:1px solid #000 !important;
}

.footer-line{
	border-top:1px solid #3D3838;
}

.footer-line-left a
{
  color: #ccc;
  font:300 12px/1.2em "Roboto","sans-serif";
}

.in-detail span
{
  color: #0074BB;
}

.footer-links{
	font:300 12px/1.2em "Roboto","sans-serif";
	color:#0074BB;
}
.footer-links:hover{
	color:#FFFF00;
}
a.bold-text{
	color:#0074BB;
}
a.bold-text:hover{
	color:#FFFF00;
}
.footer-line-right .access-lists a{
	font:300 12px/1.2em "Roboto","sans-serif";
	color:#ccc;
}

.footer-list li{
	border-bottom:1px solid #3d3838;
}
/* SLIDER */
.content-detail .booknow1
{
	left:0px;
	right:none;
}

.content-detail .booknow2
{
	right:none;
	left: 400px;
}

.content-detail .booknow3
{
	right:0;
}

/**
PROMOZIONI
**/
.destination-style-1
{
  	height: 331px;
}
.destination-style-1 .visual
{
  	height: 282px;
  	background: url(../img/ajax-loading.gif) center center no-repeat;
}

.destination-style-1 .visual img
{
	height: 282px;
  	overflow: hidden;
}

.offerCarousel {
	visibility:hidden
}

.visual-icon-price {
	padding: 10px;
  	position: absolute;
  	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
  	left: 10px;
  	top: 10px;
  	background-color: #212022;
  	background-image: none;
  	background-repeat: repeat;
  	background-attachment: scroll;
  	background-position: 0% 0%;
  	background-clip: border-box;
  	background-origin: padding-box;
  	background-size: auto auto;
  	text-align: center;
  	color: #ffffff;
  	font-weight: 700;
  	font-size: 16px;
}

/**
VETRINE

**/
.tour
{
  margin-left:2px!important;
  margin-right: 2px!important;
  margin-top:-3px;
  border: 3px solid #ccc;
}

.tour:hover {
	border: 3px solid #0B2340!important;
}

.tour:hover .tour-bottom-line {
	background-color:#0B2340;
}

#our-travels .special-tour, #our-travels .special-tour:hover 
{
  margin-left: 0px!important;
  margin-right: 0px!important;
  margin-top: 0px!important;
  border: 0!important;
}

#our-travels .special-tour:hover .tour-bottom-line{
	background-color:#ccc;
}

/** customizzazione per sfondo chiaro **/
body {
	background: #fff;
}	

.BG-map {
	background: #fff;
}

.BG-map-inner {
	background: transparent;
}

#mobile-menu {
	position:relative;
	margin-top: -30px;
}

#mobile-menu a{
	margin-top:10px;
	background:#ffea00;
	padding:25px 50px;
	font-family:calibri;
	font-size:30px;
	font-weight:bold;
	color:#1b1b1b;
	text-decoration:none;
	border-radius:4px;
	transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
	display:block;
	line-height:32px;
}
#mobile-menu a:hover{
	background:#0b2340 !important;
	color:#ffffff ;
}


.is_mobile {
	display:block;
	width:100%;
}

@media (max-width: 480px) {
	.destination-style-1 {
		clear:left;
		left: 50%;
		margin-left: -130px;
	}	
}

ul.grid-nav {
	list-style: none;
	font-size: .85em;
	font-weight: 200;
	text-align: center;
}
ul.grid-nav li {
	display: inline-block;
}
ul.grid-nav li a {
	display: inline-block;
	background: #999;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul.grid-nav li a:hover {
	background: #7b0;
}
ul.grid-nav li a.active {
	background: #333;
}
.grid-container {
	display: block;
}
/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	background: #efefef;
	border: 1px solid #bbb;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul.rig li:hover {
	box-shadow: 3px 3px 5px #bbb;
}

.image_container:hover .image {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);}

.image_container {
	overflow:hidden;
	position: relative;
}

.image_container {
	text-align:center;
	vertical-align:middle;
}

.image {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.textbox:hover {
	opacity:1;
}

.textbox {
	width: 100%;
	height: 100%;
	margin: 0px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color: rgba(0,0,0,0.30);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	text-align:center;
}

.textbox a {
	border-top-left-radius: 50%;
  	border-top-right-radius: 50%;
  	border-bottom-right-radius: 50%;
  	border-bottom-left-radius: 50%;
  	background-color: #efefef;
	color:#555;
	text-decoration: none;
	font:300 24px "Roboto","sans-serif";
	width: 30px;
	height: 30px;
	display:inline-block;
	line-height: 30px;
	position: relative;
	top:45%;
	margin-top: -15px;
}

.textbox a:hover {
	color: #000;
}

ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0px;
}

ul.rig li h2 {
	font:400 16px/1.5em "Roboto","sans-serif";
	margin: 0px;
	margin-top: 10px;
  	word-wrap: break-word;
    overflow-x: hidden;
  	overflow-y: hidden;
  	line-height: 1.5;
  	text-decoration-line: none;
  	text-decoration-style: solid;
  	padding: 0px;
  	color: #333333;
  	height: 60px;
}

ul.columns-4 li h2, ul.columns-1 li h2, ul.columns-3 li h2 {
	font:300 13px/1.2em "Roboto","sans-serif";
	margin: 0px;
	margin-top: 10px;
  	word-wrap: break-word;
    overflow-x: hidden;
  	overflow-y: hidden;
  	line-height: 1.2;
  	text-decoration-line: none;
  	text-decoration-style: solid;
  	padding: 0px;
  	color: #333333;
  	height: 50px;
}

ul.rig li h2 a {
	color: #333333;
	text-decoration: none;
}

ul.rig li h2 a:hover {
	color: #000;
	text-decoration: none;
}

ul.rig li p {
	color: #0066B2;
	font:500 16px/1.5em "Roboto","serif";
	text-align: center;
	margin-bottom: 0px;
}

ul.columns-4 li p, ul.columns-3 li p {
	color: #0066B2;
	font:400 16px/1.5em "Roboto","serif";
	text-align: center;
	margin-bottom: 0px;
}

ul.rig li span {
	color: #616161;
	font:300 13px/1em "Roboto","sans-serif";
}

ul.columns-4 li span {
	color: #616161;
	font:300 11px/1em "Roboto","sans-serif";
}

ul.rig.columns-1 li {
	width: 97.5%; /* this value + 2.5 should = 50% */
}

/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 600px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}

h5 {
	font:300 16px/1.5em "Roboto","sans-serif";
	margin: 0px;
	margin-top: 10px;
  	word-wrap: break-word;
    overflow-x: hidden;
  	overflow-y: hidden;
  	line-height: 1.5;
  	text-decoration-line: none;
  	text-decoration-style: solid;
  	padding: 0px;
  	color: #333333;
  	text-transform: uppercase;
}

#preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999999999;
	background: #FFF url("../img/preloader.gif") no-repeat center;
}

ul, ol
{
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin:0;
  padding:0;
}

ul.vr_list_type_1 li{
	color: #666;
	position: relative;
  	font:300 12px/1em "Roboto","sans-serif";
	margin: 0px;
	word-wrap: break-word;
    overflow-x: hidden;
  	overflow-y: hidden;
  	text-decoration-line: none;
  	text-decoration-style: solid;
  	text-transform: uppercase;
  	margin-bottom: 14px;
}

h5.textdark {
	font:400 13px/1em "Roboto","sans-serif";
	margin-bottom: 5px;
	line-height: 16px; 
}

ul.vr_list_type_1 li a {
	color: #666;
	padding-left: 15px;
}

.show_all {
	color:#2BA7E0!important;
	font:300 12px/1em "Roboto","sans-serif";
	text-transform: none;
	margin-left: 10px;
}

.show_all:hover {
	text-decoration:underline!important;
}

.wrapper
{
  overflow-x: hidden;
  overflow-y: hidden;
}

.tr_all
{
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.scale_image_container {
	border: 1px solid #ddd;
}

.scale_image_container:hover .scale_image
{
  transform: scale(1.1);
}

.bg_red_translucent
{
  background-color: rgba(255, 0, 0, 0.9);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

.d_inline_b
{
  display: inline-block;
}

.caption_title
{
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.caption_inner
{
  background-color: rgba(34, 34, 38, 0.8);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 17px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
}

.caption_type_1
{
  position: absolute;
  left: 10px;
  bottom: 0px;
  transform: translateY(10px);
  width: calc(100% - 20px);
}

.caption_inner h3 {
	font-weight:300;
}

figure
{
  margin-top: 1em;
  margin-right: 40px;
  margin-bottom: 1em;
  margin-left: 40px;
}

figure
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.relative, .divider_bg
{
  position: relative;
}

.color_white {
	color:#fff;
}

.m_bottom_25 {
	margin-bottom: 25px;
}

.m_bottom_8 {
	margin-bottom: 8px;
}

.sticky-header
{
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}

.m_bottom_0 {
	margin-bottom:0;
}

.circle 
{
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: red;
}

.fs_ex_small
{
  font-size: 0.7857em;
}

.tt_uppercase
{
  text-transform: uppercase;
}

.color_white
{
  color: #ffffff!important;
}

.color_dark
{
  color: #555;
  font:500 16px/1.2em "Roboto","sans-serif";
  
}

.nav-tabs > li > a {
	color: #555;
  	font:500 16px/1.2em "Roboto","sans-serif";
}

.t_align_c
{
  text-align: center;
}

.product_label
{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 3;
}

.product_label_small
{
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  z-index: 3;
}

.d_inline_m
{
	display: inline-block;
  	vertical-align: middle;
}

.fs_large
{
  font-size: 1.145em;
}

.member-face img {
	width: 100%;
	height: auto;
}

.member-detail
{
  padding:10px;
}

ul.access {
	float:right;
	display:inline-block;
}

.m0 {
	margin:0!important;
}

.p0 {
	padding:0!important;
}

.pl30 {
	padding-left:30px;
}

a.logo-link {
	line-height:60px;
	vertical-align:middle;
}

@media (min-width: 768px) and (max-width: 979px) {
	nav {
		padding-left:15px;
		padding-right: 15px;
	}
	
	.quick-access {
		padding-right:5px;
	}
	
	#nav{
		padding-top:0px;
		background-color:#222222;
		border-top:0;
	}
	#nav ul{
		display:none;
	}
	.mobile-menu {
		display: block;
	}
	
	.breadcrumb-custom {
		margin-top: 130px;
	}
	
	.btn-cnt {
		padding:0;
		margin:0;
	}
	
	.btn-book {
		text-align:center;
		margin:0;
		margin-top: 15px;
		float:none;
	}
}

@media (max-width: 767px) {
	.btn-cnt {
		padding:0;
		margin:0;
	}
	
	.btn-book {
		text-align:center;
		margin:0;
		margin-top: 15px;
		float:none;
	}
	
	nav {
		padding-left:15px;
		padding-right: 15px;
	}
	
	.quick-access {
		padding-right:5px;
		text-align:center;
	}
	
	ul.access {
		float:none;
	}
	
	#nav{
		padding-top:0px;
		background-color:#222222;
		border-top:0;
	}
	#nav ul{
		display:none;
	}
	.mobile-menu {
		display: block;
	}
	
	.breadcrumb-custom {
		margin-top: 0;
	}
	
	.sticky-header {
		position:relative;
	}
	
	#searchbar button {
		margin-right:5px;
	}
	
	section.homepage {
	
		margin-top:0;
	}
}

@media (max-width: 599px) {
	#searchbar {
		display:none;
	}
	
	#searchbar-mobile {
		display:block;
		margin-bottom:0;
		margin-right:20px;
	}
	
	#searchbar-mobile input, #searchbar-mobile select, #searchbar-mobile button {
		border-top-left-radius: 0px;
	  	border-top-right-radius: 0px;
	  	border-bottom-right-radius: 0px;
	  	border-bottom-left-radius: 0px;
	  	border:0px;
	  	background-color:#333333;
	  	border-color:#333333;
	  	color:#fff;
	  	margin:0;
	  	display:block;
	  	width:100%!important;
	}
	
	#input-cnt {
		padding-right: 14px;
	}
	
	#searchbar-mobile input {
		margin-right:10px;
	}
	
	#searchbar-mobile input, #searchbar-mobile button {
		border: 1px solid #333333;
		background-color:#333333;
	  	border-color:#333333;
	}
	
	#searchbar-mobile button:hover {
		background-color:#FECF47;
	  	border-color:#FECF47;
	  	background-position: 0px -80px;
		transition-property: background-position;
		transition-duration: 0.1s;
		transition-timing-function: linear;
		transition-delay: 0s;
	}
	
	#searchbar-mobile button {
	  	color:#333;
	  	border: 0px;
	  	border-bottom: 2px solid #EAEAEA;
	}
}

.mobile-menu {
	background: #222222;
	color: #ffffff;
	width: 100%;
	margin:0 auto;
	padding-left: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border:2px solid #333;
	line-height:20px;
	height:40px;
	width:100%!important;
}

.slider-parallax
{
  visibility: visible;
  transform: translate(0px, 0px);
}

#slider
{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tp-banner-container
{
  width: 100%;
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.search-result-main
{
  background-color: #FFFF00;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  margin-top: 22px;
  position: relative;
  margin-bottom: 6px;
  text-align:center;
}

.search-result-main .head
{
  color: #555;
  font:500 18px/1.2em "Roboto","sans-serif";
  line-height: 40px;
  padding:0;
  margin:0;
}

.detail p
{
  font-size: 13px;
  line-height: 18px;
  color: #666;
}

.travel-detail .head
{
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font:400 24px/1.5em "Roboto","sans-serif";
}

a.booknow2
{
  display: table;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #555;
  background-color: #ffff00;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #edd900;
  border-right-color-value: #edd900;
  border-bottom-color: #edd900;
  border-left-color-value: #edd900;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration-line: none;
  text-decoration-style: solid;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

a.booknow2:hover
{
  background-color: #006BB5;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #006BB5;
  border-right-color-value: #006BB5;
  border-bottom-color: #006BB5;
  border-left-color-value: #006BB5;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  color: #ffffff;
}

#our-travels {
	padding-bottom: 30px;
}

.countdown_cnt {
	padding:0px 20px;
}

.package-price {
	padding-left:20px;
}

.countdown_cnt h5 {
	color: #555;
  	font:300 14px/1.2em "Roboto","sans-serif";
  	padding:0;
  	margin:0;
}

#countdown {
	color:red;
}

.detail {
	padding:0 20px;
	text-align:justify;
}

.action-list li{
	background-color:transparent;
}

.pl20 {
	padding-left:20px;
}

.tour-list2 span
{
  padding-left: 10px;
}

.tour-list3 a
{
  padding-left: 10px;
  color: #555;
  font:400 14px/1.2em "Roboto","sans-serif";
}

.tour-list3 li
{
  color: #002A4A;
  clear: both;
  display: block;
  line-height: 24px;
}

.tour-header
{
  	position: relative;
  	font-size: 20px;
  	color: #333333;
  	text-transform: uppercase;
  	font:300 24px/1.2em "Roboto","sans-serif";
}

.tour-package {
	background-color: #ffff00;
}

.btn-comment {
	background-color: #ffff00;
	border-bottom-width: 3px;
  	border-bottom-style: solid;
  	border-bottom-color: #ce9600;
  	font-size: 14px;
  	font-weight: 700;
}

.color_red {
	color:red!important;
}

.color_green {
	color:green!important;
}

.footer-list li a, .inner-areas li a, .tour-list1 span, .tour-list2 span {
	font-family:"Roboto","sans-serif";
}

.all-tours {
	border-bottom: 1px solid #efefef;
	margin-bottom:0;
	padding-bottom:0;
	padding-top:5px;
}

.nav-tabs li.active, .nav-tabs li.active > a {
	background-color: #efefef!important;
}

.detail-tabs .tab-content
{
  margin-top: -21px;
  padding-bottom: 10px;
  background-color: #efefef;
}

#booking-tabs-wrapper {
	background-color: #fff;
}

.is_link:hover {
	cursor: pointer!important;
}