/*
 * jQuery FlexSlider v2.2.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
*********************************/
.activated-container a:active,
.activated-banner a:active,
.activated-container a:focus,
.activated-banner a:focus  {outline: none;}
.activated-slides,
.activated-control-nav,
.activated-direction-nav {margin: 0; padding: 0; list-style: none;}
.activated-direction-nav {
	display: block;
}
ul.activated-slides li {
	margin: 0;
}
ol.activated-control-nav {
	margin: 0;
	bottom: 15px;
}
ol.activated-control-nav li {
	margin: 0 5px;
}


/* Icon Fonts
********************************
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/* FlexSlider Necessary Styles
*********************************/
.activated-banner {margin: 0; padding: 0;}
.activated-banner .activated-slides > li {display: block; -webkit-backface-visibility: hidden; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.activated-banner .activated-slides img {width: 100%; display: block;}
.activated-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.activated-slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .activated-slides {display: block;}
* html .activated-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 .activated-slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.activated-banner { margin: 0; background: #fff; position: relative; zoom: 1; }
.activated-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .activated-viewport { max-height: 300px; }
.activated-banner .activated-slides { zoom: 1; }
.activated-banner .activated-slides a { cursor: pointer; color: #fff; text-decoration: none; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.activated-direction-nav {*height: 0;}
.activated-direction-nav a  { display: block; width: 65px; height: 65px; line-height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-indent: -5000px;}
.activated-direction-nav .activated-prev { left: 0; background: #333; width: 65px; height: 65px;display: inline-block; text-indent: -50000;}
.activated-direction-nav .activated-next { right: 0; text-indent: -50000px !important;}
.activated-banner:hover .activated-prev { opacity: 0.9; left: 20px;  text-indent: -50000px;}
.activated-banner:hover .activated-next { opacity: 0.9; right: 20px;  text-indent: -50000px;}
.activated-banner:hover .activated-next:hover, .flexslider:hover .flex-prev:hover { opacity: .9; }
.activated-direction-nav .activated-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.activated-direction-nav a  { width: 65px;height: 65px;display: inline-block; text-indent: -50000px; }
.activated-direction-nav a.activated-prev { background: transparent url("/skin/frontend/koss/default/images/prev.svg") left 0 no-repeat; background-size: 38%; width: 65px; height: 65px; }
.activated-direction-nav a.activated-next { background: transparent url("/skin/frontend/koss/default/images/next.svg") right 0 no-repeat; background-size: 38%; }

/* Pause/Play */
.activated-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.activated-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.activated-pauseplay a:hover  { opacity: 1; }
.activated-pauseplay a.activated-play:before { content: '\f003'; }

/* Control Nav */
.activated-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.activated-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.activated-control-paging li a {width: 10px; height: 10px; display: block; margin-left: 4px; margin-right: 4px; background: #ccc;cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.activated-control-paging li a:hover { background: #333; background: #999; }
.activated-control-paging li a.activated-active { background: #c93428;cursor: default; }


.activated-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.activated-control-thumbs li {width: 25%; float: left; margin: 0;}
.activated-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.activated-control-thumbs img:hover {opacity: 1;}
.activated-control-thumbs .activated-active {opacity: 1; cursor: default;}


/* Caption */
.activated-caption {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
 }

.activated-banner .activated-slides > li.activated-left {
	text-align: left;
}

.activated-banner .activated-slides > li.activated-left .activated-caption {
	width: 40%;
	margin: 15% 0 0 6%;
	position: absolute;
  top: 57%;
  margin-top: -154px;
}

.activated-banner .activated-slides > li.activated-center .activated-caption {
	position: absolute;
	top: 57%;
    margin-top: -154px; }

.activated-banner .activated-slides > li.activated-right .activated-caption {
	position: absolute;
	right: 0 !important;
	top: 50%;
	width: 45%;
	margin: 15% 8% 0 0;
    margin-top: -135px;
}


.activated-caption-content h2 {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  line-height: 54px;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
}
.activated-caption-content h3 {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 200;
  font-style: normal;
  line-height: 35px;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
  color: #454545;
}
.activated-caption-content p {
  display: inline-block;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #c93428;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 2.5em;
  transition: all 0.2s linear 0s;
  margin-top: 10px;
}
.activated-caption-content p:hover {
  background: #fff;
  color: #c93428;
}

.activated-caption-content p.red-button { background: #C93428; color: #fff; }
.activated-caption-content p.red-button:hover { background: transparent; color: #C93428; border: 1px solid #c93428; }

/* CMS Styling */
.activated-direction-nav,
.activated-slides{ padding-left: 0 !important;
	list-style: none !important;
	margin: 0;
}

.activated-caption-content p.sign-up-waitlist { text-align: center; margin-top: 28%; margin-left: 10%; }

.white-text, h2.white-text, h3.white-text  {color: #fff; }

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 1440px) {
	.activated-caption-content p.sign-up-waitlist { text-align: center; margin-top: 35%; margin-left: 10%; }

}

@media (max-width: 1280px) {

	ol.activated-control-nav { bottom: 15px; }
	.activated-viewport { width: 100%; }
	.activated-caption-content p.sign-up-waitlist { text-align: center; margin-top: 45%; margin-left: 10%; }


}


@media (max-width: 1024px) {
	.activated-direction-nav .activated-next, .activated-direction-nav .activated-prev { opacity: 0; }
}


@media (max-width: 980px) {
	.activated-banner .activated-slides > li.activated-left .activated-caption { top: 67%; }
	.activated-banner .activated-slides > li.activated-center .activated-caption  { top: 67% !important; margin-right: auto !important; margin-left: auto !important; }
	.activated-banner .activated-slides > li.activated-right .activated-caption  { top: 67%; }
	.activated-caption-content h2 { font-size: 30px; line-height: 35px; font-weight: 300; }
    .activated-caption-content h3 { font-size: 24px; line-height: 29px; font-weight: 200; }
    .activated-caption-content p.sign-up-waitlist { text-align: center; margin-top: 35%; margin-left: 10%; }


}

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

  .activated-banner .activated-slides > li.activated-left .activated-caption { top: 68%; margin-left: 7%; }
  .activated-banner .activated-slides > li.activated-center .activated-caption  { top: 68%; }
  .activated-banner .activated-slides > li.activated-right .activated-caption  { top: 62%; }
  .activated-direction-nav .activated-next, .activated-direction-nav .activated-prev { opacity: 0; }

  .activated-banner:hover .activated-prev { left: 7px; }
  .activated-banner:hover .activated-next { right: 7px; }

  .activated-caption-content p.sign-up-waitlist { text-align: center; margin-top: 44%; margin-left: 10%; }

}


@media screen and (max-width: 670px) {
	.activated-caption-content h2  { font-size: 28px; line-height: 32px;  margin-top: 0; font-weight: 400; }
	.activated-caption-content h3 { font-size: 24px; line-height: 24px; }
	.activated-banner .activated-slides > li.activated-left .activated-caption { top: 75%; }
  	.activated-banner .activated-slides > li.activated-center .activated-caption  { top: 65%; }
  	.activated-banner .activated-slides > li.activated-right .activated-caption  { top: 65%; }
  	.activated-direction-nav .activated-next, .activated-direction-nav .activated-prev { opacity: 0; }


h2, .h2, h1.find-headphones {
  font-size: 24px;
  line-height: 30px;
}

h3, .h3, p.hello {
  font-size: 18px;
  line-height: 24px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 22px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 20px;
}

h6, .h6 {
  font-size: 14px;
  line-height: 20px; }

  h3.believing { float: none; width: 100%; margin-left: auto; margin-right: auto; }

}



@media screen and (max-width: 880px) {
	.activated-caption { width: 100%; }
	.hero {  position: relative;  }
	.activated-viewport {  }
	.activated-caption-content h3 {  display: block !important; font-size: 12px; font-weight: 500; margin-bottom: 0px !important; }
	.activated-caption-content h3.always-show { display: block !important; font-size: 12px; line-height: 17px; margin: 5px; margin-bottom: 0px; margin-left: 15px; width: 80%; }
	.activated-caption-content { margin: 0 0 0 0; }
	ol.activated-control-nav { bottom: -40px; }
	.activated-banner .activated-slides img { margin-left: 0; }
	.activated-banner .activated-slides > li.activated-left .activated-caption { }
	.activated-caption-content h2  { font-size: 17px; line-height: 24px;  margin-top:20px; margin-bottom: 0px; font-weight: 500; }
  .activated-direction-nav a.activated-prev { background: transparent url("/skin/frontend/koss/default/images/prev.svg") left 0 no-repeat; background-size: 38%; width: 35px; height: 35px; }
	.activated-direction-nav a.activated-next { background: transparent url("/skin/frontend/koss/default/images/next.svg") right 0 no-repeat; background-size: 38%; width: 35px; height: 35px; }

	.activated-caption-content p.sign-up-waitlist { text-align: center; margin-top: 52%; margin-left: -20px; }
	.white-text, h2.white-text, h3.white-text {color: #333; }

.activated-caption { position: relative !important;  clear: both; }

.activated-banner .activated-slides > li.activated-right .activated-caption, .activated-banner .activated-slides > li.activated-left .activated-caption,
.activated-banner .activated-slides > li.activated-center .activated-caption
 {
    position: relative;
    right: 0 !important;
    top: 50%;
    width: 45%;
    margin: 15% auto 0 auto;
    margin-top: 15%;
    margin-top: 0;
		width: 95%;
}


}


@media screen and (max-width: 480px) {
	.activated-direction-nav a {
	    top: 30%;
		}
}

@media screen and (max-width: 330px) {
.activated-caption-content p.sign-up-waitlist { text-align: center; margin-top: 60%; margin-left: 0; }
}
