/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family:exo;
    src: url('../fonts/Exo-SemiBold.otf');
}
@font-face {
    font-family:icomoon;
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.ttf');
    src: url('../fonts/icomoon.woff');
}

*{
	/* transition: .3s linear; */
	outline: none!important;
}
.row{
	margin: 0px;
}
body {
	font-family: 'Lato', sans-serif;
}
.container{
	padding: 0px;
}
.entry-content {
  font-family:sans-serif;
  line-height:15pt;
}
.header{
	background-color: #16212f;
	height: 150px;
}
.top_header{
	position: relative;
	z-index: 9;
}
.logo{
	padding: 0;
	position: relative;
	z-index: 9;
}
.logo h2 a img{
	display: initial;
	width: 100%;
}
.main {
display:none;}
.header_links{
	text-align: right;
	padding: 0;
	border-bottom: 1px solid #33455d;
}
.header_links ul li{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #0e151f;
	text-align: center;
}
.header_links ul li a{
	color: #fff;
	padding: 16px;
	display: inline-block;
}
.header_links ul li:nth-child(1):hover{
	background: #314a87;
}
.header_links ul li:nth-child(2):hover{
	background: #22bbf4;
}
.header_links ul li:nth-child(3):hover{
	background: #d72a25;
}
.header_links ul li:nth-child(4):hover{
	background: #006dc0;
}
.header_links ul li a i{
	vertical-align: middle;
	font-size: 20px;
}
.header_btn{
	padding: 0;
	border-bottom: 1px solid #33455d;
}
.header_btn a{
	height: 50px;
	width: 50%;
	background: black;
	text-transform: uppercase;
	border: none;
	float: right;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 13px;
	color: white;
	padding: 18px;
	text-align: center;
}
/* .header_btn button a{
	color: #000;
	display: block;
} */
.header_btn a:hover{
	text-decoration: none;
}
div.cs-skin-border{
	background: #fce190;
	border: none;
	height: 50px;
	width: 50%;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 13px;
	text-transform: uppercase;
}
.cs-skin-border > span{
	border: none;
}
.cs-select span{
	padding: 18px 5px;
}
.cs-select > span::after{
	content: '\25BE';
	font-size: 26px;
	right: 4px;
}
.cs-skin-border.cs-active > span{
	color: #f21d6e;
}
.cs-skin-border ul span{
	padding: 15px 20px;
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    font-size: 14px;
	    color: #16212f;
}
.cs-skin-border .cs-options li span:hover, .cs-skin-border li.cs-focus span {
    background: #f01272;
    color: #fff;
}
.cs-select .cs-options{
	overflow: visible;
}
.cs-skin-border .cs-selected span::after{
	display: none;
}
.temp{
	background-image: url('/images/Home-page_05.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0px;
	height: 135px;
	margin-top: -67px;
}
.nav_subdiv{
	position: absolute;
	left: 0;
	right: 0;
	padding: 40px 15px;
	background: #191919;
	transition: none;
	display: none;
}
/* .nav_left{
	border-right: 1px solid;
	min-height: 320px;
} */
.nav_left:last-child{
	border-style: none;
}
.navigation ul li:hover .nav_subdiv{
	display: block;
	transition: none;
}
.navigation ul li.hover .nav_subdiv{
	display: block;
}
.nav_left h3{
	color: #70b3bc;
	font-size: 15px;
	font-weight: bold;
	font-family:exo;
}
.navigation .nav_left ul{
	margin-top: 30px;
	text-align: left;
}
.navigation .nav_left ul li{
	margin:10px;
	display: inline-block;
}
.navigation .nav_left ul li a{
	color: #9c9b9b;
	font-size: 13px;
	padding: 5px 10px;
	text-transform: capitalize;
	border-radius: 3px;
	font-family: 'Lato', sans-serif;
}
.navigation .nav_left ul li a:hover{
	background: #fce190;
	color: #0e1621;
	border-radius: 3px;
}
.navigation{
	clear: both;
	background: #fff;
	margin-top: -18px;
	position: static;
}
.navigation ul {
	text-align: center;
}
.navigation ul li{
	display: inline-block;
}
.navigation ul li a{
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	padding: 35px 35px;
	text-decoration: none;
	font-family:exo;
}
.navigation ul li:hover a{
	background: #191919;
	color: #fff;
}
.temp div h4{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}
.temp div span{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.slider_wrapper{
	transform: translateY(-40px);
}
.slider_text{
	text-align: center;
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	width: 100%;
}
.slider_text h2{
	font-size: 62px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-family: exo;
}
.slider_text p{
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}
.slide_img_wrapper{
	position: relative;
}
.slide_img_wrapper img{
	display: initial;
	width: 100%;
}
.carousel-inner>.item>img{
	width: 100%;
}
.carousel-indicators li{
	width: 18px;
	height: 18px;
	margin: 10px;
}
.carousel-indicators .active{
	width: 20px;
	height: 20px;
	margin: 10px;
}
.carousel-caption{
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
}
.carousel-caption h3{
	font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background: rgba(0, 0, 0, .4);
    display: inline-block;
    border-top: 10px solid #fff;
    padding: 30px 0px 60px 0px;
    font-family:exo;
}
.carousel-caption p{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-top: -26px;
	font-family:exo;
	letter-spacing: 6px;
	text-transform: uppercase;
	background: rgba(0, 0, 0, .4);
}
.carousel-indicators{
	bottom: 70px;
}
.form_wrapper{
	padding: 0px;
	padding-bottom: 30px;
}
.reservation_form h3{
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #424242;
	font-family:exo;
}
.reservation_form p{
	font-size: 18px;
	margin-bottom: 10px;
	color: #6b6b6b
}
.form-group{
	margin-top: 20px;
	padding-left: 10px;
}
.reservation{
	background: white;
	box-shadow: 20px 35px 0px 0px #5e999f;
	margin-top: -100px;
	position: relative;
	z-index: 9;
	padding: 40px 10px;
	margin-bottom: 40px;
}
.reservation_form form .form-group label{
	color: #6b6b6b;
	font-size: 15px;
	margin-bottom: 10px;
}
.reservation_form form .form-group select{
	padding: 7px;
	    border: none;
	    font-size: 13px;
	    color: #aeadad;
	    background: #f0f0f0;
	    width: 100%;
}
.search_btn{
	padding: 25px 70px;
	background: #ec027a;
	font-size: 17px;
	text-transform: uppercase;
	border-radius: 0px;
	color: #fff;
	border-style: none;
	    position: absolute;
    right: -25px;
    bottom: -85px;
    font-family:exo;
}
.top_space{
	height: 80px;
}
h2.main_heading{
	color: #424242;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	font-family: exo;
}
h2.main_heading:before{
	content: url('/images/headerimg.png');
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.heading_subtext{
	color:#424242;
	font-size: 16px; 
	margin-top: 45px;
	text-align: center;
}
.heading_subtext a{
	color: #ec027a;
	text-decoration: none;
}
.section_big,.section_small{
	margin-top: 30px;
	position: relative;
}
.section_big img,.section_small img{
	display: initial; 
}
.sub_heading{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	font-family: exo;
}
.one_text{
	position: absolute;
	bottom: 15px;
}
.one_text p{
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}
.sub_heading:before{
	content: url('/images/headerimg.png');
	position: absolute;
	bottom: -15px;
	left: 0;
}
.banner{
	margin-top: 40px;
}
.tours{
	padding: 0;
}
.tour_one{
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}
.tour_one a h3 {
  font-size:18px;
  color:black;
  margin-top:20px;
  margin-bottom:10px;
}
.tour_detail h3{
	font-size: 17px;
	    font-weight: bold;
	    margin: 15px 0px;
	    text-transform: uppercase;
	    font-family: exo;
}
.tour_detail p{
	margin-bottom: 12px;
	    font-size: 15px;
	    line-height: 22px;

}
.tour_detail p:nth-child(3){
	color: #5e999f;
	font-weight: bold;
	font-family: exo;
}
.learn_more{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	margin-top: 10px;
	display: inline-block;
}
.learn_more:hover{
	text-decoration: none;
	color: #383838;
}
.learn_more:hover:before{
	left: 30px;
	transition: .3s linear;
}
.learn_more:hover:after{
	right: -40px;
	transition: .3s linear;
}
.learn_more:before{
	content: url('/images/btnrimg.png');
	position: absolute;
	left: 0;
	bottom: -9px;
	transition: .3s linear;
}
.learn_more:after{
	content: url('/images/Home-page4_07.png');
	position: absolute;
	right: -45px;
	transition: .3s linear;
}
.viewall_btn{
	font-size: 22px;
	font-weight: bold;
	padding: 14px 40px;
	display: inline-block;
	margin-top: 40px;
	background: #5e999f;
	border-radius: 50px;
	color: #fff;
	font-family: exo;
}
.viewall_btn:hover{
	text-decoration: none;
	color: #e1e1e1;
}



.section_three{
	position: relative;
}
.memories{
	margin-top: 50px;
}
#owl-demo .item{
    margin: 10px;
    text-align: center;
}
.customNavigation{
  position: absolute;
      right: 0;
      top: -13px;
}
.customNavigation a i{
	font-size: 38px;
	color: #424242;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl_img{
	position: relative;
}
.owl_img img{
	display: initial;
	max-width: 100%;
}
.insta_icon{
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px;
	background: #fff;
}
.insta_icon i{
	font-size: 28px;
	color: #ec027a;
}


.one_calender{
	background: #fce7aa;
	    padding: 70px 10px 50px 10px;
	    min-height: 300px;
	    position: relative;
	    margin-top: 60px;
	    border: 15px solid #fff;
}
.one_calender h2{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #484848;
	font-family: exo;
}
.one_calender p{
	font-size: 16px;
	line-height: 20px;
	color: #484848;
}
.date{
	position: absolute;
	width: 90px;
	height: 90px;
	left: 50%;
	background: #ececec;
	top:-40px;
	transform: translateX(-50%)
}
.date h2{
	background: #5e999f;
	font-size: 18px;
	color: #fff;
	padding: 5px 0px;
}
.date p{
	font-size: 46px;
	color: #5c5c5c;
}
.footer_nav ul li{
	display: inline-block;
}
.footer_nav ul li a{
	color: #6b6b6b;
	font-size: 15px;
	text-transform: uppercase;
}
.footer_nav ul li a:hover{
	text-decoration: none;
}
.footer_nav ul li a span{
	margin: 0px 20px;
}
.footer_img{
	padding: 30px 0px 20px 0px;
}
.footer_img img{
	max-width: 220px;
}

.shown_in_video h5 {
  color:black;
}

.getting_main p{
	font-size: 16px;
    color: #6d6b6b;
    margin-top: 50px;
    line-height: 22px;
}
.getting_main p a{
	color: #ec027a;
	text-decoration: none;
}
.big_img{
	margin-top: 40px;
}
.category_row_one{
	margin-top: 50px;

}
.category_one{
	margin-top: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e1e1e1;
}
.category_one_text h3{
	color: #ec027a;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px;
	font-family: exo;
}
.category_one_text p{
	color: #4d4d4d;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.category_one_text h5{
	color: #5e999f;
	font-weight: bold;
	font-family: exo;
	margin-top: 15px;
	margin-bottom: 10px;
}
.contact_left h2{
	color: #ec027a;
	font-size: 26px;
	margin-bottom: 30px;
	font-weight: bold;
}
.contact_left ul li{
	color: #4d4d4d;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 26px;
}
.contact_left ul li i{
	font-size: 15px;
	margin-right: 15px;
}
.contact_left ul li span{
	font-size: 14px;
	display: block;
	margin-top: 10px;
	color: #4d4d4d;
}
.contact_left:first-child ul li:last-child{
	color:#ec027a;

}
.contact_left h4{
	font-size: 22px;
	font-weight: bold;
	color: #4d4d4d;
	margin-bottom: 30px;
}

#sync2 .item{
	border: 2px solid #fff;
	margin: 15px;
}
#sync2 .synced .item{
  border: 2px solid red;
}
.big_img img{
	width: 100%;
	display: initial;
}
.tour_left{
	margin-top: 30px;
	padding-right: 60px;
}
.tour_left h3{
	color: #ed1383;
	text-decoration: underline;
	font-size: 22px;
	font-family: exo;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.tour_left p{
	color: #4d4d4d;
	font-size: 17px;
	margin: 20px 0px;
}
.tour_left p strong{
	font-weight: bold;
}
.tour_left ul li{
	color: #4d4d4d;
	    font-size: 17px;
	    margin: 20px 0px;
	    list-style-type: disc;
}
.bg_pink{
	background: #f62d67;
	max-width: 260px;
	max-height: 240px;
	margin: 20px auto;
}
.bg_pink img{
	margin-top: 50%;
	transform: translateY(-50%);
	width: auto!important;
}
.section_two table{
	margin-top: 60px;
}
.table-responsive{
border-style:none;}
.table>thead>tr>th{
	font-size: 20px;
	color: #fff;
	background: #f62d67;
	border-bottom: none;
	border-left: 1px solid #fff;
}
.book_tour{
	margin-top: 40px;
	background-image: url('/images/Tour-Page-detail_22.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0px;
    background-position: center;
}
.book_tour form label{
	color: #383838;
	font-size: 17px;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: block;
}
.book_tour form input[type="number"]{
	background: transparent;
    border: 1px solid #383838;
    padding: 20px 15px;
    border-radius: 0px;
    float: left;
    width: 80%;
    margin-right: 15px;
}
.book_tour form span{
	font-size: 20px;
	    color: #383838;
	    margin-top: 9px;
	    display: inline-block;
}
.book_tour form select{
	background: transparent;
	    border: 1px solid #383838;
	    padding: 10px 15px;
	    width: 80%;
	    border-radius: 0px;
}
.book_tour form p{
	font-size: 17px;
}
.book_tour form p input[type="checkbox"]{
	width: 20px;
	    height: 20px;
	    margin-right: 15px;
	    vertical-align: sub;
}
.book_tour form h4{
	color: #f62d67;
	font-size: 24px;
	text-transform: uppercase;
	font-family: exo;
	margin-top: 20px;
}
.book_tour form button[type="submit"]{
	background: #588b92;
	font-size:21px;
	color: #fff;
	padding: 15px 25px;
	border-radius: 0px;
	text-shadow: none;
	border-style: none;
}
.testimonial_wrapper{
	background: #fce190;
	margin-top: 50px;
	padding: 30px 60px;
}
.rating{
	margin-top: 60px;
	text-align: left;
}
.rating ul li{
	display: inline-block;
}
.testimonial_text p{
	color: #424242;
	font-size: 17px;
	line-height: 22px;
	position: relative;
	margin-top: 20px;
}
.testimonial_text p:after{
	content: url('/images/Tour-Page-detail_26.png');
	position: absolute;
	transform: rotate(180deg);
	right: 0;
	    bottom: -30px;
}
.testimonial_text p:before{
	content: url('/images/Tour-Page-detail_26.png');
	position: absolute;
	left: 0;
	    top: -30px;
}
.user_info{
	margin-top: 60px;
	text-align: right;
}
.user_info h3{
	font-size: 15px;
	color: #424242;
	margin-bottom: 8px;
	font-weight: bold;
}
.owl-pagination{
	text-align: center;
}
.owl-controls .owl-page{
	cursor: pointer;
	    background: transparent;
	    width: 20px;
	    height: 20px;
	    display: inline-block;
	    margin: 10px;
	    border-radius: 50%;
	    border: 2px solid #424242;
}
.owl-controls .owl-page.active{
	background: #424242;
}






.accordion_wrapper{
	margin-top: 50px;
}
#integration-list {
    width: 100%;
    display: table;
}
#integration-list ul {
    padding: 0;
    margin: 20px 0;
}
#integration-list ul > li {
    list-style: none;
    border-bottom: 1px solid #b9b7b7;
    display: block;
    padding: 5px;
    overflow: hidden;
    margin-top: 20px;
}
.expand {
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.expand:hover{
	text-decoration: none;
}
.expand h2 {
    color: #424242;
    font-size: 21px;
}
#sup{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}
.detail {
    margin: 20px;
    display: none;
    line-height: 22px;
    color: #757272;
    font-size: 17px;
}

.right-arrow {
    float: right;
    font-weight: bold;
    font-size: 22px;
    color: #f62d67;
    border: 2px solid;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 18px;
}
.icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}

.tour_type{
	margin-top: -42px;
	background: #f0f0f0;
	position: relative;
}
.tour_type h3{
	background: #f0f0f0;
	padding: 15px;
	font-size: 19px;
	color: #424242;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: exo;
	position: absolute;
	top: -45px;
}
.tour_type .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border-style: none;
	font-size: 15px;
	font-family: exo;
	text-transform: uppercase;
	color: #424242;
min-width:150px;
}


.table_div::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table_div::-webkit-scrollbar:vertical {
    width: 12px;
}

.table_div::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table_div::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}

.table_div::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #f0f0f0; 
}



.tour_type input[type="checkbox"]:active:after {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  content: '';
  display: inline-block;
  -webkit-appearance: none;
}


.tour_type input[type="checkbox"] {
	background: #424242;
	padding: 8px;
	border-radius: 100%!important;
  display: inline-block;
  transition: all .2s;
  zoom: 1.5;
  vertical-align: middle;
  -webkit-appearance: none;
  margin-top: 10px;
  width: 30px;
  height: 30px;
}

.tour_type input[type="checkbox"]:active {
	background: #16202e;
	/* box-shadow: 0 0 0 0 #16202e inset, 0 0 0 2px #666666 inset, 0 0 0 0 #EEE inset, 0 0 0 8px #ddd inset, 0 0 0 12px #ddd; */
	width: 30px;
  height: 30px;
  -webkit-appearance: none;
	
}

.tour_type input[type="checkbox"]:checked:active {
	background: #16202e;
/* 	box-shadow: 0 0 0 8px #16202e inset, 0 0 0 0 #666666 inset, 0 0 0 8px #EEE inset, 0 0 0 12px #ddd inset, 0 0 0 8px #D6E5E4;
 */	-webkit-appearance: none;
	width: 30px;
  height: 30px;
}

.tour_type input[type="checkbox"]:checked {
	    background: #16202e;
	/* box-shadow: 0 0 0 8px #16202e inset, 0 0 0 0 #666666 inset, 0 0 0 8px #EEE inset, 0 0 0 0 #ddd inset, 0 0 0 0 #ddd; */
  content: url(http://i.imgur.com/OrSqEu5.png);
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
}

.single-post .icon {width:25px;height:25px;}


/* responsive starts */

@media only screen and (max-width: 1170px) {
	.carousel-caption h3{
		font-size: 70px;
	}
	.carousel-caption p{
		font-size: 18px;
	}
	.navigation{
		margin-top: -15px;
	}
	.temp{
		margin-top: -47px;
		height: 118px;
		padding: 35px 0px;
	}
	.navigation ul li a{
		padding: 35px 9px;
	}
	.footer_nav ul li a span{
		margin: 0px 10px;
	}
}
@media only screen and (max-width: 992px) {
	.navigation{
		padding: 0px;
		margin-top: -12px;
	}
	.navigation ul li a{
		font-size: 14px;
		padding: 30px 3px;
	}
	.temp {
    	margin-top: -26px;
    	height: 88px;
    	padding: 10px 0px;
	}
	.nav_subdiv{
		padding: 25px 0px;
	}
	.owl_img img{
		width: 100%;
	}
	.nav_left ul{
		padding: 0px;
	}
	.navigation .nav_left ul li a{
		padding: 5px;
	}
	.carousel-caption h3{
		font-size: 25px;
		padding: 10px 0px 30px 0px;
	}
	.carousel-caption p{
		font-size: 10px;
		margin-top: -10px;
	}
	.section_big, .section_small{
		clear: none!important;
	}
	.tour_one img{
		width: 100%;
	}
	.footer_nav ul li a{
		font-size: 12px;
	}
	.footer_nav ul li a span{
		margin: 0px 5px;
	}
	.slider_text h2{
		font-size: 42px;
	}
	.category_one_img img{
		width: 100%;
	}
}
@media only screen and (max-width: 765px) {
	.container{
		padding: 0px 15px;
	}
  .header{
  height:auto;
  }
	.slider_text p{
		margin-top: 0;
	}
	.tour_type{
		margin-top: 5px;
	}
	.header_btn a{
		height: 40px;
		padding: 14px;
	}
	.slider_text p{
		font-size: 3vw;
	}
	div.cs-skin-border{
		height: 40px;
	}
	.cs-select span{
		padding: 14px 5px;
	}
	.header_btn{
		margin-top: -7px;
	}
	.header_links ul li{
		width: 30px;
		height: 30px;
	}
	.header_links ul li a{
		padding: 5px;
	}
	.navigation{
		margin-top: 0;
		display: none;
	}
  .dl-menuwrapper{
    margin-top:3%;
  }
  .header_links{
  display:none;
  }
	.main{
		display: block;
	}
	.navigation ul li a {
    	font-size: 2vw;
    	padding: 20px 6px;
	}
	.temp{
		display: none;
	}
	.reservation{
		z-index: 0;
		margin-top: -40px;
	}
	.carousel-caption{
		/*display: none;*/
	}
	.carousel-indicators{
		bottom: 0;
	}
	.nav_left{
		min-height: auto;
		margin-bottom: 40px;
	}
	.one_text{
		bottom: 5px;
	}
	.sub_heading{
		font-size: 16px;
	}
	.one_text p{
		font-size: 12px;
	}
	.viewall_btn{
		font-size: 18px;
	}
	.section_big img, .section_small img{
		width: 100%;
	}
	.owl_img img{
		width: 100%;
	}
	.category_one_img img{
		width: 100%;
	}
	.slider_text h2{
		font-size:6vw;
	}
	.tour_left{
	padding-right:0px;}
	.testimonial_wrapper{padding:30px 10px;}
	.book_tour form input[type="number"]{
	width:70%;}
	.book_tour form button[type="submit"]{
	font-size:15px;}
	.book_tour form select{
	width:70%;}

}
@media only screen and (max-width: 460px) {
  .dl-menuwrapper{
  margin-top:0px;
  }
  div.wdform_section,.form13 .wdform_page {
    font-family:exo;
  }
  div.warning{
    clear:both;
  }

}

.entry-content {
  font-size:initial !important;
  margin:initial !important;
}
.entry-content h2, .entry-content h1 {
  font-size:2rem !important;
  line-height:2rem;
  margin:initial !important;
  font:2rem;
  margin-top:20px !important;
  margin-bottom:20px !important;
  padding-top:30px;
  padding-bottom:30px;
}      
.entry-content p {
  margin-top:20px !important;
  margin-bottom:20px !important;
}  
.entry-content dt {
  clear:both;
  float:left;
  width:120px;
  margin:10px;
}
.entry-content dd {
  float:left;
  margin:10px;
}
.listing p,.listing div {
  clear:both;
}
.listing div {
  clear:both;
  padding:20px;
  font-style:italic;
}
        
div.warning{
  clear:both;
}
div.wdform_section {
  clear:both;
}        

div.announcement_banner { 
    position: fixed;
    bottom: 0px;
    z-index: 99999;
    background-color: white;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    border-top: #ccc 1px dashed;
    padding: 20px;
    
}
div.announcement_banner.red {color:red;}