body {
	background: #fff !important;
}

.bx-wrapper {
	margin: 0 30px 30px
}

.bx-pager .col-md-4 {
	padding-left: 0;
	padding-right: 15px;
}

.bx-pager .col-md-4 img {
	background: #fff;
	padding: 5px;
}

.wabutton {
  background-color: #387F39;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 50px 4px;
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.wabutton1 {border-radius: 25px;}

.wabutton:hover {
    opacity: 0.7;
}
.promobutton:hover {
    opacity: 0.7;
}
.promobutton {
  background-color: #EF6262;
  border: none;
  color: #FBD85D;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 4px;
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.promobutton1 {border-radius: 25px;}

#header-booking h1#wrap{
	position: relative;
	overflow-x: hidden;
	transition: 0.3s ease-in-out all;
}

#header ul li{
	display: inline;
}

#header ul li a{
	color: #000;
}

.loading-bar {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0,0,0,0.8);
	text-align: center;
	z-index:10000;
}

.loading-text {
	position: absolute;
	top: 45vh;
	margin: 0 auto;
	font-size: 24px;
	letter-spacing: 0.12em;
	color: #ffff00;
	left: 44vw;
}

.loading-bar-hide {
	display: none;
}

.loading-bar-show {
	display: block;
}

#header #gnav{
	background: #04477e;
	margin-bottom: 0;
}

#gnav > .container{
	padding: 15px 0;
}

#header #gnav ul li a{
	color: #FFF;
	text-align: left;
}

.section#banner-area #gnav{
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

#top-header{
	background: #FFE200;
	vertical-align: middle;
	padding: 5px 10px;
	font-size: 12px;
}

#header-logo{
	height: auto;
}

#top-header > .container{
	padding: 0;
}

#top-header ul{
	margin-bottom: 0;
}

#top-header .social-icon ul li{
	margin-right: 5px;
}

.social-icon ul li{
	display: inline;
}

.social-icon ul li#email-ico{
	padding-right: 5px;
	border-right: 1px solid #000;
}

#member-link{
	text-align: right;
	text-transform: uppercase;
}

#member-link ul li:first-child{
	border-right: 1px solid #000;
	padding-right: 5px;
}

img.img-responsive{
	margin: 0 auto;
}

#main-nav{
	text-transform: uppercase;
	text-align: right;
	padding-top: 0.5%;
}

#choose_date .glyphicon.glyphicon-calendar {
	position: relative;
	top: 6px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
}

img.lazy-load {
	transition: opacity .3s ease-in;
}


#choose_date input{
	width: 90%;
}

#main-nav ul{
	margin-top: 1%;
}

#main-nav ul li{
	display: inline;
}

#main-nav ul li a{
	color: #FFF;
	padding: 10px;
}

.navbar-toggle{
	margin-top: 20px;
	color: #FEE951;
	font-size: 14px;
}

#banner-area{
	width: 100%;
	min-height: 0;
	background: transparent;
	position: relative;
	padding: 0;
}


#banner-nav ul{
	margin-top: 2.5%;
}

#banner-nav a{
	color: #FFF;
	text-transform: uppercase;
	padding: 10px;
}

#banner-nav a:focus, #banner-nav a:hover,
#main-nav a:focus, #main-nav a:hover{
	background-color: transparent !important;
	text-decoration: underline;
}

#search-tour{
	background: #EAEAEA;
	padding: 0 15px 10px;
	margin: 0 auto;
}

#home-page #search-tour{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	background: #04477e;
	padding: 0 15px 10px;
	margin: 0 auto;
}

#home-page #search-tour h3{
	color: #FFE200;
	text-transform: uppercase;
}

#home-page #search-tour p{
	color: #FFF;
}

.section{
	padding: 20px 15px;
}

#operational-tour .container{
	padding: 10px 15px;
}

#operational-tour, #destination{
	background: #E6E5E5;
}

#announcement{
	background: #36467B;
	color: #FFF;
	text-align: center;
}

#announcement #announce-img{
	min-height: 75px;
	font-size: 12px;
}

.section > h3, .section .container > h3{
	text-align: center;
	color: #04477f;
	font-weight: 600;
	margin: 20px 0;
	text-transform: uppercase;
}

.section .btn{
	width: 100%;
	background: #FFE200;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}


.section .btn:hover {
	color: #7a7a7a;
}

.btn.btn-primary {
	background: #FFE200;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	border: 0;
	cursor: hand;
}

.section .tour-item{
	width: 100%;
	height: 210px;
	position: relative;
	background: #888;
	margin-top:20px;
}

.section .tour-item .tour-title{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,34,0.6);
	font-size: 12px;
	width: 100%;
	padding: 10px 5px 0;
	text-align: center;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	padding-top: 10px;
}

.section .tour-item .tour-title p a{
	color: #FFE200;
	text-transform: uppercase;
}

.section .tour-item .tour-title p a span{
	color: #FFF;
	text-transform: none;
	display: block;
	text-align: center;
}

.section .tour-item .city-title{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,34,0.6);
	font-size: 14px;
	width: 100%;
	padding: 10px 5px 0;
	text-align: center;
	letter-spacing: 0.1em;
}

.section .tour-item .city-title p a{
	color: #FFE200;
	text-transform: uppercase;
}

.section .tour-item .city-title p a span{
	color: #FFF;
	text-transform: none;
	float: right;
}

.section p.view-more{
	text-align: center;
	margin: 20px 0;
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
}

#announcement p{
	max-width: 750px;
	margin: 0 auto 10px;
}

#testimonial{
	text-align: center;
}

#testimonial .testi-item{
	max-width: 750px;
	margin: 0 auto;
}

#testimonial .testi-item #testi-img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 20px auto;
	background: #888;
}

#testimonial .testi-item .testi-author{
	margin: 0;
	font-weight: 600;
}

#article .article-item h4{
	text-transform: uppercase;
	margin: 20px 0 10px;
	font-weight: 600;
}

#article .article-item h4 a{
	color: #242450;
}

#article .article-item .article-img{
	position: relative;
	height: 240px;
	background: #888;
}

#article .article-item .article-img .article-date{
	position: absolute;
	margin: 0;
	padding: 10px;
	bottom: 0;
	width: 100%;
	background: #242450;
	color: #FFE200;
}

#destination{
	text-align: center;
}

#destination .container > p{
	max-width: 750px;
	margin: 0 auto 20px;
	color: #242450;
	font-weight: 600;
}

#destination .dest-title{
	font-weight: 600;
	text-transform: uppercase;
	color: #242450;
}

.bx-wrapper {
	margin: 0 30px 30px
}

#bx-pager .col-md-4 {
	padding-left: 0;
	padding-right: 15px;
}

#bx-pager .col-md-4 img {
	background: #fff;
	padding: 5px;
}



.dest-item{
	background: #FFF;
	position: relative;
	padding: 60px 15% 20px;
	max-width: 300px;
	min-height: 250px;
	margin: 70px auto 0;
}

.dest-item .dest-img{
	background: #888;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.dest-action {
	background: #FFF;
	position: relative;
	padding: 0 15% 20px;

}

form.load-more {
	text-align: center;
	margin-bottom: 30px;
}

#footer-nav{
	background: #04477f;
	padding: 25px 0;
}

#footer-nav p{
	text-transform: uppercase;
	color: #FFE200;
	max-width: 145px;
	width: 100%;
	margin: 0 auto 10px;
}

#footer-nav ul{
	max-width: 145px;
	width: 100%;
	margin: 0 auto;
}

#footer-nav ul li a{
	color: #FFF;
}

#footer-btm{
	background: #FFE200;
	padding: 5px 0;
	font-size: 12px;
}

#footer-btm p, #footer-btm ul{
	margin: 0;
}

#footer-btm .social-icon{
	text-align: right;
}

#footer-btm .social-icon ul li{
	margin-left: 5px;
}

#footer-btm .social-icon ul li a{
	color: #000;
}

.site-footer .footer-bottom {

    border-top: 1px solid #eee;

    background: #04477f ;

}

/* Search Result Page */

#search-result-page > h1{
	color: #000034;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

.result-img{
	height: 250px;
	background: #eaeaea;
}

.search-result-item{
	margin: 20px 0;
}

.search-result-item a:hover{
	text-decoration: none;
}

.result-name{
	width: 100%;
	height: 250px;
	background: #000034;
	position: relative;
	display: table;
	opacity: 1;
	transition: .2s ease-in-out all;
}

.result-name:hover{
	opacity: 0.8;
}

.result-name h3{
	margin-top: 0;
	color: #FFE200;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}

.result-price{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	width: 100%;
	background: #FFE200;
}

.result-price p{
	margin: 0;
}

.result-price p span{
	float: right;
}

/* Category List Page */

.category-banner{
	max-height: 30vh;
	min-height: 30vh;
	background: #888;
	position: relative;
}

.category-feature{
	background: rgba(0,0,34,0.6);
	width: 100%;
	position: absolute;
	top: 0;
	color: #FFF;
	padding: 70px 20px;
	text-align: center;
	height: 30vh;
	z-index: 100;
}

.category-feature h3 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 42px;
	text-shadow: 0px 2px rgba(0,0,0,0.5);
	margin-bottom: 1.5rem;
}

#category-desc{
	border-bottom: 1px solid #555;
	padding-bottom: 30px;
}

.category-feature ul{
	margin: 0;
}

.category-feature ul li{
	display: inline;
	margin-right: 2.5em;
}

.category-feature ul li span{
	color: #FFE200;
	vertical-align: middle;
}

.description {
	width: 60%;
	padding: 0 30px;
	margin: 20px auto;
}

#package-content{
	padding: 20px 20px 0;
	border: 1px solid #DDD;
	border-top: none;
}

#package-list li a{
	background: #000034;
	color: #FFE200;
}

#package-list li.active a{
	background: #FFF;
	color: #555;
}

.package-item{
	background: #888;
	min-height: 350px;
	position: relative;
	margin-bottom: 30px;
}

.package-item .package-title{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,34,0.6);
	font-size: 12px;
	width: 100%;
	padding: 10px 5px 0;
	text-align: center;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	padding-top: 10px;
}

.package-item .package-title p{
	margin: 0;
	text-align: center;
	color: #FFE200;
}

.package-item .package-title span{
	margin: 0;
	text-align: center;
	color: #fff;
}

.package-item .package-title p a{
	color: #FFE200;
}

#package-content .package-row{
	margin-bottom: 30px;
}

/* Booking Page */

#book-detail, #additional-detail{
	background: #EEEEEE;
	padding: 20px;
	margin: 20px auto;
}

.dir-path{
	border-bottom: 1px solid #dadada;
}

.dir-path ul li{
	display: inline;
	color: #000034;
}

.dir-path ul li:after{
	content: " /";
}

.dir-path ul li a{
	color: #000034;
}

.dir-path ul li.current{
	font-weight: 600;
}

.dir-path ul li.current:after{
	content: "";
}

#header-booking{
	padding: 10px 0;
}

#header-booking h1, #header-booking p{
	margin: 0;
	color: #000034;
	line-height: 1.2em;
	margin-bottom: 15px;
}

#header-booking h1{
	font-weight: 600;
	font-size: 34px;
}

#header-booking #header-price{
	text-align: right;
}

#header-booking #header-price p{
	margin-top: 10px;
}

#booking-images #img-large{
	background: #01659C;
	min-height: 300px;
}

#booking-images #thumbnails{
	margin: 20px -15px;
}

#booking-images .img-thumb{
	background: #01659C;
	height: 100px;
}

.desc-label{
	font-weight: 600;
	padding: 10px 0;
	color: #000034;
}

p.read-more{
	text-align: right;
}

#booking-date #datetimepicker .input-group-addon{
	float: right;
	display: block;
	width: 80px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	line-height: 1.4;
}

#additional-heading{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 0 0.5em;
}

.additional-row:not(#additional-heading){
	max-width: 1000px;
	margin: 5px auto;
}

#additional-heading p{
	font-size: 1.5em;
	color: #000034;
	font-weight: 600;
}

.room-type-container p{
	margin: 0;
	padding-top: 8px;
}

.room-type-container{
	margin: 20px 0;
}

.additional-row .idr{
	width: 50px;
	display: block;
	float: left;
}

#total-price-row{
	background: #000034;
	color: #FFF;
	padding: 5px 7%;
}

#total-price-row p{
	margin: 0;
	font-size: 1.5em;
}

#total-price-row #grand-total{
	text-align: right;
	font-size: 1.5em;
}

p#checkout{
	text-align: right;
	margin: 10px 0;
	padding: 0 7%;
}




/* Checkout Page */

.gray-border{
	border: 1px solid #eee;
	border-radius: 7px;
	padding: 30px;
}


#checkout-form{
	padding: 15px 40px 5em;
	margin-bottom: 30px;
}

.order-detail{
	padding-bottom: 30px;
}

.cyan-bg{
	background: #DAE8F8;
}

.product-label{
	font-weight: 600;
}

.page-header{
	margin: 0 auto;
	border-bottom: none;
	text-align: center;
}

p.required-label:after{
	content: " *";
	color: red;
}

.payment-detail .row{
	margin: 0 auto;
	border-bottom: 1px solid #888;
	padding: 10px 0;
}

.payment-detail .row p{
	margin: 0;
}

.payment-detail .row > div:last-of-type{
	text-align: right;
}

#coupon{
	text-align: center;
	margin: 20px 0;
}

#coupon p:first-of-type{
	margin-bottom: 0;
}

#request-conf{
	text-align: center;
}

#request-conf .btn{
	max-width: 250px;
}

/* Checkout Page */

#order-detail-heading > .row{
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}

#order-detail-heading > .row h2{
	margin: 20px 0;
}

.order-status{
	background: #000034;
	color: #FFE200;
	text-transform: uppercase;
	text-align: center;
}

.order-detail > .row{
	text-indent: 3em;
}

.order-detail > h3{
	margin-bottom: 30px;
}

.detail-wrapper{
	padding: 25px 30px;
}

.section .cyan-bg{
	margin: 0;
	padding: 20px 0;
}

#order-detail .cyan-bg{
	margin: 0 -15px;
}


/* Tour Detail */

.banner-area{
	background: #3D80C4;
	margin: auto;
	min-height: 24em;
	position: relative;
}

.banner-area .col-md-4{
	position: relative;
}

#banner-title{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 0 17% 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: -27px;
	background: #000034;
	height: 25em;
	font-weight: 600;
	border-radius: 8px;
}

#banner-title .promo{
	background: #FFE200;
	padding: 15px 0;
	font-size: 16px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	margin-bottom: 45px;
}

#banner-title h4{
	font-size: 24px;
}

#banner-title h4:first-of-type{
	color: #FFE200;
}

#banner-title h4:last-of-type{
	color: #FFFFFF;
	margin-bottom: 45px;
}

#banner-title h2{
	color: #FFE200;
	padding: 15px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-weight: 800;
}

#banner-title p:not(.promo){
	color: #FFE200;
}

.underlined{
	padding-bottom: 10px;
	border-bottom: 1px solid #888;
}

#tour-option div.gray-bg{
	max-width: 1100px;
	margin: 30px auto;
	padding: 30px 10px;
}

#tour-option div.gray-bg > .row{
	margin: 10px 0;
}

#tour-option div.text-num{
	padding: 0;
}

#tour-option div.text-num p{
	float: left;
}

#tour-option div.text-num input{
	max-width: 30px;
	margin: 0 3px;
	float: left;
	padding: 6px;
	text-align: center;
}

#configuration span{
	display: block;
	float: left;
	padding: 5px 30px;
	background: #000034;
	color: #FFE200;
	margin-right: 10px;
	font-weight: 600;
}

#configuration a{
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
}

#extra-night .col-md-8 .form-group > *{
	margin: 0 5px;
}

#extra-night input[type='text']{
	max-width: 50px;
	text-align: center;
	padding: 6px;
}




#payment-order-detail > .row{
	max-width: 1080px;
	margin: 0 auto;
	border-bottom: 1px solid #eaeaea;
}

#payment-method{
	padding: 30px 0;
}

.gray-bg{
	background: #E8E8E8;
	padding: 30px 0;
	margin: 0;
}

.gray-bg .form-group{
	margin: 0;
}

.order-detail #pay-order{
	text-align: center;
}

#destination-list > .row{
	border-top: 1px solid #888;
	margin-bottom: 30px;
}

#destination-list .form-group input[type='radio']{
	margin: 25px auto;
	display: block;
}

#destination-list .form-group input[type='radio'] + label{
	display: block;
	margin: 0 auto;
	opacity: .8;
	cursor: pointer;
	transition: .2s ease-in-out all;
}

#destination-list .form-group input[type='radio']:hover + label{
	opacity: 1;
}

#destination-list .form-group input[type='radio']:checked + label{
	opacity: 1;
}

#destination-list .form-group label p{
	text-align: center;
	margin: 15px auto 0;
}

#total-order-price{
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}

#total-order-price p{
	margin: 0;
	text-transform: uppercase;
	font-size: 1.5em;
}

#total-order-price .price{
	text-align: right;
	color: red;
	font-weight: 600;
}

/* Special Interest Page */

.page-title{
	position: absolute;
	margin: auto;
	background: #000034;
	color: #FFE200;
	text-transform: uppercase;
	padding: 0 25px;
}

#special-int-title{
	top: 0;
	bottom: 0;
	left: 0;
	max-height: 70px;
}

#activities-header > h3{
	position: relative;
}

#activities-header > h3:before{
	font-family: FontAwesome;
	content: "\f041";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: -40px auto;
}

#activities-header > h3:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 20px auto;
	width: 200px;
	border: 1px solid #000;
}

#activities-header p{
	margin: 50px auto 0;
	max-width: 930px;
	text-align: center;
	font-style: italic;
}

.spec-interest-row{
	margin-bottom: 30px;
	padding: 0;
}

.spec-interest-row .interest-desc{
	padding: 4% 15px 0;
}

.spec-interest-row ul li{
	margin: 5px 0;
	position: relative;
	padding-left: 15px;
}

.spec-interest-row ul li:before{
	content: "+";
	position: absolute;
	left: 0;
}

.dummy-img{
	min-height: 17.5em;
	background: #888;
}

#source ul{
	display: block;
	position: relative;
}

#source ul:before{
	content: "Source: ";
	height: 100%;
}

/* My Account Page */

.section-header{
	font-weight: 600;
	color: #000034;
}

#my-account-page th{
	text-transform: uppercase;
	font-weight: 600;
}

#my-account-page td{
	vertical-align: middle;
}

#account-detail p{
	font-style: italic;
}

#order-status > .section{
	text-align: center;
}

#order-status > .gray-border{
	margin: 0;
}

#order-status > .gray-border .col-md-3{
	padding: 15px 0 15px 4%;
	border-right: 1px solid #eee;
}

#order-status > .gray-border .col-md-3:last-of-type{
	border-right: none;
}

#order-status > .gray-border .col-md-3 p:first-of-type{
	text-transform: uppercase;
}

#order-status > .gray-border .col-md-3 p:last-of-type{
	font-weight: 600;
}

#order-status > p{
	margin: 20px 0;
}

/* Login Page */

#login-wrap{
	position: relative;
	min-height: 34em;
}

#form-login{
	padding: 30px 20px;
	position: absolute;
	max-width: 700px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 350px;
}

#form-login #login-btn{
	margin: 20px 0;
}

#form-login #logged-row{
	padding-left: 27%;
}

.centered{
	text-align: center;
}


/* Contact Us Page */

#contact-us-page h4{
	color: #000034;
	font-weight: 600;
}

#get-social{
	margin-top: 30px;
}

#get-social ul{
	margin-top: 15px;
}

#get-social ul li{
	display: inline;
	margin-right: 10px;
}

#get-social ul li a{
	color: #000034;
	transition: .3s ease-in-out all;
}

#get-social ul li a:hover{
	color: #337ab7;
}

#form-contact{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #000;
}

#form-contact textarea{
	min-height: 100px;
}

/* Travel Information Page */

#travel-title{
	top: 0;
	left: 0;
	right: 0;
	max-width: 500px;
	height: 70px;
	text-align: center;
	background: rgba(0, 0, 52, .8);
}

.travel-info-page{
	max-height: 30vh;
	min-height: 30vh;
	background: #888;
	position: relative;
	margin : 0 auto;
}


#travel-info-page .tabs-left ul li{
	float: none;
	background: #09487e;
	border-top: 1px solid #FFF;
	position: relative;
}

#travel-info-page .tabs-left ul li a{
	color: #FFE200;
	width: 100%;
	border-radius: 0;
	border: none;
	font-weight: 600;
}

#travel-info-page .tabs-left ul li a:hover{
	background: #FFE200;
	color: #09487e;
}

#travel-info-page .tabs-left ul li.active a{
	background: #FFE200;
	color: #09487e;
}

#travel-info-page .tabs-left ul li.active:after{
	border-top: 15px solid transparent;
	border-left: 10px solid #FFE200;
	border-bottom: 15px solid transparent;
	content: "";
	height: 0;
	top: 5px;
	right: -10px;
	position: absolute;
	width: 0;
	z-index: 10;
}

#travel-info-page .tab-content {
	padding: 20px;
}

#travel-info-page .tab-content ul li{
	background: none;
	color: #000;
	list-style-type: disc;
}
/* FunAbout Page */

.funabout-row{
	margin-bottom: 30px;
	font-size: 14px;
}

.funabout-col{
	padding: 30px;
}

#fun-pagination ul{
	max-width: 300px;
	margin: 0 auto;
}

#fun-pagination ul li{
	display: inline;
}

#fun-pagination ul li a{
	border: 1px solid #000;
	border-radius: 6px;
	padding: 5px 10px;
	color: #000;
}

.funabout-row .city-name {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.6rem;
}

/* Blog List Page */

.blog-list-row{
	margin: 20px 0;
}

.blog-img{
	background: #888;
	height: 300px;
	position: relative;
}

.blog-tags{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	background: #000034;
}

.blog-tags ul{
	margin: 0;
}

.blog-tags ul li{
	display: inline;
	margin-right: 20px;
	color: #FFE200;
}

.blog-tags ul li span{
	color: #FFF;
}

#post-nav i{
	vertical-align: middle;
}

#next-post{
	text-align: right;
}


.blog-cust-img{
	padding: 15px 15px 0;
	text-align: center;
}

.blog-cust-img p{
	margin: 10px 0;
}



#how-to-page ol{
	padding: 0 15px;
}

#how-to-page ol li{
	list-style: decimal;
	margin: 10px 0;
}

#booking-date #datetimepicker .input-group-addon {
	float: none;
	font-size: 18px;
	margin-left: 10px;
}

.tour-pagination {
	text-align: center;
}

#footer-nav .company-address {
	max-width: none;
}

#footer-nav .company-address span.title {
	text-transform: uppercase;
	color: #FFE200;
	max-width: 145px;
	width: 100%;
	margin: 0 auto 10px;
}

#footer-nav .company-address p {
	color: #fff;
	text-transform: none;
	max-width: none;
}

/* Travel Agents */


.section .container > h3.loc-header {
	margin-bottom: 25px;
	text-align: left;
}

.box-location{
	background: #242450;
	position: relative;
	padding: 40px 0;
	width: 100%;
	min-height: 120px;
	margin-bottom: 25px;
}

.box-location-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFE200;
	opacity: 0;
	transition: .2s ease-in-out all;
}

.box-location-hover p{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 30px;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

.box-location-hover:hover{
	opacity: 1;
}

.loc-detail{
	vertical-align: middle;
	text-align: center;
	color: #FFF;
}

.loc-title{
	font-size: 18px;
	font-weight: 600;
}

.loc-link{
	position: absolute;
	right: 10px;
	bottom: 0;
}

.loc-link a{
	color: #FFF;
	font-size: 12px;
}

.page-header{
	text-align: center;
}


#mobile-nav {
	z-index: 10000;
	position: fixed;
	text-align: center;
	width: 100vw;
	margin: 0;
	padding: 0;
	background: #FFE200;
	height: 100vh;
	top: 0;
}

#mobile-nav > .nav > .item {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	word-spacing: 0.1em;
	font-size: 16px;
}

.mobile-toggle {
	background: none;
	border: 0;
	font-size: 48px;
	color: #074A7C;
	display: block;
	bottom:5vh;
	position: absolute;
	margin:0 auto;
	width: 100vw;
}

#mobile-nav #header-logo {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}

#mobile-nav .navbar-nav {
	margin: 7.5px 0px;
	display: block;
	float: left;
	width: 100vw;
}


/*----------------------------------------- MOBILE */
/* Mobile Vertical */
@media (min-width: 100px) and (max-width: 400px){
	.section{
		padding: 10px 10px 20px;
	}
	#footer-btm .social-icon ul li{
		margin: 0;
	}
	#additional-detail{
		padding: 0;
	}
	.detail-wrapper{
		padding: 25px 10px;
	}
	.order-detail.gray-border > .row{
		text-indent: 0;
	}
	#form-login #logged-row{
		padding-left: 4%;
	}
	#form-login{
		max-height: 385px;
	}

	#header-logo img {
	}

	.navbar-toggle {
		font-size: 1.2em;
	}
	#footer-nav .company-address p {
		font-size: 11px;
	}

}

/* Mobile Horizontal */
@media (min-width: 320px) and (max-width: 767px){
	.section#banner-area #gnav{
		position: relative;
		background: #09487e;
	}

	.section#banner-area #gnav .navbar{
		margin: 0;
	}

	#search-tour{
		width: 95%;
	}
	.section{
		padding: 10px 10px 20px;
	}
	#additional-detail{
		padding: 0;
	}
	.detail-wrapper{
		padding: 25px 10px;
	}
	.order-detail.gray-border > .row{
		text-indent: 0;
	}
	#form-login #logged-row{
		padding-left: 4%;
	}
	#form-login{
		max-height: 385px;
	}
}
/* Tablet Big Screen */
@media (min-width: 768px) and (max-width: 991px){
	#search-tour{
		left: 1%;
	}
	.order-detail.gray-border > .row{
		text-indent: 0;
	}
}

/* Desktop Small Screen */
@media (min-width: 992px) and (max-width: 1200px){
	.order-detail.gray-border > .row{
		text-indent: 0;
	}
}
/* Desktop Large Screen */
@media (min-width: 1200px){

}
@media(min-width: 1440px){

}