/*to test only*/
/*@import url('/layout/css/general/sitegeneral.css');

html, body{
background-color:white;
    background-size: auto 100%;
    background-position: center center;
    background-attachment: fixed;
    color: white;
    background-repeat: no-repeat;
}
#marsslideshow{width:700px;margin:25vh auto;}*/


div[id*="Theme6"]{ width:100%; margin: 0 auto; position:relative; padding-bottom: 0;}

/*individual slide display*/
.slick-initialized .slick-slide {
	display:table;
	padding: 0;
	background-color: rgba(6, 14, 58, 0.5);
	-webkit-border-radius: 20px;
	-o-border-radius: 20px; /* Opera 10.x */
	-moz-border-radius: 20px; /* Mozilla/Firefox */
	-icab-border-radius: 20px; /* iCab */
	-khtml-border-radius: 20px; /* KHTML/Konqueror */
	-webkit-border-radius: 20px; /* Webkit/Safari/Chrome/etcetera */
	border-radius: 20px; /* Standard */
	-webkit-box-shadow: 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px rgba(0, 0, 0, 0.2);
	box-shadow: 10px rgba(0, 0, 0, 0.2);
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:1
}
.slick-slide {
	height:auto;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform:none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/*Image and Caption*/
div[id*="Theme6"] .slideImage {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	width:60%;
}
div[id*="Theme6"] img { width:100%; margin: 0 auto; }
div[id*="Theme6"] .textCaption { display: table-cell; margin-bottom: 0; position: relative; z-index: 2; bottom: 0; text-align: left; overflow: auto; color: #fff; width:98%; padding:3% 4% 3% 3%; vertical-align:top; background-color:transparent;}
div[id*="Theme6"] .textCaption * {max-width:1440px;margin: inherit;width:100%;}
/*Title*/
div[id*="Theme6"] .textCaption .title { color: #ffe0a4; margin: 25px 0; text-align:left; letter-spacing:2px; padding:0; }
.marsslideshow div[id*="Theme6"] .title{cursor:pointer;}
/*Caption*/
div[id*="Theme6"] .textCaption .teaser { margin: 0.5em 0; }
div[id*="Theme6"] .textCaption .teaser a { color:orange; }

/*Read more*/
div[id*="Theme6"] .textCaption a.more:before { content:'+  '; font-family:Arial, Helvetica, sans-serif; }
div[id*="Theme6"] .textCaption a.more { color:orange; text-align:right; display:block; }
div[id*="Theme6"] .textCaption .pagecount{text-align:right;}

/*Caption Only*/
div[id*="Theme6"] .textCaptionOnly {display:block; min-height:400px; width:100%;margin:0 auto;line-height: 400px;}
div[id*="Theme6"] .textCaptionOnly .textCaption{display:inline-block; vertical-align:middle;line-height:normal; margin-bottom:auto;position:inherit;bottom:auto;left:auto; padding:100px 5%;font-size:150%; max-width:1440px; width:90%; }


/* prev/next buttons */
div[id*="Theme6"] .slick-prev, div[id*="Theme6"] .slick-next, .slick-dots li button, .slick-dots li button:hover, .slick-dots li.slick-active button { background-image: url('/layout/general/images/slider-layout_silvershadow.png'); background-repeat:no-repeat; }
div[id*="Theme6"] .slick-prev, div[id*="Theme6"] .slick-next { width:25px; height:50px; padding:0px 0px; margin-top:-30px; }
div[id*="Theme6"] .slick-prev, div[id*="Theme6"] .slick-next { opacity:0.8; }
div[id*="Theme6"] .slick-prev:hover, div[id*="Theme6"] .slick-next:hover { opacity:1; }
div[id*="Theme6"] .slick-prev:before { content:""; }
div[id*="Theme6"] .slick-next:before { content:""; }
div[id*="Theme6"] .slick-prev { background-position:0 -231px; margin-left:4%; }
div[id*="Theme6"] .slick-next { background-position:-25px -231px; margin-right:44%; }
div[id*="Theme6"] ul.slick-dots {height:35px; z-index:1; margin:0; }
div[id*="Theme6"] .slick-dots li button { height:24px; margin-top:6px; }
div[id*="Theme6"] .slick-dots { bottom:-10px; }
div[id*="Theme6"] .slick-dots li button:before { display:none; }
div[id*="Theme6"] .slick-dots li button { background-position: 0 -165px; width:50px; }
div[id*="Theme6"] .slick-dots li:hover button, div[id*="Theme6"] .slick-dots li.slick-active button, div[id*="Theme6"] .slick-dots li.slick-active button { background-position: 0 -143px; }
/* end prev/next buttons */
/*Small screen responsive*/
@media only screen and (orientation : portrait) and (max-width : 650px) {
	/*buttons*/
	div[id*="Theme6"] .slick-prev, div[id*="Theme6"] .slick-next{margin:0;padding:0; bottom:2%; top:inherit;}
	div[id*="Theme6"] .slick-prev{left:10%;}
	div[id*="Theme6"] .slick-next{right:10%;}
	div[id*="Theme6"] .textCaption .pagecount{text-align:center;}
	/*caption*/
	div[id*="Theme6"] .slideImage, div[id*="Theme6"] .textCaption{ width:100%; padding:0; display:block; padding-bottom:5%; }
	div[id*="Theme6"] .textCaption div, div[id*="Theme6"] .textCaption h2.title{padding:5%; margin:0; width:90%}
	div[id*="Theme6"] .textCaption h2.title{padding:5% 5% 0;}
}
/*Tablets*/
@media only screen and (max-device-height : 1366px) and (orientation : portrait) {
	/*buttons*/
	div[id*="Theme6"] .slick-prev, div[id*="Theme6"] .slick-next{margin:0;padding:0; bottom:2%; top:inherit;}
	div[id*="Theme6"] .slick-prev{left:10%;}
	div[id*="Theme6"] .slick-next{right:10%;}
	div[id*="Theme6"] .textCaption .pagecount{text-align:center;}
	/*caption*/
	div[id*="Theme6"] .slideImage, div[id*="Theme6"] .textCaption{ width:100%; padding:0; display:block; padding-bottom:2%; }
	div[id*="Theme6"] .textCaption div, div[id*="Theme6"] .textCaption h2.title{padding:2% 5%; margin:0; width:90%}
	div[id*="Theme6"] .textCaption h2.title{padding:2% 5% 0;}
}
/*common smart phone devices*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
	/*buttons*/
	div[id*="Theme6"] .slick-prev, div[id*="Theme6"] .slick-next{margin:0;padding:0; bottom:2%; top:inherit;}
	div[id*="Theme6"] .slick-prev{left:10%;}
	div[id*="Theme6"] .slick-next{right:10%;}
	div[id*="Theme6"] .textCaption .pagecount{text-align:center;}
	/*caption*/
	div[id*="Theme6"] .slideImage, div[id*="Theme6"] .textCaption{ width:100%; padding:0; display:block; padding-bottom:5%; }
	div[id*="Theme6"] .textCaption div, div[id*="Theme6"] .textCaption h2.title{padding:5%; margin:0; width:90%}
	div[id*="Theme6"] .textCaption h2.title{padding:5% 5% 0;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
	#Slideshow { width:95% }
	div[id*="Theme6"] .slideImage {width:50%;}
	div[id*="Theme6"] .textCaption {width:50%;}
	div[id*="Theme6"] .slick-prev{margin-left:4%;}
	div[id*="Theme6"] .slick-next{margin-right:54%;}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) {
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

