/*====================================== reset.css is here ========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;outline:none;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:bold;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
.clear{clear:both; font-size:0px;line-height:0px; display:block;}
.last	{margin:0 !important;}
.pad_last{padding:0 !important;}
.no_bg {background:none !important;}
.italic { font-style: italic !important; }
/**************************************************************************************/
a											{color:#000; text-decoration:none; outline:0 none;}
a:hover										{color:#000;  text-decoration:none;}
h1											{font-size:24px;}
h2											{font-size:22px;}
h3											{font-size:18px;}
h4											{font-size:16px;}
h5											{font-size:14px;}
h6											{font-size:12px;}
/*----------------------------------------------------------------------------------*/
html 										{ height:100%;}
body										{
	color: #b1b1b1;
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	height: 100%;
}
.flt_lt										{float:left; display:inline;}
.flt_rt										{float:right; display:inline;}
/* ---------------------------------------------------------------------------------*/

iframe {
    max-width: 100%;
}

/* BOOTSTRAP IMPORTS */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

.bold {
	font-weight: bold;
}

.menu {
	position: relative;
	width: 100%;
	background-color: #000;
	padding: 27px 0px;
	z-index: 99999;
}

.menu .mainlogo {
	width: 331px;
	height: 62px;
	display: inline-block;
	float: left;
}

.boundaries {
	max-width: 1800px;
	margin: 0px auto;
	padding: 0px 85px;
}

.submenu {
	background-color: #1c1c1c;
}

.boundaries:after {
	clear: both;
}

.mainnav {
	padding: 26px 0px;
	float: right;
	display: inline-block;
}

.mainnav li {
	display: inline-block;
	padding-right: 48px;
}

.mainnav li:last-child {
	padding-right: 0px;
}

.mainnav li a {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	padding-right: 25px;
	background-image: url('../images/menu-closed.png');
	background-repeat: no-repeat;
	background-position: center right;
}

.mainnav li a.active {
	background-image: url('../images/menu-open.png');
}

.mainnav li a:hover {
	background-image: url('../images/menu-hover.png');
}

.home-banner {
	background-image: url(../images/homepage-room-scene.jpg);
	background-size: cover;
	background-position: bottom;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.home-content {
	max-width: 1460px;
	padding: 200px 20px;
	margin: 0px auto;
}

.home-content h1 {
	font-size: 31px;
	color: #000;
	padding-bottom: 30px;
}

.home-content .left {
	display: inline-block;
	width: 660px;
	vertical-align: top;
}

.home-content .left img {
	max-width: 660px;
	max-height: 400px;
}

.home-content .right {
	display: inline-block;
	width: 715px;
	vertical-align: top;
	font-size: 24px;
	color: #000;
	float: right;
}

.home-content .right p {
	padding-bottom: 35px;
	line-height: 30px;
}

.home-content .lrg {
	font-size: 45px;
	line-height: 30px;
}

.blackbtn {
	display: inline-block;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	padding: 18px 75px 18px 34px;
	background-color: #000;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-image: url('../images/black-button-arrow.png');
	background-repeat: no-repeat;
	background-position: 280px center;
	transition: background-color 0.5s linear;
}

.blackbtn.forbrand {
	background-position: 200px center;
}

.blackbtn.forandyfavs {
	background-position: 410px center;
}

.blackbtn:hover {
	color: #fff;
	background-color: #373737;
}

@keyframes bounce {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(0, -20px, 0); }
}

.home-banner .continuearrow {
	position: absolute;
	bottom: 75px;
	width: 199px;
	height: 47px;
	left: 50%;
	margin-left: -100px;
	background-image: url('/images/continue-arrow.png');
	background-repeat: no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	cursor: pointer;
	transition: opacity 1s linear;
	animation: bounce 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.home-banner .continuearrow:hover {
	opacity: 1;
}

.home-banner .banner-headline {
	position: relative;
	top:50%;
	margin-top: -150px;
	color: #ffffff;
	text-align: center;
	text-transform: Uppercase;
	
}

.home-banner .banner-headline h1 {
	font-size: 62px;
	font-weight: normal;
}

.home-banner .banner-headline h2 {
	font-size: 36px;
	font-weight: normal;
	line-height: 30px;
}

.submenu {
	position: relative;
	width: 100%;
	z-index: 1;
	color: #ffffff;
	display: none;
}

.submenu a {
	color: #ffffff;
}

.submenu a:hover {
	color: #f1ac20;
}

.submenu .manufacturermenu, .submenu .highendaudiomenu {
	display: none;
	padding: 60px 0px;
}

.submenu .highendaudiomenu .thelist {
	margin-right: 40px;
}

.submenu .highendaudiomenu .thelist, .submenu .highendaudiomenu .featprods {
	display: inline-block;
	vertical-align: top;
	float: left;
}

.submenu .thelist h3 {
	font-size: 24px;
	font-weight: normal;
}

.submenu .thelist ul {
	padding-top: 15px;
}

.submenu .manufacturermenu .thelist ul {
	-moz-column-count: 6;
    -moz-column-gap: 20px;
    -webkit-column-count: 6;
    -webkit-column-gap: 20px;
    column-count: 6;
    column-gap: 20px;
}

.submenu .thelist ul li a {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}

.brand-content h1 {
	padding-top: 60px;
	color: #000000;
	font-size: 52px;
	font-weight: normal;
}

.brand-content h2 {
	color: #000000;
	font-size: 22px;
	font-weight: normal;
}

/*
.prod-slider {
	height: 325px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	
	-ms-overflow-style: none;
	
	-ms-scroll-chaining: none;
	
	-ms-scroll-snap-type: mandatory;
	
	-ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.prod-slider::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.prod-slider ul li {
	display: inline-block;
	width: 325px;
}
*/
.prod-slider {
	margin-top: 45px;
}

.prod-large-slider {
	margin-top: 70px;
	height: 500px;
	margin-bottom: 100px;
}

.prod-large-slider .slick-slide {
	height: 500px;
}

.prod-large-slider .prod-img {
	display: inline-block;
	float: left;
	width: 55%;
	height: 500px;
	background-size: auto 500px;
	background-position: right center;
	background-repeat: no-repeat;
}

.prod-thumb {
	display: inline-block;
	width: 325px;
	height: 325px;
	background-size: auto 325px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 28px;
	border-bottom: 15px #e5e5e5 solid;
	cursor: pointer;
}

.prod-thumb:last-child {
	margin-right: 0px;
}

.prod-thumb.slick-current {
	border-bottom: 15px #f1ac20 solid;
}

.slick-prev {
    left: 30px;
	background-image: url('../images/slider-left.png');
	background-repeat: no-repeat;
	width: 75px;
	height: 179px;
	z-index: 69996;
}

.slick-next {
    right: 30px;
	background-image: url('../images/slider-right.png');
	background-repeat: no-repeat;
	width: 75px;
	height: 179px;
	z-index: 79997;
}

.prod-large-slider .prod-info {
	display: inline-block;
	float: right;
	width: 35%;
	padding-top: 40px;
	padding-right: 110px;
}

.prod-large-slider .prod-info .padd {
	vertical-align: middle;
}

.prod-large-slider .prod-info h2 {
	color: #000000;
	font-size: 30px;
	padding-bottom: 20px;
}

.prod-large-slider .prod-info .descr {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	max-height: 260px;
    overflow-y: auto;
	padding-right: 20px;
	margin-top: 20px;
}

.prod-large-slider .prod-info .descr p {
	padding-bottom: 10px;
}

.prod-large-slider .prod-info .blackbtn {
	margin-top: 30px;
}

.brand-info {
	min-height: 300px;
}

.brand-content .boundaries {
	width: 1200px;
}

.brand-info .boundaries, .blog-content .boundaries {
	padding-top: 30px;
	width: 1200px;
}

.brand-info .manf-for {
	color: #000;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
}

.brand-info .manf-for ul {
	display: inline;
	margin-left: 10px;
}

.brand-info .manf-for ul li {
	display: inline-block;
	margin-right: 10px;
	line-height: 70px;
}

.brand-info .manf-for ul li:last-child {
	margin-right: 0px;
}

.brand-info .manf-for ul li a {
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-weight: normal;
	padding: 12px 20px 12px 20px;
	background-color: #6d6d6d;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.brand-info .manf-content {
	color: #000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 50px;
}

.brand-info .manf-content p {
	padding-top: 8px;
	padding-bottom: 12px;
}

.contact-form input[type="text"], .contact-form input[type="password"], .contact-form textarea {
	font-family: 'Playfair Display', serif;
	padding: 17px;
	border: 1px solid #c6c6c6;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	color: #343434;
	font-size: 17px;
    background-color: #f9f9f9;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.contact-form input[type="text"].active, .contact-form input[type="password"].active, .contact-form textarea.active {
	color: #5d5d5e;
}

.contact-form input.error {
    color: #ff9393; 
	border: 1px solid #ff9393;
}

.contactbutton {
    background: #f1ac20;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 18px 0px;
    width: 100% !important;
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    border: none;
    cursor: pointer;
}

.maincontent.contact h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 45px;
    display: block;
}

.iconbox {
    min-height: 35px;
    padding-left: 56px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 19px;
    background-repeat: no-repeat;
    background-position: left top;
}

.iconbox.email {
    background-image: url('../images/icon-email-s.png');
}

.iconbox.phone {
    background-image: url('../images/icon-phone-s.png');
}

.iconbox.address {
    margin-top: 35px;
    background-image: url('../images/icon-address-s.png');
}

.iconbox h6 {
    padding-bottom: 8px;
    font-size: 20px;
}

.contact-content .left, .contact-content .right {
    display: inline-block;
    vertical-align: top;
}

.contact-content .left {
    width: 40%;
}

.contact-content .right {
    padding-left: 8%;
    width: 46%;
}

.featprods .prod-thumb {
	position: relative;
	border-bottom: 0px;
	margin-right: 21px;
}

.featprods .prod-thumb:last-child {
	margin-right: 0px;
}

.featprods .prod-thumb .blackoverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

.prod-thumb .yellowtxt {
	text-align: center;
	color: #f1ac20;
	padding-top: 70px;
	font-size: 16px;
}

.prod-thumb .catbut {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	margin-top: 70px;
	font-size: 13px;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px #ffffff solid;
	padding: 8px 20px;
}

.featprods .prod-thumb:hover .blackoverlay {
	visibility: visible;
	opacity: 0.80;
}

.featprods .prod-thumb .blackoverlay .inner {
	opacity: 1 !important;
	text-align: center;
}

.contentbox {
	font-family: 'Playfair Display', serif;
}

.contentbox h1 {
	color: #000000;
    font-size: 40px;
}

.contentbox h2 {
	color: #000000;
    font-size: 34px;
}

.contentbox h3 {
	color: #000000;
    font-size: 28px;
}

.contentbox h4 {
	color: #000000;
    font-size: 26px;
}

.contentbox h5 {
	color: #000000;
    font-size: 22px;
}

.contentbox p {
	color: #000000;
    font-size: 16px;
	line-height: 24px;
	padding-bottom: 12px;
	padding-top: 8px;
	font-weight: normal;
}

.contentbox strong {
	font-weight: bold;
}

.contentbox em {
	font-style: italic;
}

.the-post {
	border-top: 1px solid #cdcdcd;
	margin-top: 20px;
	padding-top: 40px;
}

.the-post:first-child {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.the-post .dateline {
	font-size: 16px;
	color: #6d6d6d;
}

.the-post .post-content {
	padding-top: 15px;	
}

#ic_signupform {
	padding-top: 150px;
}

.footer {
	background-color: #000;
	padding-bottom: 150px;
}

.footer .footernav {
	max-width: 1460px;
	padding: 50px 0px 50px 0px;
	margin: 0px auto;
	font-size: 16px;
}

.footer .footernav ul {
	display: inline-block;
	vertical-align: top;
}

.footer .footernav ul.brands {
    -moz-column-count: 4;
    -moz-column-gap: 40px;
    -webkit-column-count: 4;
    -webkit-column-gap: 40px;
    column-count: 4;
    column-gap: 40px;
	max-width: 60%;
}

.footer .footernav ul.manf, .footer .footernav ul.pages {
    padding-left: 40px;
}

.footer .footernav ul li {
	padding-bottom: 6px;
	text-align: left;
}

.footer .footernav ul li a {
	color: #979797;
}

.submenu .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}
.submenu .close:hover {
  opacity: 1;
}
.submenu .close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
}
.submenu .close:before {
  transform: rotate(45deg);
}
.submenu .close:after {
  transform: rotate(-45deg);
}

.brandbubble {
	font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
    padding: 6px 10px 6px 10px;
    background-color: #6d6d6d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.brandbubble:hover {
    color: #fff;
}

.demosaletable {
	color: #000;
    font-size: 16px;
	border: 1px solid #d7d7d7;
}

.demosaletable td, .demosaletable th {
	padding: 8px;
	border: 1px solid #d7d7d7;
}

.paylonlinebtn {
	font-weight: bold;
	color: #f1ac20 !important;
	border: 1px solid #f1ac20;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 10px 30px;
}

.error_msg {
	color: red;
    padding: 20px 0px;
}


.grecaptcha-badge { 
    visibility: hidden !important;
}

/* START: FORM ERROR REPORTING */

.staticalerts {
    position: absolute;
    z-index: 1000000;
	top: 150px;
	left: 20px;
}

.alert {
  padding: 12px 14px 12px 14px;
  margin: 20px 0px 10px 0px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 22px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: 0px;
  left: 0px;
  line-height: 10px;
  padding: 0px 10px;
  cursor: pointer;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.control-group .controls {
	position: relative;
}

.control-group .help-block {
	font-size: 12px;
	line-height: 18px;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}

.control-group.hide {
  display: none;
}

.loader {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
}
.loader img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* END: FORM ERROR REPORTING */

@media (max-width: 1825px) {
	.featprods .prod-thumb:nth-child(4) {
		display: none;
	}

}

@media (max-width: 1600px) {
	
	.footer .footernav ul.brands {
		display: none
	}
	
	.footer .footernav {
		padding: 50px 40px 50px 40px;
		text-align: center;
	}
	
	.footer .footernav ul li {
		padding-bottom: 12px;
	}
	
	.mainlogo {
		max-width: 250px;
	}
	
	.mainnav {
		padding: 15px 0px;
	}
	
	.mainnav li {
		padding-right: 30px;
	}
	
	.home-content .left {
		width: 50%;
	}
	
	.home-content .right {
		width: 45%;
	}
	
	.featprods .prod-thumb {
		width: 300px;
		height: 300px;
	}

}

@media (max-width: 1450px) {
	
	.mainnav li {
		padding-right: 20px;
	}
	
	.mainnav li a {
		font-size: 16px;
	}
	
	.featprods .prod-thumb {
		width: 250px;
		height: 250px;
	}
}

@media (max-width: 1350px) {
	.brand-info .boundaries, .blog-content .boundaries {
		width: auto;
	}
	
	.brand-content .boundaries {
		width: auto;
	}
}

@media (max-width: 1300px) {
	
	.menu .mainlogo {
		display: block;
		float: none;
		margin: 0px auto;
		max-width: none;
	}
	
	.mainnav {
		float: none;
		display: block;
		margin: 0px auto;
		text-align: center;
	}	
	
	.home-content {
		text-align: center;
		padding: 100px 40px;
	}
	
	.home-content .left {
		float: none;
		width: auto;
	}
	
	.home-content .right {
		float: none;
		width: auto;
		padding-top: 50px;
	}
	
}

@media (max-width: 1270px) {
	.submenu .thelist ul {
		-moz-column-count: 3;
		-moz-column-gap: 40px;
		-webkit-column-count: 3;
		-webkit-column-gap: 40px;
		column-count: 3;
		column-gap: 40px;
	}
	
	.featprods {
		padding-top: 30px;
	}
	
	.prod-large-slider {
		height: 1000px;
		padding: 0px 40px;
	}
	
	.prod-large-slider .slick-track {
		height: 1000px;
	}
	
	.prod-large-slider .prod-info {
		display: block;
		float: none;
		width: auto;
		padding-right: 0px;
	}
	
	.prod-large-slider .prod-img {
		height: 350px;
		display: block;
		float: none;
		width: auto;
		background-position: center center;
		background-size: contain;
	}
	
	.prod-large-slider .slick-prev, .prod-large-slider .slick-next {
		top: 15%;
	}
	
	.prod-large-slider .slick-prev {
		left: 0px;
	}
	
	.prod-large-slider .slick-next {
		right: 0px;
	}
	
	.brand-info .manf-content {
		margin-top: 0px;
	}
	
	.prod-large-slider .prod-info .descr {
		max-height: 360px;
	}
	
}

@media (max-width: 1024px) {
	
	.contact-content .right {
		display: block;
		float: none;
		width: auto;
		padding-top: 80px;
		padding-left: 0px;
	}
	
	.contact-content iframe {
		width: 100%;
	}
	
	.contact-content .left {
		display: block;
		float: none;
		width: auto;
	}
	
	.featprods .prod-thumb:nth-child(3) {
		display: none;
	}
	
	.mainnav li {
		line-height: 40px;
	}
	
	.home-banner .banner-headline h1 {
		font-size: 51px;
	}
	
	.home-banner .banner-headline h2 {
		font-size: 30px;
	}
	
	.submenu .thelist ul {
		-moz-column-count: 2;
		-moz-column-gap: 40px;
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;
		column-count: 2;
		column-gap: 40px;
	}
	
	.submenu .manufacturermenu .thelist ul {
		-moz-column-count: 5;
		-moz-column-gap: 20px;
		-webkit-column-count: 5;
		-webkit-column-gap: 20px;
		column-count: 5;
		column-gap: 20px;
	}
	
	.submenu .thelist ul li {
		padding-bottom: 15px;
	}
	
	.submenu .thelist ul li a {
		line-height: 20px;
	}
	
}

@media (max-width: 800px) {
	
	.home-content .left img {
		max-width: 600px;
		max-height: inherit;
	}
	
	.home-banner .banner-headline h1 {
		font-size: 40px;
	}
	
	.home-banner .banner-headline h2 {
		font-size: 23px;
	}
	
	.submenu .manufacturermenu .thelist ul {
		-moz-column-count: 4;
		-moz-column-gap: 20px;
		-webkit-column-count: 4;
		-webkit-column-gap: 20px;
		column-count: 4;
		column-gap: 20px;
	}
	
}

@media (max-width: 750px) {
	.boundaries {
		padding: 0px 40px;
	}
	
	.home-content h1 {
		font-size: 26px;
		padding-bottom: 25px;
	}
	
	.home-content .lrg {
		font-size: 26px;
	}
	
	.home-content .right {
		font-size: 16px;
	}
	
	.home-content .right p {
		padding-bottom: 20px;
	}
	
	.blackbtn {
		font-size: 20px;
		background-position: 240px center;
		padding: 18px 55px 18px 34px;
	}
	
	.submenu .thelist ul {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
	
	.submenu .manufacturermenu, .submenu .highendaudiomenu {
		padding: 30px 0px;
	}
	
	.submenu .highendaudiomenu {
		text-align: center;
	}
	
	.submenu .highendaudiomenu .thelist {
		display: block;
		float: none;
		margin-right: 0px;
	}
	
	.submenu .thelist ul li {
		padding-bottom: 20px;
	}
	
	.featprods {
		display: none !important;
	}
	
	.brand-content h1 {
		font-size: 34px;
	}
	
	.contentbox h1 {
		font-size: 34px;
	}
	
	.contentbox h2 {
		font-size: 28px;
	}
	
	.contentbox h3 {
		font-size: 24px;
	}
	
	.contentbox h4 {
		font-size: 20px;
	}
	
	.contentbox h5 {
		font-size: 16px;
	}
	
	.contentbox p {
		color: #000000;
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 12px;
		padding-top: 8px;
		font-weight: normal;
	}

}

@media (max-width: 650px) {
	
	.home-content .left img {
		max-width: 450px;
		max-height: inherit;
	}
	
	.submenu .manufacturermenu .thelist ul {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
	
	.submenu .manufacturermenu .thelist ul li {
		padding-bottom: 15px;
	}
}


@media (max-width: 600px) {
	.footer .footernav ul.manf, .footer .footernav ul.pages {
		padding-left: 0px;
		display: block;
		padding-top: 20px;
	}
	
	.footer .footernav ul li {
		text-align: center;
	}
	
	.home-banner .banner-headline {
		padding: 0px 40px;
	}
	
	.home-content {
		padding: 80px 40px;
	}
	
	.home-content iframe {
		height: 200px;
	}
}

@media (max-width: 550px) {
	
	.home-content .left img {
		max-width: 380px;
		max-height: inherit;
	}
	
	.prod-thumb {
		margin-right: 14px;
		margin-left: 14px;
	}
	
	.prod-slider {
		display: none;
	}
	
	.blackbtn {
		font-size: 16px;
		background-position: 190px center;
		padding: 12px 45px 12px 25px;
	}
	
	.brand-info .manf-for ul li a {
		font-size: 16px;
		line-height: 16px;
		padding: 10px 15px 10px 15px;
	}
	
}


@media (max-width: 450px) {
	
	.home-content .left img {
		max-width: 280px;
	}
	
}


