/****** FILE: millerstn/css/flexslider.css *****/
/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider
{
position:relative;
zoom:1;
}

.flex-viewport
{
max-height:2000px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
transition:all 1s ease;
}

.loading .flex-viewport { max-height:300px; }

.flexslider .slides { zoom:1; }

.carousel li { margin-right:5px; }


/* Direction Nav */
.flex-direction-nav
{
height:0;
}

.flex-direction-nav a
{
width:30px;
height:30px;
margin: 0 0;
display:block;
background: url(/millerstn/images/bg_direction_nav.png) no-repeat 0 0;
position:absolute;
top:50%;
z-index:10;
cursor:pointer;
text-indent:-9999px;
opacity: 1;
-webkit-transition:all .3s ease;
}

.flex-direction-nav .flex-next
{
background-position:100% 0;
right:10px;
}

.flex-direction-nav .flex-prev { left:10px; }

.flexslider:hover .flex-next { /*right:5px;*/ }

.flexslider:hover .flex-prev { /*left:5px;*/ }

.flex-direction-nav .flex-disabled
{
opacity:.3!important;
filter:alpha(opacity=30);
cursor:default;
}

/* Control Nav */
.flex-control-nav
{
width:100%;
position:absolute;
bottom:-40px;
text-align:center;
}

.flex-control-nav li
{
margin:0 6px;
display:inline-block;
zoom:1;
display:inline;
}

.flex-control-paging li a
{
width:11px;
height:11px;
display:block;
background:#666;
background:rgba(0,0,0,0.5);
cursor:pointer;
text-indent:-9999px;
-webkit-border-radius:20px;
-moz-border-radius:20px;
-o-border-radius:20px;
border-radius:20px;
box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover
{
background:#333;
background:rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active
{
background:#000;
background:rgba(0,0,0,0.9);
cursor:default;
}

.flex-control-thumbs
{
margin:5px 0 0;
position:static;
overflow:hidden;
}

.flex-control-thumbs li
{
width:25%;
float:left;
margin:0;
}

.flex-control-thumbs img
{
width:100%;
display:block;
opacity:.7;
cursor:pointer;
}

.flex-control-thumbs img:hover { opacity:1; }

.flex-control-thumbs .flex-active
{
opacity:1;
cursor:default;
}

/****** FILE: millerstn/css/gallery.css *****/
html { position: relative; }

.opaque-layer
{
background: #000;
background: rgba(0,0,0,0.40);
filter: alpha(opacity=40);
cursor: pointer;
position: fixed;
height: 100%;
width: 100%;
left: -100%;
top: 0px;
z-index: 99;
opacity: 0;
-webkit-transition: opacity .3s ease;
-moz-transition: opacity .3s ease;
transition: opacity .3s ease;
}

.opaque-layer.active
{
left: 0px;
opacity: 1;
}

.modal
{
background: #fff;
-moz-box-shadow: 0px 0px 25px 4px #111;
-webkit-box-shadow: 0px 0px 25px 4px #111;
box-shadow: 0px 0px 25px 4px #111;
height: 590px;
width: 400px;
left: -100%;
margin-top: -295px;
margin-left: -163px;
position: fixed;
top: 50%;
z-index: 100;
overflow: hidden;
opacity: 0;
-webkit-transition: opacity .2s ease;
-moz-transition:o pacity .2s ease;
transition: opacity .2s ease;
-moz-transition-delay: .2s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
}

.modal.active
{
left: 50%;
opacity: 1;
}

	.modal-inner
	{
	padding: 10px 10px 0px 10px;
	height: 570px;
	position: relative;
	z-index: 100;
	}

		.modal-inner h3 { margin: 10px 0px 20px 0px; }

		.modal .toggle-modal
		{
		background: url(/millerstn/images/icon-close.png) no-repeat left top;
		display: block;
		height: 9px;
		width: 9px;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 100;
		}

		.modal .toggle-modal span { display: none; }

		#slider { }

			#slider .slides li img
			{
			max-height: 497px;
			max-width: 497px;
			width: auto;
			}

			.flex-caption
			{
			float: right;
			width: 200px;
			}

		#slider .flex-direction-nav { display: none; }

			.modal-inner h4
			{
			font-size: 15px;
			margin-top: 0px;
			}

	#carousel
	{
	min-height: 109px;
	width: 200px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	z-index: 10;
	}
	
		#carousel h4{
			text-align: center;
		}

		#carousel img
		{
		cursor: pointer;
		height: 82px;
		max-width: 82px;
		padding-right: 10px;
		}
		
	#carousel .flex-viewport img{ opacity: .7; }
	#carousel .flex-viewport img:hover,
	#carousel .flex-viewport .flex-active-slide img{ opacity: 1; }

@media (max-width: 1000px) {

.opaque-layer { background-color: #000; }

.modal
{
background-color: transparent;
box-shadow: none;
margin: 0px;
top: 0px;
position: absolute;
height: auto;
width: 100%;
}

.modal.active { left: 0px; }

	.modal-inner { padding: 0px; }

		.modal h3 { display: none; }

		.modal .toggle-modal
		{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		display: inline-block;
		height: auto;
		width: auto;
		padding: 2px 10px;
		}

			.modal .toggle-modal span { display: block; }

		#slider .flex-direction-nav { display: block; }

		#slider .slides li img
		{
		max-height: 100%;
		max-width: 100%;
		width: 100%;
		}

		.flex-caption
		{
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* W3C */
		background-color: transparent;
		color: #fff;
		float: none;
		padding: 10px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		text-align: center;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}

		.flex-direction-nav a
		{
		height: 64px;
		width: 50px;
		top: 30%;
		}
		
		.flex-direction-nav .flex-prev { background: url(/millerstn/images/slider-left-arrow.png) no-repeat left top; }
		
		.flex-direction-nav .flex-next { background: url(/millerstn/images/slider-right-arrow.png) no-repeat left top; }

	#carousel { display: none; }

}

/****** FILE: millerstn/css/posters.css *****/


