/*Fonts*/
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700&subset=latin-ext);


/*Base styles*/
body {
  font: 14px 'Titillium Web', sans-serif;
  background: #fff;
  color: #000;
  min-width: 320px;
  height: 100%;
}
h1 {
  font-size: 50px; /* font-size: 60px;*/
  font-weight: 300;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
  color: #DB361D;
  line-height: 0.9;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
}
.dd {
  cursor: pointer;
}
.page,
.block_item,
.section_news,
.footer_bottom {
  max-width: 995px;
  margin: auto;
}
.footer.block_item {
  max-width: 955px;
  /*min-height: 197px;*/
}
.page {
  margin-top: 32px;
  position: relative;
}
.container_news .block_item,
.nav li,
.footer_item,
.password,
.accedi,
.name,
.password,
.password span,
.name span,
.header a,
.wrap_footer_bottom  li,
.box a,
.breadcrumbs li,
.product_content_item,
.see_products,
.product_support li,
.product_support a,
a.information,
.product_detail_title span,
.product_detail_wrap_img,
.product_detail_wrap_btn,
.download li,
.download a,
.share_links li,
.share_links a,
.product_img_wrap,
.product_detail_tabs .tabs li,
.brochure_item,
.document_img,
.document_title,
.document_format,
.document_weight,
.button span,
.news_item_more,
.black_link,
form label,
.logo,
.pop_up_request_info .send,
#bx-pager a,
.form_item.file .download_file {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

/*Common Link Styles*/
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}

/*Header*/

.header_hide_left {
  float: left;
  padding-left: 15px;
}
.header_hide_right {
  float: right;
}
.header-hide,
.header {
  max-width: 995px;
  margin: auto;
}
.wrap_header-hide {
  background: #db361d;
  display: none;
  font-size: 12px;
  font-weight: 700;
}
.header-hide {
  padding: 14px 0;
  text-align: right;
}
.wrap_header {
  /*background: #000;*/
  text-align: right;
  border-top: 2px solid #db361d;
}
.header-hide a,
.wrap_header a {
  /*color: #FFF;*/
  color: #949494;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 12px;
}
.area_riservata {
  background: #db361d url(../images/i/open_area_riservato.png) no-repeat center right;
  /*padding: 11px 37px 14px 16px;*/
  padding: 7px 37px 7px 16px;
  color: #fff!important;
}
.close_area_riservata {
  background: #db361d url(../images/i/close_area_riservato.png) no-repeat center right;
}
.newsletter {
  padding-left: 30px;
  background: url(../images/i/newsletter.png) no-repeat center left;
  margin: 0 17.78894472361809% 0 26px;

}
.password,
.accedi,
.name,
.password,
.password span,
.name span {
  vertical-align: middle;
  color: #FFF;
}
.header-hide input[type="text"],
.header-hide input[type="password"]{
  border: none;
  padding: 7px 0 7px 10px;
  min-width: 190px;
  margin: 0 37px 0 17px;
}
.password input[type="text"] {
  margin-right: 0;
}
a.accedi {
  background: #411009;
  padding: 7px 17px 8px 17px;
  color: #fff!important;
}
a.password {
  background: #832011;
  padding: 7px 9px 8px 9px;
  margin-left: 45px;
  color: #fff!important;
}







/*nav*/
  .nav {
    margin-bottom: 30px;
  }
  .logo {
    margin-left: 15px;
  }
  .nav a {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 700;
  }
  .nav ul {
    float: right;
    margin-top: 19px;
  }
  .nav ul a {
    margin-left: 26px;
    padding: 0 2px 30px 2px;
  }
  .nav ul a:hover {
    border-bottom: 3px solid #db361d;
    text-decoration: none;
    color: #DB361D;
  }
  .nav li {
    position: relative;
  }
  .nav_submenu_arrow {
    background: url(../images/i/nav_submenu_arrow.png) no-repeat 24px;
    width: 100%;
    height: 9px;
    position: relative;
    bottom: -1px;
    padding-left: 24px;
  }
  .nav_sub_menu {
    display: none;
    z-index: 20;
    position: absolute;
    left: 35px;
  }
  .nav_sub_menu ul a {
    color: #5D5D5D;
    padding: 0;
    margin: 0;
  }
  .nav_sub_menu li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 7px 0;
    margin: 0 11px 7px 0;
  }
  .nav_sub_menu ul {
    float: none;
    text-align: left;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0;
    box-shadow: 0 0 10px 1px rgba(0,0,0, 0.1);
    padding: 12px 0 10px 11px;
    min-width: 136px;
  }
   .nav_sub_menu ul a:hover {
     border: none;
     padding: 0;
     margin: 0;
   }
  .nav li:hover .nav_sub_menu {
    display: block!important;
    position: absolute;
  }
   .nav li:hover .sub_menu {
    border: none;
  }
  .nav_sub_menu .last_submenu_item {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
/*end nav*/

/*product*/
  .product {
    display: none;
    position: absolute;
    top: 86px;
    right: 0;
    left: 0;
    z-index: 10;
    background: #ccc;
    /*z-index: 11;*/
	/* 20141222 DM: modificato z-index perchè altrimenti il plugin sharexy sta sopra il menu (ha z-index di 99999) */
	z-index: 100000;
  }
  .box td {
    max-width: 120px;
  }
  .product .section {
    min-height: 700px;
    overflow: hidden;
  }
  a.hide_product_active {
    border-bottom: 3px solid #db361d;
    color: #DB361D;
  }
  .search {
    background: #000;
    padding: 7px 8px;
    position: relative;
  }
  .find {
    position: absolute;
    right: 18px;
    top: 13px;
  }
  .search input[type="text"]{
    background: #ccc;
    width: 99%;
    border: none;
    padding: 8px 0 8px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
  }
  .box_product {
    color: #000;
    margin: 0 5.221106% 0 5.221106%;
    max-width: 130px;
    position: relative;
    margin-bottom: 25px;
  }
  .box_product .box_product_title {
    margin-left: 17px;
  }
  .product .box.visible {

  }
  .wrap_box_product {
    height: 100%;
  }
  .box_product:hover {
    text-decoration: none;
  }
  .box_product div {
    margin: 0 0 0 4px;
  }

  .box_product .wrap_img {
    padding: 3px;
    width: 130px;
    height: 130px;
    margin-top: 15px;
  }
  .box_product div {
    font-size: 12px;
  }
  .box_product {
    position: relative;
  }
  .box_product .product_img {
    width: 136px;
    height: 133px;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding-top: 3px;
  }
  .box_product:hover .product_img {
  background: #FFA500;
  }

.white .box_product:hover .product_img{
  background: #FFF;
}
.violet .box_product:hover .product_img{
  background: #EE82EE;
}
.green .box_product:hover .product_img{
  background: #50a336;
}
.red .box_product:hover .product_img{
  background: #FF0000;
 }
.dodger_blue .box_product:hover .product_img{
  background: #1E90FF;
}
.olive .box_product:hover .product_img{
  background: #808000;
}
.pink .box_product:hover .product_img{
  background: #FFC0CB;
}
.blue .box_product:hover .product_img{
  background: #0000FF;
}
.brown .box_product:hover .product_img{
  background:  #A52A2A
}
/*end product*/


/*section_news*/
.section_news {
  margin-bottom: 31px;
}
.news {
  color: #DB361D;
  font-weight: 700;
  margin-bottom: 9px;
}
.section_news .owl-wrapper {
  background: #f2f2f2;
  min-width: 995px;
}
.section_news .owl-item {
  border-right: 3px solid #fff;
  min-height: 100px;
  /*
  padding: 11px 15px 17px 7px;
  width: 216px!important;
  min-height: 72px;
  */
}
.section_news .owl-item .item {
	padding: 11px 15px 17px 7px;
}
.section_news .data {
  font: 11px Georgia, sans-serif;
  color: #666;
  margin-bottom: 12px;
}
a.news_content {
  font-weight: 700;
  color: #000;
}
.product_detail_slider  .owl-theme .owl-controls .owl-buttons .owl-prev,
.product_detail_slider  .owl-theme .owl-controls .owl-buttons .owl-next,
.section_news .owl-theme .owl-controls .owl-buttons .owl-prev,
.section_news .owl-theme .owl-controls .owl-buttons .owl-next,
.product_detail_tabs .owl-theme .owl-controls .owl-buttons .owl-prev,
.product_detail_tabs .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 15px;
  top: 0;
  bottom: 0;
}
.product_detail_slider .owl-theme .owl-controls .owl-buttons .owl-next,
.slider_block_3 .owl-theme .owl-controls .owl-buttons .owl-next,
.section_news .owl-theme .owl-controls .owl-buttons .owl-next,
.product_detail_tabs .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -17px;
  background: #e5e5e5 url(../images/i/next_small.png) no-repeat center 50%;
  border-left: 2px solid #fff;
}

.product_detail_slider .owl-theme .owl-controls .owl-buttons .owl-prev,
.slider_block_3 .owl-theme .owl-controls .owl-buttons .owl-prev,
.section_news .owl-theme .owl-controls .owl-buttons .owl-prev,
.product_detail_tabs .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -17px;
  background: #e5e5e5 url(../images/i/prev_small.png) no-repeat center 50%;
  border-right: 2px solid #fff;
}
.news_slider {
  /*width: auto!important;*/
  max-width: 961px;
  margin: auto;
  position: relative;
}
/*end section_news*/



/*tabs*/

.section {
  background: #ccc;
  position: relative;
}
ul.tabs {
  line-height: 25px;
  list-style: none;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.tabs li {
  float: left;
  display: inline;
  color: #777;
  cursor: pointer;
  background: #F9F9F9;
  position: relative;
}
.tabs li:hover,
.vertical .tabs li:hover {

}
.tabs li.current {
  color: #444;
}
.box {
  display: none;
  margin-left: 35%;
  padding: 25px 0 33px 0;
}

.box.visible {
  display: block;
}

.section.vertical {
  height: 100%;
}

.vertical .tabs {
  width: 331px;
  background: #252525;
  padding-top: 7px;
}
.vertical .tabs li {
  width: 331px;
  background: #252525;
  color: #FFF;
}
.vertical .tabs li.current {
  color: #fff;
}
.vertical .tabs a {
  display: block;
  color: #FFF;
  font-size: 15px;
  padding: 6px 20px 4px 20px;
  border-bottom: 1px solid #4e4e4e;
}
.vertical .tabs .tabs_li_last {
  border: none;
}
.vertical .tabs .current a {
  text-decoration: none;
  margin: 0;
  border: none;
}
#custom {
  width: 5px;
  margin-left: 331px;
  height: 101%;
  margin-top: -7px;
}


/*end tabs*/


/*color tabs*/
.vertical .tabs .current .white {
  color: #000;
}
#custom,
.vertical .tabs .current .orange {
  background: #FFA500;
}
/*end color tabs*/










/*container_news*/
  .container_news {
    margin: 44px 0 42px 0;
  }
  .container_news .block_item img {
    float: left;
    clear: both;
  }
  .container_news .block_item {
    width: 33.110553%;
  }
  .container_news .block_item img {
    margin-right: 11px;
  }
  .container_news .block_item a {
    font-weight: 700;
    margin-top: -3px;
    min-height: 50px;
    display: block;
    color: #000;
    text-transform: uppercase;
    margin-left: 111px;
  }
/*end container_news*/





/*home page top slider*/
#home_slider_top .item a {
  display: table;
  *display: block;
  position: relative;
  text-align: center;
  height: 520px;
  width: 100%;
  vertical-align: middle;
  *overflow:hidden
}
#home_slider_top .wrap_img {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  position: relative;
  text-align: center;
  *display:block;
  *position:relative;
  *top:50%;
  *left:0;
}
#home_slider_top .item img {
  display: inline-block;
  max-height: 520px;
  *top:-50%;
  *position:relative;
  *display:block
}
.page .owl-theme .owl-controls {
  text-align: right;
  margin-top: -54px;
}
.page .owl-theme .owl-controls .item-link {
  position: relative;
  display: block;
  width: 70px;
  height: 40px;
  outline: none;
}
.page .owl-theme .owl-controls .item-link:focus {
  -webkit-box-shadow: 0 0 8px #cc4895;
  -moz-box-shadow: 0 0 8px #cc4895;
  box-shadow: 0 0 8px #cc4895;
  outline: none;
}
#home_slider_top .owl-page {
  position: relative;
  margin-right: 15px;
  box-shadow: 0 0 16px rgba(0,0,0, 0.5);
}
#home_slider_top .owl-page span {
  display: none;
}




/*end home page top slider*/




/*home bxslider*/
.home_page .bx-wrapper {
  margin: 0;
  text-align: center;
  /*min-height: 520px;*/
}
.home_page .bxslider img {
  max-height: 520px;
  vertical-align:middle;
}
.home_page .description {
  position: absolute;
  top: 11px;
  right: 75px;
  left: 75px;
  text-align: right;
}
.home_page .bxslider h1 {
  color: #000;
  margin-bottom: 7px;
}
.slider_block_3 a,
.home_page .bxslider a {
  text-decoration: none;
}
.home_page .bxslider .description_content {
  color: #DB361D;
}
.home_page .bx-wrapper .bx-next,
.home_page .bx-wrapper .bx-prev {
  position: absolute;
  top: 50%;
  display: block;
  width: 49px;
  height: 49px;
  outline: none;
  margin-top: -26px;
}
.home_page .bx-wrapper .bx-next {
    right: 11px;
  background: url(../images/i/next.png) no-repeat;
}
.home_page .bx-wrapper .bx-prev {
  left: 11px;
  background: url(../images/i/prev.png) no-repeat;
}
.home_page .bxslider li {
  height: 520px;
  position: relative;
  list-style-type: none;
  overflow: hidden;
}
.home_page .bxslider a {
  display:-moz-inline-box;
  display:inline-block;
  vertical-align:middle;
  zoom:1;
  /*display:inline;*/
}
.helper {
  display:-moz-inline-box;
  display:inline-block;
  vertical-align:middle;
  height:100%;
  width:0px;
  zoom:1;
  /*display:inline;*/
}

.home_page #bx-pager a {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  box-shadow: rgba(0,0,0, 0.4) 0px 1px 6px 0px;
  behavior: url(commons/css/pie/PIE.htc);
  zoom: 1;
}

.home_page #bx-pager a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background:transparent;
  background: rgba(0, 0, 0, 0.5);
  *background: #000;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000'); /* IE */
  opacity: 0.5;
  zoom: 1;


  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
}
.home_page #bx-pager span:hover {
  background: rgba(0, 0, 0, 0);
  *background: #000;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
}
.home_page #bx-pager .active span {
  display: none;
}
.home_page #bx-pager a:hover span {
  display: none;
}
.home_page #bx-pager img {
  max-height: 40px;
  max-width: 70px;
}
.home_page #bx-pager {
  text-align: right;
  margin-top: -50px;
}
/*end home bxslider*/





















/*slider news*/
.page .news {
  color: #DB361D;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
/*end slider news*/






.block_item.color {
  padding: 55px 15px 60px 15px;
  /*padding: 60px 15px 0px 15px;*/
  max-width: 965px;
}

.block_item.transparent {
  padding: 55px 0 60px 0;
}



/*block_color_2*/
.block_color_2 {
  /*color: #FFF;*/
}
.block_color_2 h1 {
  /*line-height: 0.7;*/
  line-height: 0.75em;
}
.block_color_2 p {
  font-size: 17px;
  line-height: 1.4;
  /*padding-left: 10px;*/
}
.block_color_2 h4 {
  /*font-weight: 300;*/
  /*margin: 0 0 75px 0;*/
  margin: 0 0 55px 0;
}
.block_color_2 h1 + h4 {
	margin-top: 17px;
}
.block_color_2 h1 + p {
	/*margin-top: 75px;*/
	margin-top: 55px;
}

.block_color_2 {
  /*background: #DB361D;*/
  font-size: 17px;
  line-height: 1.4;
}
.block_color_test {
  background: yellow;
}
.block_color_test .block_item {
  background: #DB361D;
}
.slider_block_2 {
  width: 640px;
  float: left;
}
.block_color_test .slider_block_2,
.block_color_2 .slider_block_2 {
  width: 50%; /* width: 64.12060301507538%; */
  max-height: 509px;
  margin: 0 16px 10px 0;
}
.slider_block_2 .owl-pagination {
  text-align: left;
  /*margin: -26px 0 0 15px;*/
  margin: -32px 0 0 9px;
  z-index: 10;
  position: relative;
}
.block_color_2.transparent {
	background-color: transparent;
	color: #000;
}
.block_color_2 a {
	color: inherit;
}
.block_color_2 a:hover {
	text-decoration: none;
}

/*end block_color_2*/

/*block_color_TEST*/
.slider_right .slider_block_2 {
  float: right;
  margin: 0 0 10px 16px;
}
.block_color_test h4 {
  font-weight: 300;
  margin: 17px 0 75px 0;
}
.block_color_test p {
  font-size: 17px;
  line-height: 1.4;
}
.slider_right p {
	padding-left: 0;
}
/*end_block_color_TEST*/






/*block_color_3*/
.block_color_3 {
	color: #FFF;
}
.block_color_3 a {
  /*color: #FFF;*/
  color: inherit;

}
.block_color_3 .item a {
  /*text-align: center;*/
  display: block;
}
.block_color_3 .item {
  position: relative;
}
.block_color_3 img {
  max-height: 626px;
}
.block_color_3 .item_content_right,
.block_color_3 .item_content_left,
.block_color_3 .item_content_full {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 337px;
  background: rgba(0,0,0, 0.3);
  /*padding: 37px 21px 60px 17px;*/
  padding: 32px 21px 5px 17px;
  overflow: auto;
}
.block_color_3 .item_content_right h4,
.block_color_3 .item_content_left h4,
.block_color_3 .item_content_full h4 {
  height: 75px;
}
.block_color_3 .item_content_right p,
.block_color_3 .item_content_left p,
.block_color_3 .item_content_full p,
.block_color_3 .item_content_right,
.block_color_3 .item_content_left,
.block_color_3 .item_content_full {
  font-size: 17px;
  line-height: 1.4;
}
.block_color_3 .item_content_right {
  right: 0;
  left: inherit;
}
.block_color_3 .item_content_full {
	width: 100%;
	box-sizing: border-box;
}
.block_color_3 .owl-pagination {
  /*margin: -15px 0 0px 0;*/
  margin: -24px 0 0px 0;
  z-index: 10;
  position: relative;
  top: -15px;
}
.block_color_3 h1 {
	line-height: 0.75em;
}
/*end block_color_3*/





/*Footer*/
.footer {
  /*background: #252525;*/
  /*background: #000000;*/
  background: #CCC;
  /*color: #FFF;*/
  color: #252525;
  /*padding: 26px 20px 33px;*/
  padding: 26px 20px 0;
}
.footer h6 {
  margin-bottom: 20px;
}
.footer_item {
  width: 24.120603%;
  border-right: 1px solid #3b3b3b;
  ____margin-right: 18px; /*BTT*/
  margin-right: 10px;
  padding-bottom: 12px;
}
.footer_item h2 {
  font-weight: 700;
  font-size: 15px;
}
.footer_item li {
  list-style: none;
  line-height: 1.3;
}
.footer_item li a {
  text-transform: uppercase;
  font-size: 12px;
}
.footer_item a {
  /*color: #FFF;*/
  color: #252525;
}
.first_contact {
  margin-bottom: 19px;
}
.last_footer_item {
  _____width: 18.120603%; /*BTT*/
  width: 17.120603%;
  border-right: none;
  margin-left: 0.7035175879396985%;
}
.small_fs {
  font-size: 12px;
}
.small_fs p {
  line-height: 1.5;
}
.small_fs h6 {
  margin-bottom: 22px;
}
.footer .phone {
  margin-top: 18px;
  line-height: 1.5;
}
.footer .email {
  line-height: 1.5;
}

/*Footer bottom*/
.wrap_footer_bottom {
  /*
  background: #000;
  color: #FFF;
  */
  background: #CCC;
  color: #252525;
  text-align: center;
  font-size: 12px;
  padding-bottom: 4px;
  max-width: 995px;
  margin: 0 auto;
}
.wrap_footer_bottom ul {
  width: 100%;
  padding: 15px 0 16px 0;
}
.wrap_footer_bottom  li {

}
.wrap_footer_bottom li a {
	text-transform: uppercase;
	/*color: #FFF;*/
	color: #252525;
	margin: 0 45px;
}
.wrap_footer_bottom a {
	color: #252525;
}
.wrap_footer_bottom .a121Credits,
.wrap_footer_bottom .a121Credits a {
	color: #ffffff;
	color: #ffffff;
}


.footer_closing_line {
	height: 0;
	max-height: 0;
	border-bottom: 3px solid #CCC;
	font-size: 0;
	width: 100%;
}






/*product_list page*/
.not-front .nav {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.product_top_title {
  background: #009036;
  color: #FFF;
  text-transform: uppercase;
  margin: 33px 0 34px 0;
  padding: 10px 14px;
}
.product_top_title h3,
.product_top_title h4 {
  color: #FFF;
}
.title_product,
.product_content h3 {
  font-weight: 700;
}
.product_content h3 {
  margin-bottom: 30px;
}
.breadcrumbs li {
  list-style: none;
}
/* A121 20141105 DM */
.breadcrumbs li,
.breadcrumbs li a {
  text-transform: uppercase;
  font-size: 10px;
  color: #7E7E7E;
}
.breadcrumbs .active {
  color: #DB361D;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
}
a.product_content_item {
  max-width: 24.12060301507538%;
  position: relative;
  color: #000;
  text-decoration: none;
}
.product_content_img {
  width: 240px;
  height: 240px;
  text-align: center;
}
.product_content_img img {
  margin-top: 40px;
}
.new_product {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 13px;
  background: url(../images/i/new_product.png) no-repeat;
}
.product_content_title {
  font-weight: 700;
}
.wrap_see_products {
  text-align: center;
  margin-top: 40px;
}
.see_products {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #da3219;
  padding: 8px 39px;
}
.product_content {
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 31px;
}
#product_content_3 {
  border-bottom: none;
}
/*end product_list page*/

/*product_detail page*/
.product_detail_wrap {
  /*margin-top: 17px;*/
}
.product_detail_item_left,
.product_detail_item_right {
  width: 49.3467336683%;
}
.product_detail_item_right {
  text-align: right;
  margin-top: 8px;
  float: right;
}
.product_detail_item_left {
  float: left;
}
.product_support {
  margin: 23px 0 8px 0;
}
.product_support li {
  list-style: none;
}
.product_support a {
  padding-top: 46px;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  background-position: center top;
  text-align: center;
  max-width: 66px;
  margin: 0 20px;
}
a.preview {
  background: url(../images/i/preview.png) no-repeat center top;
  margin-left: 10px;
}
.guide {
  background: url(../images/i/guide.png) no-repeat;
}
.map {
  background: url(../images/i/map.png) no-repeat;
}
.brochure {
  background: url(../images/i/brochure.png) no-repeat;
}
a.video_instructions {
  background: url(../images/i/video_instructions.png) no-repeat center top;
  margin-right: 0;
}
.information,
.product_detail_wrap .email {
  color: #FFF;
  text-transform: uppercase;
  background: #db361d;
  font-weight: 700;
  padding: 7px 0;
  display: block;
  text-align: center;
}
.information {
  font-size: 18px;
  padding: 30px 62px;
  margin-top: 38px;
  /*margin-right: -10px;*/
  max-width: 350px;
  white-space: nowrap;
}
.information span {
  font-size: 14px;
  display: block;
}
.product_detail_item_left h1 {
  margin-left: -6px;
}
.product_detail_wrap h3 {
  font-weight: 700;
  margin-top: 22px;
  color: #000;
}
.product_detail_title {
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  background: #009036;
  line-height: 1.5;
  position: relative;
  left: 13px;
  padding: 0 13px 3px 13px;
  margin: 6px 0 23px 0;
}
.product_detail_title span {
  background: url(../images/i/product_detail_title_arrow.png) no-repeat;
  width: 13px;
  height: 27px;
  position: absolute;
  left: -13px;
  top: 49%;
  margin-top: -13px;
}
.product_detail_wrap_img{
  width: 340px;
  height: 340px;
  position: relative;
}
.product_detail_wrap_img img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product_detail_wrap_btn {
	text-align: center;
	/*width: 340px;*/
}
.download {
  margin-top: 46px;
}
.download li {
  list-style: none;
}
.download a {
  background: url(../images/i/download.png) no-repeat left 2px;
  padding: 8px 0 8px 39px;
  font-weight: 700;
  color: #000;
  font-size: 12px;
  margin: 0 55px 13px 0;
  width: 230px;
}
.share_links {
  text-align: right;
  margin: 35px 0;
}
.share_links a {
  width: 32px;
  height: 32px;
  margin-right: 3px;
}
.facebook {
  background: url(../images/i/share_sprite.png) no-repeat 0 0;
}
.twitter {
  background: url(../images/i/share_sprite.png) no-repeat -34px 0;
}
.share_links .email {
  background: url(../images/i/share_sprite.png) no-repeat -68px 0;
}
.print {
  background: url(../images/i/share_sprite.png) no-repeat -102px 0;
}
.pinterest {
  background: url(../images/i/share_sprite.png) no-repeat -136px 0;
}
.share_links .share_links_title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 17px 0 0;
}

.gray_tr {
  background: #f4f4f4;
  padding: 2px 3px 2px 3px;
}
.product_detail_wrap table {
  width: 100%;
  margin-top: 37px;
  font-size: 17px;
  clear: both;
}
.product_detail_wrap caption {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  margin: 20px 0;
}
.product_detail_wrap .white_tr {
  padding: 6px 3px 6px 3px;

}
.product_detail_wrap  .border {
  border-left: 1px solid #bababa;
  padding: 2px 3px 2px 20px;
  width: 48.226131%;
}
.product_detail_wrap  .border.white_tr {
  padding: 6px 3px 6px 20px;
}
.product_detail_page h2 {
  /*color: #DB361D;*/
  color: #000;
}
.product_detail_page .owl-theme .owl-controls {
  margin-top: 0;
}
.product_img_wrap {
  height: 150px;
  width: 150px;
  position: relative;
}
.slider_product_detail .item > a {
  margin-top: 20px;
  display: block;
}
.product_img_wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.product_detail_page .owl-carousel .owl-item .item {
  text-align: center;
}
.product_detail_page .owl-carousel .owl-item .item img {
  max-width: inherit;
  z-index: 20;
  position: relative;
}
.product_detail_slider .owl-theme .owl-controls .owl-buttons .owl-next,
.product_detail_tabs .owl-theme .owl-controls .owl-buttons .owl-next{
  right: 0;
}
.product_detail_slider .owl-theme .owl-controls .owl-buttons .owl-prev,
.product_detail_tabs .owl-theme .owl-controls .owl-buttons .owl-prev{
  left: 0;
}
.slider_product_detail {
  margin-top: 18px;
}
.slider_product_detail .owl-item {
  min-height: 230px;
  font-size: 12px;
}
.slider_product_detail {
  width: 96%!important;
  margin: auto;
}
.product_detail_slider .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -19px;
}
.product_detail_slider .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -19px;
}
.slider_product_detail .owl-item .wrap_link {
  border: 1px solid #f2f2f2;
  font-size: 12px;
  /*width: 232px!important;*/
  margin-right: 3px;
  margin-left: 2px;
  min-height: 240px;
}
/*.slider_product_detail .owl-item,*/
.slider_product_detail a {
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
}
.slider_product_detail span {
  display: block;
}
.slider_product_detail a:hover {
  text-decoration: none;
}
.product_detal_title {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 20;
}
/*end product_detail page*/

/*tabs product_detail page*/
.product_detail_tabs .vertical ul {
  display: block;
  width: 100%;
}
.product_detail_tabs ul.tabs {
  position: static;
  width: 100%;
  text-align: right;
  padding: 13px 0 4px 0;
}
.horizontal .box {
  margin: 0;
}
.product_detail_slider {
  margin-bottom: 50px;
}
.product_detail_slider .owl-carousel .owl-wrapper-outer {
  /*width: 96%;*/
  margin: auto;
}
.product_detail_tabs .owl-carousel .owl-wrapper-outer {
  margin: auto;
}
.product_detail_slider .product_detail_slider .owl-theme .owl-controls .owl-buttons .owl-next {
  border: none;
}
.product_detail_tabs .vertical .tabs li,
.product_detail_tabs .vertical .tabs {
  background: none;
  width: auto;
  float: none;
  font-weight: 700;
  color: #B5B5B5;
}
.product_detail_tabs .tabs {
  border-bottom: 1px solid #f2f2f2
}
.product_detail_tabs .box {
  margin: auto;
}
.product_detail_tabs .box {
  padding: 0;
  margin: 15px 0 47px 0;
}
.product_detail_tabs .section {
  background: none;
}
.product_detail_tabs .vertical .tabs .current {
  color: #000;
}
.product_detail_tabs .vertical .tabs li {
  border-left: 1px solid #F2F2F2;
  padding: 6px 39px;
}
.product_detail_tabs .vertical  .tab_last {
  border-right: 1px solid #F2F2F2;
}
.product_detail_tabs .vertical .tabs li:hover {
  color: #000;
}
/* tabs product_detail page*/

/*product_detail_tabs*/
.product_detail_tabs .product_tab {
  font-size: 12px;
  color: #000;
  text-align: center;
  margin-left: 7px;
  width: 235px;
  height: 200px;
  position: relative;
}
.title_produkt {
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.product_detail_tabs .product_tab span {
  display: block;
}
.product_detail_tabs .product_tab img {
  max-width: inherit;

}
/*end product_detail_tabs*/


/*brochure page*/
.brochure_page .page {
  overflow: hidden;
}
a.brochure_item {
  font-weight: 700;
  color: #000;
  max-width: 161px;
  text-align: center;
}
.brochure_item_title {
  font-size: 17px;
  margin-top: 14px;
}
.brochure_page h3 {
  color: #DB361D;
  max-width: 995px;
}
.wrap_brochure_item {
  padding: 0 40px;
  margin-right: -16.351759%;
}
.brochure_item {
  margin: 0 8.246231% 60px 0;
}
#tech_news .dd .ddTitle,
#tech_brochure1 .dd .ddTitle {
  background: #dcdcdc;
}
.page .shadow {
  max-height: 300px!important;
  overflow-y: scroll;
  border: 1px solid #dcdcdc;
}
.year .dd .ddChild {
  top: 31px!important;
  background: #dcdcdc;
  width: 127px;
  left: 0;
}
.page .dd .ddTitle {
  background: #dcdcdc;
}
.page .dd .ddChild li {
  background: #fff;
  text-align: left;
  color: #000;
  padding: 5px 20px 5px 5px;
}
.page .dd .ddChild li .ddlabel {
  color: #000;
}
.page .dd .ddChild
.page .shadow li .ddlabel {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}
.page .ddlabel {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin-left: 7px;
}
.page .dd .ddChild li:hover,
.page .dd .ddChild li.selected {
  background: #dcdcdc;
}
.brochure_title_gray {
  background: #414141;
  padding: 10px 0 10px 15px;
  margin-bottom: 25px;
}
.brochure_title_gray h3 {
  color: #fff;
}
.page  .borderRadius .borderRadiusTp .ddArrow,
.page .borderRadiusTp .borderRadiusTp .ddArrow {
  width: 9px;
  height: 6px;
  margin: -3px 16px 0 0;
}
.page  .borderRadius .borderRadiusTp .ddArrow {
  background: url(../images/i/year_open.png) no-repeat;
}
.page .borderRadiusTp .borderRadiusTp .ddArrow {
  background: url(../images/i/year_close.png) no-repeat;
}
.borderRadiusTp {
  border-radius: 0;
}
.year h3 {
  float: left;
}
.tech_news,
.tech_brochure {
  float: right;
  margin-right: 11px;
  position: static!important;
}
.tech_news .dd,
.tech_brochure .dd {
  width: 129px!important;
  text-align: left;
}
.brochure_title {
  margin: 27px 0 22px 0;
}
/*end brochure page*/

/*files page*/
.files_page h2 {
  color: #DB361D;
  margin-bottom: 21px;
}
.files_page .wrap_vertical_tabs ul.tabs {
  position: static;
  float: left;
  background: #fdf5f3;
  padding: 30px 0 0 0;
}
.files_page .wrap_vertical_tabs .tabs li {
  float: none;
  display: block;
  background: none;
  font-weight: 700;
  font-size: 17px;
  color: #000;
  padding: 3px 0px 3px 16px;
  width: 222px;
  margin: 4px 0;
}
.files_page .wrap_vertical_tabs .tabs .current,
.files_page .wrap_vertical_tabs .tabs li:hover {
  color: #FFF;
  background: #db361d;
}
.files_page .wrap_vertical_tabs .vertical .tabs {
  width: 238px;
  min-height: 500px;
}
.files_page .wrap_vertical_tabs .section{
  background: none;
  margin-bottom: 48px;
}
.files_page .wrap_vertical_tabs .box{
  margin-left: 25%;
  max-width: 740px;
}
.files_page .breadcrumbs {
  margin-bottom: 21px;
}
.files_page .wrap_vertical_tabs .box {
  padding-top: 0;
}
.files_page .wrap_vertical_tabs .box_title {
  font-weight: 700;
  background: #414141;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 0 10px 18px;
}
.files_page .document {
  font-size: 17px;
  padding: 8px 0 8px 13px;
  position: relative;
}
.files_page .document .button {
  top: 50%;
  position: absolute;
  margin-top: -15px;
}
.files_page .document_img {
  margin-right: 18px;
}
.files_page .document:hover {
  color: #FFF;
  background: #db361d;
}
.document_title {
  font-weight: 700;
}
.document_title span {
  max-width: 355px;
  display: block;
}
.document_img {
  background: url(../images/i/img_pdf.png) no-repeat;
  width: 22px;
  height: 24px;
}
.files_page .document:hover .document_img {
  background: url(../images/i/img_pdf_hover.png) no-repeat;
}
.document_img,
.document_title,
.document_format,
.document_weight {
  vertical-align: middle;
}
a.button {
  display: none;
}
.button span {
  background: url(../images/i/document_button.png) no-repeat right center;
  width: 13px;
  height: 27px;
  margin-right: -13px;
  position: relative;
  right: -19px;
}
.files_page .document:hover .button {
  display: block;
  float: right;
  background: #fbebe9;
  margin-right: 21px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 0 19px 0 19px;
  right: 10px;
  vertical-align: middle;
  line-height: 1.6;
}
.gray {
  background: #f4f4f4;
}
.document_format span {
  margin: 0 3px;
}
/*end files page*/

/*news_page*/
.news_page .year h3 {
  color: #DB361D;
  margin-bottom: 18px;
}
.news_page .breadcrumbs {
  margin-bottom: 24px;
}
.news_page .year {
  border-bottom: 1px solid #f2f2f2;
}
.news_page .tech_news {
  margin: 2px 0 0 0;
}
.news_item img {
  float: left;
  margin-right: 38px;
}
.news_item_title {
  text-transform: uppercase;
}
.news_item_data {
  font: 11px Georgia, sans-serif;
  color: #666;
  font-size: 11px;
  margin-bottom: 12px;
}
.news_item_more {
  background: url(../images/i/arrow_more_news.png) no-repeat center right;
  text-transform: uppercase;
  color: #DB361D;
  padding-right: 24px;
  font-weight: 700;
}
.news_item_content {
  margin-bottom: 11px;
}
.news_item {
  padding: 34px 0;
  border-bottom: 1px solid #f2f2f2;
}
.news_item_last {
  border: none;
}
/*end news_page*/

/*contact_us*/
.contact_us_page .contact_item a {
  color: #DB361D;
}

.contact_us_page .breadcrumbs {
  margin-bottom: 31px;
}
.contact_us_page .map {
  margin: 35px 0 41px 0;
  background: none;
}
.contact_item h3 {
  margin-bottom: 14px;
}
.contact_us_page  a.black_link {
  color: #000;
  margin-bottom: 16px;
}
.phone {
  margin-bottom: 16px;
}
.contact_us_page form .dd {
  min-width: 490px;
  text-align: left;
}
.contact_us_page form .shadow {
  width: 488px;
}
.contact_us_page .dd .ddChild {
  left: 0;
  top: 31px!important;
}

.contact_us_page form label {
  width: 160px;
  text-align: right;
  margin: 10px 15px 0 0;
}
form input[type="text"] {
  border: none;
  background: #dcdcdc;
  padding: 8px 5px 8px 12px;
  min-width: 473px;
}
form .ddlabel {
  text-transform: none;
}
form .form_item {
  margin-bottom: 18px;
}
.contact_us_page form .condition {
  width: auto;
}
.form_item textarea {
  min-width: 473px;
  border: none;
  background: #dcdcdc;
  padding: 8px 5px 8px 12px;
  min-height: 100px;
  max-height: 500px;
}
.contact_item {
  float: left;
}
.contact_item.write {
  float: right;
}
.contact_item.write h3 {
  padding-left: 42px;
  margin-bottom: 7px;
}
.form_item.file label {
  margin-top: 5px;
}
.download_file {
  position: relative;
  display: inline-block;
}
#upload {
  width: 79px;
  height: 30px;
  z-index: 999;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#textBlock {
  margin-top: 7px;
  max-width: 190px;
}
.download_file_img {
  background: url(../images/i/download_file.png) no-repeat;
  display: block;
  width: 79px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}
.invisible {
  display: none;
}
.contact_us_page a.send {
  background: #db361d;
  font-weight: 700;
  color: #FFF;
  padding: 6px 20px;
  float: right;
  margin-right: 3px;
}
.contact_us_page .condition {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
  position: relative;
  top: 1px;
  left: 5px;
}
.contact_us_page .condition:hover {
  text-decoration: none;
}
input[type="checkbox"] {
  margin-top: 12px;
}
.form_item.file {
  margin-bottom: 7px;
}
.contact_us_page .page {
  margin-bottom: 66px;
}
/*end contact_us*/

/*map page*/
.map_page .wrap_map {
  float: left;
  margin-top: 10px;
}
.map_page h3 {
  margin: 28px 0 32px 0;
}
.adress_content {
  float: right;
}
.adress_content h5 {
  color: #DB361D;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 17px 21px;
}
.adress_content_item {
  text-transform: uppercase;
  background: #dcdcdc;
  margin-bottom: 2px;
  padding: 19px 26px 33px 26px;
  width: 438px;
}
.adress_content_item li {
  list-style: none;
}

.adress_content_item .first {
  font-weight: 700;
  margin: 21px 0 16px 0;
}
.adress_content_item .title {
  color: #DB361D;
  font-weight: 700;

}
.map_page .wrap {
  margin: 63px 0 75px 0;
}
.wrap_map {
  max-width: 439px;
}
/*end map page*/



/*pop_up_request_info*/
.pop_up_request_info {
  min-width: 320px;
  padding: 0 19px 19px;
}
.pop_up_request_info h3 {
  border-bottom: 1px solid #d2d2d2;
  padding: 0 0 17px 10px;
  margin-bottom: 37px;
}
.pop_up_request_info label {
  width: 55px;
  margin: 7px 0 0 0;
}
.pop_up_request_info input[type="text"] {
  float: right;
  margin-right: 94px;
}
.pop_up_request_info div {
  clear: both;
}
.pop_up_request_info .newsletter_pop_up {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
  position: relative;
  top: 4px;
  width: auto;
}
.newsletter_pop_up:hover {
  text-decoration: none;
  cursor: pointer;
}
.newsletter_item {
  padding-left: 13%;
  margin-top: 13px;
}
.captcha {
  width: 83%;
  height: 108px;
  margin: 14px 0 26px 87px;
  border: 1px solid #eaeaea;
}
.pop_up_request_info .send {
  font-weight: 700;
  background: #db361d;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 23px;
}
.send_button {
  text-align: right;
  max-width: 83%;
  margin: 20px auto;
}
.pop_up_request_info .email_label {
  margin-left: 20px;
}
.pop_up_request_info form input[type="text"] {
  min-width: 82%;
  margin: 15px 54px 15px 0;
}
/*end pop_up_request_info*/



/*pop_up_video*/
.bxslider .wrap_video_slider,
.wrapvideo_slider li {
  overflow: hidden;
  position: relative;
}
.pop_up_video .bxslider {
  width: auto;
}
.slider4 {
  margin-bottom: 12px;
}
.pop_up_video .bx-wrapper .bx-viewport {
  max-width: 825px;
  margin: auto;
}
.pop_up_video .bxslider li h3 {
  color: #000;
  margin: 19px 0 20px 0;
}
.wrap_pop_up_video h3 {
   margin: auto;
}
.pop_up_video .bxslider li .video_title {
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
  color: #DB361D;
}
.wrap_pop_up_video h5 {
  min-height: 45px;
}
.pop_up_video .slider4 {
  position: relative;
}
.pop_up_video .bx-wrapper {
  margin-left: 10px;
}
.pop_up_video a.bx-prev,
.pop_up_video a.bx-next {
  position: absolute;

  top: 60px;
  width: 15px;
  font-size: 0;
  min-height: 122px;
}

.pop_up_video a.bx-prev {
  left: 29px;
  background: #e5e5e5 url(../images/i/prev_small.png) no-repeat center 50%;
}
.pop_up_video a.bx-next {
  right: 32px;
  background: #e5e5e5 url(../images/i/next_small.png) no-repeat center 50%;
}
.pop_up_video .bx-prev:hover,
.pop_up_video .bx-next:hover {
  background-position: center 50%;
}
.wrap_pop_up_video {
  max-width: 100%;
}
.wrap_pop_up_video p {
  font-size: 17px;
  margin-top: 34px;
  max-width: 99%;
}
.slide a {
  color: #000;
}
.pop_up_video .bxslider a {
  width: 150px;
  height: 122px;
  position: relative;
}
.pop_up_video a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/i/video_item.png) no-repeat;
  width: 150px;
  height: 122px;
}
/*end pop_up_video*/

/*button menu*/
.button_menu {
  width: 32px;
  height: 32px;
  background: url(../images/menu.png) no-repeat;
  display: none;
  cursor: pointer;
}
/*end button menu*/
.slider_block_3 {
  position: relative;
}
.slider_block_3 .owl-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.slider_block_3 .owl-pagination {
  text-align: center;
  width: 100%;

}
.pop_up_video {
  max-width: 941px;
}
/*.pop_up_video .bx-viewport {
  width: 95% !important;
}
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* See more at: http://avexdesigns.com/responsive-youtube-embed/#sthash.Zlb0GFO8.dpuf*/


@-moz-document url-prefix() {
  .breadcrumbs .active {
    position: relative;
    bottom: -4px;
  }
}


.pop_up_video {
  overflow-x:hidden !important;

}
/*fix ie 7*/
.block_color_1 img {
  display: block;
}

img {
}

#home_slider_top .item-link {

}

.slider-id-panel {
  height: 520px;
}

.slider-id-panel .title {
  display: none;
}