/*.menuContainer {
	position:absolute!important;
}*/


@media screen and (min-width: 1200px) {

}
@media screen and (min-width: 1400px) {

}
#slideshow-1 {
	padding:0 15px;
}
.tourMainCar  {
	overflow:hidden;
}
.tourSlide {
	width:100%;
	/*padding:0 15px;*/
	overflow:hidden;
}
.tourGallery {
	/*margin:0 -15px 0px;*/
}
.galleryWrap .row {
	margin-left:-10px;
	margin-right:-10px;
}
.tourGallery .galleryItem  {
	padding-left:7px;
	padding-right:7px;
	margin-bottom:15px;	
}
.tourGallery .galleryItem  img{
	width:100%;
}


/*Video*/
.tourSlide.layout-video {
	background-color:#585858;
	padding:0 20px;
}
.tourVid {
	max-width:600px;
	margin:0 auto;
}
@media (min-width:992px){
	.tourVid {
		max-width:900px;
		margin:0 auto;
	}
}
@media (min-width:1400px){
	.tourVid {	
		max-width:1170px;
	}
}
/*Navigation Carousel*/
.tourNav {
	margin-top:20px;
}
.tourNav:after {
	content:'';
	display:table;
	clear:both;
}
.tourNav .navIcon{
}
.tourNav .navIcon .icon {
	position:absolute;
	top:10px;
	left:10px;
}

.tourNav .navIcon .navIconImg {
	padding-top:100%;
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.tourNav .navIcon .navIconImg:before{
	content:'';
	display:block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:40%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.tourNav .navIcon .navIconImg:after{
	content:'';
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:40%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */

}
.tourNav .navIcon .title {
	position:relative;
	text-align:center;
	font-size:22px;
	color:#fff;
	width:100%;
	background:#8998a5;
	/*font-weight: 700;
    font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;*/
	z-index:5;
	height:3.5em;
	line-height:3.5em;
}
.tourNav .navIcon .title span {
	line-height:1.3;	
	padding:0px 20px;
	vertical-align:middle;
	display:inline-block;
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.tourNav .navIcon:hover .title {
	background:#585858;
}
.tourNav .navIcon .navIconImg .sizerimg{
	display:none;
}
.slideshow-2 {
	margin-left:-15px;
	margin-right:-15px;
}
#tourNav {
	position:relative;
	padding:0 15px;
	margin-bottom:20px;
}
#tourNav .navIcon {
	cursor:pointer;
}
#tourNav .owl-nav {
	position:static;
}
#tourNav .owl-prev, #tourNav .owl-next {
    position: absolute;
    top: 50%;
    width: 37px;
    height: 37px;
    border: solid 3px #fff;
    color: #fff;
    text-align: center;
    line-height: 32px;
    background: #8998a5;
    border-radius: 50%;
	margin-top:-17px;
	font-size:20px;
}
#tourNav .owl-prev.disabled, #tourNav .owl-next.disabled {
	display:none;
}
#tourNav .owl-prev{
	left:0;
    text-indent: -2px;
}
#tourNav .owl-next {
	right:0;
    text-indent:1px;
}
@media (min-width:768px){
	#tourNav .owl-prev, #tourNav .owl-next {
		width:47px;
		height:47px;
		line-height:42px;
		font-size:24px;
	}
}