/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.4
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* { margin:0; padding:0; border:none; outline:none;}
html { height:100%; } 
body { background:#fff; height:100%;
  font-family: 'Lato', sans-serif;
  color:#4d4d4d;     }
  
h1{
  
  font-size: 1.5em;
  font-weight:300;
  letter-spacing: 2px; 
  text-decoration:none;
  line-height: 30px;
  width: 195px;
  color: black;
}
#caption{
  position:absolute;
  bottom: 10px;
  width:100%;
  text-align:center
}

	
	
	#main-nav{ list-style:none; position:absolute; left:0; bottom:5px; opacity:0.7; width:230px;z-index:999;}
		#main-nav h2{ color:#333; font:600 14px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; padding:10px 12px 10px 12px; }
		#main-nav li{ font:500 16px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin:0 0 2px 0; display:block; }
			#main-nav li a{ text-decoration:none; color:#666; padding:5px 12px; display:block; clear:both; opacity:0.7; -webkit-transition-duration: 300ms;-webkit-transition: opacity; -webkit-transition-timing-function: ease-out;}
				#main-nav li a:hover{ opacity: 0.9; -webkit-transition: opacity; -webkit-transition-timing-function: ease-out;  -webkit-transition-duration: 300ms; }
				
				#main-nav li.home{ margin-top:20px; }
				#main-nav li.selected a, #main-nav li.selected a:hover{ opacity: 1;  }
				#main-nav li.home a{ color:#333; padding-left:30px; background:#fff url('../img/icon-back.png') no-repeat 10px 4px; }
				
				 
	.stamp-white{ z-index:2; position:fixed; bottom:20px; left:10px; }
	
	/*Supersized Styles*/
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:#fff url(../img/progress-white.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; right:50px; top:75px; overflow:hidden; z-index:-999; height:100%; width:100%; z-index:-1; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#fff; display:block; visibility:hidden;  } /*ADD A LOADING CLASS AND REMOVE ONCE LOADED*/
			#supersized a.prevslide { z-index:-20;  visibility: visible; }
			#supersized a.activeslide { z-index:-10;  visibility: visible; }
			#supersized a.image-loading { background:#fff url(../img/progress-white.gif) no-repeat center center; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
	
	#thumb-tray-wrapper{ position:fixed; bottom:10px; right:50%; margin-right:-428px; padding:0 57px 0 57px; z-index:20; visibility:hidden; }
	#thumb-tray{ position:relative; z-index:3; height:80px; width:500px; overflow:hidden; text-align:center;  }
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; height:100%; width:47px; }
			#thumb-back{ left:0; background:url('../img/thumb-back.png') no-repeat center center }
			#thumb-forward{ right:0; background:url('../img/thumb-forward.png') no-repeat center center; }
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; }
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; }
			ul#thumb-list li{ background:#111; list-style:none; display:inline; width:80px; height:80px; overflow:hidden; float:left; margin:0 10px; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }
				ul#thumb-list li img { width:140px; height:auto; margin:-10px 0 0 -25px; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
				ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
				ul#thumb-list li:hover{ cursor:pointer; }
			
			a#tray-button{ z-index:15; color:#333; background:#fff url('../img/tray-arrow.png') no-repeat 10px 3px; padding:8px 10px 8px 35px; position:fixed; bottom:25px; left:0; text-decoration:none; font:600 11px 'Helvetica Neue', Helvetica, Arial, sans-serif; opacity:0.6; }
				a#tray-button:hover{ opacity:1; background-color:#fafafa; }
				a#tray-button.off{ background-position-y: -21px; }
				
		#nextslide, #prevslide{ position:fixed; z-index:15; height:9px; width:8px; bottom:25px;}
			#prevslide{ right:80px; background:url('../img/thumb-back.png') no-repeat center center }
			#nextslide{ right:50px; background:url('../img/thumb-forward.png') no-repeat center center; }

      #titles{
      font-size:12px;
      color:#313131;
      letter-spacing: 1px;
      font-weight: 400;
      }