@charset "utf-8";
/* CSS Document */


@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	
	
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	-webkit-font-smoothing: antialiased; /*text-rendering: optimizeLegibility;*/
}


ol, ul {
	list-style: none;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#fff;
}*/
a, input[type="submit"], input[type="reset"], button {
	cursor: pointer; border-radius:0px;
	 
}
/*input[type="submit"], input[type="reset"], button {
	cursor: pointer; border-radius:0px;
	 background:#f0f0f0;
}*/

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input, select, textarea {
	border: none;
	border-radius:0px;
}
input[type="radio"]{ border-radius:100%;}



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	
}
outline {
	outline: none;
}
.aligncenter {
	display: block;
	margin: 0 auto
}
.alignright {
	float: right;
	margin: 10px 0 10px 10px
}
.alignleft {
	float: left;
	margin: 5px 10px 0px 0
}
.floatleft {
	float: left
}
.floatright {
	float: right
}
.textcenter {
	text-align: center
}
.textright {
	text-align: right
}
.textleft {
	text-align: left;
}
.clearBoth {
	clear: both
}
.relative {
	position: relative
}

::-webkit-input-placeholder {
 opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
 opacity:1;
}
::-moz-placeholder {  /* Firefox 19+ */
 opacity:1;
}
:-ms-input-placeholder {
 opacity:1;
}	

@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=2682774c-256c-409d-91ca-f53063b0ff3d&fontids=1415558");
@font-face{
font-family:"Tussilago W00 Bold";
src:url("../fonts/7c1c1d3f-4d12-4a11-83d4-578e8eb39092.eot?#iefix");
src:url("../fonts/7c1c1d3f-4d12-4a11-83d4-578e8eb39092.eot?#iefix") format("eot"),url("../fonts/cf9492ee-3fb4-4c27-9ee3-d1d81388112e.woff2") format("woff2"),url("../../fonts/995b9f71-39b1-46bb-afbe-8a003f471d91.woff") format("woff"),url("../fonts/725992bd-0002-40c3-b96a-c4fca8d75e1b.ttf") format("truetype"),url("../fonts/3437acb7-5689-4cb8-a4fa-ec787510f626.svg#3437acb7-5689-4cb8-a4fa-ec787510f626") format("svg");
}



@font-face{
font-family:"Tussilago W00 Bold";
src:url("../fonts/7c1c1d3f-4d12-4a11-83d4-578e8eb39092.eot?#iefix");
src:url("../fonts/7c1c1d3f-4d12-4a11-83d4-578e8eb39092.eot?#iefix") format("eot"),url("../fonts/cf9492ee-3fb4-4c27-9ee3-d1d81388112e.woff2") format("woff2"),url("../../fonts/995b9f71-39b1-46bb-afbe-8a003f471d91.woff") format("woff"),url("../fonts/725992bd-0002-40c3-b96a-c4fca8d75e1b.ttf") format("truetype"),url("../fonts/3437acb7-5689-4cb8-a4fa-ec787510f626.svg#3437acb7-5689-4cb8-a4fa-ec787510f626") format("svg");
}


body{ background:url(../images/body-bg.gif) repeat; font-family: tahoma,arial,sans-serif; color:#fff; font-weight:normal; }
.wraper{ width:950px; margin:22px auto; background:#000000; padding:8px; box-sizing:border-box;}

.topheader{ background:url(../images/header-bg.jpg) no-repeat; display:block; width:100%; min-height:95px; box-sizing:border-box; padding-right:2px; box-sizing:border-box;  }

.logo{padding:21px 0 0 35px; max-width:360px; float:left; box-sizing:border-box;}

.searchBlock{ float:right; width:215px; padding-top:16px; }
.searchBox{ width:100%; border:1px solid #444444; padding:0px !important; margin:0px !important;  }
.searchBox input[type="text"]{  border-radius:0px;

font-size:10pt;font-weight:bold;background:#222;color:#CCC;padding:4px 0 4px 5px; height:25px; width:185px; float:left; border:none;  box-sizing:border-box; border-right:1px solid #444444;

} 

.searchBox input[type="image"]{ background:#111111; width:29px; height:25px; display:block; border-radius:0px;   }
.searchBox input[type="image"]:hover{ background:#fff;}

.SocialIcons{ display:block; width:100%; padding:8px 0; text-align:right}
.SocialIcons img{ margin-right:-1px;}

.container{ border:9px solid #333333; background:#000; padding:7px; margin:5px 0; position:relative; }
.rightSlider{ height:auto !important;}



/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
  display: none;
  text-align: center; }
  #nav-trigger span {
    display: inline-block;
    padding: 17px 30px;
   
    color: white;
    cursor: pointer;
    text-transform: uppercase; }
    #nav-trigger span:after {
      display: inline-block;
      margin-left: 10px;
      width:0px;
      height: 10px;
      content: "";
      border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent; position:absolute; top:23px; }
    #nav-trigger span:hover {
       }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; top:13px; }

nav {
  margin-bottom: 30px; }

nav#nav-main {
  background-color: #000;
  padding:0; margin-top:-21px; }
  nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  nav#nav-main li {
    display: inline-block;
   text-transform:uppercase; position:relative;
    padding: 0 5px; font-weight:bold;  font-family:"Tussilago W00 Bold"; font-size:13px; }
    nav#nav-main li:last-child {
      border-right: none; }
  nav#nav-main a {
    display: block;
    color: white; line-height:24px;
    padding:0px; color:#fcf310; background:url(../images/menu_bg.png) no-repeat 0 0px; padding-left:23px; }
    nav#nav-main a:hover {
      
      color: #fff; }
	  
	    nav#nav-main a:hover{ background-position:0 -58px;}

nav#nav-mobile {
  position: relative;
  display: none; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #000; }
	
	
	
	  nav#nav-mobile ul .subMenu ul{ display:block;}
  nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #756154; }
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-mobile a:hover {
      background-color: #0d0d0d;
      color: #fff; }

.colLeft{ float:left; width:60%; border-right:1px solid #222222; padding:0 0px; box-sizing:border-box; -box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box;  padding-left:15px;}
.colRight{ float:right; width:40%;  box-sizing:border-box; -box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; padding:0 0 0 0px; }
.btnBlock{ padding-left:12px;}

.latestNews{ display:block; width:100%; padding-top:8px; padding-bottom:20px;}
.latestNews input[type="text"]{background-color:#000000;color:#ffffff; width:208px; margin-right:4px; border:2px solid #fff; float:left;}
.latestNews input[type="submit"]{outline:1px solid #ffffff;font-weight:bold;background:grey;color:#ffffff;border:0;height:21px;width:85px; float:left; margin-top:1px;}
.tabBlock .gridcell{ border-bottom:none !important;}
.latestNews label{ color:#fff; float:left;}

.productsBlock{ display:block; width:100%; }
.productsBlock ul{ list-style:none;}
.productsBlock ul li{ background:url(../images/arrow-right.gif) no-repeat 0 10px; font-size:14px !important; margin-top:0px; }
.productsBlock ul li a{color: #39c; display:block; padding:5px 5px 2px 0;}
.productsBlock ul li a:hover{color: #39c;}
.sectitle {
    border-bottom: 1px solid #222;
    color: #fff;
    font-family: sans-serif;
    font-size: 125%;
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: uppercase;
}
.subtitle a:hover, .subtitleplain a:hover {
    color: #f96;
}
.ptext2 {
    font-size: 70%;
    line-height: 140%;
	color:#fff;
	font-weight:normal;
}
.marginTp24{ margin-top:24px;}
.marginTp60{ margin-top:60px;}
.marginBt8{ margin-bottom:8px;}

.blogpost{ }
.blogpost .ptext{ font-size:12px; font-family: tahoma,arial,sans-serif;}
.blogpost p a{color:#39c;}
.blogpost p{ margin-bottom:10px;font-size:12px; font-family: tahoma,arial,sans-serif; color:#fff; padding-right:30px; line-height:20px;}
.subtitle a, .subtitleplain a {
    color: #f30;
}

.videoBlock{ margin-bottom:20px;}

.posteBlock{color:#999;font-size:70%;margin-bottom:8px;}

.subtitle {
    border-bottom: 1px solid #222;
    color: #f30;
    font-family: sans-serif;
    font-size: 105%;
    font-weight: 700;
    padding-bottom: 2px;
}
.bulllink{ color:#fff;  font-size:70%;/*border-top:1px solid #222;*/padding-top:2px; margin-top: 10px;}

.productsBlock ul .bulllink{border-bottom:none; border-top:none; }

.blogSection{ padding-bottom:40px;}
.bulllink a{ color:#39c;}

.main{ padding-top:10px;}

.discussionBlock{ display:block; width:100%; padding-top:0px;}
.discussionBlock .imageBlock{ float:left; width:auto;}

.discussionText{ border:2px solid #999;background:#222;padding:9px 11px 11px 11px;font-size:70%;line-height:150%; float:left; display:block; width:75%; color:#fff;}
.discussionText a{color: #39c;}
.discussionText a:hover{color: #9ff;}
.discussionBlock img{ float:left}
.subtitle span{ color: #f30;}
.paddingLf55{ padding-left:55px !important; padding-top:10px !important;}
.blogSocial{ display:block; width:100%; padding-top:30px; text-align:center;  }
.ptext{ color:#fff;   padding-bottom: 10px;}

.visit{ display:block; clear:both;}
.visit a{background:url(../images/arrow-right.gif) no-repeat 0 10px; font-size:12px;margin-top:4px; margin-left:55px; padding-left:15px; padding-top:5px; margin-top:5px;}
.appStore{ display:block; clear:both; width:100%;}
.appStore a{display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-right: 10px;
    max-width: 44%; padding-top:5px;
}

.batteriesBlock{ display:block; width:100%; padding-top:60px;}

.batteriesBlock .batteriImage{ float:left; width:50%; padding-top: 8px;}
.batteriesBlock .descBlock{float:left; width:48%; border-left:1px solid #222; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; margin-right: 4px;}
.batteriesBlock .sectitle a{  color: #39c;}
.batteriesBlock .sectitle a:hover{color: #9ff;}
.batteriesBlock .descBlock .bulllink a{ font-size:12px;}
.padding0{ padding:0px !important;}
.main h1{    border-bottom: 1px solid #222;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding:0 10px 10px 20px; margin-top:-10px;}
.grayText{ color:#999; font-weight:normal; padding-left:10px; border-left:1px solid #333; margin-left:10px;}	
	
	


a {
    color: #39c;
    outline: medium none;
    text-decoration: none;
}


.pedalBag{ display:block; width:100%; margin-top:60px;}
.pedalBag a.gridlink{ display:block; font-weight:bold;} 
.gridlink {
    display: block;
    padding: 12px 0;
    text-align: center;
}

.slide div, .slide{ vertical-align:top !important;}


.pedalBag p{ color:#fff; padding-top:10px;}

.batteriesBlock.tubesValves{padding-top:20px; clear:both;}

.blueText{ color:#39c; font-size:11px; padding-top:1px;}

.colorWhite{ color:#fff;}

.footerLogo{ display:block; text-align:center; padding:20px 0;}
.footerLogo img{ margin:0 auto;} 

.footerMenu{margin-top:12px;text-align:center;font-size:85%;color:#666; padding-bottom:15px;}
.footerSocial{padding-top:6px;font-size:90%;}

img{ max-width:100%; height:auto;}

.magnifyarea img{max-width:none;}

.outputImage{ position:absolute; width:9px;   left: -9px; top:50%; margin-top:-31px;}
.inputImage{ position:absolute; width:9px;   right: -9px; top:50%; margin-top:-31px;}
.productPage{ margin-top:-15px;}
.productPage h1{ font-size:26px; font-family:sans-serif; font-weight:bold; color:#fff; padding:10px 20px; border-bottom:1px solid #222;}
.productPage{ display:block;}

.productBlock{ display:block; width:100%;}
.productList{ padding:18px 18px 0; display:inline-block; width:34%; vertical-align:top; padding-right:20px; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; }


.productList:first-child{ width:36%} 
.productList:last-child{ width:28%} 


.productList h3{  border-bottom: 1px solid #222;
    color: #f30;
    font-family: sans-serif;
    font-size: 105%;
    font-weight: 700;
    padding-bottom: 2px;}
.productList ul{ padding-top:10px;}	
.productList ul li { padding-top:5px;}	
.productList ul li a{ display:inline-block; }	
.productList ul li div{ display:inline-block; vertical-align:top;}
.productList ul li a img{display:block;margin-right:4px;margin-bottom: 10px;}
.productList ul li div{font-family:sans-serif;bold;font-size:80%;line-height:100%;}
.product-subtitle {
    color: #ccc;
    font-size: 80%;
}

.allcat {
    border-top: 1px solid #222;
    font-family: sans-serif;
    font-size: 95%;
    font-weight: 700;
    margin-bottom: 8px;
    padding-top: 12px;
    text-transform: uppercase;
}
.allcat .bulllink{background:url(../images/arrow-right.gif) no-repeat 0 7px; padding-left:10px; font-size:15px; border-top:none;}

.productList .indent{padding:0 0 12px 0;font-family:sans-serif;font-size:80%; line-height:100%;}

.marginTp10{ margin-top:10px;}

.faq_qa, .faq_qa b {
    color: #ff8040; font-weight:bold;
}

.faq {
    color: #c6c6c6;
    font-size: 13px;
    list-style-type: none;
}
.faq li{ color:#fff;}

.ptext p{ color:#fff;  font-size: 13px;
    line-height: 140%; padding-top:5px;}
	
	.bull {
    background: rgba(0, 0, 0, 0) url("../images/bullet.gif") no-repeat scroll left top;
    font-family: sans-serif;
    font-size:12px;
    line-height: 140%;
    margin-bottom: 8px;
    padding-left: 9px;
	color:#ccc;
}
.contentbox {
    border: 3px solid #ccc;
}

.marginBt20{ margin-bottom:20px;}
.contentbox{margin-bottom:10px;}
.contentbox .picTitle{ background: #333 none repeat scroll 0 0;
    font-size:11px;
    text-align: center; color:#fff; padding:3px; margin-top:-3px; }
	.artistName{ float:left; width:50%;}
	.artistPic{ float:left; width:49%;}
	.tabBlock { margin-top:0px;}
.tabBlock ul li{ display:inline-block;}
#tab-left, #tab-right{ line-height:24px;  }
#tab-left{margin-right: -3px;}
.blogpost{ color:#fff;}

.tabHeaidng{margin-left:14px;font-size:65%;font-weight:bold;cursor:pointer; margin-bottom:-1px;}

.discussionBlock .imageBlock {
    float: left;
    width: auto;
}

.gridcell{ border-bottom:none !important; border-right:none;}

.subMenu{ display:block; width:100%; width:100%;}
	nav#nav-main li .subMenu ul li{ width:100%; clear:both; color:#fff !important; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; font-weight:normal; font-size:13px !important;  text-align:left; border-bottom:1px solid #7a7a7a !important; line-height:22px; font-family:Tahoma, Geneva, sans-serif;}
	nav#nav-main li .subMenu ul li span{ display:block; color:#fff; text-align:left; border-bottom:none !important;}
		nav#nav-main li .subMenu ul li:hover, nav#nav-main li .subMenu ul li:hover span{color:#fcf310;}
	.bulllink.sidebarlink{ font-size:14px; padding-top:0px;}
	.leftcol{ padding-left:5px;}

.entryPages{ color:#fff;}
.entryPages td{ vertical-align:middle;}
.entryPages td .bulllink a{ font-size:15px;}
.entryPages td{ padding-right:10px;}
.entryPages u{ padding:20px 0; display:block;}

.harmonixDiv p{ color:#fff;}
.harmonixDiv td{ min-width:100px; vertical-align:top}
 .bulllink a{ font-size:15px;}
.colRight .batteriesBlock{ clear:both; overflow:hidden;}





.colLeft .generalCat.batteriesBlock .batteriImage{ width:35%; padding-top:20px; margin-left:-15px;}
 .colLeft .generalCat.batteriesBlock .descBlock{ width:60%; border-left:none;}
.colRight .subtitle, .colRight .sectitle{ clear:both;}
.bdrNone{ border:none !important}

.bannerImage{ float:left; padding-left:20px;}
.merchBlock .descBlock { width:55%}

.merchBlock .batteriesBlock .batteriImage{ width:44%; padding-top:0px;}

.leftcol{box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box;}

#locator-country-options{ margin-top:5px;}

.productReg td{ padding:5px; }
.productReg tr td.right{ text-align:right; padding-right:10px;}
.latestNews input[type="submit"]{ -webkit-appearance:none; border-radius:0px;}
.keyicons{padding:32px 39px 20px 31px;}
.keyicons table td{ vertical-align:top !important;}
.colLeft.forums{ min-height:850px;}
.loginForm{ margin:0 auto;}
.plainDetail{ width:100%; overflow-x:auto;}
.searchInput{ width:200px;}
.main{ position:relative;}
.userBar{ position:relative; margin-top:-40px;}

.threadTable{border-top:1px solid #222;border-right:1px solid #222;margin-bottom:36px;}

.detailRight{ display:block; width:80%; background:#080808; float:left; }

.detailLeft{border-right:1px solid #222;padding:6px 0 12px 0; width:20%; float:left; display:block; text-align:center;}
.postComent{padding:24px 24px 18px 32px;overflow:hidden;width:655px;}
.signupRow{text-align:right;font-size:70%;height:42px;}
.footerMenu{ padding-bottom:15px;}

.colLeft .bulllink{padding-bottom: 3px !important;padding-top: 3px!important; }
.marginTp15{ margin-top:10px;}
.ehxRoots .bulllink{  font-size:100%; padding-top:3px !important;}
.ehxRoots .bulllink a:hover{color: #9ff;}
.ehxRoots {
    margin-top: -14px;
}
.ehxRoots h2{ font-size: 28px;
    font-weight: bold;
    margin:60px 0 40px; }

#email{ border: 2px solid #a8a8a8;}
.tablePostInfo .bulllink {color: #39c; font-size:12px;}
.tableunderline {
    border-bottom: 1px solid hsl(0, 0%, 13%);
    vertical-align: middle;
}
.rightcolpadleft .batteriesBlock .descBlock{ border-right: 1px solid #222; border-left:none;}

.rightcolpadleft .batteriesBlock.tubesValves .descBlock {border-left: 1px solid #222; border-right:none;}
.loginForum{ margin:0 auto; width:700px;}
.loginForum.forget .submit, .loginForum.forget .input{ margin-top:10px;}

.profileBlock{ float:left; width:49%; margin-right:1%;}
.profilePage{ width:100%;}

.instructionsBlock .ptext p{ color:#000; padding-left:15px; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box;}

.searchBox {
   
    border: 1px solid #444 !important;}
	
	
.innerpages {}	
.innerpages .batteriesBlock .descBlock{border-left: none; border-right: 1px solid #222;}
.innerpages .batteriesBlock.tubesValves .descBlock{border-left: 1px solid #222; border-right:none;}
.innerpages .batteriesBlock.two .descBlock{border-left: 1px solid #222; border-right:none;}
.organMachen .rightBlock{ float:right; width:40%;}
.organMachen .leftBlock{ float:left; width:60%; padding-right:100px; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box;}
.colLeft .bulllink{background:url(../images/arrow-right.gif) no-repeat 0 8px;}
#product_registration {
    margin: 0;
    padding: 0;
    width: 450px;
}	
.ipadColR .input{height: 24px; margin: 2px; }
.ipadColR input[type="submit"] { width: 75px;vertical-align: top;  height: 30px; margin: 2px 0;}

.tableCellTwo a img{ min-width:15px;}
.markerpad img{ min-width:14px; padding-right:5px;}
.forumpadleft{ padding-bottom:8px;}
.bannerImage .bulllink {background: hsla(0, 0%, 0%, 0) url("../images/arrow-right.gif") no-repeat scroll 0 5px;}
.bannerImage .bulllink a{ font-size:12px !important;}
.bannerImage div{ padding-top:0px !important;}
.merchBlock .batteriesBlock{ padding-top:0px;}
.leftcol p{ padding-bottom:8px;}
.gs-bidi-start-align{ text-align:center !important;}


/* =Media Queries
-------------------------------------------------------------- */

@media only screen 
and (min-width :1024px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1){
.latestNews input[type="text"]{ width:200px; border-radius:0px; margin-top:0px;}
nav#nav-main li{ font-size:11px;}
.latestNews label{ padding-top:3px;}
.btnBlock td{ border:none; position:relative;}
.btnBlock td:after{ position:absolute; bottom:5px; width:100%; height:1px; background:black; content:''; left:0px; }
.colLeft{border-right: 1px solid #222222 !important;}

#addressInput{ max-width:130px;}
	.updateMainCLass .colRight{ display:none;}
	
	.ipadColR input[type="submit"]{ -webkit-appearance:none;}
	
	.organMachen table tr td .input{ width:195px !important;}

}






@media all and (max-width: 900px) {
  #nav-trigger {
    display: block; border-bottom:1px solid #fff; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; } }
	
	
	@media (min-width:768px) and ( max-width:949px){
		
		#floater{ display:none !important} 
		.wraper{ max-width:100%;}
		.colLeft{ min-height:inherit;}
		.leftcol{ width:100%;}
		.discussionText{ width:66%;}
		  .blogSocial img{  max-width:36px !important; height:auto;}
		  
		  .colRight .batteriesBlock{ padding-top:30px;}
		  
		  .contentbox, .blogpost object, iframe{ max-width:96% !important;}
		  .sectitle{ font-size:100%;}
			.colLeft{ min-height:1600px;}	
			
			img{ max-width:100%;}	
			.merchBlock .descBlock{    width: 48%;}  
			.leftcol{ padding-right:10px; }
			nav#nav-mobile li .subMenu ul li{ width:100%; clear:both; color:#fff !important; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; font-weight:normal; font-size:12px;  text-align:left; border-bottom:1px solid #7a7a7a !important; line-height:22px;}
	nav#nav-mobile li .subMenu ul li span{ display:block; color:#fff; text-align:left; border-bottom:none !important;}
		nav#nav-mobile li .subMenu ul li:hover, nav#nav-main li .subMenu ul li:hover span{color:#fcf310; }
		nav#nav-mobile ul .subMenu ul{ width:100% !important;}
		
		 .submenuCon{width:100% !important; 
    position: relative !important;
    top:0px!important;}
	nav#nav-mobile li .subMenu ul li{ border-bottom:none !important;}
	#myreel{ width:100% !important;}
	
	#myreel, .slide{ width:100% !important;
    padding-right: 20px;
    box-sizing: border-box; z-index:1 !important;}
	.contentbox, .blogpost object, iframe{ max-width:96% !important;}	
	.colRight .contentbox{max-width: 94% !important;}
	
	 object, iframe{ height:auto; max-width:96%;}
	 .paginate a:first-child{ float:left; margin-right:0px !important;}
	.paginate a:last-child{ float:right; margin-right:0px !important;}
	.latestNews input[type="text"]{ width:120px;-webkit-appearance:none; border-radius:0px;}
	.latestNews input[type="submit"]{ width:75px; -webkit-appearance:none; margin-top:2px; border-radius:0px;}	
	.tabBlock ul li{ width:50% !important; max-width:143px; font-size:9px; background-size: auto 24px !important; height:21px;}	
	#tab-left{ margin-right:-8px;}
	
	.rightSlider img{ width:100% !important;}
	.rightSlider{ width:100% !important;}
	.productReg{ width:100%;}
	
	.latestNews input[type="submit"]{ -webkit-appearance:none; border-radius:0px;}
	
	#floater{ width:60px;}
	.paginate a:last-child{ margin-right:20px !important;}
	.leftcol{ padding-right:20px; padding-left:0px;}
		.ptext.blogpost iframe{ width:90px !important;}
	.ptext.blogpost object iframe{ width:100% !important; margin-top:20px; }
	nav#nav-mobile li{ font-size:13px; text-transform:uppercase;}
	nav#nav-mobile a{ padding:5px 20px;}
	nav#nav-mobile li{ padding:0px;}
	nav#nav-mobile a{color:#fcf310;}
	.latestNews label{ padding-top:3px;}
		.subMenu{ border:none !important; }
	nav#nav-mobile ul .subMenu ul{ border:0px solid #444;}
	nav#nav-mobile li .subMenu ul li{ margin:0px;}
	
	
	.product-subtitle, .product-name{ white-space:normal;}
	.product-name{ line-height:20px;}
	
	.threadTable{ table-layout:fixed;}
.signature{ word-wrap:break-word; white-space:normal;}
.postComent{word-wrap:break-word; white-space:normal; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box;}

.gsc-control-cse{ width:100%;max-width:100%;  word-wrap:break-word; word-break:normal;white-space:normal;} 
	.gs-webResult{ width:100%; word-wrap:break-word;word-wrap:break-word!important;white-space:normal !important; }
	.gsc-control-cse div{ width:100%;max-width:100%; word-wrap:break-word!important;white-space:normal !important; }
	#cse-search-results{ width:100%; max-width:100%; word-wrap:break-word!important;white-space:normal !important; overflow-x:hidden;}
	.gsc-table-cell-snippet-close, .gs-promotion-text-cell{word-wrap:break-word!important;white-space:normal !important;}
.colLeft{border-right: 1px solid #222222 !important;}


		}

@media (min-width:768px) and ( max-width:800px){
	
	
	.organMachen td img{ max-width:100%;}
	
	.organMachen tr td:last-child{padding-left:20px !important;}
	.ipadColL{ max-width:400px;}
	.ipadColR{ max-width:280px;}
	.organMachen table{  max-width:280px; width:100%;}
	.organMachen table tr td:last-child{ padding-left:0px !important;}
	.organMachen table tr td .input{ width:170px !important; padding-left:5px; font-size:13px; }
	#product_registration{ max-width:100%;}
	nav#nav-mobile ul{  margin-top:-1px;}
	nav#nav-mobile li{ margin:0px;}
	nav#nav-mobile ul{ position:relative;}
	
	.gs-webResult{ width:100% !important} 
	
	.colLeft{border-right: 1px solid #222222 !important;}
	
	#addressInput{ max-width:130px;}
	.updateMainCLass .colRight{ display:none;}
	
	.ipadColR input[type="submit"]{ -webkit-appearance:none;}
	
	
	
	}
@media (min-width:320px) and ( max-width:767px) {

    .wraper {
        max-width: 100%;
    }

    .logo {
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
        text-align: center;
    }

    .logo img {
        max-width: 250px;
        margin: 0 auto;
    }

    .searchBlock {
        width: 100%;
    }

    .searchBox {
        float: left;
        width: 50%;
        max-width: 150px;
    }

    .searchBox input[type="text"] {
        width: 80%;
    }

    .SocialIcons {
        float: right;
        width: 49%;
    }

    .SocialIcons img {
        max-width: 15px;
    }

    .SocialIcons img {
        margin-right: 0px;
        margin-left: 1px;
    }

    .colLeft {
        width: 100%;
    }

    img {
        max-width: 100%;
    }

    .main {
        padding-top: 0px;
    }

    .colRight {
        width: 100%;
    }

    .latestNews input[type="text"] {
        width: 120px;
    }

    .latestNews input[type="submit"] {
        width: 75px;
    }

    .footerMenu {
        padding: 0 10px;
        padding-bottom: 15px;
    }

    .blogSocial img {
        max-width: 35px !important;
        height: auto !important
    }

    .discussionText {
        width: 65%;
    }

    nav#nav-mobile li {
        font-size: 13px;
        text-transform: uppercase;
    }

    nav#nav-mobile a {
        padding: 5px 20px;
    }

    nav#nav-mobile li {
        padding: 0px;
    }

    nav#nav-mobile a {
        color: #fcf310;
    }

    .leftcol {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 20px;
    }

    .colLeft {
        padding: 0px;
    }

    .paginate a:first-child {
        float: left;
        margin-right: 0px !important;
    }

    .paginate a:last-child {
        float: right;
        margin-right: 0px !important;
    }

    .ptext.blogpost iframe {
        width: 90px !important;
    }

    .ptext.blogpost object iframe {
        width: 100% !important;
        margin-top: 20px;
    }

    #floater iframe {
        width: 60px !important;
    }

    .cx {
        margin-top: 20px !important;
    }

    .colRight {
        padding-left: 0px;
    }

    .tabBlock + div {
        margin-left: 0px !important;
    }

    /*#tab-left, #tab-right{ width:50% !important ;}*/
    #vw {
        margin-left: 0px !important;
    }

    #outside {
        z-index: 9999;
    }

    .colLeft {
        min-height: inherit;
    }

    .batteriImage div {
        max-width: 100%;
    }

    .submenuCon {
        position: relative !important;
        background: #000;
        top: 0px !important;
        width: 100%;
    }

    nav#nav-mobile li .subMenu ul li {
        width: 100%;
        clear: both;
        color: #fff !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-weight: normal;
        font-size: 12px;
        text-align: left;
        border-bottom: 1px solid #7a7a7a !important;
        line-height: 22px;
    }

    nav#nav-mobile li .subMenu ul li span {
        display: block;
        color: #fff;
        text-align: left;
        border-bottom: none !important;
        white-space: normal !important;
    }

    nav#nav-mobile li .subMenu ul li:hover, nav#nav-main li .subMenu ul li:hover span {
        color: #fcf310;
    }

    .latestNews input[type="submit"] {
        -webkit-appearance: none;
    }

    .latestNews input[type="text"] {
        width: 120px;
        -webkit-appearance: none;
        border-radius: 0px;
        height: 23px;
        margin-top: 1px;
        box-sizing: border-box;
    }

    .latestNews label {
        padding-top: 3px;
    }

    .latestNews input[type="submit"] {
        width: 75px;
        -webkit-appearance: none;
        margin-top: 2px;
    }

    .tabBlock ul li {
        width: 50% !important;
    }

    .rightSlider img {
        max-width: 100% !important;
    }

    .rightSlider {
        width: 100% !important;
    }

    .productReg {
        width: 100%;
    }

    .fourmDetail {
        width: 100%;
        overflow-x: auto;
    }

    .SocialIcons {
        padding: 6px 0;
    }

    #floater {
        top: 50% !important;
        right: 10px;
    }

    nav#nav-mobile li .subMenu ul li {
        background: #000;
        margin-left: 0px;
    }

    .colLeft .generalCat.batteriesBlock .batteriImage {
        margin-left: 0px;
    }

    .subMenu {
        border: none !important;
    }

    nav#nav-mobile ul .subMenu ul {
        border: 0px solid #444;
    }

    .colLeft.forums {
        min-height: inherit;
    }

    .ptext.blogpost object iframe {
        margin-top: 0;

    }

    .batteriesBlock .batteriImage {
        float: none;
        text-align: center;
    }

    .batteriesBlock .batteriImage img {
        display: inline-block !important;
    }

    .batteriesBlock .descBlock {
        border-right: none;
    }

    .threadTable {
        table-layout: fixed;
    }

    .signature, .tableCellOne {
        word-wrap: break-word;
        white-space: normal;
    }

    .loginForum {
        margin: 0 auto;
        width: 100% !important;
        max-width: 700px;
    }

    .loginForum .input {
        width: 100% !important;
    }

    .registerform {
        margin: 0 auto;
        width: 100%;
        max-width: 700px;
        table-layout: fixed;
    }

    .registerform .input {
        width: 100% !important;
    }

    .registerform .textarea {
        width: 100% !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .registerform .littletitle {
        font-size: 50%;
        vertical-align: middle;
        padding-left: 5px !important;
    }

    .tableFixed {
        table-layout: fixed;
    }

    input, textarea {
        border-radius: 0px;
    }

    input[type="submit"] {
        -webkit-appearance: none;
    }

    .tableFixed td {
        display: block;
        width: 100% !important;
    }

    .tableFixed tr td:first-child {
        text-align: center;
    }

    .minWidth {
        min-width: 250px;
    }

    .minWidth td {
        width: 100px !important;
        display: table-cell;
    }

    .tableFixed td {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .profileBlock {
        width: 100%;
        margin-right: 0px;
    }

    .tableDiv {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .instructionsBlock .ptext p {
        color: #000;
        padding-right: 10px;
        padding-left: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .innerpages .batteriesBlock .descBlock {
        border-right: none;
    }

    .batteriesBlock .batteriImage {
        display: inline-block;
    }

    .innerpages .batteriesBlock.two .descBlock {
        border-left: none;
    }

    .rightcol {
        padding-left: 0px;
    }

    .batteriImage {
        border-right: none !important;
    }

    .ptext2 {
        text-align: left;
    }

    .bulllink {
        text-align: left;
    }

    .innerpages .batteriesBlock.tubesValves .descBlock {
        border-left: none;
        border-right: none;
    }

    .ipadColR table {
        border: none !important;
    }

    .visit a {
        padding-top: 7px;
    }

    .gsc-input input.gsc-input {
        border-radius: 0px !important;
    }

    input.gsc-search-button {
        border-radius: 0px !important;
    }

    .cx embed {
        max-width: 100% !important
    }

    #mailing_list #email {
        max-width: 200px;
    }

    embed {
        max-width: 100%;
    }

    .searchSec table td {
        display: block;
        padding: 5px 0 0 0 !important;
    }

    .searchSec select {
        width: 100%;
        margin-bottom: 10px;
        width: 99%;
        margin-left: 2px !important;
    }

    nav#nav-mobile li {
        margin: 0px;
    }

    nav#nav-mobile ul {
        position: relative;
    }

    #floater {
        display: none !important
    }

    .productReg td {
        font-size: 13px;
    }

    /*input[type=submit], input[type=reset], input[type=button] {
     filter: chroma(color:#000000);

    }*/
    #product_registration input[type="submit"], .searchSec input[type="submit"] {
        cursor: pointer;
        border-radius: 0px;
        background: #f0f0f0;
    }

    .latestNews .searchSec input[type="submit"] {
        background: gray;
    }

    #product_registration #email {
        border: none;
    }

    @media (min-width: 320px) and ( max-width: 766px) {

        .artistName {
            float: left;
            width: 100%;
        }

        .artistPic {
            float: left;
            width: 100%;
        }

        #myreel, .slide {
            width: 100% !important;
        }

        .contentbox, .blogpost object, iframe {
            max-width: 96% !important;
        }

        object, iframe {
            max-width: 96%;
        }

        .tabBlock img {
            max-width: 90px;
        }

        .tabHeaidng {
            margin-left: 0px;
        }

        #vw {
            margin-left: 0px;
        }

        .productList {
            width: 100%;
        }

        .productPage h1, .main h1 {
            font-size: 18px;
        }

        .productList ul li div {
            max-width: 80%;
        }

        .contentbox {
            text-align: center;
        }

        .zoomtracker, .magnifyarea {
            max-width: 100% !important;
            width: 100% !important
        }

        .colRight .batteriesBlock .batteriImage, .colRight .batteriesBlock .descBlock {
            width: 100%;
        }

        .sectitle {
            font-size: 100%;
        }

        .grayText {
            border-left: none;
            margin-left: 0px;
            padding-left: 0px;
        }

        .colLeft .generalCat.batteriesBlock .batteriImage {
            width: 100%;
            padding-top: 20px;
            border-right: none;
        }

        .colLeft .generalCat.batteriesBlock .descBlock {
            width: 100%;
            border-left: none;
            padding-bottom: 20px !important;
        }

        .colLeft {
            border-right: none;
        }

        .colRight .batteriesBlock .descBlock {
            border-left: none;
        }

        .subtitle {
            font-size: 90%;
            font-weight: normal !important
        }

        #tab-left, #tab-right {
            background-repeat: no-repeat !important;
            width: 151px !important;
        }

        #tab-left {
            margin-right: -10px;
        }

        #myreel, .slide {
            width: 97% !important;
            margin: 0 8px;

        }

        .productList:first-child {
            width: 100%
        }

        .productList:last-child {
            width: 100%
        }

        .blogSocial {
            text-align: left;
        }

        .lampWeekend img {
            border: 1px solid #CCC;
        }

        .keyicons {
            padding: 32px 10px 20px 10px;
        }

        .searchInput {
            width: 145px;
            padding-left: 5px !important;
        }

        .userBar {
            position: relative;
            margin-top: 0px;
        }

        .topicTitle, .subtitleplain {
            font-size: 16px !important;
        }

        .threadTable td {
            display: block;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .postComent {
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            padding: 24px 4px 18px 5px;
        }

        .sectitleplain {
            font-size: 14px;
        }

        .signupRow {
            text-align: center;
        }

        .threadTable td {
            border-top: 1px solid #222;
        }

        .threadTable td table td {
            border-top: none;
        }

        .threadTable td table td span {
            position: relative;
            top: 5px;
        }

        .footerSocial a {
            line-height: 20px;
        }

        .zoomtracker {
            left: 0px !important;
        }

        .zoomtracker, .magnifyarea {
            display: none;

        }

        .tableHeading {
            font-size: 15px !important;
        }

        .tableCellOne .post span {
            font-size: 13px !important;
        }

        .fourmDetail table td {
            min-width: 100px;
        }

        .fourmDetail table tr td:first-child {
            min-width: 20px;
        }

        .fourmDetail table tr td:last-child {
            min-width: 150px;
        }

        .markerpad {
            padding: 2px 0 0 !important;
        }

        .itempadbig {
            padding: 5px 0 5px 0;
            font-size: 12px;
        }

        .itempadbig a {
            font-size: 12px;
        }

        .rightcolpadleft .batteriesBlock .descBlock {
            border-right: none;
        }

        .rightcolpadleft .batteriesBlock.tubesValves .descBlock {
            border-left: none;
            margin-top: 20px;
        }

        .errorTable {
            max-width: 100%;
            width: 100% !important
        }

        .dealerBlock {
            margin-left: 0px !important;
        }

        .organMachen tr {
            display: block;
        }

        .organMachen td {
            display: block;
            width: 100%;
            padding-left: 0px !important;
        }

        .organMachen {
            display: block;
        }

        .organMachen tbody {
            display: block;
        }

        .organMachen table {
            width: 100% !important;
        }

        .organMachen table .input {
            width: 160px !important;
        }

        .mailConfom {
            width: 100% !important;
        }

        .mailConfom td {
            font-size: 12px;
        }

        #product_registration {
            max-width: 100%;
        }

        .profileBlock .tableCellOne {
            padding-bottom: 0px;
        }

        .profileBlock .tableCellOne img {
            margin-top: 2px;
        }

        .emailFrom {
            width: 100%;
        }

        .organMachen tr td:last-child {
            border-top: 1px solid #222222;
            padding-top: 5px;
        }

        .blogpost a img {
            margin-bottom: 8px;
        }

        .ipadColR input[type="text"] {
            height: 20px !important;
        }

        .ipadColR input[type="submit"] {
            margin-left: 2px;
        }

        #product_registration font {
            display: inline-block;
            min-width: 10px;
        }

        #myreel {
            min-height: 250px;
        }

        nav#nav-mobile ul {
            margin-top: -1px;
        }

        .gs-bidi-start-align {
            text-align: center;
        }

        #cse-search-results iframe {
            height: 1016px !important;
            width: 100% !important;
            max-width: 100% !important;
        }

        .gsc-results .gsc-cursor {
            display: block !important;
            text-align: center !important;
        }

        .gs-bidi-start-align {
            text-align: center !important
        }

        .threadTable td {
            border-left: 1px solid #222;
        }

        .sliderBlock {
            max-width: 500px;
            margin: 0 auto;
        }

        .contentbox, .blogpost object, .blogpost img {
            border: 1px solid #ccc;
        }

        #twitter-widget-0 {
            margin-right: 5px;
        }

        .visit {
            padding-top: 5px;
        }

        .grayText {
            word-wrap: break-word;
        }

        .button150 {
            width: 90px !important;
        }

        #content {
            overflow-y: auto;
            width: 100%;
        }

        .plainDetail .tableunderline {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }

    }

    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {

        #myreel {
            min-height: 300px;
        }
    }

    /*iPhone 6 landscape*/
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {

        #myreel img {
            width: 100% !important;
        }

        .slide div {
            width: 100% !important;
        }

        #myreel {
            width: 100% !important;
            min-height: 470px;
        }

        .slide div {
            width: 100% !important;
        }

        .slide div img {
            width: 100% !important
        }
    }










    @media all and (orientation: landscape) {
        /* Styles for Landscape screen */
        body, html {
            font-size-adjust: initial;
            -moz-font-size-adjust: initial;
            -ms-font-size-adjust: initial;
            -webkit-font-size-adjust: initial;
        }

    }
    @media (min-width: 320px) and ( max-width: 480px) {

        .productReg {
            width: 100%;
            display: block;
            margin-top: 10px;
        }

        .productReg tbody {
            display: block;
        }

        .productReg td {
            display: block;
            word-wrap: normal;
        }

        .productReg tr td.right {
            text-align: left;
        }

        .productReg tr {
            display: block;
        }

        .merchBlock .descBlock {
            width: 100%
        }

    }


    @media (min-width: 320px) and ( max-width: 359px) {

        #tab-left, #tab-right {
            width: 50% !important;
            background-size: auto 23px !important;
            background-repeat: no-repeat !important;
            height: 23px;
        }

        .merchBlock .descBlock {
            display: block;
            width: 100%;
        }

        .merchBlock .batteriImage {
            width: 100%;
            text-align: center;
        }

        .merchBlock .batteriImage img {
            margin: 0 auto;
        }

        .merchBlock .descBlock {
            width: 55%
        }

        .merchBlock .batteriesBlock {
            padding-top: 0px;
        }

        .merchBlock .batteriesBlock .batteriImage {
            width: 100%;
        }

        #tab-left {
            margin-right: -13px;
        }

        .tabHeaidng {
            position: relative;
        }

        .tabHeaidng:before {
            position: absolute;
            content: '';
            height: 23px;
            width: 1px;
            background: #000;
            display: block;
            right: 10px;
            top: 0px;
        }

        #myreel {
            height: auto !important;
            min-height: 250px;
        }

        #myreel, .slide {
            width: 100% !important;
            margin: 0px;
        }

        .colLeft .appStore a {
            padding-right: 10px;
        }

    }
}

@media only screen and (max-device-width: 767px) {
    #myreel {
        max-height: 442px;
    }
}

@media only screen and (max-device-width: 500px) {
    #myreel {
        max-height: 362px;
    }
}


@media only screen and (max-device-width: 450px) {
    #myreel {
        max-height: 322px;
    }
}


@media only screen and (max-device-width: 400px) {
    #myreel {
        max-height: 278px;
    }
}