/*===================================*/
/*==		   PALETTE			   ==*/
/*===================================//
	DARKS

	MIDS
#FAA21B

	LIGHTS
#FDCC81

	SATURATED

/*===================================*/
/*==		   FONTS			   ==*/
/*===================================//
	COPY
		sans-serif

	HEADINGS
		Museo 700

	SUBHEADINGS
		Museo 300

/*===================================*/
/*==		   INDEX			   ==*/
/*===================================//
	The structure of this CSS file
mirrors the structure of our template
groups and templates.

	::SITE::
		#header
		#topnav
		#footer
		(etc)
	::ELEMENTS::

	::PAGE::
		#mainContent.home
		#mainContent.products
		#mainContent.store
		(etc)

/*===================================*/
/*==		   WEBFONTS			   ==*/
/*===================================*/

@font-face {font-family: 'Museo-700';src: url('/third_party/webfonts/23C8CA_0_0.eot');src: url('webfonts/23C8CA_0_0.eot?#iefix') format('embedded-opentype'),url('/third_party/webfonts/23C8CA_0_0.woff') format('woff'),url('/third_party/webfonts/23C8CA_0_0.ttf') format('truetype');}
@font-face {font-family: 'Museo-300';src: url('/third_party/webfonts/23C8CA_1_0.eot');src: url('/third_party/webfonts/23C8CA_1_0.eot?#iefix') format('embedded-opentype'),url('/third_party/webfonts/23C8CA_1_0.woff') format('woff'),url('/third_party/webfonts/23C8CA_1_0.ttf') format('truetype');}
@font-face {font-family: 'Museo-500';src: url('/third_party/webfonts/23C8CA_2_0.eot');src: url('/third_party/webfonts/23C8CA_2_0.eot?#iefix') format('embedded-opentype'),url('/third_party/webfonts/23C8CA_2_0.woff') format('woff'),url('/third_party/webfonts/23C8CA_2_0.ttf') format('truetype');}

.Museo-700 { font-family: Museo-700; }
.Museo-300 { font-family: Museo-300; }
.Museo-500 { font-family: Museo-500; }

.Lato-300 { font-family: Lato; font-weight: 300; }
.Lato-400 { font-family: Lato; font-weight: 400; }
.Lato-700 { font-family: Lato; font-weight: 700; }

/*===================================*/
/*==		   ::SITE::			   ==*/
/*===================================*/

.smaller{
	font-size:14px;
}

.smallest{
	font-size:12px;
}

html {
	background: #f9f9f9 url('/images/bg_tile.png');
}
body {
	background: transparent url('/images/bg_top.png') repeat-x;
	border-top: 8px solid #333;
	color: #474947;
	position: relative;
}
hr {
	border-color: #ccc;
}
a {
	color: #dab00b;
}
a:hover {
	color: #fdd535;
}
p, li, h1, h2, h3, h4, h5, h6 {
	font-family: Lato;
}
.button.yellow {
	font-size: 1.5em;
	font-family: Lato;
	font-weight: 700;
	text-shadow: 1px 1px 1px #555;
	border:none;
	background: #fdd535; /* Old browsers */
	background: -moz-linear-gradient(top, #fdd535 1%, #f9bf00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fdd535), color-stop(100%,#f9bf00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdd535 1%,#f9bf00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd535', endColorstr='#f9bf00',GradientType=0 ); /* IE6-9 */
}
.button.yellow:hover {
	text-shadow: 1px 1px 1px #555;
	background: #fdd535; /* Old browsers */
	background: -moz-linear-gradient(top, #f9bf00 1%, #fdd535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f9bf00), color-stop(100%,#fdd535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9bf00 1%,#fdd535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9bf00 1%,#fdd535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9bf00 1%,#fdd535 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9bf00 1%,#fdd535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bf00', endColorstr='#fdd535',GradientType=0 ); /* IE6-9 */
}

input.button.yellow {
	font-size: 1.2em;
}

.secondary{
background: #e9e9e9;

}
.secondary:hover {
background: #e9e9e9;
}

h2.product_name {
	color: #FAA21B;
}
h4.descriptor {
	color: #E24629;
}
li .button {
	text-align: left;
	width: 100%;
	padding: 20px;
}
.clear {
	clear: both;
}
.phone {
	display: none;
}
@media only screen and (max-width: 767px) {
	.phone {
		display: block;
	}
	.monitor {
		display: none;
	}
}
@media only screen and (max-width: 470px) {
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.35em;
	}
	.button {
		font-size: 12px;
	}
}
/*===================================*/
/*==	 Foundation Overrides	   ==*/
/*===================================*/
h4{
	margin-top:12px;
}
div.row {
	/* width: 970px; */
}
dl.tabs {
	margin-bottom: 0;
}

/*===================================*/
/*==			Main Nav		   ==*/
/*===================================*/
#navigation {
	display:block;
	margin:0px;
	padding:0px;
	height: 72px;
	z-index: 5;
	position: relative;
}
#navigation > .row > .twelve {
	padding: 0;
}
#navigation .top-bar {
    height: 72px;
    line-height: 65px;
    margin: 0;
    padding: 0;
    background: #333333;
    background: -moz-linear-gradient(top,  #333333 0%, #696969 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#696969));
    background: -webkit-linear-gradient(top,  #333333 0%,#696969 100%);
    background: -o-linear-gradient(top,  #333333 0%,#696969 100%);
    background: -ms-linear-gradient(top,  #333333 0%,#696969 100%);
    background: linear-gradient(to bottom,  #333333 0%,#696969 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#696969',GradientType=0 );
    border-bottom: 6px solid #FDD535;
}

#navigation #main-nav {
	background: transparent url('/images/bg_top.png') repeat-x;
	padding: 1px 0;
	height: 66px;
}

#navigation .name h1,
#navigation .name h1 a,
#navigation .top-bar ul,
#navigation .top-bar > ul > li a {
    height: 65px;
    line-height: 65px;
}

#navigation .top-bar .name {
	padding: 16px 0 0 16px;
}

#navigation .top-bar .name h1 {
	width: 125px;
	height: 35px;
}

#navigation .top-bar .name h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url('/images/logo_lg.png') no-repeat;
}

#navigation .top-bar .name span {
	display: none;
}

#navigation .top-bar ul > li.divider {
	background: #ddd;
	border-right: 1px solid #f0f0f0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 100%;
	width: 2px;
}

#navigation .top-bar ul > li a {
	color: #4b4b4b;
	text-transform: uppercase;
	font-family: 'Lato';
	font-weight: 700;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px #fff;
	padding: 0 25px;
}
#navigation .top-bar ul > li:hover,
#navigation .top-bar ul > li.active,
#navigation .top-bar ul > li a:hover {
	background-color: transparent;
}
#navigation .top-bar #main-nav li a:hover {
  background: url('/images/nav_hover.png');
}
#navigation .top-bar ul > li.has-dropdown a {
	padding-right: 25px;
}
#navigation .top-bar ul > li.has-dropdown a:after {
	content: none;
	border: none;
}
#navigation .top-bar ul.right .has-dropdown .dropdown {
	right: auto;
	background: #e9e9e9;
	margin: 0;
	padding: 0;
	height: auto;
	-webkit-box-shadow: 0 5px 10px #222;
	-moz-box-shadow: 0 5px 10px #222;
	box-shadow: 0 5px 10px #222;
}
#navigation .top-bar ul.right .has-dropdown .dropdown li {
	background: #e9e9e9;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}
#navigation .top-bar ul.right .has-dropdown .dropdown li a {
    font-size: 1em;
    text-transform: uppercase;
    height: 40px;
    line-height: 42px;
}
#navigation #mobile-button {
	position:absolute;
	right: 20px;
	display:none;
	font-size:50px;
	top: 30px;
}
#navigation #mobile-button:hover {
	color:#fff;
}
#mobile_nav {
	width: 100% !important;
    display:none;
	padding: 10px 0 0 0;
	background-color: #444;
	position: absolute;
	z-index: 1000;
	display: none;
}
#mobile_nav > .row {
	width: 100% !important;
}
#mobile_nav #bottom {
    margin: 0;
    padding: 0;
    height: 10px;
}
@media only screen and (max-width: 970px) {
	#navigation .twelve {
		padding: 0;
	}
}
@media only screen and (max-width: 940px) {
	#navigation .top-bar .name {
		background: none;
	}
}
@media only screen and (max-width: 940px) {

	#navigation > .row > .twelve {
		padding: 0;
	}

	#navigation .nav-bar {
		display:none;
	}

	#navigation .top-bar ul li.toggle-topbar {
		width: 60px;
		height: 60px;
	}

	#navigation #mobile-button {
		display: block;
		border: none;
		background: url('/images/mobilenav_arrow.png') no-repeat center;
		width: 100%;
		height: 100%;
		position: relative;
		top: 0;
		right: 0;
		padding: 0;
		margin: 0;
	}
}

/*===================================*/
/*==		  Mobile Nav		   ==*/
/*===================================*/
#mobile_menu {
	position: relative;
	z-index: 500;
	background-color: #E9E9E9;
}
#mobile_menu li.back {
	width: 100%;
}
#mobile_menu.block-grid.two-up > li {
	padding: 0;
}
#mobile_menu .down_arrow,
#mobile_menu .up_arrow {
	margin-left: 5px;
}

/* =========== */
/* = Company = */
/* =========== */

#mainContent.history div.link a {
font-size: 2em;
padding: 20px 0px;
display: block;
text-align: right
}

.twelve.columns.centered.disclaimer p {
font-size: .75em;
}

.twelve.columns.centered.disclaimer {
text-align: center;
}

#mainContent.history div.link{
	text-align:right;
}

/*===================================*/
/*==			Footer			   ==*/
/*===================================*/
#footer {
	padding: 20px 0;
	background: #333;
	background: -moz-linear-gradient(top,  #616161 0%, #333333 30%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(30%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #616161 0%,#333333 30%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #616161 0%,#333333 30%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #616161 0%,#333333 30%); /* IE10+ */
	background: linear-gradient(to bottom,  #616161 0%,#333333 30%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	border-top: 6px solid #FDD535;
}
#footer .container {
  	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding: 0 10px;
  	background: transparent url('/images/footer_bg.png') no-repeat top center;
}
#footer .row {
	width: 100%;
	margin: 0 0 20px 0;
}
#footer .columns {
  padding: 0 5px;
}
#footer .box {
  padding: 15px;
  margin: 0 0 10px 0;
  background: transparent url('/images/footer_box_bg.png');
}
#footer .box p,
#footer .box h1,
#footer .box h2,
#footer .box h3,
#footer .box h4,
#footer .box h5,
#footer .box h6 {
  color: #fff;
  margin: 0 0 10px 0;
}

#footer .social.box {
    min-height: 216px;
}

#footer .social.box p {
	line-height: 1.2em;
	margin-bottom: 12px;
}

#footer-subscribe-email {
  color: #dfdfdf;
  background: #4a4a4a;
  border: none;
  display: inline-block;
  width: 100%;
  height: 32px;
  font-size: .9em;
}
#footer-subscribe-button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
}

#footer-subscribe-message {
	margin: 0;
	font-size:12px;
	color:#fdd535;
}

#footer .tweet {
	min-height: 216px;
}
#footer .tweet_user {
  font-size: 1.2em;
}
#footer .tweet_body {
  padding-bottom: 20px;
}
#footer .tweet_date {
  position: absolute;
  bottom: 10px;
}

#footer .social_btns {
	margin: 0 0 0 -3px;
	height: 38px;
}
#footer .social_btns a {
	width: 44px;
	height: 38px;
	display: inline-block;
	margin: 0 3px;
}
#footer .social_btns a img {
	width: 44px;
	height: 38px;
}
#footer .social_btns a:hover {
	background: #222;
}
#footer .social_btns a:hover img {
	opacity: 0.5;
}

#footer #copyright {}
#footer #copyright * {
  color: #B7B7B7;
}

#footer #copyright .columns p,
#footer #copyright .columns img {
  line-height: 1.1em;
  display: inline-block;
}

#footer #copyright .right {
  text-align: right;
}

#footer #copyright .right p {
  padding: 12px 0;
}

#footer #copyright .address {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #6a6a6a;
}

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

	#footer .tweet {
		min-height: 0;
	}

	#footer #copyright .left,
	#footer #copyright .right {
  		text-align: center;
	}
}


/*===================================*/
/*==            Side               ==*/
/*===================================*/
#side {
    padding: 30px 0;
}
#side .box {
    margin: 0 0 25px 0;
    background: #e9e9e9;
}
#side .box .box-title {
    font-size: 1em;
    width: 100%;
    margin: 0;
    padding: 7px 10px;
    color: #555;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #c3c3c3;
    background: #f3f2ee url('/images/box_title_bg.png') repeat-x bottom;
}
#side .box.no-bg,
#side .title-box {
	background: transparent;
}
#side .title-box .title {
    font-size: 2.5em;
    line-height: 1em;
    margin: 0;
    color: #333;
    text-shadow: 2px 2px 2px #EEE;
}
#side .title-box .descriptor {
    font-size: 1.4em;
    margin: 0;
    color: #333;
    text-shadow: 2px 2px 2px #EEE;
}


#side .title-box .button.dropdown > ul {
	padding:0px;
	background:#f5f5f5;
	border:none;
}

#side .title-box .button.dropdown > ul li a {
	color:#111111;
	text-shadow:none;
}

#side .title-box .button.dropdown > ul li:hover {
	background:#f9bf00;
	color:#ffffff;
}

#side .title-box .button.dropdown > ul li a:hover {
	background:#f9bf00;
	color:#ffffff;
}



/*===================================*/
/*==	  Content Defaults		   ==*/
/*===================================*/
#mainContent {
	padding-bottom: 60px;
	z-index: 2;
	position: relative;
	background: transparent;
}
#mainContent ul {
	list-style-type: none;
	margin-bottom: 0;
}
#main dl.tabs {
	height: 60px;
	overflow: hidden;
	background: #dcdcdc;
}
#main dl.tabs dd {
	border-right: 1px solid #cacaca;
}
#main dl.tabs dd a {
	color: #4b4b4b;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato';
	/*font-weight: 700;
	font-size: 1.2em;*/
	font-size:12px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #fff;
	padding: 21px 25px;
	height: 60px;
	line-height: 1.1em;
}
#main dl.tabs dd.twolines a {
	padding: 11px 25px;
}
#main dl.tabs dd.active {
	margin-top: 0;
	border: none;
	-webkit-box-shadow: 0 0 10px #666;
	-moz-box-shadow: 0 0 10px #666;
	box-shadow: 0 0 10px #666;
}
#main dl.tabs dd.active a {
	background: #e9e9e9;
}
#main .tabs-content {
	padding: 20px;
	background: #e9e9e9;
	-webkit-box-shadow: 0 30px 60px -40px #333;
	-moz-box-shadow: 0 30px 60px -40px #333;
	box-shadow: 0 30px 60px -40px #333;
}
#main .tabs-content p,
#main .tabs-content ul,
#main .tabs-content ol {
	margin-bottom: 20px;
}
#main .tabs-content p ul,
#main .tabs-content p ol,
#main .tabs-content ul ul,
#main .tabs-content ul ol,
#main .tabs-content ol ul,
#main .tabs-content ol ol {
	margin-bottom: 0;
}
#main .tabs-content ul,
#main .tabs-content ol {
	list-style-type: disc;
	list-style-position: outside;
}
#main .tabs-content li {
	margin: 0 0 12px 0;
	line-height: 1.4em;
}

#main .tabs-content p.disclaimer {
	font-size:.7em;
	font-style:italic;
}

#site_bg {
    width: 100%;
    height: 490px;
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
}
#site_bg .shadow {
    width: 940px;
    height: 490px;
    margin: 0 auto;
    box-shadow: 0 -40px 150px -30px #111;
}

@media only screen and (min-width: 970px) {
	#mainContent {
		min-height: 550px;
	}
	#mainContent.news > .row{
		background: #fff;

	}
	#mainContent > .row {
	    width: 940px;
	}
}

/*===================================*/
/*==		 ::ELEMENTS::		   ==*/
/*===================================*/

img {
	border:none;
}

/*===================================*/
/*==		Basic Buttons		   ==*/
/*===================================*/
.basic ul, .media ul {
	list-style-type: none;
}
.basic li {
	width: 100%;
}
.basic li .button {
	width: 100%;
	height: 80px;
	padding: 0;
}
.basic li .button p {
	padding: 25px;
	text-align: left;
}
.basic li .button img {
	float: left;
	width: 60px;
	height: 60px;
	margin: 10px;
	margin-right: 15px;
}
.banner {
	background-color: #E41A34;
}
.banner.top {
	margin-bottom: 10px;
}
.button.video {
	padding: 5px;
	min-height: 100px;
}
.button.video .thumb {
	float: left;
	margin: 0 15px 0 0;
	height: 90px;
	max-width: 120px;
}
.button.video .thumb .time {
	position: relative;
	margin-top: -35px;
	margin-right: 4px;
	float: right;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 2px 2px 4px;
}
.button.video .title {
	padding-top: 12px;
	padding-right: 12px;
	text-align: left;
	font-size: 12px;
}
.button.video .title .views {
	color: #aaa;
	display: inline-block;
	margin: 5px 10px;
	font-size: 12px;
}
.button.gray {
	background-color: #666;
	color: #111;
	border: 1px solid #2E2E2E;
}
.button.gray:hover {
	background-color: #888;
}
/*===================================*/
/*==	 More Window CSS		   ==*/
/*===================================*/
.nu_more .nu_more_disp {
	text-align: center;
	background-color: #EEE;
	padding: 3px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #BBB;
}
.nu_more .more,
.nu_more .less {
	width: 50%;
	float: left;
}

.nu_more .more_count,
.nu_more .less_count {
	display: inline-block;
	color: #AAA;
	width: 20px;
	text-align: right;
}
/*===================================*/
/*==	 Show Window CSS		   ==*/
/*===================================*/
.nu_show .nu_show_more{
	width: 100%;
}
.nu_show {
	clear:both;
}

/*===================================*/
/*==	 Scroll Window CSS		   ==*/
/*===================================*/
.nu_scroll .button{
	width: 50%;
	float: left;
}
.banner .button {
	margin-right: 10px;
	float: none;
	width: auto;
}
.nu_scroll {
	clear:both;
}
#side .nu_scroll .window .pane {
	padding: 20px;
}

/*===================================*/
/*==		Orbit Carousel		   ==*/
/*===================================*/

#orbit { background:#aaa; }
#orbit img { display: none; }

#orbit.orbit { background: none; }
#orbit.orbit img { display: block; }


#orbit img {
	background-color: #AAA;
	/* max-height: 450px; */
}
#orbit {
	background: none;
	margin-bottom: 0;
	overflow: hidden;
}
#orbit .slide {
	height: 450px;
	background-color: #DDD;
}
.orbit-wrapper .slider-nav {
	/* display: none !important; */
}
.orbit-wrapper .orbit-bullets {
	display: none !important;
}
/*div.orbit-wrapper div.slider-nav span {
	height: 100%;
	top: 0;
	margin-top: 0;
}
*/
div.orbit-wrapper div.slider-nav span.left,
div.orbit-wrapper div.slider-nav span.right {
	height: 100%;
	top: 0;
	margin-top: 0;
	background-repeat: no-repeat;
	background-position: center;
	opacity:0.5;
	filter:alpha(opacity=50);
}
div.orbit-wrapper div.slider-nav span.left:hover,
div.orbit-wrapper div.slider-nav span.right:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
/*
div.orbit-wrapper div.slider-nav span.left {
	background: url('/third_party/foundation/images/foundation/orbit/left-arrow.png') no-repeat center;
}*/

/*===================================*/
/*==		   ::PAGE::			   ==*/
/*===================================*/
/*===================================*/
/*==			home			   ==*/
/*===================================*/
.home > .row {
	margin-bottom: 40px;
}

#promo-banner {
	margin-bottom: 0;
}
#promo-banner a {
    width: 100%;
    height: 100%;
    font-size: 0px;
    line-height: 0px;
    border-bottom: 6px solid #FDD535;
    display: block;
}
#promo-banner a img {
    display: block;
}

#featured {
	background: #333;
  -webkit-box-shadow: 0 30px 60px -40px #333;
	-moz-box-shadow: 0 30px 60px -40px #333;
	box-shadow: 0 30px 60px -40px #333;
}
#featured #splash_image {
	padding: 0;
  position: relative;
}
#featured #splash_image .heroshot {
	width: 100%;
}

#featured #featured_content.no-video {
	background:none !important;
}

#featured #featured_content {
  padding: 20px 10px;
	background: #333 url('/images/featured_content_bg.png') no-repeat top right;
}
#featured #featured_content #description h3,
#featured #featured_content #description p {
	color: #fff;
}
#featured #featured_content #description h3 {
	margin: 0 0 10px 0;
}
#featured #featured_content #description p {
  font-size: 1.2em;
  line-height: 1.4em;
}
#featured #featured_content #video iframe {
  width: 100%;
}

#products {
  width: 970px !important;
}
#products .product {
	margin-bottom: 20px;
}
#products .product_logo {
	height: 70px;
	background: #c2c2c2; /* Old browsers */
	background: -moz-linear-gradient(top,  #c2c2c2 81%, #d5d5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(81%,#c2c2c2), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c2c2c2 81%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c2c2c2 81%,#d5d5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c2c2c2 81%,#d5d5d5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c2c2c2 81%,#d5d5d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	border-bottom: none;
}
#products .product_logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#products .product_logo a:hover,
#products .product:hover .product_logo a {
	background: #ebb423; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebb423 81%, #f0ce74 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(81%,#ebb423), color-stop(100%,#f0ce74)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebb423 81%,#f0ce74 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebb423 81%,#f0ce74 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebb423 81%,#f0ce74 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebb423 81%,#f0ce74 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebb423', endColorstr='#f0ce74',GradientType=0 ); /* IE6-9 */
}
#products .product_logo a {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  border: 1px solid #fff;
  border-bottom: none;
}
#products .product_logo a img {
	width: auto !important;
}
#products .product_image {
  width: 100%;
  margin: 0 0 15px 0;
  -webkit-box-shadow: 0 30px 60px -40px #333;
	-moz-box-shadow: 0 30px 60px -40px #333;
	box-shadow: 0 30px 60px -40px #333;
  border: 1px solid #ccc;
  border-top: none;
  border-top: none;
}
#products .product_image img {
  border: 1px solid #fff
}
#products .product_description p {
  color: #333;
  font-size: 1em;
  line-height: 1.2em;
}

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

	#featured #featured_content {
		padding: 15px 0;
		background: #333;
	}

	#featured #description .button {
		font-size: 1.4em;
		margin-bottom: 20px;
	}

}


/*===================================*/
/*==		   downloads		   ==*/
/*===================================*/
#mainContent.downloads {
	padding-bottom:40px;
}

/*===================================*/
/*==		   product			   ==*/
/*===================================*/
.products #main {
    padding: 0;
    width: 62%;
}
.products #product_name {
	padding: 10px 20px;
	background: #ebb423 url('/images/product_logo_bg.png') no-repeat top right;
}
.products #side {
	width: 38%;
	padding: 30px 35px 0 35px;
    border-left: 1px solid #414141;
    background: #333 url('/images/side_bg_flare.png') no-repeat top right;
}
.products #side .title-box .title,
.products #side .title-box .descriptor {
	color: #fff;
	text-shadow: 1px 1px 4px #222;
}
.products .overview .banner {
    margin: 0 0 15px 0;
    background: none;
}
@media only screen and (max-width: 768px) {
	#mainContent.products .screen_shots {
	}
	#mainContent .overview,
	#mainContent ul.key_features,
	#mainContent ul.tech_specs,
	#mainContent ul.system_requirements,
	#mainContent ul.faqs {
		padding:20px;
	}
}

/* FAQ Search CSS */

#list hgroup.selected {
	display: block;
}
#list hgroup.unselected {
	display: none;
}

.products .faq_search {
	padding:8px;
	padding-bottom:24px;
	background-color:#f5f5f5;
}

.products #common_keywords a {
	margin-right:8px;
}

.products .faq_button {
	display:inline;
	margin-right:4px;
	font-size:14px;
}

.products .faq_link {
	font-size:16px;
	color:#333333;
}

.products .faq_answer{
	display:none;
	padding:8px;
	background:#f5f5f5;
	border:1px solid #dab00b;
}

/* testimonials */

.products #quotes {
	position: relative;
	min-height:100px;
}

.products #quotes div.quote {
    position: absolute;
    display: none;
	margin:16px;
	padding-left:40px;
	background: transparent url('/images/blockquote.png') no-repeat top left;
	font-size:12px;
	font-style: italic;
}

/* related products */

div.box ul.related li {
	padding:8px;
}
div.box ul.related li a {
	font-weight:bold;
	color:#111111;
}



/*===================================*/
/*==		   News				   ==*/
/*===================================*/

.subscribe-box {
	min-height:229px;
}

.news #masthead {
	margin-top:0px;
    background: #f5f5f5 url('/images/news_image.jpg') no-repeat top right;
    min-height:229px;
}

.news #masthead h1 {
	position:relative;
	margin:0px;
	top:140px;
	left:20px;
	color:#fff;
}

.news #main {
    padding: 0;
    width: 62%;
}

.news #side {
	width: 38%;
	padding: 30px 35px 0 35px;
    border-left: 1px solid #414141;
    background: #333 url('/images/side_bg_flare.png') no-repeat top right;
}

#mainContent.news #masthead{
	background:;
}

#mainContent.news div.articles{
	margin: 0px 0px 28px 10px;
	padding:16px;

}

#mainContent.news div.articles div.badge{
	margin:14px 0px 0px 0px;
	width:60px;
	border-radius:4px;
}

#mainContent.news div.articles div.day{
	padding:8px;
	background: #616161; /* Old browsers */
	background: -moz-linear-gradient(top, #616161 1%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#616161), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #616161 1%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #616161 1%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #616161 1%,#111111 100%); /* IE10+ */
	background: linear-gradient(to bottom, #616161 1%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
	color:#ddd;
	text-align:center;
	font-size:28px;
}

#mainContent.news div.articles div.month{
	padding:8px;
	background: #fdd535; /* Old browsers */
	background: -moz-linear-gradient(top, #fdd535 1%, #f9bf00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fdd535), color-stop(100%,#f9bf00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdd535 1%,#f9bf00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd535', endColorstr='#f9bf00',GradientType=0 ); /* IE6-9 */
	color:#111111;
	text-align:center;
}

#mainContent.news div.articles h3.title{
	margin:0px 0px 0px -8px;
	padding:8px;
	font-weight:normal;
}

#mainContent.news div.articles h3.title a{
	color:#616161;
}

#mainContent.news div.article {
	margin:0px 0px 28px 10px;
	padding:16px;
}

#mainContent.news div.article div.badge{
	margin:14px 0px 0px 0px;
	width:60px;
	border-radius:4px;
}

#mainContent.news div.article div.day{
	padding:8px;
	background: #616161; /* Old browsers */
	background: -moz-linear-gradient(top, #616161 1%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#616161), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #616161 1%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #616161 1%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #616161 1%,#111111 100%); /* IE10+ */
	background: linear-gradient(to bottom, #616161 1%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
	color:#ddd;
	text-align:center;
	font-size:28px;
}
#mainContent.news div.article div.month{
	padding:8px;
	background: #fdd535; /* Old browsers */
	background: -moz-linear-gradient(top, #fdd535 1%, #f9bf00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fdd535), color-stop(100%,#f9bf00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdd535 1%,#f9bf00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd535', endColorstr='#f9bf00',GradientType=0 ); /* IE6-9 */
	color:#111111;
	text-align:center;
}

#mainContent.news div.article h3.title{
	margin:0px 0px 0px -8px;
	padding:8px;
	font-weight:normal;
}

#mainContent.news div.article h3.title a{
	color:#616161;
}

#mainContent.news div.subscribe {
	color:#ddd;
}
#mainContent.news div.subscribe h4 {
	color:#ddd;
}

#mainContent.news ul.pagination {
	margin-left:8px;
}
#mainContent.news ul.pagination li a{
	display:block;
	padding:8px;
	background: #616161; /* Old browsers */
	background: -moz-linear-gradient(top, #616161 1%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#616161), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #616161 1%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #616161 1%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #616161 1%,#111111 100%); /* IE10+ */
	background: linear-gradient(to bottom, #616161 1%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
#mainContent.news ul.pagination li a:hover{
	display:block;
	padding:8px;
	background: #fdd535; /* Old browsers */
	background: -moz-linear-gradient(top, #fdd535 1%, #f9bf00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fdd535), color-stop(100%,#f9bf00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdd535 1%,#f9bf00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd535', endColorstr='#f9bf00',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
#mainContent.news ul.pagination li a.current{
	display:block;
	padding:8px;
	background: #fdd535; /* Old browsers */
	background: -moz-linear-gradient(top, #fdd535 1%, #f9bf00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fdd535), color-stop(100%,#f9bf00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdd535 1%,#f9bf00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd535', endColorstr='#f9bf00',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
/*===================================*/
/*==		   Blog			   ==*/
/*===================================*/

#mainContent.blog {
	padding-bottom:40px;
}

#mainContent.blog div.articles{
	margin:0px 0px 28px 0px;
	padding:16px;
	background-color:#BBB;
}

#mainContent.blog div.articles div.badge{
	margin:0px 0px 0px 0px;
	width:60px;
}

#mainContent.blog div.articles div.day{
	padding:8px;
	background-color:#333;
	color:#ddd;
	text-align:center;
	font-size:28px;
}

#mainContent.blog div.articles div.month{
	padding:8px;
	background-color:#d65b1d;
	color:#fff;
	text-align:center;
}

#mainContent.blog div.articles h3.title{
	margin:0px 0px 8px 0px;
	padding:8px;
	background-color:#333;
	font-weight:normal;
}

#mainContent.blog div.article {
	margin:0px 0px 28px 0px;
	padding:16px;
	background-color:#BBB;
}

#mainContent.blog div.article div.badge{
	margin:0px 0px 0px 0px;
	width:60px;
}

#mainContent.blog div.article div.day{
	padding:8px;
	background-color:#333;
	color:#ddd;
	text-align:center;
	font-size:28px;
}

#mainContent.blog div.article div.month{
	padding:8px;
	background-color:#d65b1d;
	color:#fff;
	text-align:center;
}

#mainContent.blog div.article h3.title{
	margin:0px 0px 8px 0px;
	padding:8px;
	background-color:#333;
	font-weight:normal;
}

#mainContent.blog div.categories {
	margin:0px 0px 28px 0px;
	padding:16px;
	background-color:#BBB;
}

#mainContent.blog div.archives {
	margin:0px 0px 28px 0px;
	padding:16px;
	background-color:#BBB;
}

#mainContent.blog div.recent {
	margin:0px 0px 28px 0px;
	padding:16px;
	background-color:#BBB;
}

#mainContent.blog div.categories ul li a,
#mainContent.blog div.archives ul li a,
#mainContent.blog div.recent ul li a{
	display:block;
	padding:8px;
	color:#202020;
}

#mainContent.blog div.categories ul li a:hover,
#mainContent.blog div.archives ul li a:hover,
#mainContent.blog div.recent ul li a:hover{
	display:block;
	padding:8px;
	background-color:#333;
	color:#FAA21B;
}

#mainContent.blog ul.pagination li a{
	display:block;
	padding:8px;
	background-color:#333;
	color:#fff;
}

#mainContent.blog ul.pagination li a:hover{
	display:block;
	padding:8px;
	background-color:#FAA21B;
	color:#fff;
}

#mainContent.blog ul.pagination li a.current{
	display:block;
	padding:8px;
	background-color:#d65b1d;
	color:#fff;
}

#mainContent.blog dl.tabs {
	border:none;
}

#mainContent.blog dl.tabs  dd.active {
	border:none;
	border-top:4px solid #d65b1d;
}

#mainContent.blog dl.tabs  dd.active a{
	background-color:#BBB;
	border:none;
}

#mainContent.blog ul.tabs-content {
	background-color:#BBB;
	border:none;
}

#mainContent.blog ul.tabs-content li {
	border:none;
}

/*===================================*/
/*==		   Videos			   ==*/
/*===================================*/

#mainContent.videos {
	padding-top: 30px;
	padding-bottom:40px;
}
#mainContent.videos .video .category,
#mainContent.videos .video .playing {
	display: none;
}
#mainContent.videos dl.sub-nav{
	font-size:14px;
}

#mainContent.videos dl.sub-nav dd a{
	display:block;
	padding:8px;
	color:#333;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px;
}

#mainContent.videos dl.sub-nav dd.active a{
	display:block;
	padding:8px;
	background-color:#d65b1d;
	color:#fff;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px;
}

#mainContent.videos dl.sub-nav dd a:hover{
	display:block;
	padding:8px;
	background-color:#FAA21B;
	color:#fff;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px;
}

#mainContent.videos div.player{
	/*background-color:#000;*/
	margin-bottom:40px;
	height:400px;
}

#mainContent.videos div.player iframe{
	width:100%;
	height:100%;
}

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

	#mainContent.videos div.player{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		}


	#mainContent.videos div.player iframe,
	#mainContent.videos div.player object,
	#mainContent.videos div.player embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

#mainContent.videos div.playlist ul.videos li a {
	min-width:200px;
}


/*===================================*/
/*==		   People			   ==*/
/*===================================*/
#mainContent.people {
	padding: 20px 0;
}
#mainContent.people .person {
	background-color: #999;
	margin: 10px 0;
	padding: 20px;
}
#mainContent.people .person h4,
#mainContent.people .person h6 {
	margin: 5px 0 0 10px;
}

/*===================================*/
/*==	   Product List			   ==*/
/*===================================*/
#mainContent.product_list {
	padding: 20px 0;
}
#mainContent.product_list .buffer {
	padding: 20px;
}
#mainContent.product_list .product {
	padding: 0;
	background-color: #999;
}
#mainContent.product_list .product img {
	margin: 0 0 15px 0;
}
#mainContent.product_list .product h2 {
	margin: 0;
	padding: 0;
}
#mainContent.product_list .product h3 {
	margin: 10px 0 10px 10px;
	font-size: 20px;
}
/*===================================*/
/*==		   History			   ==*/
/*===================================*/
#mainContent.history .row p,
#mainContent.history .row h2,
#mainContent.history .row h4 {
	color: #fff;
}
#mainContent.history .content .six {
	padding: 0 20px;
	text-align: justify;
}
#mainContent.history .row {
	background: #333;
}
#mainContent.history .splash{
	padding: 0;
}

/* Forms */

span.error {
	color:#cc0000;
	font-weight:bold;
	font-size:11px;
}

p.errormsg {
	color:#ff9933;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
}

/*===================================*/
/*==		 contact			   ==*/
/*===================================*/
#mainContent.contact {
/*	padding: 10px 0 20px 0;*/
}

/*===================================*/
/*==		 static content		   ==*/
/*===================================*/
#mainContent > .header .columns {
    padding: 0;
}
.content > .row {
	padding: 30px 25px;
    background: #fff;
}
.content .row.header {
	padding: 0;
	border-bottom: 1px solid #CCC;
}
.content .row.header img {
	display: block;
}
.content .row.bottom {
	padding-bottom: 45px;
	-webkit-box-shadow: 0 45px 40px -60px #222;
	-moz-box-shadow: 0 45px 40px -60px #222;
	box-shadow: 0 45px 40px -60px #222;
}
.content .columns {
	padding: 0 15px;
}
.content.two-column .main {
	text-align: justify;
}
.content .page-title {
	margin-bottom: 25px;
}
.content .page-title .title,
.content .page-title .subtitle {
	margin: 0;
}
.content .page-title .title {
/*	color: #373737;*/
	color: #4C4C4C;
	font-size: 2.8em;
	line-height: 1em;
}
.content .page-title .subtitle {
	color: #666;
	font-size: 1.8em;
	line-height: 1em;
	margin: 5px 0 0 0;
}
.content .page-footnotes {
	border-top: 1px solid #ddd;
	margin-top: 45px;
	padding-top: 10px;
	font-size: .9em;
	color: #666;
	font-style: italic;
	line-height: 1.4em;
}
.content .page-footnotes p {
	margin: 0;
}
.content.two-column .page-footnotes {
	margin-top: 30px;
}

.content h1 { font-size: 2em; }
.content h2 { font-size: 1.8em; }
.content h3 { font-size: 1.6em; }
.content h4 { font-size: 1.4em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

.content ul {
    padding: 0 0 0 20px;
}
.content ul li {
    list-style-type: disc;
    line-height: 1em;
    margin-bottom: 12px;
    list-style-position: outside;
}
.content ul.no-bullet{
    padding:0px;
}
.content ul.no-bullet li{
    list-style-type: none;
}

/* Static Content: Dark */
.content.dark .row {
    background: #333;
}
.content.dark .row.header {
	border-bottom: 1px solid #272727;
}
.content.dark .row.bottom {
	-webkit-box-shadow: 0 55px 50px -60px #222;
	-moz-box-shadow: 0 55px 50px -60px #222;
	box-shadow: 0 55px 50px -60px #222;
}
.content.dark p,
.content.dark .page-title .title {
	color: #fff;
}
.content.dark .page-footnotes,
.content.dark .page-title .subtitle {
	color: #ccc;
}
.content.dark .page-footnotes {
	border-top: 1px solid #474747;
}

/*===================================*/
/*==		 error/notice		   ==*/
/*===================================*/
.content.notice .header {
    border-bottom: 1px solid #e9e9e9;
}
#mainContent.content.notice .header .twelve.columns {
    text-align: center;
    background: #eee;
    padding: 100px 0;
}
.content.notice .page-title {
    margin: 0;
    padding: 0;
}
.content.notice .page-title .title {
    color: #666;
    font-size: 4.2em;
    text-shadow: 1px 1px 1px #fff;
}
.content.notice .page-title .subtitle {
    color: #999;
    text-shadow: 1px 1px 1px #fff;
}
.error-url {
	color: #888;
	padding-left: 10px;
	word-break: break-all;
}

/*===================================*/
/*==		news pages (new)   	   ==*/
/*===================================*/
.content.page-news .header {
	background: url('/images/AES_opening_day_980.png') no-repeat center;
}
.content.page-news .page-title {
	margin: 0 0 10px 0;
}
.content.page-news .page-title .title {
	font-size: 2.2em;
	color: #fff;
}
.content.page-news .subscribe {
	float: right;
	width: 36.5%;
	position: relative;
	padding: 25px 15px !important;
	background: rgba(60, 60, 60, 0.95);
}
.content.page-news .subscribe p {
	line-height: 1.3em;
	color: #fff;
}
.content.page-news .subscribe #subscribe-form {
	position: relative;
	padding-right: 85px;
	margin: 0;
}
.content.page-news .subscribe #subscribe-email {
	height: 30px;
	font-size: .9em;
	border-right: none;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.content.page-news .subscribe #subscribe-button {
	width: 85px;
	height: 30px;
	font-size: 1em;
	text-align: center;
	line-height: 12px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border-right: none;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.content.page-news .subscribe #subscribe-message {
	position: absolute;
	bottom: 13px;
	margin: 0;
	font-weight: bold;
}
.content.page-news .main {
	padding: 0 30px 0 10px;
}
.content.page-news .side {
	padding: 0 10px;
}
.content.page-news .categories {
    margin: 0 0 3% 0;
}
.content.page-news .categories h5 {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 1em;
    color: #666;
}
.content.page-news .categories ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    word-break: break-all;
}
.content.page-news .categories ul li {
    margin: 0 3px 0 0;
    list-style-type: none;
    display: inline-block;
}
.content.page-news .categories ul li a {
    background: #e7e7e7;
    padding: 5px 10px;
    border-radius: 4px;
    color: #444;
}
.content.page-news .categories ul li.active a {
    background: #888;
    color: #fff;
}

.content .archive-title {
    font-size: 1em;
    text-transform: uppercase;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 35px 0;
    color: #555;
}
.content .archive-title span {
	color: #777;
	margin: 0 5px 0 0;
}

/* Articles / Entries List */
.articles .hentry {
	padding: 0 0 0 90px;
	margin: 0 0 40px 0;
	position: relative;
}
.articles .hentry.no-results {
	padding: 0;
}
.articles .hentry.no-results h5 {
	margin: 0;
	padding: 0;
}
.articles .hentry .entry-title {
	font-size: 1.8em;
	font-weight: 300;
	font-family: 'Museo-300', serif;
	line-height: 1.1em;
	color: #474747;
	margin: 0 0 10px 0;
}
.articles .hentry .entry-title a {
	color: inherit;
}
.articles .hentry .entry-content {
	font-family: Lato;
	line-height: 1.3em;
}
.articles .hentry .entry-content p {
	line-height: inherit;
}
.articles .hentry .badge{
	width: 60px;
	padding: 0;
	margin: 4px 0px 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.articles .hentry .day,
.articles .hentry .month {
	font-family: Lato;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
}
.articles .hentry .day{
	font-size: 1.8em;
	text-shadow: 1px 1px 1px #111;
	color: #fff;
	background: #616161; /* Old browsers */
	background: -moz-linear-gradient(top, #616161 1%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#616161), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #616161 1%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #616161 1%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #616161 1%,#111111 100%); /* IE10+ */
	background: linear-gradient(to bottom, #616161 1%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}

.articles .hentry .month{
	font-size: 1em;
	text-shadow: 1px 1px 1px #fee890;
	color: #444;
	background: #fdd535; /* Old browsers */
	background: -moz-linear-gradient(top, #fdd535 1%, #f9bf00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fdd535), color-stop(100%,#f9bf00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdd535 1%,#f9bf00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdd535 1%,#f9bf00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd535', endColorstr='#f9bf00',GradientType=0 ); /* IE6-9 */
}

/* Sidebar Styles */
.side .box {
	width: 100%;
    margin: 0 0 30px 0;
    background: #eee;
    padding: 15px;
    border: 1px solid #e9e9e9;
}
.side .box .box-title {
    font-size: 0.9em;
    text-transform: uppercase;
    color: #555;
    border-bottom: 1px solid #ddd;
    padding: 0 0 8px 0;
    margin: 0 0 10px 0;
}
.side .box ul,
.side .box ol {
    padding: 0;
    margin: 0;
}
.side .box li {
    line-height: 1em;
    list-style-type: none;
    margin: 0 0 6px 0;
}
.side .box.latest-news {
	padding-bottom: 0;
}
.side .box.latest-news li {
	margin: 0 0 15px 0;
}
.side .box .list li.active {
    color: #474747;
    font-weight: bold;
}
.side .box .list li.active a {
    color: inherit;
}

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

	#mainContent.content {
		padding-bottom: 0;
	}

	.content .row.header {
		border-bottom: none;
	}

	#mainContent.content > .row {
		min-width: 0;
		width: 94% !important;
		margin: 3% !important;
	}

	#mainContent.content > .row,
	#mainContent.content.page-news .articles .hentry {
		-webkit-box-shadow: 0 45px 40px -60px #222;
		-moz-box-shadow: 0 45px 40px -60px #222;
		box-shadow: 0 45px 40px -60px #222;
	}

	.content.page-news .main {
		padding: 0;
	}

	.content.page-news .side {
		padding: 0 0 0 20px;
	}

	.content.page-news .side .box {
		margin: 0 0 3% 0;
	}

	.content.page-news .archive-heading {
		margin: 0 0 3% 0;
		padding: 10px 15px;
		background: #fff;
		-webkit-box-shadow: 0px 2px 10px -5px #222;
		-moz-box-shadow: 0px 2px 10px -5px #222;
		box-shadow: 0px 2px 10px -5px #222;
	}

	.content.page-news .archive-title {
		margin: 0;
		padding: 0;
		border-bottom: none;
	}

	#mainContent.content.page-news .articles .hentry {
		width: 100% !important;
		margin: 0 0 3% 0 !important;
		padding: 20px 30px 10px 110px;
	}

	#mainContent.content.page-news .articles .hentry.no-results {
		padding: 10px 15px;
	}

	#mainContent.content.page-news > .row.bottom {
		padding: 0 !important;
		background: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#mainContent.content.page-news.single .articles .hentry {
		padding: 25px 30px;
	}

	.content.page-news.single .articles .hentry .badge {
		float: right;
		position: static;
		margin: 0 0 10px 10px;
	}

	.content.page-news.single .articles .hentry .entry-title {
		margin-bottom: 20px;
	}

	.articles .hentry .badge {
		top: 24px;
		left: 24px;
		margin: 0;
	}

}

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

	#mainContent.content.notice .header .twelve.columns {
		padding: 40px 0;
	}

	.content.page-news .side {
		padding: 0;
	}

	.content.page-news .archive-heading,
	.content.page-news.archive .categories {
		display: none !important;
	}

	.content.page-news.archive .archive-heading {
		display: block !important;
	}
}

@media only screen and (max-width: 480px) {
	.content > .row {
		padding: 20px 10px;
	}
}












/*================================================================
  SUPPORT FORM 	 SUPPORT FORM 		SUPPORT FORM  	SUPPORT FORM
==================================================================*/

.contact-p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}

section#support span.required {
  color: #C50231;
  font-size: 25px !important;
}

fieldset#inquiry-fieldset input[type="text"],
fieldset#contact-fieldset input[type="text"],
fieldset#shipping-fieldset input[type="text"],
fieldset#product-fieldset input[type="text"],
fieldset#computer-fieldset input[type="text"] {
  height: 37px;
}


fieldset#inquiry-fieldset,
fieldset#contact-fieldset,
fieldset#shipping-fieldset,
fieldset#product-fieldset,
fieldset#computer-fieldset,
fieldset#question-fieldset,
fieldset#order-info-fieldset  {
  padding: 20px;
  margin: 18px 0;
  border: 1px solid #A09A9A;
}

fieldset#inquiry-fieldset input,
fieldset#contact-fieldset input {
  margin-bottom: 0px !important;
}

fieldset#inquiry-fieldset legend,
fieldset#contact-fieldset legend,
fieldset#shipping-fieldset legend,
fieldset#product-fieldset legend,
fieldset#computer-fieldset legend,
fieldset#question-fieldset legend,
fieldset#order-info-fieldset legend {
  background: #F2F2F2 !important;
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
} 

fieldset#inquiry-fieldset label,
fieldset#contact-fieldset label,
fieldset#shipping-fieldset label,
fieldset#product-fieldset label,
fieldset#computer-fieldset label,
fieldset#question-fieldset label,
fieldset#order-info-fieldset label {
  line-height: 1.5;
  font-size: 15px;
}

fieldset#inquiry-fieldset select,
fieldset#contact-fieldset select,
fieldset#product-fieldset select {
  height: 37px !important;
  padding: 8px !important;
  font-size: 16px;
  -webkit-appearance: none !important;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
}

fieldset#inquiry-fieldset small,
fieldset#contact-fieldset small,
fieldset#shipping-fieldset small,
fieldset#product-fieldset small,
fieldset#question-fieldset small {
  margin-top: -1px !important;
  padding: 6px 9px 9px 9px;
  font-style: italic;
  font-size: 13px !important;
  margin-bottom: 16px;
  /*border: 2px solid green;*/
}

fieldset#question-fieldset textarea#questions-text {
  margin: 0px !important;
}

input#akai-contact-submit {
  width: 100%;
  height: 44px;
  font-size: 13px;
  padding: 15px 28px;
  border: none;
  margin: 0px !important;
  background: #FDD535;

}

.office > h5 {
  margin-bottom: 8px !important;
}

#support-offices {
  /*float: right;*/
  /*border: 2px solid green;*/
}

#help {
  /*border: 5px solid blue;*/
}

#support-offices div.office {
  margin-bottom: 20px !important;
}

fieldset#inquiry-fieldset small.error,
fieldset#contact-fieldset small.error,
fieldset#shipping-fieldset small.error,
fieldset#product-fieldset small.error,
fieldset#computer-fieldset small.error,
fieldset#question-fieldset small.error {
  display: none;
}

fieldset#contact-fieldset select#country,
fieldset#product-fieldset select#product,
fieldset#product-fieldset select#purchase,
fieldset#product-fieldset select#purchase-year,
fieldset#product-fieldset select#purchase-place {
  margin-bottom: 16px !important;
}

#product-fieldset .panel {
  padding: 0;
  background: #E9E9E9;
}



	/**
	 * -------------------------------------------------------------------------
	 *  Support Form specific CSS
	 * -------------------------------------------------------------------------
	 */

span.required {
		color: #C50231;
  	font-size: 20px !important;
	}
	input.error{
		background-color: rgba(255, 242, 89, 0.1);	
		border:1px solid #FFAD00;
	}
	label.error{
		color:#FFAD00;
	}
	form.custom div.custom.dropdown a.selector {
		background:#FDD535;	
		color:#111111;
		border:1px solid #FDD535;
	}
	form.custom div.custom.dropdown ul {
		border:1px solid #333333;
		width:96% !important; 	
	}
	form.custom div.custom.dropdown ul li:hover {
		background:#FDD535;	
		color:#111111;
	}
	form.custom div.custom.dropdown ul li.selected {
		background:#FDD535;	
		color:#111111;		
	}
	a.helpPopup span {
		display: none;
		width:200px;
		text-align:left;
		color:#111;
		padding:8px;
		font-size:12px;
		-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
		filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color='#999999' );
	}
	a.helpPopup:hover {
		position: relative;
		z-index:999;
	}
	a.helpPopup:hover span {
		display: block;
		position: absolute;
		padding:4px 10px;
		border: 1px solid FFAD00;
		background-color: #dddddd;
		border-radius:4px;
		-moz-border-radius: 4px;
	  	-webkit-border-radius: 4px;
	}



















