/*
Theme Name: Stealth Acoustics Theme by FDGweb
Theme URI: http://www.fdgweb.com/
Author: FDGweb
Author URI: http://www.fdgweb.com/
Description: A custom theme designed by FDGweb.
Version: 2.0
*/

/* =Custom Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'Agency FB';
    src: url('css/fonts/agency-fb/agency-fb.eot');
    src: url('css/fonts/agency-fb/agency-fb.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/agency-fb/agency-fb.woff') format('woff'),
         url('css/fonts/agency-fb/agency-fb.ttf') format('truetype'),
         url('css/fonts/agency-fb/agency-fb.svg#agency-fb') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Agency FB';
    src: url('css/fonts/agency-fb-bold/agency-fb-bold.eot');
    src: url('css/fonts/agency-fb-bold/agency-fb-bold.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/agency-fb-bold/agency-fb-bold.woff') format('woff'),
         url('css/fonts/agency-fb-bold/agency-fb-bold.ttf') format('truetype'),
         url('css/fonts/agency-fb-bold/agency-fb-bold.svg#agency-fb-bold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('css/fonts/century-gothic/century-gothic.eot');
    src: url('css/fonts/century-gothic/century-gothic.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/century-gothic/century-gothic.woff') format('woff'),
         url('css/fonts/century-gothic/century-gothic.ttf') format('truetype'),
         url('css/fonts/century-gothic/century-gothic.svg#century-gothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('css/fonts/century-gothic-italic/century-gothic-italic.eot');
    src: url('css/fonts/century-gothic-italic/century-gothic-italic.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/century-gothic-italic/century-gothic-italic.woff') format('woff'),
         url('css/fonts/century-gothic-italic/century-gothic-italic.ttf') format('truetype'),
         url('css/fonts/century-gothic-italic/century-gothic-italic.svg#century-gothic-italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('css/fonts/century-gothic-bold/century-gothic-bold.ttf') format('truetype'),
    font-weight: 600;
    font-style: normal;
}

/* /////////  FONT SMOOTHING FIX  ////////////// */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Agency FB';
		src: url('css/fonts/agency-fb/agency-fb.svg') format('svg');
	}
	
	@font-face {
		font-family: 'Century Gothic';
		src: url('css/fonts/century-gothic/century-gothic.svg') format('svg');
	}
	
}

/* =Basic structure
-------------------------------------------------------------- */

html {
	font-size: 87.5%;
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body {
	height: 100%;
}

body {
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	line-height: 1;
}

body .site {
	padding: 0 0 75px 0;
}

a, .entry-content a:visited,
.comment-content a:visited {
	outline: none;
	color: #3f9fa5;
	text-decoration: none;
}
a:hover {
	color: #0f3647;
}


#site-container {
	min-height: 100%;
	position: relative;
}

#site-container.full {
	max-width: 100%;
}

#header-container {
	position: fixed;
	z-index: 2000;
	width: 100%;
	background: #FFF;
	height: 115px;
	box-shadow: 0 10px 12px rgba(0,0,0,0);
	
	-webkit-transition: 0.5s box-shadow;
	-moz-transition: 0.5s box-shadow;
	-ms-transition: 0.5s box-shadow;
	transition: 0.5s box-shadow;
}

#header-container.shadow {
	box-shadow: 0 10px 12px rgba(0,0,0,0.1);
	
	-webkit-transition: 0.5s box-shadow;
	-moz-transition: 0.5s box-shadow;
	-ms-transition: 0.5s box-shadow;
	transition: 0.5s box-shadow;
}

#page-container {
	background: #fff;
}

/* Page structure */
#page-container {
	background: #fff;
	padding: 115px 0 0 0;
}

.site {
	padding: 0 24px;
}

.site-content {
	margin: 0;
}

.widget-area {
	margin: 24px 0 0;
}

/* Header */
#header-container.full {
	background: #fff;
}

.site-header {
	padding: 0;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

header hgroup {
	padding: 20px;
}

.site-header h1,
.site-header h2 {
	text-align: center;
}

.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}

.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}

.site-header h1 {
	font-size: 24px;
	line-height: 1.285714286;
	margin-bottom: 14px;
}

.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

/* Navigation Menu */
#nav-container {
	padding: 0 0 10px 0;
	position: relative;
	z-index: 100;
}

.main-navigation {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	text-align: center;
}

.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.42857143;
}

.main-navigation a {
	color: #5e5e5e;
}

.main-navigation a:hover {
	color: #21759b;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

#mobile-nav-toggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	cursor: pointer;
	z-index: 200;
	color: #FFF;
	font-size: 22px;
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
}

#mobile-nav-toggle div {
	background: #333;
	width: 34px;
	height: 5px;
	position: absolute;
	top: 26px;
	left: 22px;
	border-radius: 3px;
	box-shadow: 0 12px 0 #333, 0 24px 0 #333;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

#site-container-wrap {
	overflow: hidden;
	min-height: 100%;
	position: relative;
}

#site-container {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	/* max-width: 1100px; */
	-webkit-transition: 0.5s -webkit-transform;
	-moz-transition: 0.5s -webkit-transform;
	-ms-transition: 0.5s -webkit-transform;
	transition: 0.5s -webkit-transform;
}

body.nav-active #site-container {
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px);
}

#mobile-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	z-index: 80;
	min-height: 100%;
	background: #111;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

#mobile-nav .nav-menu {
	padding: 30px 0;
}

body.nav-active #mobile-nav {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

#mobile-nav-shad {
	width: 100%;
	min-width: 360px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	display: none;
	z-index: 50;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

body.nav-active #mobile-nav-shad {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

#mobile-nav-close {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	padding: 20px 20px;
	position: relative;
	margin: -40px 0 5px 0;
	text-align: center;
	cursor: pointer;
}

#mobile-nav-close:after {
	content: ' ';
	width: 70%;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	margin: 35px 15% 0 15%;
	left: 0;
}

#mobile-nav .menu-top-navigation-container {
	display: block;
	width: 70%;
	padding: 40px 0 0 0;
	z-index: 20;
	position: relative;
	background: #0D293E;
}

#mobile-nav ul#menu-main-navigation,
#mobile-nav ul#menu-main-navigation-1 {
	padding: 30px 0 0 0;
}

#mobile-nav > div > ul > li > a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-family: Agency FB;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.06em;
	display: block;
	width: 100%;
	padding: 20px 0 10px 0;
	position: relative;
}

.menu-main-navigation-container {
	position: relative;
	padding: 4px 0px 0;
	margin: 0 0 0 -12px;
}

#mobile-nav > div > ul > li > ul > li > a {
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	display: block;
	width: 100%;
	text-align: left;
	padding: 4px 0;
	font-family: Century Gothic;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#mobile-nav > div > ul > li > ul > li > a:active {
	color: #FFF;
}

#mobile-nav > div > ul > li {
	padding: 0 0 5px 0;
}

#mobile-nav > div > ul > li:after {
	content: ' ';
	width: 80%;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	margin: 0;
	border-top: 1px solid rgba(33, 33, 33, 0.4);
}

#mobile-nav > div > ul > li:last-child:after {
	display: none;
}

#mobile-nav > div > ul > li > ul > li > ul > li > a {
	font-family: Century Gothic;
	padding: 3px 12px;
	display: block;
	color: #AAA;
}

#mobile-nav > div > ul > li > ul > li > ul > li > ul > li > a {
	font-family: Century Gothic;
	padding: 3px 0 3px 22px;
	display: block;
	color: #AAA;
}

#mobile-nav ul.sub-menu {
	position: relative;
	z-index: 200;
}

#site-search {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: -4px 0 0 0;
}

#site-search input[type="text"] {
	border: 0;
	border-radius: 0;
	background: #FFF;
	color: #212121;
	height: 14px;
	font-size: 12px;
	padding: 3px 8px;
	outline: none;
	margin: 5px 0;
	box-shadow: inset 0 0 0 1px #acacac;
	font-family: Century Gothic;
	width: 100px;
	-webkit-appearance: none;
}

#site-search input[type="submit"] {
	margin: 5px 0 0 6px;
	border-radius: 0;
	border: none;
	height: 20px;
	vertical-align: top;
	outline: none;
	background: #212121;
	color: #FFF;
	font-family: Agency FB;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.18em;
	padding: 0px 12px;
	line-height: 18px;
	-webkit-appearance: none;
}

#site-search input[type="submit"]:focus, #site-search input[type="submit"]:active {
	box-shadow: none;
	background: #999;
}

#home-rotator-container {
	position: relative;
}

#home-rotator li {
	max-height: 440px;
	margin: 0;
	overflow: hidden;
}

.home-rotator-slide-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.home-rotator-slide-content-spacer {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.home-rotator-slide-content {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 0 -100px 0 -4px;
}

.home-rotator-slide-content-inner {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	overflow: hidden;
}

.home-rotator-slide-content-width {
	max-width: 400px;
	float: left;
}

.home-rotator-title {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: -0.024em;
	color: #FFF;
	font-family: Brandon Bold;
}

.home-rotator-content {
	color: rgba(255, 255, 255, 0.8);
	margin: 5px 0 0 0;
	line-height: 20px;
}

a.home-rotator-button {
	display: inline-block;
	background: #333;
	padding: 10px 14px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	margin: 20px 0 0 0;
	font-family: Lato Light;
}

#rotator-prev, #rotator-next {
	position: absolute;
	top: 0;
	left: -60px;
	height: 100%;
	width: 60px;
}

#rotator-next {
	left: auto;
	right: -60px;
}

#rotator-prev a, #rotator-next a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
}

#rotator-prev a {
	background: url('images/rotator-prev.jpg') center center no-repeat;
}

#rotator-next a {
	background: url('images/rotator-next.jpg') center center no-repeat;
}

.bx-controls.bx-has-pager {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* Footer */
#footer-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	background: #212121;
}

#footer-container {
	background: #333;
}

footer[role="contentinfo"] {
	clear: both;
	font-size: 13px;
	max-width: 1050px;
	margin: 0 auto;
	padding: 20px 25px;
	position: relative;
	min-height: 20px;
	color: #DDD;
	text-align: center;
	line-height: 18px;
	font-family: "Open Sans";
}

footer[role="contentinfo"] a {
	color: #686868;
}

footer[role="contentinfo"] a:hover {
	color: #21759b;
}

footer .menu li {
	display: inline-block;
}

footer .menu li a {
	color: #DDD;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 12px;
}

footer .menu li a:hover {
	color: #FFF;
}

#site-copyright {
	color: #AAA;
	position: absolute;
	right: 25px;
	font-size: 11px;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}

.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}

.entry-header .entry-title a, .review-title {
	font-family: Sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #212121;
	margin: 15px 0 10px 0;
	line-height: 35px;
	position: relative;
	display: block;
}

.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}

.entry-header .comments-link {
	display: none;
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.comments-link a,
.entry-meta a {
	color: #757575;
}

.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}

article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}

.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
	display: none;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}

.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}

.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}

.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}

.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}

.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}

.entry-content pre code,
.comment-content pre code {
	display: block;
}

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}

img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}

.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}

.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}

.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}

footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.single-author .entry-meta .by-author {
	display: none;
}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

#wpadminbar {
	background: rgba(0, 0, 0, 0.65);
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}

.image-attachment div.attachment {
	text-align: center;
}

.image-attachment div.attachment p {
	text-align: center;
}

.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}

article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}

article.format-aside h1 a:hover {
	color: #2e3542;
}

article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}

article.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
	color: #4a5466;
}

article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	line-height: 1.846153846;
	font-weight: normal;
}

article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}

article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}

article.format-link .entry-content {
	max-width: 80%;
	float: left;
}

article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}

article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}

.format-status .entry-header header {
	display: inline-block;
}

.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}

.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}

.format-status .entry-header header a {
	color: #757575;
}

.format-status .entry-header header a:hover {
	color: #21759b;
}

.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area article {
	margin: 24px 0;
}

.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}

.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}

.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}

.comments-area cite b {
	font-weight: normal;
}

.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}

.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}

.comments-area article header a:hover {
	color: #21759b;
}

.comments-area article header cite a {
	color: #444;
}

.comments-area article header cite a:hover {
	text-decoration: underline;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}

.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}

.comments-area .bypostauthor cite b {
	font-weight: bold;
}

a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}

.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}

#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}

#respond form {
	margin: 24px 0;
}

#respond form p {
	margin: 11px 0;
}

#respond form p.logged-in-as {
	margin-bottom: 24px;
}

#respond form label {
	display: block;
	line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}

.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}

.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}

.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}

.template-front-page .widget-area .widget li a {
	color: #757575;
}

.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}

.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}

.widget_rss li {
	margin: 12px 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}

#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}

#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}

.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}

.widget_twitter li {
	list-style-type: none;
}

.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}


/* =Media queries
-------------------------------------------------------------- */

.author-avatar {
	float: left;
	margin-top: 8px;
}

.author-description {
	float: right;
	width: 80%;
}

.site {
	margin: 0 auto;
	max-width: 1100px;
}

#page.fullwidth {
	max-width: none;
	padding-top: 0;
}

#page.fullwidth .site-content {
	float: none;
	width: 100%;
}

#page.fullwidth #secondary {
	display: none;
}

.site-content {
	float: left;
	width: 65.104166667%;
}

body.template-front-page .site-content,
body.attachment .site-content,
body.full-width .site-content {
	width: 100%;
}

.widget-area {
	float: right;
	width: 26.041666667%;
}

.site-header h1,
.site-header h2 {
	text-align: left;
}

.site-header h1 {
	display: none;
}

header a.site-title {
	display: block;
	background: url('images/stealthacousticsgreek.jpg') center center no-repeat;
	width: 380px;
	height: 35px;
	background-size: 100%;
	margin: 0 auto;
	padding: 22px 0;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: left;
	width: 100%;
}

.main-navigation ul {
	margin: 0;
	text-indent: 0;
}

.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}

.main-navigation li a {
	font-family: Sans-serif;
	font-weight: bold;
	border-bottom: 0;
	color: #212121;
	padding: 5px 13px;
	line-height: 14px;
	font-size: 15px;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 0.18em;
}

.menu-main-navigation-container .nav-menu > li > a {
	margin: -6px 0;
	padding: 11px 13px;
}

.menu-main-navigation-container .nav-menu > li > .sub-menu {
	margin-top: 6px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.menu-main-navigation-container .nav-menu > li > .sub-menu .sub-menu {
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.main-navigation li a:hover {
	color: #FFF;
	background: #444;
}

.main-navigation li {
	margin: 0 -4px 0 0;
	position: relative;
}

.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
}

.main-navigation li ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}

.main-navigation li ul li a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 20px;
	white-space: normal;
	color: #EEE;
	width: 160px;
	background: #222;
	font-family: Century Gothic;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.main-navigation li ul li a:hover {
	background: #FFF;
	color: #31989f;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #31989f;
}

.menu-toggle {
	display: none;
}

.entry-header .entry-title {
	font-family: Lato Light;
	font-size: 32px;
}

#respond form input[type="text"] {
	width: 46.333333333%;
}

#respond form textarea.blog-textarea {
	width: 79.666666667%;
}

.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}

.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}

.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	width: 51.875%;
	margin-bottom: 24px;
}

.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}

.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	width: 39.0625%;
	margin: 0 0 24px;
}

.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}

.commentlist .children {
	margin-left: 48px;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}

button,
input {
	line-height: normal;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}

.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}

#nav-above {
	padding: 24px 0;
}

#nav-above {
	display: none;
}

.paged #nav-above {
	display: block;
}

.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}

.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}

.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}

.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}

.author.archive .author-avatar {
	margin-top: 0;
}


/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 15px 0;
	word-wrap: break-word;
}

.widget-area .widget h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #636363;
	font-family: Lato;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
}

.widget-area .widget p {
	margin-bottom: 24px;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}

.widget-area .textwidget li {
	margin-left: 36px;
}

.widget-area .widget a {
	color: #757575;
	text-decoration: none;
}

.widget-area .widget a:hover {
	color: #21759b;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

.section {
	padding: 50px 0;
}

.section-content-align {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.section-content-inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 15px;
}

h2.Center {
	text-align: center;
}

.section h2 {
	margin: 0 0 10px 0;
	font-family: Sans-serif;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #212121;
	line-height: 35px;
}

.section h2 b, .section h2 strong,
.section h3 b, .section h3 strong {
	color: #212121;
}

#first-section.section .section-content, #first-section.section .section-content p {
	font-family: Century Gothic;
	font-size: 18px;
	text-align: justify;
	line-height: 22px;
}

.section .section-content {
	font-family: Century Gothic;
	font-size: 0;
	line-height: 18px;
	text-align: justify;
}


.section .section-content p {
	font-family: Century Gothic;
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
}

.section .section-content p:last-child {
	margin: 0;
}

.browser-image.Right-mobile {
	display: none;
}

.browser-image-content.Left .section-content-inner {
	width: 50%;
	margin-left: 8%;
}

.browser-image-content.Right .section-content-inner {
	width: 50%;
	margin-right: 8%;
}

.browser-image {
	display: inline-block;
	vertical-align: middle;
	width: 42%;
	margin: 0 -15px 0 0;
}

.browser-image.Left {
	margin: 0;
}

.section h5 {
	font-family: Agency FB;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #212121;
	margin: -8px 0 10px 0;
	line-height: 35px;
	position: relative;
}

h3.Center {
	text-align: center;
}

.section h2 img {
	display: block;
}

.section h2.Center img {
	margin: 0 auto;
	position: relative;
}

#invisible-speakers-heading {
	position: relative;
	z-index: 1;
}

#invisible-speakers-heading img {
	display: block;
}

#invisible-speakers-heading-inner {
	position: absolute;
	width: 1100px;
	height: 205px;
	z-index: 20;
	font-size: 0;
}

#invisible-speakers-heading a {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	text-align: center;
	height: 205px;
	font-size: 20px;
	text-decoration: none;
	color: #FFF;
	font-family: Agency FB;
	
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#invisible-speakers-heading a:hover {
	background: rgba(255,255,255,0.1);
	
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

.section table th a {
	text-decoration: none;
	color: #212121;
}

.section table th a:hover {
	color: #31989f;
}

.section table .specs-labels th {
	font-size: 16px;
	color: #212121;
}

.section table td {
	line-height: 16px;
	background: #F4F4F4;
	padding: 6px 10px;
	color: #212121;
}

.section table th.type {
	font-size: 13px;
	font-weight: normal;
	border-top: 1px solid #eee;
	color: #000;
}

.section table td.odd {
	background: #FFF;
}

#lr4g-intro .section-content-inner > h2 {
	display: inline-block;
	vertical-align: middle;
}

#lr4g-intro .section-content-inner > h3 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 8px 0 0 10px;
}

#lr4g-intro .section-content-inner {
	width: 55%;
	margin-right: 3%;
}

#reps-container h2 {
	font-family: Agency FB;
	text-transform: uppercase;
	margin: 45px 0 10px 0;
	text-align: center;
	position: relative;
	font-size: 30px;
	letter-spacing: 0.2em;
	color: #212121;
}


.rep-location {
	margin: 0 -4px 0 0;
	padding: 2px 0;
	color: #666;
	font-family: Century Gothic;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	line-height: 20px;
}

.page-id-2 #reps-container > h2 span:before, .page-id-2 #reps-container > h2 span:after {
	display: none;
}

.rep-location:hover {
	color: #111;
}

.rep-location span {
	display: inline-block;
	border-bottom: 1px dashed transparent;
}

.rep-location:hover span {
	display: inline-block;
	border-bottom: 1px dashed #AAA;
}

#rep-modal, #site-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
}

#rep-modal-wrap, #modal-wrap {
	height: 100%;
	overflow-y: hidden;
	position: relative;
	z-index: 20;
}

#rep-modal-outer, #modal-outer {
	position: relative;
	padding: 80px;
	min-height: 100%;
}

#rep-modal-shad, #modal-shad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}

#rep-modal-inner, #modal-inner {
	position: relative;
	margin: 180px auto 0 auto;
	width: 720px;
	padding: 30px 35px;
	background: #FFF;
	box-shadow: 0 0 0 6px rgba(0,0,0,0.1), 0 0 40px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 2px;
}

#rep-modal-inner, #modal-inner {
	width: 420px;
}

#rep-modal-close, #modal-close {
	position: absolute;
	top: 28px;
	right: 35px;
	width: 39px;
	height: 39px;
	border-radius: 25px;
	box-shadow: inset 0 0 0 2px #E2E2E2;
	cursor: pointer;
	z-index: 20;
}

#rep-modal-close div, #modal-close div {
	position: absolute;
	top: 18px;
	left: 9px;
	height: 4px;
	width: 20px;
	background: #F53D3D;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#rep-modal-close div:after, #modal-close div:after {
	content: ' ';
	position: absolute;
	height: 4px;
	width: 20px;
	background: #F53D3D;
	border-radius: 2px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#rep-modal-close:hover div, #rep-modal-close:hover div:after, 
#modal-close:hover div, #modal-close:hover div:after {
	background: #D61919;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

.entry-modal-content {
	position: relative;
}

#rep-modal .location, #site-modal .location {
	font-size: 34px;
	font-family: Agency FB;
	text-transform: uppercase;
	font-weight: 600;
	color: #555;
	line-height: 35px;
	margin: 0 0 10px 0;
}

#rep-modal .company, #site-modal .company {
	font-family: Century Gothic;
	font-size: 18px;
	line-height: 22px;
	color: #666;
	margin: 0 0 10px 0;
}

#rep-modal .street, #rep-modal .state,
#rep-modal .country, #rep-modal .contact, #rep-modal .phone,
#rep-modal .fax, #rep-modal .cell, #rep-modal .email, #rep-modal .website, 
#site-modal .street, #site-modal .state,
#site-modal .country, #site-modal .contact, #site-modal .phone,
#site-modal .fax, #site-modal .cell, #site-modal .email, #site-modal .website {
	font-family: Century Gothic;
	font-size: 15px;
	line-height: 20px;
	color: #444;
}

#rep-modal .contact, 
#site-modal .contact {
	margin: 10px 0 0 0;
	font-weight: 600;
	font-size: 16px;
}

#reps-bg {
	background: url('images/world-map.png') center center no-repeat;
	position: absolute;
	width: 100%;
	height: 920px;
	left: 0;
	background-size: 100%;
	opacity: 0.06;
	z-index: 0;
}

#reps-container {
	position: relative;
	z-index: 10;
}

#reps-container-inner {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

#reps-container h2 a {
	color: #212121;
	text-decoration: none;
}

.section.column-block .single-column-block {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 0;
}

.section.column-block .single-column-block:first-child {
	padding-left: 0;
}

.section.column-block .single-column-block:last-child {
	padding-right: 0;
}

.section.column-block .single-column-block h4 {
	margin: 15px 0 0 0;
}

.section .section-content .single-column-block p {
	text-align: left;
	margin: 0;
}

.section.product-sub {
	padding: 30px 0;
}

.section.banner-image .section-content-inner {
	text-align: center;
}

.section.banner-image .section-content-inner img {
	max-width: 1100px;
}

.section:first-child {
	padding-top: 0;
}

.page-template-page-templates article h1.entry-title {
	display: none;
}

.page-id-511 article .entry-header {
	display: none;
}

.banner-image .section-content h3.Left { text-align: left; }
.banner-image .section-content h3.Center { text-align: center; }
.banner-image .section-content h3.Right { text-align: right; }

.press-releases h1 {
	font-family: Sans-Serif;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #212121;
	margin: 150px 0 40px 0;
	line-height: 35px;
	position: relative;
	display: block;
	text-align: center;
}

.press-releases .entry-content {
	font-family: Century Gothic;
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
}

.press-release-date, .review-date {
	margin: 0 0 12px 0;
}

.press-release-footer {
	margin: 12px 0 0 0;
}

.press-release-footer a, .review-read-more {
	font-weight: bold;
}

.press-releases .site-content article {
	padding: 0 0 80px 0;
	border-bottom: 2px solid #444;
	margin: 0 0 80px 0;
}

header.entry-header h1 {
	display: none;
}

#login-container {
	text-align: center;
}

#login-container-bg {
	background: url('images/world-map.png') center center no-repeat;
	background-size: 100%;
	opacity: 0.06;
	height: 840px;
	position: absolute;
	width: 100%;
	z-index: 0;
}

#login-container .dealer-login {
	display: inline-block;
	vertical-align: top;
	margin: 240px 25px 0;
	background: #000;
	font-family: Agency FB;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: #FFF;
	padding: 6px 44px;
	font-size: 22px;
	z-index: 20;
	position: relative;
}

#login-container .dealer-login:hover {
	opacity: 0.8;
}

.ie7 #mobile-nav, .ie8 #mobile-nav {
	display: none;
}

.section.review .section-content {
	font-size: 15px;
}

.review-image {
	text-align: center;
	margin: 0 0 20px 0;
}

.review-image img {
	display: block;
	margin: 0 auto;
}

.review-content {
	margin: 0 0 20px 0;
}

.review-contact {
	margin: 20px 0 0 0;
}

.section .review-contact p {
	font-size: 13px;
}

.section.review {
	padding: 0 0 80px 0;
	border-bottom: 2px solid #444;
	margin: 0 0 80px 0;
}

.section.review:last-child {
	border-bottom: 0;
	padding: 0;
}

.modal-content {
	display: none;
}

table.speaker-specs th, table.speaker-specs td {
	width: 146px;
}

#header-right {
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 20;
}

#header-social {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0 0;
}

#header-social > a {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	margin: 0 3px 0 0;
}

#header-social > a:first-child {
	margin-right: 5px;
}

#header-social > a img {
	display: block;
	width: 100%;
}

.section.banner-image .section-content-inner img {
	width: 100%;
}

.single-column-block {
	max-width: 31%;
}

.search h1.entry-title {
	display: block;
}

#primary.dealer-support {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	padding: 60px 0 50px 0;
}

.page-id-370 #reps-container-inner {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.reps-united-states {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}





