/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

	/* Controls Bar
	----------------------------*/
	#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
			#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
			#slidecaption {
					position: fixed;
					box-sizing: border-box;  
/*					width: calc(100% - 150px);
					margin-left:75px;*/
					width: 100%;
					/*right:75px;*/
					left:0;
  					transform: translate(0, 90%);
					text-align:center;
					background:#fff;
					color: #000;
					line-height: inherit;
					height:22px;
			}
			#slidecaption2 {
					position: fixed;
					box-sizing: border-box;  
/*					width: calc(100% - 150px);
					margin-left:75px;*/
					width: calc(33.3333% - 63px);
					/*right:75px;*/
					left: 50%;
  					transform: translate(-50%, 90%);
					padding-left:5px;
					background:#fff;
					color: #000;
					line-height: inherit;
					height:22px;
			}
			
/*#slidecaption {
					position: fixed;
					box-sizing: border-box;  
					width: calc(33.3333% - 63px);
					right:75px;
					left: 0;
  					transform: translate(-50%, 0);
					padding-left:5px;
					background:#fff;
					color: #000;
					line-height: inherit;
					transform: rotate(-90deg);
					transform-origin: left top;
			}*/
			
/*@media (min-width: 768px) and (max-width: 1200px) {
  #slidecaption {
					position: fixed;
					box-sizing: border-box;  
					width: calc(33.3333% - 63px);
					left: 50%;
  					transform: translate(-50%,4%);
					padding-left:5px;
					background:#fff;
					color: #000;
					line-height: inherit;
					height:auto;
					min-height:24px;
					max-height:60px;
			}
}			*/
	
	
@media (min-width: 768px) and (max-width: 1200px) {
  #slidecaption {
					position: fixed;
					box-sizing: border-box;  
					width: 100%;
					left:0;
  					transform: translate(0, 92%);
					text-align:center;
					background:#fff;
					color: #000;
					line-height: inherit;
					height:22px;
			}
}				
				#prevslide, #nextslide{ position:absolute; height:20px; width:75px; top:50%; margin-top:0; opacity:1; }
					#prevslide{ left:0; background:url('/images/neg-forward.png'); }
					#nextslide{ right:0; background:url('/images/neg-back.png'); }					
						#prevslide:hover, #nextslide:hover{ cursor:pointer;  opacity:1;}