@charset "utf-8";
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  margin: 0;
  padding: 0;
}
#image, #thumbwrapper,     /*slideshow plugin*/
#lbMain #lbOuterContainer  /*lytebox plugin*/
{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;   
  box-sizing: content-box;
}
#lbMain #lbTitleBottom     /*lytebox plugin*/
{
  margin-bottom: 10px;
}
#gallery #image,           /*slideshow plugin*/
#gallery #image img{
  width: 589px;
  height: 330px;
}
/*********************************************************************************************************************************/

body{         
  min-height: 99vh;
  overflow-x: hidden; 
	background-color: #eee;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #333;
  line-height: 1.5em;
  width: calc(100vw - 34px);
  padding-left: 34px;
}
.main{
  margin: 10px auto 0;
  width: 1218px;
}
.header,
.content,
.footer{
  padding: 0 10px;
}
a{
  color:#348;
  text-decoration:none;
  outline:none;
}
a:hover{
  color:#67a;
}
div.hidden,
span.hidden {
  display: none;
}
.snowflake{
  z-index:-99;
  position:absolute;
  width:50px;
  height:50px;
  background-image:url("style/snowflake.png");
  border-radius:100%;
  filter:drop-shadow(0 0 10px white);
}
.overlay-all {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: gray;
  opacity: .50;
  filter: alpha(opacity=50);
}
.wordwrap{
  white-space: pre-wrap;      /* CSS3 */   
  white-space: -moz-pre-wrap; /* Firefox */    
  white-space: -pre-wrap;     /* Opera <7 */   
  white-space: -o-pre-wrap;   /* Opera 7 */    
  word-wrap: break-word;      /* IE */
}
.center{
  text-align: center;
}
.bold{
  font-weight: bold;
  font-size: 14px;
}
.blue{
  color: blue;
}
.green{
  color: green;
}
.violet{
  color: darkviolet;
}
span.noJS{
  display: inline !important;
}
/******************/
/*  TOP  CONTENT  */
/******************/
.top_menu{
  background: url("style/menu_bg.png") repeat-x scroll left top;
  height: 41px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}
.top_menu ul#menu{
  height: inherit;
  padding: 0 10px;
  display: block; 
}
.top_menu ul#menu #menu_small{
  display: none;
}
.top_menu ul#menu > li{
  margin-top: 1px;
  float: left;
  list-style: outside none none;
  text-transform: uppercase;
}
.top_menu ul#menu li#last{
  position: absolute;
  top: 0px;
  right: 0px;
}
.top_menu ul#menu li#last > a{
  color: yellow;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 2px 2px black;
}
.top_menu ul#menu > li > a{
  color: #fefefe;
  display: block;
  font-size: 14px;
  height: 40px;
  position: relative;
  padding: 10px 10px;
}
.top_menu ul#menu li#last > a:hover,
.top_menu ul#menu > li > a:hover{
  color: orange;
}
.top_menu li.gond ul.menuhover{
  top: 40px;
}
.top_menu li.gond:hover ul.menuhover{
  visibility: visible;
}
ul.menuhover{
  position: absolute;
  z-index: 7!important;
  border: 1px solid black;
	visibility: hidden;
}
ul.menuhover li{
  height: 27px;
  display: block;
  width: 210px;
  background: url('style/submenu-li-bg2.jpg') repeat-x left top;
}
ul.menuhover li.new-category{
  padding-left: 10px;
  padding-top: 5px;
  font-weight: bold;
  color: blue !important;
  background: url('style/submenu-li-bg3.jpg') repeat-x left top;
}
ul.menuhover li a{
  color: #383838!important;
  height: 27px;
  display: block;
  text-transform: none;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 5px;
  -moz-transition: padding-left .3s linear;
  -o-transition: padding-left .3s linear;
  -webkit-transition: padding-left .3s linear;
  transition: padding-left .3s linear;
}
ul.menuhover li a:hover{
  font-weight: bold;
  padding-left: 25px;
  background:url('style/submenu-li-bg.jpg') repeat-x left top;
}
.main_image{
  background: url("style/img_bg.jpg") no-repeat top left;
  background-size: 100% 212px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 212px;
  padding: 0;
}
.main_image .mainlogo_img{
  margin-left: 25px;
  margin-top: 20px;
  height: 80px;
  width: 142px;
}
.cycler{
  position:relative;
  height: 185px;
  background-color: white;
  border: 1px solid #ccc;
  overflow: hidden;
}
.cycler .prev2{
	position: absolute;
	width: 42px;
	height: 38px;
	z-index: 3;
}
.cycler .next2{
	position: absolute;
  right: 0px;
	width: 42px;
	height: 38px;
	z-index: 3;
}
.cycler .cb-list li{
	width: 299px;
  list-style: outside none none;
  overflow: hidden;
  float:left;
  height: inherit!important;
}
.cycler .cb-name{
	height: 38px;
  text-align: center;
  font-size: 18px;
  color: #eee;
  padding-top: 8px;
	background: url('style/cycle-block-bg.jpg') no-repeat left top;
}
/******************/
/* MIDDLE CONTENT */
/******************/
.content{
  margin: 25px 0;
}
.middle{
  padding: 25px 35px;
  background-color: white;
  border: 1px solid #ccc;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.middle h1{
  color: #010101;
  font-size: 18px;
  margin: 15px 0;
}
.middle h3{
  margin-bottom: 15px;
}
.middle p{
  margin-bottom: 8px;
}
#galleries,
#contact_us,
#products,
#dealers,
#references,
#inquiry,
#support{
  display: inline-block;
  width: 100%;
}
#galleries #chooser{
  display: none;
}
#galleries #chooser_always{
  display: block;
  position: relative;
}
#galleries #chooser_always img{
  height: 30px;
  position: absolute;
  top: 19px;
  right: 15px;
}
#galleries #chooser_always ul.menuhover{
  top: 51px;
  right: 15px;
}
#galleries #chooser_always > ul.active{
  visibility: visible!important;
}
#galeria > h1{
  margin: 15px 0;
	height: 38px;
	background: url('style/content-h1-bg.jpg') repeat-x top left;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
  padding: 8px 25px;
}
#galeria .no-script{
  text-align: center;
  font-size: 14px;
  color: red;
}
#menu-left{
  float: left;
  width: 27%;
}
#menu-left-header{
  background: url('style/lmenuheader.gif') repeat-x;
  color: #fff;
  height:38px;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 12px;
  margin-top: 15px;
}
#menu-left-header img {
  display: none;
}
#menu-left-content #inquiry-item{
  margin-top: 35px;
}
#menu-left-content ul li{
  list-style: outside none none;
  background: url('style/lmenu-content-bg.jpg') repeat-x top left #e5e5e5;
}
#menu-left-content ul li.new-category{
  background: url('style/lmenuheader.gif') repeat-x;
  color: #fff;
  height:38px;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 12px;
  margin-top: 35px;
}
#menu-left-content ul li a{
  position: relative;
  height: 70px;
  display: block;
}
#menu-left-content ul.small li a{
  height: 38px;
}
#menu-left-content ul li a img[class*='-menu-img']{
  display: inline-block;
  height: 60px;
  width: 95px;
  margin: 5px 12px;
}
#menu-left-content ul li a span{
  position: relative;
  display: inline-block;
  top: -28px;
  margin-left: 22px;
	font-size: 16px;
  z-index: 1;
}
#menu-left-content ul.small li a span{
  top: 8px;
}
#menu-left-content ul li a span.two_row{
  top: -18px;
}
#menu-left-content li img.new_product{
  position: absolute;
  width: 50px;
  height: 50px;
  right: -3px;
  top: -3px;
  z-index: 2;
}
#menu-left-content li span.menu-inq{
  font-weight: bold;
  display: block;
  margin: 0;
  text-align: center;
  top: 25px!important;
}
#menu-left-content a,
#menu-left-content a:link,
#menu-left-content a:hover,
#menu-left-content a:active{
  color: #286bbb;
}
#main-content{
  width: 69%;
  float: right;
  position: relative;
}
#main-content.min-page-height {
  min-block-size: 250px;
}
hr.dash-line {
  border: 1px dashed #aaa;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
}
/******************/
/* BOTTOM CONTENT */
/******************/
.footer {
  margin-bottom: 15px;
}
.bottom{
  padding: 20px;
	background: url('style/footer-center.png') repeat-x left top;
  height: 88px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
}
.bottom #footer-top{
  text-align: center;
  color: #cbcbcb;
}
.bottom #footer-top a{
  color: #286bbb;
  padding: 0 8px;
}
.bottom #footer-top a:hover{
  color: #509af2;
}
.bottom #footer-bottom{
  margin-top: 20px;
}
.bottom #footer-bottom .left{
  color: #286bbb;
  float: left;
}
.bottom #footer-bottom .right{
  color: #348;
  float: right;
}
/****************************/
/*     HOME.PHP CONTENT     */
/****************************/
#front-news{
  background: url('style/lmenuheader.gif') repeat-x scroll 0 0 transparent;
  height: 38px;
  color: white;
  font-size: 14pt;
  line-height: 38px;
  margin: 15px 0 20px;
  text-indent: 10px;
}
#front-news ~ .news{
  font-size: 14px;
  margin: 0 10px 30px;
}
#front-news ~ .news table td.advertisement-img img{
  height: 150px;
  margin-right: 80px;
}
#front-news ~ .news table td.advertisement{
  width: 100%;
}
#front-news ~ .news table td.advertisement h3{
  color: red;
  margin-left: 50px;
  font-size: 32px;
}
#front-news ~ .news table td.advertisement div{
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 100px;
  font-size: 24px;
}
#front-news ~ .news table td.product-img{
  text-align: center;
}
#front-news ~ .news table td.product-img a{
  display: block;
}
#front-news ~ .news table td.product-img img{
  height: 60px;
  margin-left: 30px;
  margin-right: 30px;
}
#front-news ~ .news table td.product-img a:hover{
  background-color: #E5E1E1;
  color: blue;
}
#front-news ~ .news table td.product-text{
  width: 100%;
}
#front-news ~ .news table td.product-text h3{
  margin-right: 20px;
}
#front-news ~ .news table td.product-text div{
  margin-right: 20px;
  margin-bottom: 10px;
}
#front-news ~ .news table td.product-img + td.product-text h3{
  margin-right: 0;
  margin-left: 20px;
}
#front-news ~ .news table td.product-img + td.product-text div{
  margin-right: 0;
  margin-left: 20px;
}
/****************************/
/*   DOWNLOAD.PHP CONTENT   */
/****************************/
#download-page{
  padding: 0 10px;
  position: relative;
}
#download-page div[id*='download_item-']{
  margin: 30px 0;
}
#download-page .no-script{
  color: red;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}
#download-page table.download-table,
#download-page table.video-table{
  border: 0 none;
  box-shadow: 0 0 3px #888;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  width: 100%;
}
#download-page table.download-table:hover,
#download-page table.video-table:hover{
  background-color: #eee;
}
#download-page table.download-table tr:first-child,
#download-page table.video-table tr:first-child{
  background: #2463B3;
  color: white;
}
#download-page table.download-table tr:first-child td:nth-child(1){
  width: 15%;
}
#download-page table.video-table tr:first-child td:nth-child(1){
  width: 60%;
}
#download-page table.download-table tr:first-child td:nth-child(2){
  width: 45%;
}
#download-page table.video-table tr:first-child td:nth-child(2),
#download-page table.download-table tr:first-child td:nth-child(3),
#download-page table.video-table tr:first-child td:nth-child(3),
#download-page table.download-table tr:first-child td:nth-child(4),
#download-page table.video-table tr:first-child td:nth-child(4),
#download-page table.download-table tr:first-child td:nth-child(5),
#download-page table.video-table tr:first-child td:nth-child(5),
#download-page table.download-table tr:first-child td:nth-child(6){
  width: 10%;
}
#download-page table.download-table td,
#download-page table.video-table td{
  font-size: 11px;
  height: 24px;
  text-align: center;
}
#download-page table.download-table td a,
#download-page table.video-table td a{
  font-size: 14px;
  cursor: not-allowed;
}
#download-page table.download-table td a span,
#download-page table.video-table td a span{
  display: inline-block;
}
#download-page .pdf-link{
  background: url('style/pdf-logo.png') no-repeat scroll left center transparent;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-left: 22px;
  text-decoration: underline;
}
#download-page .download-link{
  background: url('style/download-logo.png') no-repeat scroll left center transparent;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-left: 22px;
  text-decoration: underline;
}
#download-page .fablogo{
  background: url('style/fablogo.png') no-repeat scroll left center transparent;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-left: 22px;
  text-decoration: underline;
}
.wy-tooltip {
	border: 1px solid #F1D031;
	color: #444;
	background: #FFFFA3;
	box-shadow: 0 2px 3px #999;
	position: absolute;
	padding: 5px;
	text-align: left;
	border-radius: 5px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
}
.wy-hide {
  display: none;
}
#download-page a.new-download {
  color: blue;
}
#download-page a.new-download img {
  width: 33px;
  height: 16px;
  position: relative;
  top: 3px; 
}  
/****************************/
/*     USED.PHP CONTENT     */
/****************************/
#used-page{
  padding: 0 10px;
  position: relative;
}
#used-page div[id*='used_items-']{
  margin: 30px 0;
}
#used-page .no-script{
  color: red;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}
#used-page table.product-table{
  border: 0 none;
  box-shadow: 0 0 3px #888;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  width: 100%;
}
#used-page table.product-table tr:hover{
  background-color: #eee;
}
#used-page table.product-table tbody tr:first-child{
  background: #2463B3;
  color: white;
}
#used-page table.product-table tr:first-child td:nth-child(1){
  width: 17%;
}
#used-page table.product-table tr:first-child td:nth-child(2){
  width: 16%;
}
#used-page table.product-table tr:first-child td:nth-child(3){
  width: 52%;
}
#used-page table.product-table tr:first-child td:nth-child(4){
  width: 15%;
}
#used-page table.product-table td{
  font-size: 14px;
  height: 24px;
  text-align: center;
}
#used-page table.product-table td a{
  font-size: 14px;
  cursor: not-allowed;
}
#used-page table.product-table td a span{
  display: inline-block;
}
#used-page .send-link{
  background: url('style/send-logo.png') no-repeat scroll left center transparent;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-left: 22px;
  text-decoration: underline;
}
.sender-data{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 700px;
  height: 300px;
  margin: auto;
}
.sender-data .formular-wrapper{
  margin: 0;
}
.sender-data button.close{
  background-color: red;
  color: white;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 1px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 1px rgba(50, 50, 50, 0.75);
}
/****************************/
/*   ABOUT_US.PHP CONTENT   */
/*    TERMS.PHP CONTENT     */
/****************************/
#about_us_txt p span{
  color: #286bbb;
}
#about_us_txt .about_text{
  padding: 0 10px;
}
#about_us_txt .about_text .no-script{
  display: inline;
  color: red;
  font-size: 13px;
  position: relative;
  top: -26px;
  margin-left: 50px;
}
#about_us_txt ul{
  padding-left: 10px;
  list-style: outside none none;
  margin-bottom: 10px;
}
#about_us_txt hr{
  margin: 15px 0;
  color: #ddd;
}
#about_us_txt .production-images{
  text-align: center;
}
#about_us_txt .production-images a{
  margin: 5px;
  display: inline-block;
}
#about_us_txt .production-images a img{
  margin: 4px;
  border: 1px solid black;
  width: 157px;
  height: 132px;
  box-shadow: 3px 3px 3px #888;
  -moz-box-shadow: 3px 3px 3px #888;
  -webkit-box-shadow: 3px 3px 3px #888;
}
#about_us_txt .production-images a:hover img{
  box-shadow: 9px 9px 4px #888;
  -moz-box-shadow: 9px 9px 4px #888;
  -webkit-box-shadow: 9px 9px 4px #888;
  margin: 0px;
  width: 165px;
  height: 140px;
}
#about_us_txt main section{
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
#about_us_txt main input{
  display: none;
}
#about_us_txt main label{
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}
#about_us_txt main label:hover{
  color: #888;
  cursor: pointer;
}
#about_us_txt main input:checked + label{
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}
#about_us_txt main #tab1:checked ~ #content1,
#about_us_txt main #tab2:checked ~ #content2{
  display: block;
}
#about_us_txt main section .about_text ul{
  padding-left: 30px;
  list-style-type: disc;
  margin-bottom: 10px;
}
/****************************/
/*   SUPPORT.PHP CONTENT    */
/****************************/
#support #main-content h1{
  color: red;
  font-size: 20px;
}
#support #main-content p{
  font-size: 16px;
  line-height: 1.5em;
}
#support div.support-text-item.hidden {
  display: none;
}
#support #menu-left-content ul li a span{
  font-size: 14px;
  font-weight: normal;
  color:#286bbb;
}
#support #menu-left-content ul li.active{
  position: relative;
}
#support #menu-left-content ul li.active::after{
  color: red;
  font-weight: bold;
  font-size: 15px;
  content:">";
  position: absolute;
  right: 8px;
  top: 8px;
}
#support #menu-left-content ul li.active a span{
  font-weight: bold;
  color: blue;
}
#support #main-content table{
  border: 0 none;
  box-shadow: 0 0 3px #888;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  width: 70%;
  border-collapse: collapse;
}
#support #main-content table tr:first-child{
  font-style: italic;
}
#support #main-content table td{
  font-size: 15px;
  height: 24px;
  text-align: center;
  border: 1px solid;
}
/****************************/
/*      Forms CONTENT       */
/****************************/
#mailmessage{
  text-align: center;
  color:#c10000;
  font-size:18px;
  line-height:25px;
}
.formular-wrapper{
  margin: 30px 30px 20px 0;
  padding: 25px 50px;
  background-color: #F9F9F9;
  border: 2px solid #489beb;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 14px;
}
.text-block .element{
  height: 36px;
}
.text-block label{
  float: left;
  width: 30%;
  line-height: 36px;
}
.text-block input,
.text-block textarea{
  font-size: 16px;
  width: 66%;
  line-height: 23px;
  margin: 3px 0 3px 0;
  resize: vertical;
  padding:3px 8px;
  border: 1px solid #dadada;
  border-radius: 5px;
}
.text-block textarea{
  margin-bottom: 2px;
}
.text-block input.error,
.text-block textarea.error{
  border: 2px solid red;
}
.check-block{
  margin-top: 30px;
}
.check-block input[type="checkbox"]{
  margin-right: 5px;
}
.check-block input[type="checkbox"] + label,
.check-block label.indented span{
  color: black;
  font-weight: normal;
  cursor: pointer;
}
.check-block input[type="checkbox"].error + label,
.check-block label input[type="checkbox"].error + span{
  color: red;
  font-weight: bold;
}
.check-block input[type="checkbox"] + label a,
.check-block label input[type="checkbox"] + span a{
  color: DeepSkyBlue;
}
.check-block input[type="checkbox"] + label a:hover,
.check-block label input[type="checkbox"] + span a:hover{
  color: blue;
  text-decoration: underline;
}
.check-block label.indented{
  display: block;
  margin-left: 23px;
}
.check-block label.indented input{
  display: inline-block;
  margin-left: -23px;
}
.text-block input:hover,
.text-block textarea:hover,
.text-block input:focus,
.text-block textarea:focus{
  outline: none;
  border: 2px solid #DEB887;
  margin-bottom: 0px;
}
#antispambox{
  margin-top: 30px;
  position: relative; 
}
#antispambox .bezp{
  display: inline-block;
}
#antispambox .aspam2{
  position: relative;
  top: 5px;
	margin-left: 10px;
  margin-right: 5px;
}
#antispambox .recaptcha{
  position: relative;
  top: 6px;
	margin-left: 5px;
  margin-right: 20px;
  cursor: pointer;
}
#antispambox .passKey{
  display: inline;
}
#antispambox .passKey input#passKey{
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
  padding: 3px;
  border: 1px solid #dadada;
  border-radius: 5px;
  margin-bottom: 1px;
}
#antispambox .passKey input#passKey.error{
  border: 2px solid red;
}
#antispambox .passKey input#passKey:hover,
#antispambox .passKey input#passKey:focus{
  outline: none;
  margin-bottom: 0;
  border: 2px solid #DEB887;
} 
#antispambox .button-submit{
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 4px;
}
#antispambox .button-submit input{
  border: 0;
  position: relative;
  width: 55px;
	background: #1c56aa;
	color: #FFF;
	padding: 5px;
}
#antispambox .button-submit input:hover{
	cursor: pointer;
}
#antispambox .hide{
  display: none;
}
.formular-wrapper .no-script{
  color: red;
  font-size: 14px;
  text-align: center;
}
/****************************/
/*     ADMIN.PHP CONTENT    */
/****************************/
#login-page,
#admin-page{
  min-height: 250px;
}
#admin-page #user-page,
#admin-page #deal-page,
#admin-page #settings-page {
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  position: relative;
}
#loginForm{
  width: 300px;
  margin: 20px auto;
  position: relative;
}
#loginForm .button-submit input{
  border: 0;
  position: relative;
  margin-top: 20px;
  margin-left: 150px;
  width: 55px;
	background: #1c56aa;
	color: #FFF;
	padding: 5px;
  box-shadow: 1px 1px 3px #888;
  -moz-box-shadow: 1px 1px 3px #888;
  -webkit-box-shadow: 1px 1px 3px #888;
}
#loginForm .button-submit input:hover{
  cursor: pointer;
  color: orange; 
}
#login-page .text-info,
#admin-page .text-info{
  text-align: center;
  color: red;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  height: 20px;
}
#admin-page .text-info{
  text-align: right;
  padding-right: 100px;
}
#admin-page .text-info.success{
  color: green;
} 
.admin_main{
  padding: 10px 10px 10px 210px;
  overflow: hidden;
}
.admin_left_menu{
  float: left;
  margin-left: -200px;
  width: 200px;
  padding-bottom: 999px;
  margin-bottom: -999px;
}
.admin_left_menu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  font: bold 15px Helvetica, Verdana, Arial, sans-serif;
  line-height: 200%;
  width: 200px;
}
.admin_left_menu ul li{
  margin: 1px 0;
  padding: 0;
  border: 1px solid blue;
}
.admin_left_menu ul li a{
  display: block;
  text-decoration: none;
  color: black;
  background: lightblue;
  padding: 0 0 0 20px;
  
}
.admin_left_menu ul li a:hover{
  background: blue;
  color: white; 
}
.admin_left_menu ul li a.active{
  background: lightblue;
  color: red; 
}
.admin_left_menu ul li a.active:before{
  content: '>\0000a0'; 
}
.admin_left_menu ul li.top-item{
  margin-bottom: 9px;
}
.admin_left_menu ul li.bottom-item{
  margin-top: 9px;
}
.admin_content{
  float: right;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 999px;
  margin-bottom: -999px;
}
#admin-page table.users-table,
#admin-page table.settings-table{
  border: 0 none;
  box-shadow: 0 0 3px #888;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  width: 100%;
}
#admin-page table.users-table tr:hover,
#admin-page table.settings-table tbody tr:hover{
  background-color: #eee;
}
#admin-page table.users-table tbody tr:first-child{
  background: #2463B3;
  color: white;
}
#admin-page table.settings-table thead tr{
  background: #2463B3;
  color: white;
}
#admin-page table.settings-table thead tr:first-child{
  color: yellow;
  font-weight: bold;
}
#admin-page table.users-table tr:first-child td:nth-child(1){
  width: 20%;
}
#admin-page table.users-table tr:first-child td:nth-child(2){
  width: 20%;
}
#admin-page table.users-table tr:first-child td:nth-child(3){
  width: 50%;
}
#admin-page table.users-table td,
#admin-page table.settings-table td{
  font-size: 12px;
  height: 32px;
  text-align: center;
}
#admin-page table.product-table tbody tr{
  height: 32px;
}
#admin-page table.product-table tfoot tr,
#admin-page table.users-table tfoot tr,
#admin-page table.settings-table tfoot tr{
  background: white;
  color: black;
  height: 42px;
}
#admin-page table.product-table tfoot tr td,
#admin-page table.users-table tfoot tr td,
#admin-page table.settings-table tfoot tr td{
  border-top: 1px solid black;
}
.admin-content #used-page table.product-table tr:first-child td:nth-child(4){
  width: 22%!important;
}
#admin-page table.product-table tr:first-child td:nth-child(1){
  width: 14%!important;
}
#admin-page table.product-table tr:first-child td:nth-child(2){
  width: 14%!important;
}
#admin-page table.product-table tr:first-child td:nth-child(3){
  width: 44%!important;
}
#admin-page table.product-table tr:first-child td:nth-child(4){
  width: 22%!important;
}
#admin-page table.product-table tr:first-child td:nth-child(5){
  width: 6%!important;
}
#admin-page table.product-table td.mail{
  font-size: 12px;
}
#admin-page table.users-table tr:first-child td:nth-child(4){
  width: 10%!important;
}
#admin-page table.product-table tfoot input[type="text"],
#admin-page table.users-table input[type="text"],
#admin-page table.settings-table input[type="text"]{
  border: 1px solid lightblue;
  background: beige;
  line-height: 185%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
  padding: 0 5px;
}
#admin-page table.users-table tbody input[type="text"]{
  font-weight: bold;
  text-align: center;
}
#admin-page table.product-table tfoot input.error,
#admin-page table.users-table input.error,
#admin-page table.settings-table input.error{
  border: 2px solid red;
}
#admin-page table.dealer-table{
  border: 0 none;
  box-shadow: 0 0 3px #888;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  table-layout: fixed;
}
#admin-page table.dealer-table thead{
  background: #2463B3;
  color: white;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  height: 24px;
}
#admin-page table.dealer-table thead td.preview{
  width: 778px;
}
#admin-page table.dealer-table thead td.action{
  width: 80px;
}
#admin-page table.dealer-table tbody td.preview{
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid black;
}
#admin-page table.dealer-table tbody td.action{
  font-size: 12px;
  height: 170px;
  text-align: center;
}
#admin-page table.dealer-table tbody td.preview table{
  text-align: left;
  table-layout: fixed;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  height: 100%;
  padding-bottom: 8px;
}
#admin-page table.dealer-table tbody td.preview table thead{
  height: 0px;
}
#admin-page table.dealer-table tbody td.preview table th.dealcolname{
  width: 20%;
}
#admin-page table.dealer-table tbody td.preview table th.dealcoltext{
  width: 35%;
}
#admin-page table.dealer-table tbody td.preview table th.dealcollogo{
  width: 45%;
}
#admin-page table.dealer-table tbody td.preview table td{
  line-height: 1.2;
  height: 100%;
}
#admin-page table.dealer-table tbody td.preview table td b{
  font-size: 14px;
}
#admin-page table.dealer-table tbody td.preview table td img{
  max-width: 100%;
}
#admin-page table.dealer-table tbody td.preview table td.horizontal{
  padding-bottom: 30px;
}
#admin-page table.dealer-table tbody td.preview table td.address{
  padding-bottom: 10px;
  width: 55%;
  line-height: 1.7;
}
#admin-page table.dealer-table tbody td.preview table td.logo{
  text-align: center;
}
#admin-page table.dealer-table tbody td.preview table td.logo div.description{
  padding-top: 16px;
}
#admin-page table a.remove{
  background: url('style/remove-icon.png') no-repeat scroll left center transparent;
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
}
#admin-page table a.add{
  background: url('style/add-icon.png') no-repeat scroll left center transparent;
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
}
#admin-page table a.edit{
  background: url('style/edit-icon.png') no-repeat scroll left center transparent;
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
}
#admin-page table a.save{
  background: url('style/save-icon.png') no-repeat scroll left center transparent;
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
}
#admin-page table a.cancel{
  background: url('style/cancel-icon.png') no-repeat scroll left center transparent;
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
}
#admin-page table a.moveup{
  background: url('style/moveup-icon.png') no-repeat scroll left center transparent;
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
}
#admin-page table a.movedown{
  background: url('style/movedown-icon.png') no-repeat scroll left center transparent;
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
}
#admin-page table a.delete{
  background: url('style/delete-icon.png') no-repeat scroll left center transparent;
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
  position: relative;
  top: 3px;
}
#admin-page table a.upload{
  background: url('style/upload-icon.png') no-repeat scroll left center transparent;
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
  position: relative;
  top: 3px;
}
#admin-page table a.return{
  background: url('style/return-icon.png') no-repeat scroll left center transparent;
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
  position: relative;
  top: 3px;
}
#admin-page table a.pull-left{
  float: left;
}
#admin-page table a+a{
  margin-left: 10px;
}
#admin-page table a.disabled{
  cursor: not-allowed !important;
  opacity: 0.3;
}
#admin-page #deal-page button.add{
  margin-bottom: 10px;
  margin-top: 20px;
  margin-right: 10px;
  background: AntiqueWhite;
  border: 1px solid black;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #888;
  -moz-box-shadow: 3px 3px 3px #888;
  -webkit-box-shadow: 3px 3px 3px #888;
  padding: 0px 10px 6px;
  cursor: pointer;
}
#admin-page #deal-page button.add:hover{
  background: BurlyWood;
}
#admin-page #deal-page button.disabled:hover{
  background: AntiqueWhite;
}
#admin-page #deal-page button.disabled{
  opacity: 0.5;
  cursor: not-allowed;
}
#admin-page #deal-page button img.add{
  background: url('style/add-icon.png') no-repeat scroll left center transparent;
  background-size: 20px 20px;
  display: inline-block;
  line-height: 20px;
  padding-left: 20px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  position: relative;
  top: 5px;
}
#admin-page #deal-page button.pull-right{
  float: right;
}
#admin-page #user-page input:disabled:hover,
#admin-page #user-page input:disabled:focus{
  border: 1px solid lightgray;
}
#admin-page #deal-page input:disabled:hover,
#admin-page #deal-page input:disabled:focus{
  border: 1px solid lightgray;
}
#admin-page #user-page .permissions-checkbox{
  margin-right:2px;
  margin-left:10px;
}
#admin-page .user-block{
  overflow: hidden;
}
#admin-page .user-block .text-block{
  width: 420px;
  float: left;
}
#admin-page .user-block .text-block.right,
#admin-page .user-block .button-save{
  float: right;
  width: 420px;
}
#admin-page .user-block .text-block .element{
  margin-bottom: 10px;
}
#admin-page .user-block .text-block .element label{
  width: 40%;
}
#admin-page .user-block .text-block .element input,
#admin-page .user-block .text-block .element select{
  width: 60%;
}
#admin-page .user-block .text-block .element select{
  margin-top: 5px;
  border: 1px solid lightblue;
  background: beige;
  width: 50%;
  height: 75%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 5px;
}
#admin-page .user-block .text-block .element select:disabled{
  background: lightgray;
}
#admin-page .user-block .button-save input{
  margin-top: 2px;
  border: 1px solid black;
  position: relative;
  width: 135px;
	background: #1c56aa;
	color: #FFF;
	padding: 5px;
}
#admin-page .user-block .button-save input:hover{
  color: orange;
  cursor: pointer;
}
#admin-page .deal-block{
  width: 765px;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#admin-page .deal-block .text-block .element{
  text-align: left;
  position: relative;
}
#admin-page .deal-block .text-block .element.required > label:first-child::before{
  content: "* ";
  font-weight: bold;
  color: red;
}
#admin-page .deal-block .text-block .element label{
  width: 22%;
  text-align: right;
  font-size: 14px;
  margin-right: 10px;
}
#admin-page .deal-block .text-block .element input{
  width: 75%;
  font-size: 14px;
  margin-right: 10px;
}
#admin-page .deal-block .text-block .element input.medium{  
  width: 35%;
}
#admin-page .deal-block .text-block .element input.small{  
  width: 5%;
}
#admin-page .deal-block .text-block .element input.hidden{  
  position: absolute;
  clip: rect(0,0,0,0);
}
#admin-page .deal-block .text-block .element label.iconic{
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
  position: relative;
  margin-left: 10px;
  float: none;
}
#admin-page .deal-block .text-block .element span.right{
  position: absolute;
  right: 14px;
  top: 10px;
}
#admin-page .settings-block{
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
}
#admin-page .settings-block.small{
  width: 280px;
  margin-right: 6px;
}
#admin-page .settings-block.medium{
  width: 425px;
  margin-right: 6px;
}
#admin-page .settings-block.large{
  width: 570px;
}
#admin-page .settings-block.full{
  width: 860px;
}
#admin-page table.grid tbody tr.zone td{
  border-top: 1px solid black;
  background: GreenYellow;
}
#admin-page table.grid tbody tr:first-child td{
  border-top: 0;  
}
#admin-page table.grid tbody tr.zone td:nth-child(2){
  text-align: left;
  padding-left: 15px;
}
#admin-page table.grid tbody tr.country td:nth-child(2),
#admin-page table.grid tbody tr.add-country td:nth-child(2){
  text-align: left;
  padding-left: 50px;
  padding-right: 15px;
}
#admin-page table.grid tbody tr.add-country td{
  padding-bottom: 5px;
}
#admin-page table.grid tbody tr.add-country td input,
#admin-page table.grid tfoot td input{
  width: 100% !important;
}
#admin-page table.grid tfoot td:nth-child(2){
  padding-left: 15px;
  padding-right: 15px;
}
/****************************/
/*   CONTACT.PHP CONTENT    */
/****************************/
#contact_us .kontakt-wrapper .no-script{
  color: red;
  font-size: 13px;
  margin: 0 50px;
  position: relative;
  top: -18px;
}
/****************************/
/*   INQUIRY.PHP CONTENT    */
/****************************/
#inquiry .products-block{
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
}
#inquiry form > label {
  float: left;
  width: 30%;
  display: inline-block;
}
#inquiry #menu-left-content #inquiry-item{
  display: none;
}
#inquiry .products-block .inquiry-category-name{
  margin-top: 25px;
  margin-bottom: 8px;
  font-weight: bold;
  color: blue;
}
/****************************/
/*  REFERENCE.PHP CONTENT   */
/****************************/
.map #vmap{
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: 300px;
}
.map #vmap .jvectormap-legend{
  background: white;
  color: black;
  border: black 1px solid;
}
.map #vmap .jvectormap-legend-cnt-v {
  bottom: 0;
  top: auto !important;
} 
.map h1,
.reviews h1 {
  margin: 30px 20px;
  font-size: 24px;
  text-shadow: 3px 4px #C9C9C9;
}
.reviews .review_item{
  box-sizing: border-box;
  margin-left: 0px;
  height: 70px;
  padding: 0px;
  border: 1px solid #D9D9D9;
  border-radius: 7px;
  margin-bottom: 10px;
}
.reviews .review_item:hover{
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;
}
.reviews .review_item table, 
.reviews .review_item td,
.reviews .review_item tr{
  border-spacing: 0;
  border-collapse: collapse;
  vertical-align: middle;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 0!important;
}
.reviews .review_item table td.image{
  width: 18%;
}
.reviews .review_item td.image img{
  width: 100%;
  padding: 10px 10px;
} 
.reviews .review_item table td.name{
  width: 55%;
  font-weight: bold;
  padding-left: 10px;
}
.reviews .review_item table td.rating{
  width: 11%;
  text-align: center;
}
.reviews .review_item td div.description{
  font-size: 10px;
  line-height: 1.4em;
  height: 45px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;  
}
.reviews .review_item td div.description::after{
  content: ' ... read more';
  font-size: 11px;
  color: #FF4500;
  font-weight: bold;
}
.reviews .review_item td span.stars,
.reviews .review_item td span.stars span{
	display: block;
	background: url('style/stars.png') 0 -17px repeat-x;
	width: 80px;
	height: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.reviews .review_item td span.stars{
  margin-left: 10px;
}
.reviews .review_item td span.stars span{
  background-position: 0 0;
}
/****************************/
/*   DEALERS.PHP CONTENT   */
/****************************/
#dealers #menu-left-content ul li a img[class*="-menu-img"] {
  margin-left: 10px;
}
#dealers #menu-left-content ul li a span{
  margin-left: 0;
}
#dealers #menu-left-content ul li.active a span{
  color: black;
  font-weight: bold;
}
#dealers #menu-left-content ul li.active{
  position: relative;
}
#dealers #menu-left-content ul li.active::after{
  color: red;
  font-weight: bold;
  font-size: 15px;
  content:">>>";
  position: absolute;
  right: 10px;
  top: 25px;
}
#dealers #main-content{
  padding-top: 10px;
}
#dealers #chooser{
  display: none;
}
#dealers #main-content #dealer-content{
  padding-left: 15px;
}
#dealers #main-content #dealer-content h2{
  font-style: italic;
  color: blue;
  padding-bottom: 10px;
  padding-top: 15px;
}
#dealers #dealer-content table{
  margin-bottom: 5px;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
#dealers #dealer-content table th.dealcolname{
  width: 20%;
}
#dealers #dealer-content table th.dealcoltext{
  width: 35%;
}
#dealers #dealer-content table th.dealcollogo{
  width: 45%;
}
#dealers #dealer-content table td{
  line-height: 1.2;
  height: 100%;
}
#dealers #dealer-content table td b{
  font-size: 14px;
}
#dealers #dealer-content table td img{
  max-width: 100%;
}
#dealers #dealer-content table td.horizontal{
  padding-bottom: 30px;
}
#dealers #dealer-content table td.address{
  padding-bottom: 10px;
  width: 55%;
  line-height: 1.7;
}
#dealers #dealer-content table td.logo{
  text-align: center;
}
#dealers #dealer-content table td.logo div.description{
  padding-top: 16px;
}
/****************************/
/*   PRODUCTS.PHP CONTENT   */
/****************************/
#products a > h1{
  color: red;
}
#products a > h1 > span{
  font-size: 11px;
}
#products a:hover > h1{
  color: orange;
}
#products #chooser{
  display: none;
}
#product-content{
  padding: 0 20px 0 0;
}
#product-content p span{
  color: #286bbb;
}
#product-content #unstyled-list{
  margin-left: 10px;
  margin-bottom: 20px;
  display: block;
}
#product-content #unstyled-list ul li{
  list-style: outside none none;
}
#product-content #unstyled-list ul li div{
  display: block;
  float: left;
}
#product-content #unstyled-list ul li ul{
  display: inline-block;
  margin-left: 10px;
}
#product-content table{
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}
#product-content table tr{
  height: 22px;
}
#product-content table tr:hover{
  background: Beige;
}
#product-content table tr td:nth-child(1){
  width: 26%
}
#product-content table tr td:nth-child(2){
  width: 73%
}
#product-content .warning{
  display: block;
  margin: 10px 10px 20px;
  padding: 5px;
  border: 2px solid red;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#product-content #numbered-list{
  margin-left: 30px;
  margin-bottom: 20px;
  display: block;
}
#product-content #numbered-list ul li{
  list-style: decimal none outside;
}
#product-content #center-title{
  padding-top: 20px;
  text-align: center;
}
#product-content .om6bpf-table{
  border-collapse: collapse;
  text-align: center;
}
#product-content .om6bpf-table th,
#product-content .om6bpf-table td{
  border: 1px solid #888;
}
#product-content .om6bpf-table tr:hover{
  background: white;
}
#product-content #band-diagrams{
  text-align: center;
}
/****************************/
/*    RESPONSIVE DESIGN     */
/****************************/
@media (min-width: 3600px){
}
@media (min-width: 3200px){
}
@media (min-width: 2800px){
}
@media (min-width: 2400px){
}
@media (min-width: 2000px){
}
@media (min-width: 1600px){
}
@media (min-width: 1221px){
// large
  .view-lg,.hide-md,.hide-sm,.hide-xs {
    display: initial;
  }
  .hide-lg,.view-md,.view-sm,.view-xs {
    display: none;
  }
}
@media (max-width: 1220px){
  .view-lg,.view-md,.hide-sm,.hide-xs {
    display: initial;
  }
  .hide-lg,.hide-md,.view-sm,.view-xs {
    display: none;
  }
  .main{
    width: 963px;
  }
  .top_menu ul#menu{
    display: block;
  }
  .top_menu #menu_small{
    display: none;
  }
  .cycler .cb-list li{
	  width: 313px;
  }
  .top_menu ul#menu li#last > a{
    font-size: 14px;
  }
  .top_menu ul#menu > li > a{
    font-size: 12px;
    padding: 10px 7px;
  }
  #menu-left{
    width: 28%;
  }
  #menu-left-header{
    font-size: 13px;
    font-weight: normal;
  }
  #menu-left-content ul li a span{
	  font-size: 12px;
    margin-left: 0;
  }
  #menu-left-content ul.small li a span{
    margin-left: 20px;
  }
  #menu-left-content ul li a img[class*="-menu-img"]{
	  height: 50px;
	  width: 79px;
	  margin: 10px 8px;
  }
  .reviews .review_item table td.rating{
    text-align: left;
    padding-left: 15px;
  }
  .reviews .review_item td span.stars{
    margin-left: -4px;
  }
  .reviews .review_item td div.description::after{
    position: absolute;
    right: 12px;
    bottom: 4px;
    background-color: white;
  }
  #product-content{
    padding-right: 0;
  }
  #product-content table tr td:nth-child(1){
    width: 30%;
  }
  #product-content table.small tr td:nth-child(1){
    width: 16%;
    font-size: 11px;
  }
  #product-content table tr td:nth-child(2){
    padding-left: 15px;
    width: 67%;
  }
  #product-content table.small tr td:nth-child(2){
    width: 80%;
    padding-left: 5px;
    font-size: 11px;
  }
  #products a > h1{
    font-size: 15px;
  }
  #dealers #menu-left-content ul li.active::after{
    font-size: 13px;
	  right: 10px;
	  top: 28px;
  }
  #dealers #dealer-content table td{
    font-size: 11px;
  }
  #dealers #dealer-content table td b{
    font-size: 13px;
  }
  #front-news ~ .news table td.advertisement div{
    margin-left: 60px;
    font-size: 20px;
  }
  #front-news ~ .news table td.advertisement h3{
    margin-left: 30px;
  }
  #front-news ~ .news table td.advertisement-img img{
    margin-right: 50px;
  }
  #support #main-content h1{
    font-size: 16px;
  }
  #support #main-content p{
    font-size: 16px !important;
  }
  #support #main-content table{
    width: 80%;
  }
  #support #main-content table td{
    font-size: 14px;
  }
  #support #menu-left-content ul li a span{
    font-size: 12px;
  }
  #support #menu-left-content ul li.active::after{
    content:"";
  }
}
@media (max-width: 975px){
  body{
    width: 100%;
    padding-left: 0;
  }
  .view-lg,.view-md,.view-sm,.hide-xs {
    display: initial;
  }
  .hide-lg,.hide-md,.hide-sm,.view-xs {
    display: none;
  }
  .main{
    width: 644px;
  }
  .top_menu ul#menu{
    position: absolute;
    left: 20px;
    top: 1px;
    width: 180px;
    height: auto;
    z-index: 7!important;
    padding: 0;
    margin: 0;
  }
  .top_menu ul#menu #menu_small{
    display: block;
    padding: 0;
    cursor: pointer;
  }
  .top_menu ul#menu #menu_small img{
    margin: 5px 10px;
    height: 30px;
  }
  .top_menu ul#menu #menu_small span{
    font-size: 16px;
    color: white;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
  }
  .top_menu ul#menu #menu_small:hover span{
    color: orange; 
  }
  .top_menu ul#menu > li#last{
    display: block!important;
    position: absolute;
    top: 0px;
    left: 435px;
    width: 150px;
    height: 38px;
    text-align: center;
    background-color: transparent!important; 
  }
  .top_menu ul#menu > li#last a{
    padding: 10px 0!important;
    font-size: 16px;
  }
  .top_menu ul#menu > li{
    display: none;
    background-color: #194FA5;
   	height: 30px;
    width: inherit;
    margin: 0;
  }
  .top_menu ul#menu > li.active{
    display: block;
  }
  .top_menu li.gond ul{
    display: none!important;
  }
  .top_menu ul#menu > li a{
    color: #fefefe;
    display: block;
    font-size: 14px;
    height: inherit;
    position: relative;
    padding: 5px 13px;
  }
  .main_image{
    background-size: 150% 212px;
  }
  .cycler .cb-list li{
	  width: 50%;
  }
  #about_us_txt .about_text{
    padding-left: 0;
    padding-right: 0;
  }
  #about_us_txt ul{
    font-size: 11px;
  }
  #menu-left{
    display: none;
  }
  #menu-left.dropdown-sm {
    display: initial;
    float: none;
    width: 100%;
  }
  #menu-left.dropdown-sm #menu-left-header {
    font-size: 15px;
    font-weight: bold;
    position: relative;
  }
  #menu-left.dropdown-sm #menu-left-header img {
    display: initial;
    height: 30px;
    position: absolute;
    top: 4px;
    right: 5px;
  }
  #menu-left.dropdown-sm #menu-left-content {
    display: block;
    position: relative;
  }
  #menu-left.dropdown-sm #menu-left-content ul {
    position: absolute;
    z-index: 7!important;
    border: 1px solid black;
	  visibility: hidden;
    top: -2px;
    right: 5px;
  }
  #menu-left.dropdown-sm #menu-left-content ul.active {
    visibility: visible!important;
  }
  #menu-left.dropdown-sm #menu-left-content ul li{
    height: 27px;
    display: block;
    width: 240px;
    background: url('style/submenu-li-bg2.jpg') repeat-x left top;  
  }
  #menu-left.dropdown-sm #menu-left-content ul li a{
    color: #383838!important;
    height: 27px;
    display: block;
    text-transform: none;
    font-weight: normal;
    padding-left: 10px;
    padding-top: 0;
    -moz-transition: padding-left .3s linear;
    -o-transition: padding-left .3s linear;
    -webkit-transition: padding-left .3s linear;
    transition: padding-left .3s linear;
  }
  #menu-left.dropdown-sm #menu-left-content ul li a:hover{
    font-weight: bold;
    padding-left: 25px;
    background:url('style/submenu-li-bg.jpg') repeat-x left top;
  }
  #menu-left.dropdown-sm #menu-left-content ul.small li a span{
    margin: 0;
    top: 4px;
  }        
  #contact_us #menu-left{
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }
  #main-content{
    clear: both;
    width: 100%;
  }
  #gallery{
    right: 3px;
    width: 550px;
  }
  #gallery #image,
  #gallery #image img{
    width: 530px;
    height: 300px;
  }
  #gallery #previmg,
  #gallery #nextimg{
    height: 300px;
  }
  #gallery #thumbwrapper{
    width: 540px;
  }
  #gallery #thumbarea{
    width: auto;
  }
  #products a > h1{
    font-size: 14px;
    text-align: center;
  }
  #products #chooser{
    display: block;
    position: relative;
  }
  #products #chooser img{
    height: 30px;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  #products #chooser ul.menuhover{
    top: 51px;
    right: 15px;
  }
  #products #chooser > ul.active{
    visibility: visible!important;
  }
  #product-content table tr td:nth-child(1){
    width: 31%;
  }
  #product-content table tr td:nth-child(2){
    padding-left: 5px;
    width: 65%;
  }
  #product-content table.small tr td:nth-child(1){
    width: 18%;
    font-size: 11px;
  }
  #product-content table.small tr td:nth-child(2){
    width: 78%;
    padding-left: 5px;
    font-size: 11px;
  }
  #product-content #band-diagrams img {
    width: 48%;
  }
  .map #vmap{
    width: 550px;
    height: 275px;
  }
  .reviews .review_item td div.description{
    height: 41px;
  }
  .reviews .review_item td div.description::after{
    position: absolute;
    right: 11px;
    bottom: -1px;
    font-size: 10px;
  }
  .formular-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
  }
  #download-page {
    padding-left: 0;
    padding-right: 0;
  }
  #download-page table.download-table td, #download-page table.video-table td {
    font-size: 9px;
  }
  #download-page table.download-table td a, #download-page table.video-table td a {
    font-size: 11px;
  }
  .sender-data{
    width: 550px;
    height: 300px;
  }
  .sender-data .formular-wrapper{
    padding: 30px 10px 10px 10px;
  }
  .sender-data .formular-wrapper button.close{
    right: 12px;
    top: 10px;
    width: 19px;
    height: 19px;
    line-height: 18px;
  }
  .sender-data .formular-wrapper .check-block{
    margin-top: 25px;
  }
  .sender-data .formular-wrapper #antispambox{
    margin-top: 25px;
  }
  .bottom{
    padding: 20px 10px;
  }
  .bottom #footer-top a{
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
  }
  .bottom #footer-bottom .right > a:nth-child(1){
    display: none;
  }
  .bottom #footer-bottom .right > a:nth-child(2){
    display: none;
  }
  #dealers #dealer-content table td.logo{
    width: 30%
  }
  #dealers #dealer-content table td.address{
    width: 70%;
  }
  #dealers #dealer-content table td{
    font-size: 12px;
  }
  #dealers #dealer-content table td b{
    font-size: 14px;
  }
  #dealers #dealer-content table th.dealcollogo{
    width: 30%;
  }
  #dealers #dealer-content table th.dealcolname{
    width: 25%;
  }
  #dealers #dealer-content table th.dealcoltext{
    width: 45%;
  }
  #dealers #main-content h1{
    background-color: lightblue;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    margin: 0;
    border: 1px solid black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  #dealers #chooser{
    display: block;
    position: relative;
  }
  #dealers #chooser img{
    height: 30px;
    position: absolute;
    top: -37px;
    right: 15px;
  }
  #dealers #chooser ul.menuhover{
    top: -1px;
    right: 15px;
  }
  #dealers #chooser > ul.active{
    visibility: visible!important;
  }
  #galleries #chooser{
    display: block;
    position: relative;
  }
  #galleries #chooser img{
    height: 30px;
    position: absolute;
    top: 19px;
    right: 15px;
  }
  #galleries #chooser ul.menuhover{
    top: 51px;
    right: 15px;
  }
  #galleries #chooser > ul.active{
    visibility: visible!important;
  }
  .news .hidden-sm{
    display:none;
  }
  .news table td.product-text h3, .news table td.product-text div{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #front-news ~ .news table td.advertisement div{
    margin-left: 0;
    text-align: center;
    font-size: 18px;
  }
  #front-news ~ .news table td.advertisement h3{
    text-align: center;
    margin-left: 0;
  }
  #support #main-content {
    margin-left: 5px;
    padding-right: 5px;
    float: none;
  }
  #support #main-content h1{
    font-size: 15px;
  }
  #support #main-content p{
    font-size: 14px !important;
  }
  #main-content.min-page-height {
    min-block-size: 0px;
  }
  #support #main-content table{
    width: 80%;
  }
  #support #main-content table td{
    font-size: 13px;
  }
  #support #menu-left-content ul li a span{
    font-size: 12px;
  }
  .snowflake{
    width:25px;
    height:25px;
    background-image:url("style/snowflake2.png");
  }
}
@media (max-width: 639px){
  .view-lg,.view-md,.view-sm,.view-xs {
    display: initial;
  }
  .hide-lg,.hide-md,.hide-sm,.hide-xs {
    display: none;
  }
  .main{
    width: 360px;
  }
  .top_menu ul#menu{
    left: 8px;
    width: 150px;
  }
  .top_menu ul#menu #menu_small img{
    margin: 6px 5px;
    height: 28px;
  }
  .top_menu ul#menu #menu_small span{
    font-size: 14px;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
  }
  .top_menu ul#menu > li#last{
    left: 195px;
    width: 130px;
  }
  .top_menu ul#menu > li#last a{
    padding: 8px 0;
    font-size: 14px;
  }
  .top_menu ul#menu > li {
    height: 34px;
  }
  .top_menu ul#menu > li a{
    font-size: 12px;
    padding: 6px 13px;
  }
  .main_image{
    height: 156px;
    background-size: 190% 156px;
  }
  .cycler{
	  display: none;
  }
  .middle{
    padding: 10px;
  }
  .middle h1 {
    font-size: 16px;
  }
  .middle h1 br{
    display: none;
  }
  #about_us_txt .about_text{
    font-size: 10px;
  }
  #about_us_txt .production-images a img{
    width: 127px;
    height: 106px;
  }
  #about_us_txt .production-images a:hover img{
    width: 135px;
    height: 114px;
  }
  #about_us_txt main label{
    padding: 15px 5px;
    font-size: 10px;
  }
  ul.menuhover li{
    width: 170px;
    overflow: hidden;
  }
  ul.menuhover li a{
    font-size: 10px;
    white-space: nowrap;
  }
  #galeria > h1{
    padding: 8px;
  	font-size: 18px;
  }
  #gallery{
    right: 3px;
    width: 315px;
  }
  #gallery #image,
  #gallery #image img{
    width: 300px;
    height: 168px;
  }
  #gallery #previmg,
  #gallery #nextimg{
    top: 42%;
    height: 28px;
    width: 35px;
    border:0;
  }
  #gallery #thumbwrapper{
    width: 310px;
    height: 80px;
  }
  #gallery #thumbarea ul li img{
    height: 80px;
  }
  .map #vmap{
    width: 310px;
    height: 200px;
  }
  .map h1,
  .reviews h1 {
    margin: 10px 0;
    text-shadow: 1px 1px #c9c9c9;
  }
  .reviews .review_item {
    height: 63px; 
  }
  .reviews .review_item td.image img {
    padding: 0;
  }
  .reviews .review_item td div.description{
    font-size: 9px;
    padding: 0 11px 0 10px;
    height: 36px;
  }
  .reviews .review_item td div.description::after{
    right: 11px;
    bottom: -1px;
    font-size: 10px;
  }
  .reviews .review_item table td.rating{
    width: 8%;
    padding-left: 0;
  }
  .reviews .review_item td span.stars{
  	background: none;
    margin: 0;
    width: 40px;
    font-size: 12px;
  }
  .formular-wrapper{
    margin: 10px 0 20px 0;
    padding: 10px;
  }
  .text-block .element {
    height: 30px;
  }
  .text-block label{
    width: 33%;
    font-size: 11px;
    line-height: 26px;
  }
  .text-block input,
  .text-block textarea{
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    resize: vertical;
    padding:3px 8px;
  }
  .text-block textarea{
    margin-bottom: 2px;
  }
  .check-block input[type="checkbox"] + label,
  .check-block label.indented span {
    font-size: 11px;
  }
  #inquiry form > label {
    font-size: 11px;
    width: 33%;
  }
  #antispambox .bezp {
    font-size: 11px;
  }
  #antispambox .bezp label{
    display: block;
  }
  #antispambox .aspam2 {
    margin-left: 0;
  }
  #antispambox .recaptcha {
    margin-right: 5px;    
  }
  #antispambox .button-submit {
    right: 8px;
    top: 23px;
  }
  #download-page table.download-table,
  #download-page table.video-table{
    border: 2px solid white;
    border-collapse:collapse;
  }
  #download-page table.download-table td,
  #download-page table.video-table td{
    border: 1px solid white;
  }
  #download-page table.download-table:hover,
  #download-page table.video-table:hover{
    background-color: transparent;
  }
  #download-page table.download-table tr:nth-child(n+2):hover,
  #download-page table.video-table tr:nth-child(n+2):hover{
    background-color: #eee;
  }
  #download-page table.download-table tr:first-child td:nth-child(2),
  #download-page table.download-table tr:first-child td:nth-child(4),
  #download-page table.download-table tr:nth-child(2) td:nth-child(1),
  #download-page table.download-table tr:nth-child(2) td:nth-child(4),
  #download-page table.download-table tr td:last-child,
  #download-page table.video-table tr td:last-child,
  #download-page table.download-table tr:nth-child(n+3) td:nth-child(3),
  #download-page table.video-table tr td:nth-child(3){
    display:none;
  }
  #download-page table.video-table tr:first-child td:nth-child(1),
  #download-page table.download-table tr:first-child td:nth-child(1){
    width: 60%;
  }
  #download-page table.download-table td a, 
  #download-page table.video-table td a{
    font-size: 10px;
    text-decoration: underline;
  }
  #download-page table.download-table td a:hover, 
  #download-page table.video-table td a:hover{
    color: darkgreen;
    font-weight: bold;
  }
  #used-page table.product-table td{
    font-size: 11px;
    height: 24px;
  }
  #used-page table.product-table td a{
    font-size: 11px;
  }
  #used-page .send-link{
    height: 18px;
    line-height: 18px;
    padding-left: 22px;
  }
  .sender-data{
    width: 350px;
    height: 300px;
  }
  .sender-data .formular-wrapper{
    padding: 30px 10px 10px 10px;
  }
  .sender-data .formular-wrapper button.close{
    right: 10px;
    top: 8px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
  .sender-data .formular-wrapper .check-block{
    margin-top: 15px;
  }
  .sender-data .formular-wrapper #antispambox{
    margin-top: 15px;
  }
  .bottom{
    padding: 5px 10px;
  }
  .bottom #footer-bottom .left{
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
  .bottom #footer-bottom .right > a:nth-child(3){
    display: none;
  }
  #dealers #dealer-content table td.logo{
    display: none;
  }
  #dealers #dealer-content table td.address{
    width: 100%;
  }
  #dealers #dealer-content table td{
    font-size: 11px;
  }
  #dealers #dealer-content table td b{
    font-size: 12px;
  }
  #dealers #dealer-content table th.dealcollogo{
    width: 0%;
  }
  #dealers #dealer-content table th.dealcolname{
    width: 40%;
  }
  #dealers #dealer-content table th.dealcoltext{
    width: 60%;
  }
  #front-news{
    font-size: 13pt;
  }
  #front-news ~ .news{
    font-size: 12px;
  }
  .news table td a img{
    display: none;
  }
  .news table td h3 + div{
    margin-right: 0 !important;
  }
  .news table td div,
  .news table td h3{
    margin-left: 0 !important;
  }
  #front-news ~ .news table td.advertisement div{
    font-size: 16px;
  }
  #front-news ~ .news table td.advertisement div a{
    display:block;
  }
  #front-news ~ .news table td.advertisement h3{
    font-size: 24px;
  }
  #support #main-content h1{
    font-size: 12px;
  }
  #support #main-content p{
    font-size: 11px !important;
  }
  #support #main-content table{
    width: 100%;
  }
  #support #main-content table td{
    font-size: 9px;
      height: 18px;
  }
  #menu-left-content ul.small li a span{
    font-size: 11px !important;
  }
}
