﻿/** Main Content Gallery **/
#SLIDERFADEGALLERY{
	top:0px;left:0px;position:fixed;width:100%;height:100%;z-index:9999999;background-image: linear-gradient(to bottom right, #358087, #e49732, #e65e04);overflow-y: auto; overflow-x: hidden; display:none;
}
.CloseGallerySlider{
	position:fixed;z-index:9999999999;left:auto;right:22px;
}
.GalleryThumb {
	border: 2px solid #3599a3;
	width: 150px;
	height: 84px;
	margin: 45px 0px 25px 15px;
	padding: 0px;
	opacity: 0.8;
	float: left;
	clear: none;
}
.DSMainHolder  { 
	z-index: 1;
	text-align: left;	
	position: relative;	
	overflow:hidden;	
	margin: auto;	
	left: 0px;
	padding-bottom:50px;
	top:0px;
	display:none;
	padding-top:50px;
	width:auto;
	height:100%;
}
.DSMid {
	 z-index: 1; 
	 position: relative; 
	 overflow:hidden;	
	 margin: auto;	
	 top: auto;	
	 left: auto; 
	 right:auto;
	 display:block;
	 text-align:center;
	 max-width:900px;
	 max-height:600px;
	 border: 20px solid #FFFFFF;
}
.DSProgress { 
		lwidth: 800px; 
		lheight: 451px; /** CHANGE HEIGHT = Width / 1.77 **/
}
.DSAd {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.ImgSGal {
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	max-width: 900px;
	max-height: 600px;
}
.DSProgress { 
	top:auto;
	bottom:0px;
	height:10px;
	position:relative;
	margin: auto;
}
.DSStars {
	top: 0px;
	left: auto;
	right: auto;
	height: auto;
	position: relative;
	clear: both;
	margin: auto;
	z-index: 9999999999999999;
	text-align: center;
	max-width: 940px;
	width:100%;
	background-color: white
}
.StarImg {
	width:75px; height:50px; margin-right:5px; margin-bottom:5px;padding:3px;	border: 2px solid #ffffff;
}
.SLIDETEXT{
	top: 10px;
	left: 15px;;
	position: fixed;
	width: 100%;
	max-width: 1220px;
	height: 60px;
	z-index: 99999999;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	display: none;
	color: #ffffff;
	font-weight: 400;
}
.Hand {
   cursor:pointer;
   cursor:hand;
}
.DGalLeft, .DGalRight  {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 20px;
	right: auto;
	bottom: 50%;
}
.DGalRight {
	left: auto;
	right: 20px;

}
/*1250 screen*/
@media only screen and (max-width : 1250px) {
	@-viewport {
		width: 1250px;
	}
	.DSMid {
		 border: 1px solid #FFFFFF;
	}
}
/*768 screen*/
@media only screen and (max-width : 768px) {
	@-viewport {
		width: 768px;
	}
	.DSStars, .StarImg  {
		display:none;
	}
}
/*460 screen*/
@media only screen and (max-width : 650px) {
	@-viewport {
		width: 650px;
	}
	.SLIDETEXT{
		width:60%;
	}
}
/*320 screen*/
@media only screen and (max-width : 480px) {
	@-viewport {
		width: 480px;
	}
	.SLIDETEXT{
		width:50%;
	}
}