/* 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 li {margin: 0; padding: 0; list-style: none !important;}

/* 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;}
.flexslider .slides {margin: 0; padding: 0}
/* 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;}


/* Direction Nav */
.flex-direction-nav {*height: 0; margin: 0 !important; padding: 0}
.flex-direction-nav a {width: 37px; height: 64px; margin: -32px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -37px; }
.flex-direction-nav .flex-prev {left: -37px;}
.flexslider:hover .flex-next {opacity: 0.6; right: 13px;}
.flexslider:hover .flex-prev {opacity: 0.6; left: 13px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; 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(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover { background: #2e4b75; background: rgba(46,75,117,1); }
.flex-control-paging li a.flex-active { background: #fff; background: rgba(255,255,255,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;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #ebebeb; 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;}

/* FlexSlider Mac Display Theme
*********************************/

.flexslider-wrapper-mac-display
{
	position: relative;
	top: 26px; /* Fallback */
	top: 1.625rem;
	height: 624px; /* Fallback */
	height: 39rem;
	width: 960px; /* Fallback */
	width: 60rem;
	margin: 26px auto 0 auto; /* Fallback */
	margin: 1.625rem auto 0 auto;
}

.flexslider-wrapper-mac-display img.display
{
	position: absolute;
	width: 960px; /* Fallback */
	width: 60rem;
	height: 624px; /* Fallback */
	height: 39rem;
}

.flexslider.mac-display
{
	margin: 0;
	width: 882px; /* Fallback */
	width: 55.125rem;
	height: 497px; /* Fallback */
	height: 31.0625rem;
	overflow: hidden;
	top: 40px; /* Fallback */
	top: 2.5rem;
	left: 39px; /* Fallback */
	left: 2.4375rem;
}

.flexslider.mac-display .slides {
	background: #000;
}

.flexslider.mac-display .slides img {
	width: 882px; /* Fallback */
	width: 55.125rem;
	height: 497px; /* Fallback */
	height: 31.0625rem;
}

.mac-display .flex-control-nav
{
	display: none;
}

@media screen and (max-width: 959px){

	.flexslider-wrapper-mac-display
	{
		position: relative;
		top: 26px; /* Fallback */
		top: 1.625rem;
		height: 468px; /* Fallback */
		width: 720px; /* Fallback */
		margin: 26px auto 0 auto; /* Fallback */
		margin: 1.625rem auto 0 auto;
	}
	
	.flexslider-wrapper-mac-display img.display
	{
		position: absolute;
		width: 720px; /* Fallback */
		height: 468px; /* Fallback */
	}
	
	.flexslider.mac-display
	{
		margin: 0;
		width: 660px; /* Fallback */
		height: 380px; /* Fallback */
		overflow: hidden;
		top: 30px; /* Fallback */
		left: 30px; /* Fallback */
	}
	
	.flexslider.mac-display .slides {
		background: #000;
	}
	
	.flexslider.mac-display .slides img {
		width: 660px; /* Fallback */
		height: 380px; /* Fallback */
	}

}

@media screen and (max-width: 719px){

	.flexslider-wrapper-mac-display
	{
		position: relative;
		top: 0;
		height: auto;
		width: auto;
		margin: 26px auto 0 auto; /* Fallback */
		margin: 1.625rem auto 0 auto;
	}
	
	.flexslider-wrapper-mac-display img.display
	{
		display: none;
	}
	
	.flexslider.mac-display
	{
		margin: 0 auto 0 auto;
		width: 90%; /* Fallback */
		height: auto; /* Fallback */
		overflow: hidden;
		top: 0px; /* Fallback */
		left: 0px; /* Fallback */
	}
	
	.flexslider.mac-display .slides {
		background: #000;
	}
	
	.flexslider.mac-display .slides img {
		width: 100%; /* Fallback */
		height: auto; /* Fallback */
	}

}




/* FlexSlider Mac Display Theme
*********************************/

.flexslider-wrapper-macbook
{
	position: relative;
	height: 546px; /* Fallback */
	height: 34.125rem;
	width: 960px; /* Fallback */
	width: 60rem;
	margin: 52px auto 26px auto; /* Fallback */
	margin: 3.25rem auto 1.625rem auto;
}

.flexslider-wrapper-macbook img.display
{
	position: absolute;
	width: 960px; /* Fallback */
	width: 60rem;
	height: 546px; /* Fallback */
	height: 34.125rem;
}

.flexslider.macbook
{
	margin: 0;
	width: 691px; /* Fallback */
	width: 43.1875rem;
	height: 424px; /* Fallback */
	height: 26.5rem;
	overflow: hidden;
	top: 29px; /* Fallback */
	top: 1.8125rem;
	left: 135px; /* Fallback */
	left: 8.4375rem;
}

.flexslider.macbook .slides {
	background: #000;
}

.flexslider.macbook .slides img {
	width: 691px; /* Fallback */
	width: 43.1875rem;
	height: 424px; /* Fallback */
	height: 26.5rem;
}


@media screen and (max-width: 959px){

	.flexslider-wrapper-macbook
	{
		position: relative;
		height: 410px;
		width: 720px;
		margin: 52px auto 26px auto; /* Fallback */
		margin: 3.25rem auto 1.625rem auto;
	}
	
	.flexslider-wrapper-macbook img.display
	{
		position: absolute;
		width: 720px;
		height: 410px;
	}
	
	.flexslider.macbook
	{
		margin: 0;
		width: 518px;
		height: 326px;
		overflow: hidden;
		top: 22px;
		left: 101px;
	}
	
	.flexslider.macbook .slides {
		background: #111;
	}
	
	.flexslider.macbook .slides img {
		width: 518px;
		height: 326px;
	}

}

@media screen and (max-width: 719px){

	.flexslider-wrapper-macbook
	{
		position: relative;
		top: 0;
		height: auto;
		width: auto;
		margin: 26px auto 0 auto; /* Fallback */
		margin: 1.625rem auto 0 auto;
	}
	
	.flexslider-wrapper-macbook img.display
	{
		display: none;
	}
	
	.flexslider.macbook
	{
		margin: 0 auto 0 auto;
		width: 90%; /* Fallback */
		height: auto; /* Fallback */
		overflow: hidden;
		top: 0px; /* Fallback */
		left: 0px; /* Fallback */
	}
	
	.flexslider.macbook .slides {
		background: #000;
	}
	
	.flexslider.macbook .slides img {
		width: 100%; /* Fallback */
		height: auto; /* Fallback */
	}

}


.macbook .flex-control-nav
{
	display: none;
}


.carousel li {margin-right: 5px}


/* FlexSlider Caption Theme
*********************************/

.flexslider-caption .flex-control-nav
{
	bottom: 55px; /* Fallback */
	bottom: 3.4375rem;
}

p.flex-caption
{
	width: 96%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #111; /* Fallback */
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}
