html, body {
	margin: 0;
	height: 100%;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
}
hr {
	margin: 10px 0 10px 0;
	border-top: 1px dotted #666;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
.service-repairs a {
	color: #666666;
}
.wpcf7-quiz {
	display:block;
}
.home {
	background-color: #f3f3f3;	
}
.logo {
	max-width: 75px;	
}
.contentbg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.distributor {
	background-image: url(images/worldmap.png);
	background-position: top;
	background-repeat: no-repeat;
}
.mcsbackground {
	background-image: url(images/mcsbackground.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
h1 {
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #666666;
	margin: 20px 0 10px 0;
}
h2 {
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;

	font-size: 16px;
	font-weight: lighter;
	color: #666666;
	margin: 10px 0;
}
img {
	border: 0;
}
.homewrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -308px; /* Home page panels and footer added together */
}

#homepage_header {
	width: 100%;
	height: 140px;
	border-bottom: dotted #666666 1px;
	background-color: #231f20;
}
#homepage_logo {
	max-width: 1200px;
	height: 140px;
	margin: 0 auto;
	background-image: url(images/atc-loudspeakers-logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 0; 
}
#homehero {
	height: 540px;
	width: 100%;
	background-image: url(images/homepage_bg.jpg);
	background-size: cover;	
	background-position: top;
}
#homepage_footer {
	width: 100%;
	height: 160px;
	margin: 0 auto;
	background-color: #231f20;
}
#corner {
	width: 960px;
	height: 160px;
	margin: 0 auto;
	background-image: url(images/homepage_corner.gif);
	background-position: top;
}
.pro-or-hifi {
	width: 100%;
}
.pro-or-hifi-btns {
	width: 100%;
	background-color: #231f20;
	background-image: url(images/homepage-keyline.png);
	background-repeat: no-repeat;
	background-position: top;
}
.pro-or-hifi-inner {
	max-width: 1200px;
	width: 100%;
	height: 145px;
	margin: 0 auto;
}
#pro {
	width: 33.3333%;
	height: 130px;
	padding: 15px 0 0 0;
	background-image: url(images/homepage_pro.png);
	background-size: 100% auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	float: right;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
}
#hifi {
 	width: 33.3333%;
 	height: 130px;
	padding: 15px 0 0 0;
 	background-image: url(images/homepage_hifi.png);
	background-size: 100% auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	float: right;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
}
#pro a {
	color: #ccc;
	text-decoration: none;
	width: 100%;
	min-height: 100px;
	display: block;
}
#hifi a {
 	color: #ccc;
	text-decoration: none;
	width: 100%;
	min-height: 100px;
	display: block;
}
#pro a:hover {
	color: #fff;
	text-decoration: none;
}
#hifi a:hover {
 	color: #fff;
	text-decoration: none;
}

#hifipanel { /* Home page hover panels */
	width: calc(33.3333% - 60px);
	min-height: 90px;
	padding: 10px 20px;
	background-image: url(images/80.png);
	color: #fff;
	font-size:12px;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	line-height: 14px;
	border-bottom: 3px solid #313755;
	margin: 400px 10px 0 0;
	float: right;
}

#propanel { /* Home page hover panels */
	width: calc(33.3333% - 60px);
	float: left;
	min-height: 90px;
	padding: 10px 20px;
	background-image: url(images/80.png);
	color: #fff;
	font-size:12px;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	line-height: 14px;
	border-bottom: 3px solid #CA1414;
	margin-top: 400px;
	margin-left: calc(33.3333% + 10px)
}
#hifipanel h3 { /* Home page hover panels */
	margin: 10px 0;
}

#propanel h3{ /* Home page hover panels */
	margin: 10px 0;

}
.home-panels {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.home-panel {
	width: calc(33.33% - 21px);
	float: left;	
	border-right: dotted #666 1px;
	margin: 10px 0;
	padding: 10px;
	min-height: 200px;
}
.home-panel a, .home-panel-end a{
	color: #666;
}
.home-panel a:hover {
	color: #DA0003;
}
.home-panel-end a:hover {
	color: #003366;
}
.home-panel-end {
		width: calc(33.33% - 21px);
	float: left;	
	margin: 10px 0;
	padding: 10px;
	min-height: 200px;
}
.home-panel h2, .home-panel-end h2 {
	font-weight: normal;
	margin: 0 0 40px 10px;
	color: #000;
}
.home-panel ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-panel h3, .home-panel-end h3 {
	font-size: 14px;
	color: #666666;
	margin: 0 0 10px 0;	
}
.home-panel .introthumb, .home-panel-end .introthumb {
 	width: 110px;
	height: 110px;
	float: left;
 	margin: 0 10px 0 10px;	
	-webkit-filter: grayscale(1);
  	filter: grayscale(1);
	-webkit-transition: all 0.8s ease-in-out;
  	-moz-transition: all 0.8s ease-in-out;
 	 -o-transition: all 0.8s ease-in-out;
 	transition: all 0.8s ease-in-out;
}
.home-panel:hover .introthumb, .home-panel-end:hover .introthumb {
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
}
.home-panel .introthumb img, .home-panel-end .introthumb img {
 	width: 100%;
 	height: auto;
}
ul.irw-slider {
	text-align:center; /* Center client logos on home apge */
	padding: 0;	
}
/* End of Homepage Styles */
.fullbrowser {
	width: 100%;
	height: 29px;
	border-top: 1px #666 dotted;
	background-color: #ccc;	
}
.wrapper {
	width: calc(100% - 20px);
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 140px;
}
#header img{
	float: left;
	margin: 0;
}
.languages {
	float: right;
	width: 65px;
	height: 25px;	
	clear: right;
}
.language-chooser {
	list-style: none;
	line-height: 35px;
	padding: 0;	
	text-align:right;
	margin-top: 2px;
}
.language-chooser li {
	display: inline;
	-webkit-filter: grayscale(1);
  	filter: grayscale(1);
	 opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.language-chooser li.active {
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
	 opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.qtranxs_flag_en, .qtranxs_flag_zh, .qtranxs_flag_de {
	padding: 0 13px 13px 13px;
	height: 25px;
	width: 25px;
	margin-left: 10px;
}
.qtranxs_flag_en {
	background-image: url(images/gb.png)!important;	
	background-size: 25px 25px;
}
.qtranxs_flag_zh {
	background-image: url(images/zh.png)!important;	
	background-size: 25px 25px;
}
.language-chooser span {
	display: none;
}
.language-chooser img {
	margin-left: 10px;	
}
.menu #menu-item-4344, .menu #menu-item-4345, .menu li ul {
	display: none!important;	
}
.page-item-4412 {
	float: right!important;
}
.page-item-4412 a {
	margin: 0!important;
}
#slidernav {
	width: 100%;
	height: 150px;
	border-bottom: 1px dotted #999;
	padding: 40px 0 0 0;
	text-align: center;
	overflow-y: hidden; 
	overflow-x: scroll;
  	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	/* background-image: url(images/slider-bg.png); */
}
#slidernav img{
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;
  
  	-webkit-transition: all ease-in-out 0.3s;
   	-moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
	height: 130px;
	width: auto;
}
#slidernav img:focus{
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
#slidernav .current_page_item img{
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  /* IE 5-7 */
  filter: alpha(opacity=100)!important ;
  /* Netscape */
  -moz-opacity: 1 !important;
  /* Safari 1.x */
  -khtml-opacity: 1 !important;
  /* Good browsers */
  opacity: 1 !important;
}
.propages #slidernav a span {
	background-color: #CA1414;
}
#slidernav a span {
	position: absolute;
	bottom: 190px;
	width: 130px;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 20px;
	height: 20px;
	color: #fff;
	background-color: #313755;
	z-index: 1000;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	-webkit-transition: all ease-in-out 0.3s;
   	-moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#slidernav a:hover span {
	bottom: 160px;
}
#slidernav a {
	position: relative;	
	height: 150px;
	width: 150px;
	display: inline-block;
}
#image_slideshow .img_prev, #image_slideshow .img_next {
	display: none;
}
.lifestyle img {
	width: 100%;
	height: auto;
}
.lifestyle p {
	margin: 0;
}
#maincontent {
	width: calc(50% - 20px);
	float: right;
	font-size: 14px;
	line-height: 18px;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	margin-right: 20px;
	color: #666666;
}
#maincontent2 {
	width: 615px;
	float: right;
	font-size: 12px;
	line-height: 14px;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;

	color: #666666;
}
#maincontent a, #maincontent2 a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#maincontent a strong, #maincontent2 a strong, #maincontent strong a, #maincontent2 strong a {
	font-weight: bold;
}
#maincontent img{
	margin-right: 5px;
}


#cycloneslider-cd2-1-pager, #cycloneslider-sia2-100-1-pager {
	display:none;
}


#widecontent {
	width: 100%;
	margin-top: 15px;
	float: right;
	font-size: 14px;
	line-height: 20px;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	color: #666666;
}
#widecontent a{
	text-decoration: none;
	color: #666666;
}
.client-bg {
	
}
.client-bg a {
	color: #fff!important;
}
.client-bg h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.client-bg b, .client-bg strong {
	font-weight: normal;
}
.client-col {
	width: calc(33% - 40px);
	padding: 20px;
	float: left;	
}
.client-col ul {
	padding: 0;
	margin: 0;
}
.client-col ul li {
	list-style: none;
}
#intropagecontent {
	float: left;
	width: calc(100% - 400px);	
	overflow: hidden;
}
#intropagecontent img {
	width: 100%;
	height: auto;
}
#newsexcerpts {
	float: right;
	width: 380px;
	margin-left: 20px;
}
#newsexcerpts h2 {
	font-size: 20px!important;
}
#newsexcerpts h3 {
	font-size: 12px;
}
#newsexcerpts a {
	font-weight: bold;
}
#newssubnav {
	width: 200px;
	float: left;
}
#newssubnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#newssubnav ul li {
	width: 200px;	
}
#newssubnav ul li a, #newssubnav li a {
	border-bottom: 1px solid #ccc; 
	padding: 10px 0;
	display: block;
	text-decoration: none;
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.news #widecontent {
	width: calc(100% - 240px);
	float: right;	
}
.introthumb {
 width: 50px;
 height: 100px;
 float: left;
 margin: 0 5px 5px 0;	
}
.introthumb img{
 width: 50px;
 height: auto;	
}
.intro {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0 0 0; 
}
#widecontent p{
	margin: 0 0 10px 0;
}
#mainimage {
	width: calc(50% - 20px);
	float: left;
	margin: 20px 20px 0 0;
}
#mainimage img{
	width: 100%;
	height: auto;
}
#leftsubnav {
	width: 155px;
	margin-right: 10px;
	float: left;
}
#tabbedarea {
	width: 100%;
	margin: 0;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
}
.wordpress-post-tabs-skin-gray .ui-state-default, .wordpress-post-tabs-skin-gray .ui-widget-content .ui-state-default {
		background-color: #e1e1e1;
		background-image: none!important;
}
.wordpress-post-tabs-skin-gray .ui-tabs .ui-tabs-panel {
	border-top: 1px solid #ccc!important;	
}
.ui-tabs-panel a {
	font-weight: bold;	
}
.ui-tabs-panel a strong {
	font-weight: bold;	
}
.ui-tabs-anchor {
	font-weight: normal!important;	
}
img.attachment-thumbnail.size-thumbnail {
	width: 100%;
	height: auto;	
	max-width: 85px;
}
#login {
	float: right;
	width: 280px;
	height: 25px;
	background-color: #999;
	font-size: 11px;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height:25px;
	letter-spacing: 1px;
}
#login a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	float: right;
}
#login img{
	margin: 0;
	float: right;
}
.searchform {
	width: 205px;
	float: right;
	margin: 10px 10px 0 0;
}
.searchform .btn {
	width: 25px;
	height: 25px;
	background-image: url(images/searchbtn.png);
	font-size: 0px;
	border: 0; 
	float: right;
-moz-appearance: none;
	-webkit-border-radius: 0; 
	border-radius: 0;
	-webkit-appearance: none;
}
.searchform input[type=text] {
	height: 15px;
	padding: 5px 10px;
	margin: 0;
	width: 160px;
	float: right;
	border: 0;
	-moz-appearance: none;
	-webkit-border-radius: 0; 
	border-radius: 0;
	-webkit-appearance: none;
}
select#qtranxs_select_qtranslate-chooser {
	margin: 10px 0;
	border: 0;
	height: 25px;
	border-radius: 0;	
	width: 65px;
	padding-left: 5px;
	background-image: url(images/select.png);
	background-position: right;
	color: #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 11px;
}
select::-ms-expand {
    display: none;
}
/* MENU */

ul#nav
{
padding-left: 0;
white-space: nowrap;
margin: 0;
float: right;
margin: 52px 0 0 0;
clear: right;
}
#nav li
{
display: inline;
list-style-type: none;
font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;

font-size: 12px;
text-transform: uppercase;
margin: 0 0 0 15px;
}

#nav a:link, #nav a:visited {
color: #999;
text-decoration: none;	
	  -webkit-transition: all 0.3s ease-in-out 0s;
	  -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#nav a:hover {
	color: #333;
}
ul#nav li.current_page_item a{
	color: #333;
}
.clients ul#nav li.current_page_item a{
	color: #fff;
}
.clients #widecontent {
	color: #999;	
}
.clients #nav a:hover {
	color: #fff;
}
ul#nav li.current-page-ancestor a {
	color: #333;
}

/* HiFi Nav */

ul#hifinav
{
padding-left: 0;
white-space: nowrap;
margin: 0;
float: right;
margin: 52px 0 0 0;
clear: right;
}
#hifinav li
{
display: inline;
list-style-type: none;
font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;
margin: 0 0 0 15px;
}

#hifinav a:link, #hifinav a:visited {
color: #999;
text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
	  -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#hifinav a:hover {
	color: #333;
}
ul#hifinav li.current_page_item a{
	color: #313755;
}
ul#hifinav li.current-page-ancestor a {
	color: #313755;
}

/* End HiFi Nav */

/* Pro Navigation */	

ul#pronav
{
padding-left: 0;
white-space: nowrap;
margin: 0;
float: right;
margin: 52px 0 0 0;
clear: right;
}
#pronav li
{
display: inline;
list-style-type: none;
font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;
margin: 0 0 0 15px;
}

#pronav a:link, #pronav a:visited {
color: #999;
text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
	  -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#pronav a:hover {
	color: #333;
}
ul#pronav li.current_page_item a{
	color: #CA1414;
}
ul#pronav li.current-page-ancestor a {
	color: #CA1414;
}




/* Sub Menus  */

.subnavlabel {
	color: #fff;
	background-image:url(images/subnavlabel.png);
	background-position: right;
	padding: 0 20px 0 10px;
}
.prosubnavlabel {
	color: #fff;
	background-image:url(images/prosubnavlabel.png);
	background-position: right;
	padding: 0 20px 0 10px;
}
#subnav a, #prosubnav a {
  display: block;
  text-decoration: none;	
  text-transform: uppercase;
}
#subnav li a, #prosubnav li a {
  	color: #666;
  	margin-right: 20px;	
    -webkit-transition: all 0.3s ease-in-out 0s;
	 -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}
#subnav li a:hover {
  color: #313755;
}
#subnav li.current_page_ancestor > a{ /* First Tier style */
	color: #313755;
}
#subnav li.current_page_item > a  {
  	color: #313755;
}
#subnav li.current_page_parent > a {
 	color: #313755;
}
.prosubnavlabel, .subnavlabel {
	float: left;
	height: 29px;
	line-height: 29px;
	margin-right: 20px;
	font-size: 12px;
 	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#prosubnav, #subnav {
	height: 29px;
	line-height: 29px;
  	list-style-type:none;
  	margin: 0;
  	padding: 0;
 	font-size: 12px;
 	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
}
#prosubnav ul, #subnav ul {
  	list-style-type:none;
  	margin: 0;
  	padding: 0;
}
#prosubnav li, #subnav li {
	float: left;
}
#prosubnav li a:hover {
  color: #CA1414;

}
#prosubnav li.current_page_ancestor > a{ /* First Tier style */
	color: #CA1414;
}
#prosubnav li.current_page_item > a  {
  	color: #CA1414;
}
#prosubnav li.current_page_parent > a {
 	color: #CA1414;
}
/* Finish Pro Navigation */
#legend {
  list-style-type:none;
  margin: 130px 10px 0 0;
  padding: 0;
  width: 155px;
  font-size: 12px;
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
float:left;
display: none;
}

#legend ul{
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 155px;
   font-size: 12px;
}
#legend ul li {
	height: 40px;
	line-height: 40px;	
}
#legend ul li img {
    vertical-align: middle;
}
.distmap {
	width: 100%;
	float: right;	
}
#store_locator_list img {
	display: none;
}

input#store_wpress_search_btn {
	padding: 2px;
	background-color: #666;
	height: 32px;
	width: 70px;
	border: none;
	color: #fff;
}
select#store_wpress_category_filter, select#store_wpress_category2_filter {
	margin: 10px 0;
	border: 0;
	height: 25px;
	border-radius: 0; 
	width: 150px;
	padding-left: 5px;
	background-image: url(images/select.png)!important;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #666;
	color: #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 11px;
}
.breadcrumb {
	padding: 10px 0;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;

	color: #999999;
	text-transform: uppercase;
	font-size: 10px;
}
.breadcrumb a{
	color: #999999;
}
.alignleft {
	margin: 0 10px 0 0;
	float: left;
}

input[type=text]{
	max-width: 425px;
	width: calc(100% - 20px);
	height: 20px;
	border: none;
	padding: 5px 10px;
	border: #CCCCCC solid 1px;
	margin: 5px 0;
}

input[type=email]{
	width: 425px;
	height: 20px;
	border: none;
	padding: 5px 10px;
	border: #CCCCCC solid 1px;
	margin: 5px 0;
}

input[type=button]{
	float: right;
}
.wpcf7-textarea {
	max-width: 425px;
	width: calc(100% - 20px);
	padding: 10px;
	border: 1px #ccc solid;
}
.wordpress-post-tabs {
		font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
}
.htsslider {
	background-image: url(images/hts-title.png);	
	background-repeat: no-repeat;
	background-position: top;
}
/* Table Styles */

#matrix table {
	border-spacing: 0px;
	height: 10px;
}
#matrix tbody {
	height: 10px;
	border-spacing: 0!important;

}
#matrix td {
border-spacing: 0!important;
height: 10px;
}
#matrix tr {
border-spacing: 0!important;
border-collapse: collapse;
height: 10px;
line-height: 0;
}
#matrix td.promatrix:hover {
background-color: #EAA1A1;
}
.hidden {
	display: none;
}
ui-tabs-panel {
	font-size: 10px!important;
}
ui-tabs-panel h2{
	font-size: 13px!important;
}
.ui-tabs .ui-tabs-nav li a {
padding: .5em 5px!important;
}
#tabbedarea .wordpress-post-tabs-skin-gray .ui-tabs .ui-tabs-nav li {
margin: 0 2px 0 0!important;	
}
#footercredit {
	width: 280px;
	margin: 0 0 0 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	text-align: right;
	padding: 20px 0 10px 0;
}
#footercredit a{
	text-decoration: none;
	color: #666;
	margin: 0 0 0 0;
}
#footercontact {
	max-width: 500px;
	margin: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	padding: 80px 0 10px 0;
}
#footercontact a{
	text-decoration: none;
	color: #666;
	margin: 0 0 0 0;
}
.ygp_sl_stores_list_image {
	display: none;	
}
.ygp_sl_input_button {
	padding: 0 10px 2px 10px!important;
	margin-top: 6px!important;
	border: 0!important;
	float: left!important;
	height: 30px !important;
	line-height: 30px !important;
	-webkit-appearance: none !important;
}
input#store_wpress_address.ygp_sl_input_text {
	float:left;	
}
.gallery img {
	border: none!important;	
}

.wordpress-post-tabs-skin-gray .ui-corner-top {
-moz-border-radius-topleft: 0px!important;
-webkit-border-top-left-radius: 0px!important;
-moz-border-radius-topright: 0px!important;
-webkit-border-top-right-radius: 0px!important;
}
.se10bg {
	background-color: #2b383d;
	padding: 0 20px;
}
.se10bg .client-col ul {
	padding: 0 0 0 20px;
}
.se10bg .client-col ul li {
	list-style: square;
}
.se10bg h1{
	color: #fff!important;
	margin: 0 0 10px 0;
}
.se10bg .widecontent {
	color: #fff!important;	
}
.se10bg #maincontent h1 {
	color: #fff!important;	
}
.se10img {
	margin: 20px 0 0 0;	
}
.se10bg #mainimage, .se10img {
	width: 50%!important;
	margin: 20px 0 0 0!important;	
}
.se10bg #mainimage {
	margin: 20px 0 0 0;	
}
.se10img p {
	margin: 0;	
}
.se10bg .client-col p {
	margin: 0 0 10px 0;	
}
.se10img img {
	width: 100%;
	height: auto;	
}
.clear {
	 clear: both;
}
#maincontent ul.pr li {
	margin-bottom: 20px;	
}
.cycloneslider-template-thumbnails.cycloneslider-thumbnails {
	margin-top: -50px!important;
	z-index: 10000;
}
#widecontent img {
	max-width: 100%;
	height: auto;	
}
/* Time line styles */



.timeline{
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.timeline img{
  opacity: 0;
  transition: opacity .6s linear .8s;
  width: auto;
  height: 700px;
}

.timeline img.loaded{ opacity: 1; }

.img-pan-container, .img-pan-container img{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.img-pan-container{
  position: relative;
  overflow: hidden;
  cursor: crosshair;
  height: 100%;
  width: 100%;
}

.img-pan-container img{
  -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0);
  position: absolute;
  top: 0;
  left: -2000px;
}
/* End Timeline */

/* Technology */
.tech ul#nav li.current_page_item a, .tech ul#nav li.current-page-ancestor a {
	color: #fff;
}
.tech #nav a:hover {
	color: #fff;
}
.tech h2 {
	text-transform: uppercase;
	color: #999;	
}
.tech-intro {
	background-image: url(images/tech-panel-2-bg.jpg);
	background-position: left;
	background-size: auto 100%;
	height: 35vw;
	max-height: 480px;
	min-height: 220px;
	display: table;
	width: 100%;
}
.tech-intro-vertical-align {
	display: table-cell;
	vertical-align: middle;	
}
.tech-intro p{
	float: left;
	width: 35vw;
	margin-left: 55vw;
	font-size: 24px;
	font-weight: 100;
	line-height: 32px;
	color: #666;
}
.tech-col-half-left {
	width: calc(50% - 50px); 
	float: left;
	color: #999;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	margin-top: 80px;
	margin-right: 50px;
	font-size: 14px;
	line-height: 22px;
}
.tech-col-half-right {
	margin-top: 50px;
	width: calc(50% - 50px); 
	float: right;
	color: #999;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	margin-left: 50px;
	font-size: 14px;
	line-height: 22px;
}
.tech-col-quarter-left {
	width: calc(50% - 10px); 
	float: left;
	color: #999;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 22px;
}
.tech-col-quarter-right {
	margin-top: 20px;
	width: calc(50% - 10px); 
	float: right;
	color: #999;
	font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 14px;
	line-height: 22px;
}
.tech-col-half-left img, .tech-col-half-right img, .tech-col-quarter-left img, .tech-col-quarter-right img {
	width: 100%;
	height: auto;	
}
.tech-sign-off {
	background-color: #231f20;
	color: #fff;	
}
.tech-video-title {
	position: absolute; 
	left: 50px;
	top: 50px;
	z-index: 10;
}
/* End Technology */


@media screen and (max-width: 1024px) {
/* Technology */
.tech-intro {
	background-position: -100px;
}
.tech-intro p{
	font-size: 2vw;
	line-height: 3vw;
}
.remove-on-mob {
	display: block;	
}
/* End Technology */
}


@media screen and (max-width: 800px) {
#header {
	width: calc(100% - 20px);
	padding: 0 10px;
}
.contentbg {
	background-image: url(images/bg2.jpg);
	margin-top: 50px;
}
.distributor {
	background-image: url(images/worldmap-mob.jpg);
	margin-top: 50px;
}
#slidernav {
	border-top: 1px dotted #999;
}
#maincontent, #mainimage, #intropagecontent, #newsexcerpts, .news #widecontent {
	width: calc(100% - 20px);
	margin: 0 10px;
}	
#newssubnav {
	display : none;	
}
#footercontact, #footercredit {
	text-align: center;
	width: calc(100% - 40px);
	padding: 20px;
}
#slidernav a span {
	bottom: 160px;
}
#tabbedarea .wordpress-post-tabs-skin-gray .ui-tabs .ui-tabs-nav li, #tabbedarea .wordpress-post-tabs-skin-gray .ui-tabs .ui-tabs-nav li a {
	width: 100%;	
}
.home-panel {
	width: calc(33.33% - 21px);
	float: left;	
	border-right: dotted #666 1px;
	margin: 10px 0;
	padding: 10px;
	min-height: 200px;
}
.home-panel-end {
	width: calc(33.33% - 20px);
	float: left;	
	margin: 10px 0;
	padding: 10px;
	min-height: 200px;
}
.home-panel .introthumb, .home-panel-end .introthumb {
	width: 100%;
	margin: 0 0 10px 0;
	height: auto;	
}
.introthumb { 
	width: 150px;
	height: auto;
	float: left;
	margin: 0 10px 20px 0;
}
.introthumb img { 
	width: 100%;
	height: auto;
}
.pro-mcs #widecontent {
	overflow-x: auto;
    white-space: nowrap;	
}
.home .languages {
	margin: 45px 25px 0 0!important;	
}

@media screen and (max-width: 600px) {
#homehero {
	height: 300px;
}
#homepage_logo {
	background-image: url(images/atc-loudspeakers-logo-mob.gif);
}
.home-panel, .home-panel-end {
	width: calc(100% - 20px);
	margin: 10px 0;
	padding: 10px;
}
.home-panel {
	border-bottom: 1px dotted #666;	
	border-right: 0;
}
.home-panel .introthumb, .home-panel-end .introthumb {
 	width: 110px;
	height: 110px;
	float: left;
 	margin: 0 10px 0 10px;	
	-webkit-filter: grayscale(1);
  	filter: grayscale(1);
	-webkit-transition: all 0.8s ease-in-out;
  	-moz-transition: all 0.8s ease-in-out;
 	 -o-transition: all 0.8s ease-in-out;
 	transition: all 0.8s ease-in-out;
}
#pro, #hifi {
	width: 50%;
}
#hifipanel, #propanel { /* Home page hover panels */
	width: calc(100% - 40px);
	padding: 10px;
	margin: 175px 10px 0 10px;
	position: absolute;
}
.client-col {
	width: calc(100% - 20px);
	margin: 0 10px;
}

/* Technology */

.tech-col-half-left, .tech-col-half-right, .tech-col-quarter-left, .tech-col-quarter-right {
	width: calc(100% - 20px); 
	margin: 20px 10px;
}
.tech-video-title {
	position: absolute; 
	left: 10px;
	top: 10px;
	z-index: 10;
}
.remove-on-mob {
	display: none;	
}
/* End Technology */
}
@media screen and (max-width: 480px) {
#header {
	height: 180px;	
}
.logo {
	margin: 20px 0 10px 0!important;	
}
.distmap {
	width: 100%;
}
#legend {
	display: none;	
}
select#store_wpress_category_filter, select#store_wpress_category2_filter {
	width: 100%;	
}
input#store_wpress_address {
	width: calc(100% - 20px)!important;	
}
}