/* =========================================================== padding */
.no-pad-l-r{
	padding-left:0px;
	padding-right:0px;
}

.no-pad-r{
	padding-right:0px;
}

.no-pad-l{
	padding-left:0px;
}

.pad-t-5{padding-top:5px;}
.pad-b-5{padding-bottom:5px;}
.pad-l-5{padding-left:5px;}
.pad-r-5{padding-right:5px;}
.pad-l-r-10{padding-left:10px!important; padding-right:10px!important;}

.pad-t-10{padding-top:10px;}
.pad-b-10{padding-bottom:10px;}
.pad-l-10{padding-left:10px;}
.pad-r-10{padding-right:10px;}

.pad-t-20{padding-top:20px;}
.pad-b-20{padding-bottom:20px;}
.pad-l-20{padding-left:20px;}
.pad-r-20{padding-right:20px;}

.pad-t-30{padding-top:30px;}
.pad-b-30{padding-bottom:30px;}
.pad-l-30{padding-left:30px;}
.pad-r-30{padding-right:30px;}

.pad-t-50{padding-top:50px;}
.pad-b-50{padding-bottom:50px;}
.pad-l-50{padding-left:50px;}
.pad-r-50{padding-right:50px;}

/* =========================================================== margin */
.no-mar-l-r{
	margin-left:0px;
	margin-right:0px;
}

.no-mar-r{
	margin-right:0px;
}

.no-mar-l{
	margin-left:0px;
}

.mar-t-5{margin-top:5px;}
.mar-b-5{margin-bottom:5px;}
.mar-l-5{margin-left:5px;}
.mar-r-5{margin-right:5px;}

.mar-t-10{margin-top:10px;}
.mar-b-10{margin-bottom:10px;}
.mar-l-10{margin-left:10px;}
.mar-r-10{margin-right:10px;}

.mar-t-20{margin-top:20px;}
.mar-b-20{margin-bottom:20px;}
.mar-l-20{margin-left:20px;}
.mar-r-20{margin-right:20px;}

.mar-t-30{margin-top:30px;}
.mar-b-30{margin-bottom:30px;}
.mar-l-30{margin-left:30px;}
.mar-r-30{margin-right:30px;}

.mar-t-50{margin-top:50px;}
.mar-b-50{margin-bottom:50px;}
.mar-l-50{margin-left:50px;}
.mar-r-50{margin-right:50px;}

.mar-t-60{margin-top:60px;}
.mar-b-60{margin-bottom:60px;}
.mar-l-60{margin-left:60px;}
.mar-r-60{margin-right:60px;}

.mar-t-80{margin-top:80px;}
.mar-b-80{margin-bottom:80px;}
.mar-l-80{margin-left:80px;}
.mar-r-80{margin-right:80px;}

/* =========================================================== container center position */
.container-12, .container-11, .container-10, .container-9, .container-8, .container-7, .container-6, .container-5{
	margin:0 auto;
}

.container-12, .container-11, .container-10, .container-9, .container-8, .container-7, .container-6, .container-5{
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
}

.container-12{
	width:100%;
}

.container-11{
	width:90%;
}

.container-10{
	width:80%;
}

.container-9{
	width:70%;
}

.container-8{
	width:60%;
}

.container-7{
	width:50%;
}

.container-6{
	width:40%;
}

.container-5{
	width:30%;
}

/* =========================================================== container 5 column */
.col-5-am{
	float:left;
}

.col-5-am{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

/* travel */
#map_wrapper {
	height: 520px;
}
#map_canvas {
	width: 100%;
	height: 100%;
}
.infobox-wrapper {
	display:none;
}
#infobox, .infobox {
	margin: 8px 0px;
	background: #fff;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 11px 20px 15px 20px;
	min-height: 43px;
	text-align: left;
	width: 280px;
	max-width: 280px;
	background-repeat: no-repeat;
	background-position: top center;
	box-shadow: 0px 2px 5px #333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 5px #333;
}
#infobox a, .infobox a{
	font-family: "open_sansbold";
	font-size: 16px;
	color: #38ada6;
}
.gm-style img {
    width: auto!important;
}
.col-travel-header h1 {
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	color: #38ADA6;
	font-family: "Ruda Black";
	margin-bottom: 27px;
	margin-top: 57px;
}
.col-travel-ad .brand-logo {
	margin-bottom: 60px; 
	padding: 0;
}
.filter-travel .btn{
    padding: 13px 20px;
    border-radius: 0px;
}
.filter-travel .form-group{
	margin-bottom: 20px;
}
.filter-travel .form-control{
    height: 48px!important;
}
.filter-travel .dropdown-menu{
    border-radius: 0px;
}
.thumbnail-animate img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.thumbnail-animate .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	/* background-color: rgba(0, 0, 0, 0.8); */
	
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(transparent),to(#000));
    background: -webkit-linear-gradient(top,transparent,#000);
    background: -moz-linear-gradient(top,transparent,#000);
    background: -ms-linear-gradient(top,transparent,#000);
    background: -o-linear-gradient(top,transparent,#000);
	
	padding:260px 20px 20px;
	
	text-shadow: 0px 0px 20px rgba( 0 , 0 , 0 , 1);
	
	-webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.thumbnail-animate p, 
.thumbnail-animate h2, 
.thumbnail-animate .mask h4,
.thumbnail-animate .mask small {
   opacity: 0;
   
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.thumbnail-animate:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.thumbnail-animate:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.thumbnail-animate:hover h2,
.thumbnail-animate:hover .mask h4,
.thumbnail-animate:hover p,
.thumbnail-animate:hover .mask small {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-thumbnail {
	height: auto;
	float: left;
	border: medium none;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0px;
	width: 100.5%;
	box-shadow: none;
	cursor: pointer;
}
.view-thumbnail .mask,
.view-thumbnail .content {
	width: 100%;
	/* height: 100%; */
	position: absolute;
	overflow: hidden;
	/* top: 0; */
	bottom: 0;
	left: 0;
	text-align: left;
}
.view-thumbnail img {
	display: block;
	position: relative;
	width: 100%;
}
.view-thumbnail h2 {
	position: relative;
	padding: 10px;
	color: #fff;
}
.view-thumbnail p {
	position: relative;
	color: #fff;
	padding: 0px;
	text-align: left;
}
.caption-grid-am{
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(transparent),to(#000));
    background: -webkit-linear-gradient(top,transparent,#000);
    background: -moz-linear-gradient(top,transparent,#000);
    background: -ms-linear-gradient(top,transparent,#000);
    background: -o-linear-gradient(top,transparent,#000);
}
.thumbnail-animate:hover .caption-grid-am{
	opacity: 0;
}
.caption-grid-am h4{
	line-height: 1.2;
	font-family: "open_sansbold";
	text-transform: none;
	margin: 0px 0px 3px;
	color: #fff;
	font-size:18px;
}
.caption-grid-am span{
	color: #fff;
	font-size: 14px;
}
.caption-grid-am{
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	padding: 80px 20px 15px 20px;
	text-align: left;
}
.view-thumbnail small{
	float:left;
	width:auto;
	margin-right: 10px;
}
.view-thumbnail small.Liveaboard {
    width: 31px;
	height: 36px;
    background: transparent url("../img/icons/Icon-Liveaboard-White.png") no-repeat scroll left top;
    top: 0px;
}
.view-thumbnail small.Resort {
	width: 31px;
	height: 36px;
	background: url(../img/icons/Icon-Resort-White.png) no-repeat scroll left top;
	top: 0px;
}
.view-thumbnail small.Diving {
	width: 31px;
	height: 36px;
	background: url(../img/icons/Icon-Diving-White.png) no-repeat scroll left top;
	top: 0px;
}
.acticons-container {
	/* background: rgba(64, 193, 185, 0.85); */
	clear: both;
	margin: 1px 0px;
	text-align: center;
	display: block;
	height:30px;
	padding:8px 0px!important;
	margin-left: -10px;
	height: auto;
}
.mask h4{
	line-height: 1.2;
	font-family: "open_sansbold";
	text-transform: none;
	margin: 0px 0px 15px;
	color: #FFF;
	font-size: 18px;
}
.col-travel-ad h3 {
	font-size: 18px;
	line-height: 18px;
	font-family: "Ruda Black";
	text-transform: uppercase;
	padding: 0;
	font-weight: normal;
	margin-bottom: 36px;
	margin-top: 0px;
}
.stories-mosaic .row-3x3 small.meta-icon {
    display: block;
    background-size: contain;
    top: auto;
    position: inherit;
    padding: 0px;
    margin: 0px 10px 10px;
}
.row-3x3 a:hover .collapse-subtitle p, .row-3x3 a:hover p {
    text-decoration: none;
	margin-bottom: 5px;
}
.arrow-map-link{
	font-family: "open_sansbold";
	font-size: 16px;
	color: #38ADA6;
}
.brand-logo a{
	padding-right:25px;
	padding-left:25px;
}
.caption-left{
	width:10%; float:left;
}
.caption-right{
	width:90%; float:left;
}
.filter-travel .btn-default:hover {
    color: #898989;
    background-color: #fff;
    border-color: #38ada6;
}
.filter-travel .btn-default{
	color: #898989;
	box-shadow: none !important;
}
.filter-travel .btn.focus, 
.filter-travel .btn:focus, 
.filter-travel .btn:hover{
    color: #898989;
	border-color: #38ada6;
}
.global-filter{
	width:180px;
}
.filter-travel .caret {
    display: inline-block;
	width: 10px;
	height: 6px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: none;
    border-right: none;
    border-left: none;
    background: url("../img/Icon-Dropdown.png")no-repeat scroll center right;
}
.container-filter{
	width: 58%;
	margin:0 auto;
}
.container-stories {
    width: 41.3%;
    margin: 0px auto;
}
.filter-travel .dropdown-menu > li > a {
    padding: 13px 20px;
}
.filter-travel .dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    background-color: #ededed;
}
.filter-travel .dropdown-menu li a span{
	color: #707070!important;
}
.filter-travel .btn-default.active.focus, 
.filter-travel .btn-default.active:focus, 
.filter-travel .btn-default.active:hover, 
.filter-travel .btn-default.focus:active, 
.filter-travel .btn-default:active:focus, 
.filter-travel .btn-default:active:hover, 
.filter-travel .open > .dropdown-toggle.btn-default.focus, 
.filter-travel .open > .dropdown-toggle.btn-default:focus, 
.filter-travel .open > .dropdown-toggle.btn-default:hover {
    color: #707070;
    background-color: #fff;
    border-color: #38ada6;
}
.filter-travel .btn-default.active, 
.filter-travel .btn-default:active, 
.filter-travel .open > .dropdown-toggle.btn-default {
    color: #707070;
    background-color: #fff;
    border-color: #38ada6;
}
.filter-travel .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.filter-travel .btn.active.focus, 
.filter-travel .btn.active:focus, 
.filter-travel .btn.focus, 
.filter-travel .btn.focus:active, 
.filter-travel .btn:active:focus, 
.filter-travel .btn:focus {
    outline:none!important;
	background-color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
    outline: none;
}
.col-travel-header p, .col-travel-ad p{
	text-align: center;
	color: #252525; 
	margin-bottom: 18px;
	font-size: 14px;
}
.col-travel-header p{
	margin-bottom: 18px;
}
.col-travel-ad p {
	margin-bottom: 25px;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0px none;
    border-bottom: 0px none;
}
/* end travel */

/* from head */
#mcontainer { display:none; }
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thumbnail {
	padding: 0;
	border-radius: 0;
}
/* end from head */

/* container */
.container {
    padding-left: 0px;
    padding-right: 0px;
}
/* end container */

/* navigation burger */
.navbar-toggle {
    margin-top: 5px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    border-radius: 0px;
    background-color: #FFF;
    height: 4px;
}
.navbar-nav > li > a {
    outline:none!important;
}
/* end navigation burger */

/* navigation desktop */
#content-nav,
.navigation-top,
.navbar-inverse,
.socmed-fb,
.socmed-tw,
.socmed-gplus,
.socmed-header a,
.container-nav-am {
	max-height:82px;
	height:82px;
}
.navigation-top{
    margin: 0px auto;
    background: #38ADA6;
	position: fixed;
	/* z-index: 2000; */
	z-index: 999;
	width: 100%;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-inverse {
    background-color: #38ADA6;
    border-color: transparent;
	max-width: 1070px;
	margin: 0 auto;	
}
.navbar-nav > li > a {
    padding-top: 31px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav .current-menu-item a {
    color: #123a38;
}
ul.nav.navbar-nav li.current a,
nav.navbar.arrowed ul.nav.navbar-nav li.current a {
	color: #123a38;
}
.search-header a span{
	color:#fff;
	font-size: 16px;
	border-left: 1px solid #123a38;
	padding-left: 20px;
}
.search-header a{
	padding-left: 0px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 0;
    list-style: outside none none;
    font-size: 14px;
    text-align: left;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}
.navbar-inverse .navbar-brand {
    color: #9D9D9D;
    padding: 0px;
}
.navbar-brand > img {
    display: block;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0, 0.2);
}
.nav-title{
	font-size: 18px;
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
}
.nav-title li a:hover,
.nav-title li a:focus{
	color:#fff!important;
}
.nav-title li a{
	padding-left: 20px;
}
.navbar.navbar-default .nav.navbar-nav:hover, 
.navbar .nav.navbar-nav a:hover,
.navbar .nav.navbar-nav a:focus {
	color: #123a38;
	text-shadow: none;
	background: none;
}
.nav li a:hover, 
.nav li a:focus {
	color: #123a38;
	background: none;
	border-color: none;
}
.navbar-right {
    float: right !important;
    margin-right: 0px;
}
.container-nav-am{
	width:100%; 
	background:#38ADA6;
	z-index: 999;
	position: absolute;
}
.socmed-header a {
	width: 28px;
	display: table-cell;
	float: left;
	margin-left: 5px;
	outline: none;
}
.socmed-header a.twitter {
	background: url(../img/header/twitter.png) no-repeat left center;
}
.socmed-header a.facebook {
	background: url(../img/header/facebook.png) no-repeat left center;
}
.socmed-header a.gplus {
	background: url(../img/header/gplus.png) no-repeat left center;
}
.socmed-header a.insta {
	background: url('../img/btn-instagram.png') no-repeat left center;
}
.socmed-header a:hover {
	background-position: right;
}
.container-search-transparent {
	position: fixed;
	top: -9999px;
	left: -9999px;
	visibilty: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.container-search-transparent.active {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibilty: visible;
	opacity: 0;
	opacity: 1;
}
.search-content-form{
	width: 100%;
	background: #fff;
	margin-top: -82px;
	text-align: center;
	padding: 25px 0px;
	opacity: 0;
	-webkit-transform: translateY(-0px);
	-moz-transform: translateY(-0px);
	-o-transform: translateY(-0px);
	-ms-transform: translateY(-0px);
	transform: translateY(-0px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 999;
	-webkit-box-shadow: 0px 7px 14px -6px #123a38;
	-moz-box-shadow: 0px 7px 14px -6px #123a38;
	box-shadow: 0px 7px 14px -6px #123a38;
	position: absolute;
}
#frmSearch img{
	margin-top: -10px;
	float: right;
	padding-right: 20px;
	position: absolute;
	right: 0px;
	cursor: pointer;
}
.search-content-form-active{
	width: 100%;
	background: #fff;
	margin-top: 82px;
	text-align: center;
	padding: 30px 0px;
	opacity:1;
	-webkit-transform: translateY(-0px);
	-moz-transform: translateY(-0px);
	-o-transform: translateY(-0px);
	-ms-transform: translateY(-0px);
	transform: translateY(-0px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index: 998;
	-webkit-box-shadow: 0px 7px 14px -6px #123a38;
	-moz-box-shadow: 0px 7px 14px -6px #123a38;
	box-shadow: 0px 7px 14px -6px #123a38;
	position: absolute;
}
.search-container-header{
	width: 37%;
	max-width: 500px;
}
.active-search-header{
	color:#123a38!important;
}
.input-lg {
    height: 36px;
    padding: 8px 20px;
    font-size: 14px;
    color: #252525;
}
#searchText{
	width: 500px;
	border-radius: 0px!important;
	box-shadow: none;
	border: 1px solid #d7d7d7;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn-search{
	background:#D7D7D7;
}
#btn-search{
	border-radius: 0px !important;
	background-color: #fff;
	height: 36px;
	padding: 8px 20px;
	font-size: 14px;
	margin-left: 18px !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #38ADA6 ;
	font-family: "Open Sans",sans-serif;
	border: 1px solid #D7D7D7;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#btn-search:hover{
	background-color: #123a38;
	color: #fff;
}
.modal {
    z-index: 2002;
}
/* navigation desktop */

/* from style-dr.css */
#stories-travel .column.stories { 
	padding-left: 0;
	padding-right: 30px; 
}
#stories-travel .column.travel {
	padding-left: 30px;
	padding-right: 0; 
}
.mosaic .column.left { width: 65%; }
.mosaic .column.right { width: 35%; }
.mosaic .right .text {
	padding-left: 20px; 
}
#stories-travel .container-tct {  max-width: 1070px; }
/* end from style-dr.css */

/* container */
.container {
	max-width: 1280px;
}
	
/* header */
.check-am-respo{
	display:none;
}
/* end header */

/* detail page */
div.detail-gallery-caption {
	overflow: hidden;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 15px !important;
}
div.trave-detail-gallery-caption {
    height: auto!important;
    margin-bottom: 26px;
	min-height: 70px;
}
/* end detail page */

/* about page */
.title-about{
	font-family: "Ruda Black";
	font-size: 48px;
	text-align:center; 
	margin: 33px 0px 17px 0px;
}

.aboutusp1 .row{
	margin:0 auto!important;
}

.aboutusp1{
	font-size: 16px;
	line-height: 28px;
	color: #252525;
	margin:0 auto; 
	max-width:580px;
}

.aboutusimgandp{
	background:#efefef; 
	width:100%;
	max-width: 580px;
	margin: 0 auto;
	padding: 25px 30px 11px 30px;
	margin-bottom: 40px;
}

.aboutusp1 p{
	margin-bottom: 21px;
}
.aboutusp1 p:last-child{
	margin-bottom: 12px;
}

.aboutusimgandp p:last-child{
	margin-bottom: 12px;
}

.about-the-website{
	margin-top: 0px;
	margin-bottom: 25px;
}

.title-about-content hr{
	background-color: #878787;
	height: 1px;
	width: 50px;
	margin-top: 17px;
}

/* end about page */

/* =========================================================== responsive */
/* ====================================================================== */
@media screen and (-webkit-min-device-pixel-ratio: 0) {}
@media only screen and (max-width: 1920px) {
	/* mosaic index page s & t */
	.mosaic-img-container-index{
		height: 360px;
		max-height: 360px;
		overflow: hidden;
		width: 100%;
		height: auto;
		position: relative;
	}
	.mosaic-img-container-index img{
		height: 380px;
		max-height: 380px;
		width: 100%;
		margin: 0px auto;
	}

	.row-2x2 .mosaic-img-container-index {
		height: 520px;
		max-height: 520px;
	}

	.row-2x2 .mosaic-img-container-index img {
		height: 540px;
		max-height: 540px;
	}
	/* end mosaic index page s & t */
	
	/* navigation */
	.status-page-responsive{
		display: none !important;
	}
	.check-d-responsive {
		display: none;
	}
	.check-d-desktop {
		display: block;
	}
	/* end navigation */
	
	/* detail page */
	.thumbnail.odestinations {
		overflow: hidden;
		max-height: 190px;
		position: relative;
		width: 100%;
	}
	.thumbnail.odestinations img {
		/* width: 100%;
		height: 190px; */
		width: auto;
		margin:0 auto;
	}
	.related-artilces-am{
		overflow: hidden;
		width: 100%;
		height: auto;
		position: relative;
	}
	.thumbnail.odestinations img,
	.related-artilces-am{
		height: 295px;
		max-height: 295px;
	}
	/* end detail page */
	
	/* homepage */
	.mosaic .left .text {
		width: 100%;
		padding-right: 20px; 
	}
	.mosaic .right .text {
		width: 100%;
	}
	.mosaic .left .item { height: 600px; }
	.mosaic .right .item { height: 300px; }
	/* end homepage */
	
	/* header */
	.search {
		margin-right: 39px;
	}
	/* end header */
}
@media only screen and (max-width: 1852px) {}
@media only screen and (max-width: 1800px) {}
@media only screen and (max-width: 1760px) {
	/* homepage */
	.mosaic .left .item { height: 560px; }
	.mosaic .right .item { height: 280px; }
	/* end homepage */
}
@media only screen and (max-width: 1700px) {}
@media only screen and (max-width: 1660px) {
	/* mosaic index page s & t */
	.mosaic-img-container-index{
		height: 280px;
		max-height: 280px;
		overflow: hidden;
		width: 100%;
		height: auto;
		position: relative;
	}
	.mosaic-img-container-index img{
		height: 300px;
		max-height: 300px;
		width: 100%;
		margin: 0px auto;
	}

	.row-2x2 .mosaic-img-container-index {
		height: 480px;
		max-height: 480px;
	}

	.row-2x2 .mosaic-img-container-index img {
		height: 500px;
		max-height: 500px;
	}
	/* end mosaic index page s & t */
}
@media only screen and (max-width: 1600px) {
	/* homepage */
	.mosaic .left .item { height: 500px; }
	.mosaic .right .item { height: 250px; }
	/* end homepage */
}
@media only screen and (max-width: 1560px) {}
@media only screen and (max-width: 1500px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1440px) {
	/* header */
	.search {
		margin-right: 59px;
	}
	/* end header */
}
@media only screen and (max-width: 1400px) {
	/* homepage */
	.mosaic .left .item { height: 480px; }
	.mosaic .right .item { height: 240px; }
	/* end homepage */
	
	/* header */
	.search {
		margin-right: 79px;
	}
	/* end header */
}
@media only screen and (max-width: 1366px) {
	/* mosaic index page s & t */
	.mosaic-img-container-index{
		height: 253px;
		max-height: 253px;
		overflow: hidden;
		width: 100%;
		height: auto;
		position: relative;
	}
	.mosaic-img-container-index img{
		height: 270px;
		max-height: 270px;
		width: 100%;
		margin: 0px auto;
	}

	.row-2x2 .mosaic-img-container-index {
		height: 360px;
		max-height: 360px;
	}

	.row-2x2 .mosaic-img-container-index img {
		height: 380px;
		max-height: 380px;
	}
	/* end mosaic index page s & t */
	
	/* max width container */
	.container {
		width: 1280px;
	}
	.search {
		/* margin: 0; */
		margin-right: 59px;
	}
	
	/* homepage */
	.mosaic .left .text {
		width: 740px;
		padding-right: 20px; 
		padding-left: 0px;
	}
	.mosaic .left .item { height: 420px; } 
	.mosaic .right .item { height: 210px; } 
	.mosaic .right .text {
		width: 329px; 
	}
	/* end homepage */
}
@media only screen and (max-width: 1365px) {
	/* navigation */
	.search-container-header{
		max-width: 100%;
	}
	/* end navigation */
	
	/* stories */
	.container-stories {
		width: 42%;
	}
	/* end stories */
	
	/* max width container */
	.container {
		width: 95%;
	}

	.container.container-detail {
		width: 100%;
	}

	.search {
		margin-right: 53px;
	}
	
	/* homepage */
	.mosaic .left .text {
		padding-left: 20px;
	}
	/* end homepage */
}
@media only screen and (max-width: 1300px) {}
@media only screen and (max-width: 1280px) {
	/* stories */
	.container-stories {
		width: 44%;
	}
	/* end stories */
}
@media only screen and (max-width: 1200px) {
	/* detail page */
	.thumbnail.odestinations img,
	.related-artilces-am{
		max-height: 265px;
	}
	/* end detail page */
	
	/* travel */
	.container-filter {
		width: 61.6%;
	}
	/* end travel */
	
	/* stories */
	.container-stories {
		width: 47%;
	}
	/* end stories */
}
@media only screen and (max-width: 1200px) {
	/* navigation */	
	.navbar-header .nav-title > li > a {
		display: none;
	}
	.status-page-responsive{
		padding: 20px 0px 0px 20px;
		color: #fff;
		display:block!important;
		text-transform: uppercase;
	}
	#searchText {
		width: 100%;
	}
	.search-content-form-active {
		margin-top: 68px;
	}
	#content-nav, .navigation-top, .navbar-inverse, .socmed-fb, .socmed-tw, .socmed-gplus, .socmed-header a, .container-nav-am {
		max-height: 68px;
		height: 68px;
	}
	.navbar-brand > img {
		/*height: 80px;*/
	}
	.socmed-header,
	.socmed-header a{
		height: 35px;
		max-height: 35px;
		float: left !important;
		margin-top: 0px;
		margin-left: -10px;
	}
	.socmed-header a{
		margin-left: 20px;
	}
	.socmed-header a:first-child{
		margin-left:0px;
	}
	.search-header a span {
		color: #FFF;
		font-size: 20px;
		border-left: none;
		padding-left: 20px;
		padding-right: 5px;
	}
	.navbar.navbar-default .nav.navbar-nav:hover, 
	.navbar .nav.navbar-nav a:hover,
	.navbar .nav.navbar-nav a:focus {
		color: #123A38;
	}
	.nav li a:hover, 
	.nav li a:focus {
		color: #123A38;
	}
	.navbar-inverse .navbar-nav .current-menu-item a {
		color: #123A38;
	}
	.check-d-desktop{
		display:none;
	}
	.navbar-inverse {
		max-width: 100%;
		width:100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar-header{
		height: 68px;
		max-height: 68px;
	}
	.check-d-responsive {
		display: table-cell;
	}
	.navbar-header .navbar-nav > li > a {
		padding-top: 22px;
		padding-bottom: 0px;
	}
	.navbar-collapse .navbar-nav > li > a {
		padding: 15px 0px 4px;
		font-size: 16px;
	}
	.navbar-collapse .navbar-nav{
		width:100%;
	}
	.navbar-toggle {
		margin-top:30px;
		border: none;
		margin-right: 0px;
		margin-top: 23px;
		padding:0px;
	}
	.navbar-inverse .navbar-toggle:hover, 
	.navbar-inverse .navbar-toggle:focus {
		background-color: transparent;
	}
	.active-burger-nav .icon-bar{
		background:#123a38!important;
	}
	.no-active-burger-nav .icon-bar{
		background:transparent;
	}
	.add-to-nav-burger{
		float:right;
		margin-top:0px!important;
		margin-bottom:0px!important;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border-color: #fff;
	}
	.navbar-collapse.in	{
		overflow-y: auto;
		background: #38ADA6;
		height: 100em;
		max-height: 100em;
		float:right;
		margin-top: 0px;
		padding: 0px 25px;
		margin-right: -20px;
	}
	.container {
		width: 100%;
	}
	.row{
		margin-right:0px;
		margin-left:0px;
	}
	.navbar-nav {
		margin: 7.5px 0px;
	}
	.search {
		margin-right: 47px;
		padding-top: 10px;
	}
	.search input.searchBar {
		width: 262px;
		display: block !important;
		right: 0px !important;
	}
	.nav-content{
		padding:0px!important;
	}
	.collapsing{
		float: right !important;
		border-radius: 0px !important;
		margin-top: 0px !important;
		padding: 0px 25px !important;
		background: #38ADA6 !important;
		margin-right: -20px !important;
		height: 100em!important;
		max-height: 100em!important;
	}
	ul.nav.navbar-nav li.first a {
		margin-left: 0px;
	}
	.collapsing, .navbar-collapse.in{
		width:195px !important;
		box-shadow: 0px 5px 5px 3px rgba(0,0,0, 0.3);
	}
	/* end navigation */
	
	/* detail page */
	.travel-detail-am .detail-sidebar-container{
		margin-bottom: 0;
	}
	.travel-col-detail-mid .detail-subtitle {
		margin-bottom: 50px;
		padding-top: 30px;
	}
	div.detail-highlight {
		margin-top: 30px;
	}
	.acticons-container .col-xs-12{
		padding-left:0px;
		padding-right:0px;
	}
	div.detail-gallery-caption {
        max-width: 880px;
		height: auto;
		padding-bottom: 15px !important;
        margin-left: auto;
        margin-right: auto;
	}
	.col-detail-share .detail-sidebar-container {
		padding-bottom: 30px;
		margin-bottom: 21px;
	}
	div.col-detail-post-data p.post-date {
		margin-bottom: 0px;
	}
	div.detail-sidebar-container {
		margin-bottom: 30px;
	}
	
	div.detail-gallery a.nav-arrows.prev {
		left: 20px;
	}
	div.detail-gallery a.nav-arrows.next {
		right: 20px;
	}
	.container.container-detail{
		width: 95%;
		padding-left: 20px;
		padding-right: 20px;
	}
	div.col-detail-left{
		margin-right: 5px;
	}
	div.col-detail-left {
		margin-left: 0px;
		margin-right: 0px;
		width: 30%;
	}
	div.col-detail-left {
		margin-right: 0px;
		max-width: 30%;
        padding-right: 15px;
	}
	div.col-detail-mid {
		margin-left: 0px;
		margin-right: 0px;
		width: 70%;
        padding-left: 15px;
	}
	div.col-detail-mid {
		margin-right: 0px;
		max-width: 70%;
	}
    
	div.detail-content div.detail-gallery-caption {
		width: 100%;
	}
	/* end detail page */
	
	/* homepage */
	.mosaic .left .text, .mosaic .right .text{
		width: 100%;
	}
	#stories-travel .container-tct,
	#footer .container{
		max-width: 94%;
	}
	#footer .container{
		padding-left:0px;
		padding-right:0px;
	}
	#stories-travel .column.stories {
		padding-right: 15px;
	}
	#stories-travel .column.travel {
		padding-left: 15px;
	}
	/* end homepage */
}
@media only screen and (max-width: 1023px) {
    div.col-detail-left { width: 100%; max-width: 100%; padding: 0; }
    
     div.col-detail-mid { width: 100%; max-width: 100%; padding: 0; }
     
	/* detail page */
	.thumbnail.odestinations {
		max-height: 160px;
	}
	.thumbnail.odestinations img,
	.related-artilces-am{
		height: 230px;
		max-height: 230px;
	}
	/* end detail page */
	
	/* stories */
	.container-stories {
		width: 53%;
	}
	/* end stories */
	
	/* stories and travel */
	.caption-grid-am .caption-right, .mask .caption-right{
		padding-left:10px;
	}
	.view-thumbnail .mask, .view-thumbnail .content {
		display:none;
	}
	.thumbnail-animate:hover .caption-grid-am {
		opacity: 1;
	}
	.thumbnail-animate:hover img {
	   -webkit-transform: none;
	   -moz-transform: none;
	   -o-transform: none;
	   -ms-transform: none;
	   transform: none;
	}
	/* end stories and travel */
	
	/* travel */
	#map_wrapper {
		height: 500px;
	}
	.container-filter {
		width: 70.4%;
	}
	/* end travel */
	
	/* logo */
	#top-header .col-md-3{
		padding-left:20px;
		padding-right:20px;
	}
	/* end logo */
	
	/* homepage */
	.mosaic .left .item { height: 370px; }
	.mosaic .right .item { height: 185px; } 
	/* end homepage */
}
@media only screen and (max-width: 991px) {
	/* detail page */
	.imgrelatedstoriesandotherdestination {
		width: 50%;
		float:left;
	}
	.thumbnail.odestinations {
		max-height: 300px;
	}
	.thumbnail.odestinations img, .related-artilces-am {
		height: 400px;
		max-height: 400px;
	}
	/* end detail page */
}
@media only screen and (max-width: 980px) {
	/* stories and travel */
	.caption-grid-am .caption-right, .mask .caption-right{
		padding-left:0px;
	}
	/* end stories and travel */
	
	/* stories */
	.container-stories {
		width: 56%;
	}
	.container-stories .col-md-4{
		float:left;
	}
	/* end stories */
	
	/* travel */
	.container-filter {
		width: 74%;
	}
	/* end travel */
	
	/* footer */
	/*#canvas .col-md-3{
		float:left;
		width:50%;
	}*/
	.fun-facts-top {
		padding-bottom: 35px;
	}
	.footeramdetail p{
		width:100%;
		text-align: center;
	}
	/* end footer */
}
@media only screen and (max-width: 960px) {
	/* travel */
	.container-filter {
		width: 75%;
	}
	/* end travel */
	
	/* stories */
	.container-stories {
		width: 57%;
	}
	/* end stories */
}
@media only screen and (max-width: 900px) {
	/* travel */
	.container-filter {
		width: 80%;
	}
	/* end travel */
	
	/* homepage */
	#stories-travel .item { 
		min-height: 500px;
	}
	/* end homepage */
	
	/* stories */
	.container-stories {
		width: 60%;
	}
	/* end stories */
}
@media only screen and (max-width: 860px) {
	/* navigation */
	.search-container-header {
		width: 50%;
	}
	/* end navigation */
	
	/* travel */
	.container-filter {
		width: 84%;
	}
	/* end travel */
	
	/* homepage */
	#stories-travel .item { 
		min-height: 520px;
	}
	/* end homepage */
	
	/* stories */
	.container-stories {
		width: 63%;
	}
	/* end stories */
}
@media only screen and (max-width: 800px) {
	/* detail page */
	.imgrelatedstoriesandotherdestination {
		width: 50%;
		float:left;
	}
	.thumbnail.odestinations {
		max-height: 230px;
	}
	.thumbnail.odestinations img, .related-artilces-am {
		height: 300px;
		max-height: 300px;
	}
	/* end detail page */
	
	/* travel */
	#map_wrapper {
		height: 480px;
	}
	.container-filter {
		width: 90%;
	}
	/* end travel */
	
	/* stories */
	.container-stories {
		width: 68%;
	}
	/* end stories */
}
@media only screen and (max-width: 768px) {
	/* stories */
	.container-stories {
		width: 75%;
	}
	/* end stories */
	
	/* travel */
	#map_wrapper {
		height: 420px;
	}
	.container-filter {
		width: 100%;
	}
	.global-filter {
		width: 180px;
	}
	.global-filter {
		width: 177px;
	}
	/* eng travel */
	
	.container {
		width: 100%;
		padding-left:30px;
		padding-right:30px;
	}
	
	/* container 5 column */

	.col-5-am{
		width:20%;
		padding-bottom:0px;
	}
	
	/* homepage */
	.mosaic .column.left {
		width: 60%;
	}
	.mosaic .column.right {
		width: 40%;
	}
	#footer .col-md-12, 
	#footer .col-md-6 {
		/*padding-left:0px;
		padding-right:0px;*/
	}
	/* end homepage */
	
	/* footer */
	.stayupdatechange {
		width: 100%;
	}
	.socmed .socmed-content {
		background: #fff;
		font-size: 1em;
		color: #a0a0a0;
		height: 380px;
		padding: 0 10px 10px;
		overflow: hidden;
	}
	/* end footer */
}
@media only screen and (max-width: 767px) {
	/* navigation */
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0px;
		vertical-align: middle;
	}
	/* end navigation */
	
	/* travel */
	#map_wrapper {
		height: 250px;
	}
	.global-filter {
		width: 176px;
	}
	#mosaic_loadmore2.btn {
		width: 70%;
	}
	/* end travel */
}
@media only screen and (max-width: 720px) {
	/* travel */
	.global-filter {
		width: 165px;
	}
	/* end travel */
}
@media only screen and (max-width: 640px) {
	/* detail page */
	.thumbnail.odestinations {
		max-height: 320px;
	}
	.thumbnail.odestinations img, .related-artilces-am {
		height: 460px;
		max-height: 460px;
		width: auto;
	}
	.imgrelatedstoriesandotherdestination {
		width: 100%;
	}
	/* end detail page */
	
	/* stories */
	.container-stories {
		width: 100%;
	}
	/* end stories */
	
	/* travel */
	.global-filter {
		width: 50%;
	}
	/* end travel */
	
	/* homepage */
	.mosaic .column.left, .mosaic .column.right{
		width: 100%;
	}
	.mosaic .right .item {
		height: 250px;
	}
	#stories-travel .cta {
		width: 100%;
	}
	#stories-travel .item .img img {
		height: 200px;
	}
	#stories-travel .item { 
		min-height: 510px;
	}
	/* end homepage */
	
	/* footer */
	.fun-facts-top {
		padding-bottom: 30px;
	}
	/* end footer */
}
@media only screen and (max-width: 600px) {
	/* detail page */
	.container.container-detail {
		width: 95%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	div.detail-gallery-caption .gallery-caption {
		width: 90%;
	}
	/* end detail page */
	
	.col-sm-1, 
	.col-sm-2, 
	.col-sm-3, 
	.col-sm-4, 
	.col-sm-5, 
	/* .col-sm-6,  */
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	/* .col-sm-6 {
		width: 50%;
	} */
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	
	.container {
		width: 100%;
		padding-left:15px;
		padding-right:15px;
	}
	
	/* container 5 column */
	.col-5-am img{
		padding-bottom:5px;
	}
}
@media only screen and (max-width: 550px) {
	/* navigation */
	.navbar-header .nav-title > li > a {
		padding-top: 21px;
	}
	/* end navigation */
	
	/* header socmed */
	.check-am{
		display:none;
	}
	.check-am-respo{
		display:block;
		float: left;
		padding-left: 20px;
		margin-left: 0px;
	}
	.check-am-respo a{
		margin-top: 10px;
		margin-left: 0px;
	}
	#top-header .col-md-3 {
		padding-left: 0px;
		padding-right: 0px;
	}
	/* end header socmed */
	
	/* homepage */
	#stories-travel .item { 
		min-height: auto;
	}
	/* end homepage */
}
@media only screen and (max-width: 541px) {
	/* travel */
	.global-filter {
		width: 100%;
	}
	.button-show-more{
		margin-bottom:30px;
		border-bottom:1px solid #d7d7d7;
	}
	.col-travel-ad .brand-logo {
		margin-bottom: 30px;
	}
	#map_wrapper {
		display: none;
	}
	.col-travel-ad h3 {
		margin-top: 0px;
	}
	/* end travel */
	
	/* homepage */
	#stories-travel .column.stories, #stories-travel .column.travel{
		padding-right: 0px;
		padding-left: 0px;
	}
	#stories-travel .column {
		width: 100%;
	}
	#stories-travel .column.stories {
		padding-bottom: 30px;
	}
	#stories-travel .item .img img {
		height: 360px;
	}
	/* end homepage */
}
@media only screen and (max-width: 480px) {
	/* navigation */
	.status-page-responsive {
		padding: 12px 0px 0px 10px;
	}
	#frmSearch img {
		display: none;
	}
	.search-container-header {
		width: 60%;
	}
	#btn-search {
		margin-left: 0px !important;
	}
	.search-content-form-active{
		padding: 50px 0px;
	}
	.search-content-form-active {
		margin-top: 50px;
	}
	#content-nav, .navigation-top, .navbar-inverse, .socmed-fb, .socmed-tw, .socmed-gplus, .socmed-header a, .container-nav-am {
		max-height: 50px;
		height: 50px;
	}
	.navbar-header {
		height: 50px;
		max-height: 50px;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-header .navbar-nav > li > a {
		padding-top: 14px;
		padding-left: 0px;
	}
	.search-header a span {
		padding-left: 0px
	}
	/* end navigation */
	
	/* detail page */
	div.detail-gallery-caption {
		min-height: 106px;
	}
	div.detail-gallery a.nav-arrows.prev::before, div.detail-gallery a.nav-arrows.prev::after, div.detail-gallery a.nav-arrows.next::before, div.detail-gallery a.nav-arrows.next::after {
		width: 40px;
		height: 40px;
	}
	div.detail-gallery a.nav-arrows.prev, 
	div.detail-gallery a.nav-arrows.next{
		width: 40px;
		height: 40px;
		position: absolute;
	}
	div.detail-gallery a.nav-arrows {
		top: 44%;
	}
	div.detail-gallery a.nav-arrows.prev {
		background: transparent url("../img/2015/slide-prev-off.png") no-repeat scroll center center;
		background-size: 50px 40px;
	}
	div.detail-gallery a.nav-arrows.next{
		background: transparent url("../img/2015/slide-next-off.png") no-repeat scroll center center;
		background-size: 50px 40px;
	}
	div.detail-gallery a.nav-arrows.next:hover {
		background: transparent url("../img/2015/slide-next-off.png") no-repeat scroll center center;
		background-size: 50px 40px;
	}
	div.detail-gallery a.nav-arrows.prev:hover {
		background: transparent url("../img/2015/slide-prev-off.png") no-repeat scroll center center;
		background-size: 50px 40px;
	}
	
	div.detail-gallery {
		margin-left: -20px;
		margin-right: -20px;
	}

	div.detail-gallery a.nav-arrows.next::before {
		/* background-color: rgba(255,255,255, 0.6); */
		background: transparent url("../img/2015/slide-next-off.png") no-repeat scroll center center;
	}
	div.detail-gallery a.nav-arrows.prev::before{
		/* background-color: rgba(255,255,255, 0.6); */
		background: transparent url("../img/2015/slide-prev-off.png") no-repeat scroll center center;
	}
	div.detail-gallery a.nav-arrows.prev::before, div.detail-gallery a.nav-arrows.prev::after {
		background-image:none;
		/* background-color: rgba(255,255,255, 0.6); */
	}
	div.detail-gallery a.nav-arrows.next::before, div.detail-gallery a.nav-arrows.next::after {
		background-image:none;
		/* background-color: rgba(255,255,255, 0.6); */
	}
	.floating-sidebar .col-md-12{
		padding-left:0px;
		padding-right:0px;
	}
	.carousel-popper-controls {
		display:none;
	}
	div.detail-gallery a.nav-arrows.prev, 
	div.detail-gallery a.nav-arrows.next {
		width: 40px;
		height: 40px;
	}
	div.detail-gallery a.nav-arrows.next {
		right: -2px;
	}
	div.detail-gallery a.nav-arrows.prev {
		left: -2px;
	}
		
	.travel-detail-header h1 {
		font-size: 30px;
		text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
	}
	.travel-detail-header hr {
		width: 0px;
	}
	/* end detail page */
	
	/* travel */
	.global-filter {
		width: 100%;
	}
	.button-show-more{
		margin-bottom:30px;
		border-bottom:1px solid #d7d7d7;
	}
	.col-travel-ad .brand-logo {
		margin-bottom: 30px;
	}
	#map_wrapper {
		display: none;
	}
	.col-travel-ad h3 {
		margin-top: 0px;
	}
	/* end travel */
	
	/* homepage */
	#stories-travel .column.stories, #stories-travel .column.travel{
		padding-right: 0px;
		padding-left: 0px;
	}
	#stories-travel .column {
		width: 100%;
	}
	#stories-travel .column.stories {
		padding-bottom: 30px;
	}
	/* end homepage */
}
@media only screen and (max-width: 360px) {
	/* navigation */
	#searchText {
		font-size: 13px;
	}
	.input-lg {
		padding: 8px 15px;
	}
	.navbar-nav {
		margin: 7px 0px 3px;
	}
	/* end navigation */
	
	/* detail page */
	.thumbnail.odestinations {
		max-height: 220px;
	}
	.thumbnail.odestinations img, .related-artilces-am {
		height: 300px;
		max-height: 300px;
	}
	/* end detail page */
	
	/* stories and travel*/
	.view-thumbnail img {
		width: auto;
	}
	.view-thumbnail {
		height: 270px;
	}
	/* end stories and travel */
	
	/* header */
	#top-header .pull-left img{
		width:275px;
	}
	/* end header */
	
	/* travel */
	.col-travel-ad .brand-logo{
		margin-bottom: 0px;
	}
	#mosaic_loadmore2.btn {
		width: 80%;
	}
	.caption-grid-am .caption-right, .mask .caption-right{
		padding-left:10px;
	}
	.brand-logo img:first-child{
		padding-bottom:20px;
	}
	.col-travel-ad {
		padding: 0px;
	}
	/* end travel */
}	
@media only screen and (max-width: 320px) {
	/* navigation */
	#searchText {
		font-size: 12px;
	}
	.input-lg {
		padding: 8px 10px;
	}
	.search-container-header {
		width: 57%;
	}
	/* end navigation */
	
	/* detail page */
	#tct-article .container {
		padding: 0px 15px;
		position: absolute;
		bottom: 0px;
	}
	/* end detail page */
	
	/* navigation */
	.search input.searchBar {
		width: 222px;
		display: block !important;
		right: 0px !important;
	}
	/* end navigation */
	
	/* header */
	#top-header .pull-left img {
		width: 230px;
	}
	/* end header */
}