/*

	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
	
*/
#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(../images/supersized/progress.gif) no-repeat center center;
}
#supersized {
	display:block;
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
	max-width: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;
	max-width:none
}			/*Quality*/
#supersized li {
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#111;
}
#supersized a {
	width:100%;
	height:100%;
	display:block;
}
#supersized li.prevslide {
	z-index:-20;
}
#supersized li.activeslide {
	z-index:-10;
}
#supersized li.image-loading {
	background:#111 url(../images/supersized/progress.gif) no-repeat center center;
	width:100%;
	height:100%;
}
#supersized li.image-loading img {
	visibility:hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display:inline;
}


	/* Controls Bar
	----------------------------*/
	#controls-wrapper {
	min-height:156px;
	width:520px;
	z-index:4;
	margin: 0 70px 0 0;
	min-height: 156px;
	width: 520px;
	z-index: 999;
	position: relative;
	float: right;
	display:none
}
#controls {
	overflow:hidden;
	height:100%;
	position:relative;
	text-align:left;
	z-index:5;
}
.counter {
    float:left;
	overflow:hidden;
    margin: 20px 1px 0 0;
}


.counter a{
float:right;
opacity:1 !important;
margin-left:1px;
background:url(../images/bg-dark.png);}

#slidecounter {
	background:url(../images/bg-dark.png);
	float:left;
	font-size:16px;
	margin:20px 1px 0 0;
	padding:0;
	line-height:40px;
	text-align:center;
	font-family: 'PT Sans Narrow', sans-serif;
	width:48px ;
	color:#fff
}


#slidecaption {
	overflow:hidden;
	color:#FFF;
	font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow:#000 1px 1px 2px;
	margin:0 20px 0 0;
	line-height:42px;
}
#controls h1 {
	font-size:72px;
	margin:0;
	line-height:72px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	padding-bottom:16px;
}
.caption_txt {
	font-size:18px;
	margin:0;
	line-height:22px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:bold;
	padding-right:140px;
}
#navigation {
	float:right;
	margin:0px 20px 0 0;
}
#play-button img{
		-webkit-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
cursor:pointer;
width:36px;
height:80px
}



#prevslide span {
    background: url(../images/arrow_prev.png) no-repeat scroll 50% 50%;
}

#prevslide:hover span{ background: url(../images/arrow_prev_hover.png) no-repeat scroll 50% 50% #fff;} 
#nextslide span {
    background: url(../images/arrow_next.png) no-repeat scroll 50% 50%;
}

#nextslide:hover span {
    background: url(../images/arrow_next_hover.png) no-repeat scroll 50% 50% #fff;
}

#prevslide span, #nextslide span{
	
	height:40px;
	width:36px;
	display:block;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
	}

#prevslide {left:10px;
}
#nextslide {
	right:10px;
}
#play-button:hover img{background-color:#fff;top:-40px}

#play-button{width:36px;height:40px;overflow:hidden;position:relative}
#play-button img{position:absolute;top:0;left:0}

#prevslide:hover {
	cursor:pointer;
	background-position:0 100%
}
#nextslide:hover {
	cursor:pointer;
	background-position:100% 100%
}
ul#slide-list {
	padding:15px 0;
	float:left;
	position:absolute;
	left:50%;
	display:none
}
ul#slide-list li {
	list-style:none;
	width:12px;
	height:12px;
	float:left;
	margin:0 5px 0 0;
}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
	background-position:0 0px;
}
ul#slide-list li a {
	display:block;
	width:12px;
	height:12px;
	background:url('../images/supersized/nav-dot.png') no-repeat 0 -24px;
}
ul#slide-list li a:hover {
	background-position:0 -12px;
	cursor:pointer;
}


#tray-button {
	background:url(../images/bg-dark.png);
	bottom:0;
	position:absolute;
	left:50%;
	margin-left:-20px;	
	z-index:150;

	}

#tray-button span{	
display:block;
	height:31px;
	width:41px;
	cursor:pointer;
background:url(../images/thumbnail_bg.png) no-repeat 0 0;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;}
	
	
#tray-button img {
	display:none
}
#tray-button:hover  span{
	background-color:#a63343
}
/* Progress Bar
	----------------------------*/					
	#progress-back {
	z-index:5;
	position:fixed;
	bottom:0;
	left:0;
	height:8px;
	width:100%;
	background:url('../images/supersized/progress-back.png') repeat-x;
}
#progress-bar {
	position:relative;
	height:8px;
	width:100%;
	background:url('../images/supersized/progress-bar.png') repeat-x;
}
/* Thumbnail Navigation
	----------------------------*/	
	#nextthumb, #prevthumb {
	z-index:2;
	display:none;
	position:fixed;
	bottom:61px;
	height:75px;
	width:100px;
	overflow:hidden;
	background:#ddd;
	border:1px solid #fff;
	-webkit-box-shadow:0 0 5px #000;
}
#nextthumb {
	right:12px;
}
#prevthumb {
	left:12px;
}
#nextthumb img, #prevthumb img {
	width:150px;
	height:auto;
}
#nextthumb:active, #prevthumb:active {
	bottom:59px;
}
#nextthumb:hover, #prevthumb:hover {
	cursor:pointer;
}
/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray {
	position:fixed;
	z-index:3;
	bottom:0;
	left:0;
	height:100px;
	width:100%;
	overflow:hidden;
	text-align:center;
	background:url(../images/bg-dark.png);
}
#thumb-back, #thumb-forward {
	position:absolute;
	z-index:10;
	bottom:0;
	height:100px;
	width:36px;
	background:url(../images/bg-dark.png);
}
#thumb-back span, #thumb-forward span {
	
	height:100px;
	width:36px;
	display:block;
		-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;	
	
	}

#thumb-back span {
    background: url(../images/arrow_prev.png) no-repeat scroll 50% 50%;
}

#thumb-back:hover span{ background: url(../images/arrow_prev_hover.png) no-repeat scroll 50% 50% #fff;} 

#thumb-forward  span {
    background: url(../images/arrow_next.png) no-repeat scroll 50% 50%;
}

#thumb-forward:hover span {
    background: url(../images/arrow_next_hover.png) no-repeat scroll 50% 50% #fff;
}
#thumb-back {
	left:0;}

#thumb-forward {right:0;
}
#thumb-back:hover, #thumb-forward:hover {
	cursor:pointer;
}

ul#thumb-list {
	display:inline-block;
	list-style:none;
	position:relative;
	left:0px;
	padding:0 0px;
	margin:0;
}
ul#thumb-list li {
	padding:10px;
	list-style:none;
	display:inline;
	width:160px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
ul#thumb-list li img {
	width:160px;
	height:auto;
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
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);
	 background: #000;
}

ul#thumb-list li.current-thumb,ul#thumb-list li:hover{background:#000}
ul#thumb-list li:hover {
	cursor:pointer;
}

@media only screen and (max-width: 995px) {

#slidecaption{display:none}
#thumb-tray,#tray-button{display:none !important}
#controls-wrapper{float:none !important;
position:absolute !important;
bottom:0;left:0;
min-height:inherit;margin:0 !important;
width:100%}
#slidecounter,.share_block{margin-top:0}

.share_caption{line-height:40px}
.share_caption span{margin-top:14px}
#slidecounter{line-height:40px}
#progress-back{display:none !important}
.counter{bottom:0;right:0;z-index:100;margin:0 1px 0 0}
}


@media only screen and (max-width: 480px) {

 .share_block{display:none}


}

