/*
 Theme Name:   LaVoce
 Theme URI:    http://yourwebsite.com/twentyfourteen-child/
 Description:  My first child theme, based on Twenty Fourteen
 Author:       Sigmalogic.eu
 Author URI:   http://www.sigmalogic.eu/
 Template:     twentysixteen
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
 Text Domain:  lavoce-themes
*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i';
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:600');
body {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
}
*{
    box-sizing: border-box;
}
:focus-visible {
    outline: unset;
}
ul,li {
    padding: 0;
    list-style-type: none;
    margin:0;
}
.fancybox-button_bottom {
  display: none;
}
#page, .site-inner {
  float: left;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.text-field {
    font-family: "Open Sans";
    font-size: 36px;
    color: #ffffff;
    font-weight: lighter;
    padding: 0 18px 31px 51px;
    float: left;
    width: 58%;
}
.site-header, .site-content {
  float: left;
  padding: 0;
  width: 100%;
  
}
.home #content {
    padding-top: 120px;
    background-image: url("images/page_background.png");
    background-color: #dee6ed;
}
#content {
    padding-top: 141px;
    background-image: url("images/page_background.png");
    background-color: #dee6ed;
}
/*#content {
    padding-top: 41px;
    background-image: url("images/page_background.png");
    background-color: #dee6ed;
}*/
.page-template-single-product #content {
    padding-top: 185px;
}

.site-header{
  position:fixed;
  top:0;
  z-index: 99;
  border-bottom: 5px solid #222324;
  background: #fff;
}

.site-width {
  display: table;
  margin: auto;
  width: 980px;
}
.home .site-header {
    border: none;
}
.rev_slider_box {
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 5px solid #e43929;
}

/*.home .site-header {
  padding-top: 70px;
}*/
.site-branding {
  float: left;
  width: 15%;
}
.top_header {
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
.site-header-menu {
    float: left;
    margin-top: 0;
    width: 85%;
}
.site-branding img {
    width: 100%;
}
.menu-primary-menu-container {
  float: left;
  width: 100%;
}
.primary-menu {
  float: left;
  margin: 0;
  margin-top: 7px;
  width: 100%;
}

.page-template-homepage .search_products select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearancce: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1ex;
    background-origin: content-box;
    background-image: url("images/bottom_arrow.png");
}
.menu-primary-menu-container ul li {
  float: left;
  width: 16.6%;
  position: relative;
}
.menu-primary-menu-container ul li a {
    box-sizing: border-box;
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 3;
    padding: 0 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.search_part {
  position: absolute;
  right: 0;
  top: 0;
}
.search-form.search_homepage {
    float: left;
    width: 100%;
    position: relative;
}
.ic_x_search {
  float: left;
  width: 51px;
  height: 47px;
}
.search-submit {
  border: medium none;
  color: #fff;
  float: left;
  background-color: #e43929 ;
  font-family: "Open Sans";
  padding: 12px;
  margin-top: 0px;
  padding-top: 14px;
}
.search-form.search_homepage > label {
  float: left;
}
.search-field.first_search {
  border: 1px solid #e43929;
  float: left;
  font-size: 13px;
  padding: 14px;
  margin-top: -1px;
  font-family: "Open Sans";
}
.search-box {
  float: left;
}
.menu-primary-menu-container ul li a:hover {
  color: #e11b07;
}
.menu-primary-menu-container ul li:hover:before {
  background-color: #fff;
    content: "";
    display: block;
    width: 13px;
    height: 40px;
    background-image: url(images/menu_on_leftbrackets.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}
.menu-primary-menu-container ul li:hover:after{
  background-image: url(images/menu_on_rightbrackets.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 13px;
    height: 40px;
    position: absolute;
    right: 0;
}
.menu-primary-menu-container ul li:hover:before {
  background-color: #fff;
    content: "";
    display: block;
    width: 13px;
    height: 40px;
    background-image: url(images/menu_on_leftbrackets.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}

current-menu-item page_item{
    background-image: none !important;
}
.current_page_item a {
  color: #e11b07 !important;
}
.menu-about-menu .current_page_item a {
  color: #fff !important;
}
.tp-leftarrow.default{
  background-image: url(images/slide_leftarrow_off.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 45px;
    height: 45px;
}
.tp-leftarrow.default:hover{
  background-image: url(images/slide_leftarrow_on.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.tp-rightarrow.default{
  background-image: url(images/slide_rightarrow_off.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 45px;
    height: 45px;
}
.tp-rightarrow.default:hover{
  background-image: url(images/slide_rightarrow_on.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.full-content {
  width: 100%;
  float: left;
}
.first-section {
  background-color: #fff;
  float: left;
  margin: auto;
  padding: 60px 160px;
  text-align: center;
  padding-bottom: 58px;
}
.section-title {
  color: #e11b07;
  float: left;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.section-content > span {
  font-weight: 700;
}
.section-content {
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
}
.page-template-homepage .section-content {
  color: #000;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
  width: 100%;
}
.ic_search {
  cursor: pointer;
}
.second-section {
  float: left;
  width: 100%;
}
.second-left {
  float: left;
  width: 50%;
}
.second-right {
  float: left;
  width: 50%;
  background: #e43929;
  min-height: 245px;
  padding: 30px 65px 0px;
  text-align: center;
}
.section-r-title {
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 7px;
    width: 100%;
}
.section-r-content {
  color: #fff;
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom:10px; 
}
.white-brackets{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 25px;
  position: relative;
  text-decoration: none;
}
/*.white-brackets:hover:before {
  background-image: url("images/links_bracket_white_left.png");
  background-position: left center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 34px;
  left: 0;
  position: absolute;
  width: 14px;
  top: 0;
}
.white-brackets:hover:after{
  background-image: url(images/links_bracket_white_right.png);
    background-position: right center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    width: 14px;
    height: 34px;
    position: absolute;
    right: 0;
    top:0;
}*/
.red-brackets{
  color: #e43929;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 25px;
  position: relative;
  text-decoration: none;
}


.full_second_section1 .second-right {
  background: #e43929 none repeat scroll 0 0;
  float: left;
  min-height: 245px;
  padding: 25px 50px 0;
  text-align: center;
  width: 490px;
}
.full_second_section1 {
    float: left;
    width: 100%;
    position: relative;
}
.foo2_pag {
  float: right;
  margin-left: 6%;
  margin-top: -3%;
  position: relative;
  width: 21%;
  margin-top: -7%; }

.foo2_pag > a {
    margin-right: 12px;
}
.search-field.first_search {
    padding: 16px 14px 10.5px !important;
}
.foo2_pag > a {
    background-image: url("images/slide_mode.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    height: 31px;
    margin-top: 3%;
    position: relative;
    width: 20px;
}
.each_column_footer .menu-item > a:hover {
  color: #e13a2a;
  }

.left_col iframe {
  width: 100%;
  height: 100%;
}
.foo2_pag span {
  display: none; }
    .foo2_pag > a {
        margin-right: 12px;
    }
    .foo2_pag {
        margin-top: -59%;
        width: 27%;
    }
        .foo2_pag{
        width: 25%;
    }
.foo2_pag {
    position: absolute;
    width: auto;
    margin: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-110%,0);
}
.menu-bottom-menu-container ul li a:hover{
  color:#fff;
}
.selected {
  background-position: center bottom !important;
}
.foo2_pag .selected > span {
  display: none !important; }


.image_slider img {
  float: left;
  height: 245px;
  width: 490px;
}
.image_slider {
  float: left;
  width: 490px;
}
.section-r-content p {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
footer {
  float: left;
  width: 100%;
  background-color:#dee6ed;
  background-image: url("images/page_background.png");
}
.top_footer {
  float: left;
  width: 100%;
  background-color: #e43929;
  height: 6px;
  border-top: 1px solid #f1968d;
  border-bottom: 1px solid #486368;
}
.bottom_footer {
  background-color: #555859;
  float: left;
  padding-top: 36px;
  width: 100%;
  padding-bottom: 29px;
}
.column1.each_column_footer {
  float: left;
  width: 25%;
  padding-left: 35px;
}
.column2.each_column_footer{
  float: left;
  width: 10%;
}
.column3.each_column_footer {
  float: left;
  width: 13%;
}
.bottom_section b {
  color: #4d4d4d;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.column4.each_column_footer{
  float: left;
  width: 16%;
}
.column5.each_column_footer{
  float: left;
  width: 16%;
}
.column6.each_column_footer {
  float: left;
  width: 11%;
}
.column7.each_column_footer{
  float: left;
  width: 7%;
}
.boxes_content {
  background-color: #f0f0f0;
  float: left;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.each_column_footer .widgets_on_page, .each_column_footer ul, .each_column_footer ul li, .each_column_footer .textwidget {
  float: right;
  width: 100%;
}
.column1.each_column_footer .textwidget a{
    float: left;
  width: 85%;} 
.column1.each_column_footer .textwidget img {
  float: left;
  width: 160px;
}
.each_column_footer h2 {
font-family: "Source Sans Pro", sans-serif;
font-size: 14px;
color: #e43929;
font-weight: bold;
}
#Footer_Column1 {
  margin-top: 12px;
}
.each_column_footer .menu-item > a {
 font-family: "Source Sans Pro", sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: normal;
text-decoration:none;
} 
.footer_bottom {
  background-color: #262728;
  float: left;
  opacity: 0.93;
  padding: 40px 25px 40px 30px;
  width: 100%;
}
.all_right_reserved {
  color: #b7b7b7;
  float: left;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 14px;
  font-weight: lighter !important;
}
.footer_menu {
  float: left;
  margin-left:45px;
}
.menu-bottom-menu-container ul li {
  float: left;
}
.menu-bottom-menu-container ul li span{
  float: left;
  font-family: "Source Sans Pro", sans-serif;
font-size: 14px;
color: #e43929;
font-weight: normal;
text-decoration: none;
cursor: pointer;
}
.menu-bottom-menu-container ul li:first-child span {
  border-right: 2px solid #646464;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  height: 19px;
}
.row {
  width: 100%;
  float: left;
}
.col-md-6 {
  float: left;
  width: 50%;
}
.footer_bottom ul.cnss-social-icon {
  background: none;
  margin: auto;
  padding: 8px 23px !important;
  width: 100%;
}
.footer_bottom .Footer_SocialIcons_ {
  float: left;
  margin-left: 50px;
  width: 39%;
}
#Footer_SocialIcons_ {
  float: left;
  margin-top: -13px;
  padding-left: 57px;
  width: 100%;
}
#Footer_SocialIcons_ > ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.widget.widget_cnss_widget {
  float: left;
  width: 100%;
}
.footer_bottom .footer_socialicons {
    float: right;
    width: 43%;
}
.footer_bottom ul.cnss-social-icon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: auto;
  padding: 0 0 8px 10px !important;
  width: 100%;
}
.footer_bottom ul.cnss-social-icon li a img {
  margin-right: 10px !important;
}
#Footer_SocialIcons_ ul.cnss-social-icon li a img {
  margin-right: 10px !important;
}
#Footer_SocialIcons_  ul.cnss-social-icon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: auto;
  padding: 0 0 8px 57px !important;
  width: 100%;
}
.contact-news p label {
  float: left;
  width: 30%;
  margin-right: 5px;
}

.social-isons h2 {
  color: #c4c4c4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}
ul.cnss-social-icon {
  background: #e43929 none repeat scroll 0 0;
  margin: auto;
  padding: 8px 23px !important;
  width: 100%;
}
.row.unique_class {
    background-color: #fff;
    float: left;
    padding: 55px 0 80px;
    width: 100%;
}
.contact-news .wpcf7-form > h2 {
  color: #c4c4c4;
  display: table;
  margin: auto auto 20px;
}
.signup_newsletter {
  background-color: #e43929;
  display: table;
  margin: auto;
  width: 100%;
}
.signup_newsletter .name, .signup_newsletter .email {
  float: left;
  width: 42%;
}
.signup_newsletter input {
  color: #000;
  height: 30px;
  padding-left: 15px;
  width: 100%;
  font-size: 14px;
}
.signup_newsletter {
  background-color: #e43929;
  display: table;
  margin: auto;
  width: 100%;
  padding: 18px 13px;
}
.signup_newsletter .name {
  margin-right: 5px;
}
.signup_newsletter .wpcf7-form-control.wpcf7-submit {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  padding: 0;
  width: auto;
}
.chk {
  color: #e43929;
  float: right;
  font-size: 12px;
  margin-top: 15px;
}

.chk .wpcf7-list-item-label {
  text-decoration: -moz-anchor-decoration;
  font-family: "Open Sans", sans-serif;
font-size: 12px;
color: #e43929;
font-weight: normal;
}
.unique_class .col-md-6:first-child {
  padding-left: 65px;
  padding-right: 40px;
}
.unique_class .col-md-6:last-child{
  padding-right: 65px;
  padding-left: 40px;
}
.page-template-tpl-product .site-content {
  background-color: #dee6ed;
  float: left;
  width: 100%;
}
.submenu_page {
  background-color: #202020;
  float: left;
  padding-bottom: 20px;
  padding-top: 30px;
  width: 100%;
}
.submenu_page > ul {
  display: table;
  margin: auto;
}
.submenu_page li {
  float: left;
  padding: 0 20px 10px;
}
.submenu_page li:first-child {
  float: left;
  margin-right:100px;
}
.submenu_page a {
  color: #fff;
  text-decoration: none;
}

.submenu_page li:hover{
    border-bottom: 1px solid #c83528;
} 

.sub_menu_inf {
  float: left;
  margin-top: -84px;
  position: relative;
  width: 100%;
}
.select_product_box {
  bottom: 20px;
  left: 6%;
  position: absolute;
}
.select_pr {
  background-color: #000;
  background-image: url("images/bottom_arrow.png");
  background-position: right 19px center;
  background-repeat: no-repeat;
  color: #fff;
  float: left;
  margin-right: 10px;
  opacity: 0.5;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-top: 17px;
  width: 230px;
}
.search_button_pr {
  background-color: #e43929;
  color: #fff;
  cursor: pointer;
  float: left;
  padding: 17px 51px;
}
.content_effective_product {
  background-color: #fff;
  float: left;
  width: 100%;
}
.title_eff {
  color: #e12514;
  display: table;
  font-size: 25px;
  margin: 40px auto 25px;
}
.paragraph_text {
  float: left;
  margin-bottom: 70px;
  width: 100%;
}
.paragraph_text p {
  display: table;
  font-size: 13px;
  margin: auto;
  text-align: center;
  width: 70%;
}
.line_product {
  float: left;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
}
.boxes_content img {
  display: table;
  margin: 0 auto;
  width: 90%;
}
.boxes_content .title {
  float: none;
  font-size: 15px;
  margin: 33px auto auto;
  width: auto;
}
.our_mission_big_box {
  background-color: #e43929;
  float: left;
  padding-bottom: 40px;
  padding-top: 45px;
  width: 100%;
}
.big_box_mission {
  color: #fff;
  display: table;
  font-size: 30px;
  font-weight: 300;
  margin: auto auto 40px;
}
.our_mission_big_box .paharagraph {
  color: #fff;
  display: table;
  font-size: 23px;
  font-weight: lighter;
  margin: auto;
  padding-bottom: 36px;
  text-align: center;
  width: 72%;
}
.our_mission_big_box .paharagraph span {
  font-weight: 500;
}
.images_our_way {
  float: left;
  width: 100%;
}
.images_way {
  float: left;
}
hr {
  background: red none repeat scroll 0 0;
  border: medium none;
  color: red;
  float: left;
  height: 2px;
  width: 100%;
}
.images_our_way {
  float: left;
  margin-top: -83px;
  padding-top: 28px;
  width: 100%;
}
.images_way:first-child {
  margin-left: 85px;
}
.images_way {
  float: left;
  margin-left: 46px;
}
.images_way:nth-child(4n) {
  float: left;
  height: auto;
  margin-left: 23px;
  padding-left: 23px;
  padding-top: 2px;
}
.hr_part {
  float: left;
  padding-top: 68px;
  width: 100%;
}
.our_way {
  float: left;
  padding-bottom: 86px;
  padding-top: 92px;
  width: 100%;
}
.next_part_about_us .content_std {
    float: right;
    line-height: 24px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #e43929;
    font-weight: bold;
    top: 11%;
    width: auto;
}
.page-template-tpl-product .boxes_content.pdf .title {
  text-transform: capitalize;
}
.page-template-tpl-product .boxes_content.pdf .title {
  padding: 0 28px;
}
.next_part_about_us .left_part_white {
  position: relative;
}
.oem_sol .top_menu_about_us {
  padding-top:0px;
  top:0px;
}
.partner_part {
  float: left;
  width: 100%;
}
.slides_partner {
  float: left;
  width: 100%;
}
.left_part_img {
  float: left;
  margin-right: 14px;
}
.left_partner_part {
  color: transparent;
  float: left;
  width: 245px;
}
.partner_part {
  float: left;
  width: 75%;
}
.title_oem {
  background-color: #e43929;
  color: #fff;
  float: left;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 36px;
  padding: 36px;
  width: 100%;
}
.left_part_descript {
  color: #000;
  margin-bottom: 13px;
}
.right_place {
  color: #e10200;
  float: left;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 400;
}
.section_oem {
  background-color: #fff;
 /* background-image: url("images/background_oemsolutions.png");*/
  background-position: left -132px;
  background-repeat: no-repeat;
  float: left;
  padding-bottom: 44px;
  width: 100%;
}
.page-template-oem-solutions .our_mission_big_box .paharagraph {
  font-size: 22px;
}
.page-template-oem-solutions .site-width{
  background-color: #fff;
}
.the_next_section_oem {
  float: left;
  width: 100%;
  padding-top:28px;
}
.partner_part_oem {
  float: left;
  width: 100%;
}
.partner_part_oem b {
  float: left;
  font-size: 14px;
  margin-right: 3px;
  color:#000;
}
.partner_part_oem {
  color: #7d7d7d;
  float: left;
  font-size: 14px;
  margin-bottom: 29px;
  margin-top: 29px;
  width: 100%;
}
.the_next_section_oem .partner_part {
  float: left;
  padding-right: 28px;
  width: 75%;
}
.our_services_oem .big_box_mission {
  color: #e43929;
  font-size: 32px;
  font-weight: lighter;
}
.our_services_oem {
  float: left;
  margin-top: 57px;
  width: 100%;
}
.left_img_oem_mission {
  float: left;
}
.oem_description_mission {
    color: #878787;
    float: left;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
    width: 70%;
    padding: 30px;
}
.page-template-tpl-rd .slides{
  margin-bottom: 25px;
}
.oem_description_mission span {
  color: #e33222;
  font-weight: normal;
  font-size:21px;
}
.oem_description_mission b{
  color:#4d4d4d;
}
.key_content_description {
  float: left;
  width: 100%;
}
.images_key_points {
  float: left;
}
.content_description {
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-left: 35px;
  margin-top: 10px;
  width:47%;
}
.left_img_oem_mission > img {
  float: left;
  height: 370px;
  width: 369px;
}
.images_key_points {
  float: left;
  width: auto;
}
.key_point_part {
  float: left;
  margin-top: 48px;
  width: 50%;
}
.key_content_description {
  float: left;
  margin-top: 0;
  padding-bottom: 100px;
  padding-left: 100px;
  width: 100%;
}
.whole_part_bullets {
  float: left;
  width: 100%;
}
.schema_about_us {
  float: left;
  width: 100%;
}
.content_images_about_us_bullet {
  float: left;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.page-template-about_us .innovators_by_tradition {
  float: right;
  padding-bottom: 56px;
  width: 735px;
}
.whole_part_bullets {
  float: left;
  width: 16%;
}
.images_about_us_bullets {
  float: left;
  text-align: center;
  width: 100%;
}
.whole_part_bullets:nth-child(4n) {
  padding: 0;
}
.whole_part_bullets {
  float: left;
  padding-bottom: 11px;
  width: 16%;
}
.total_bullets {
  float: left;
  padding-top: 30px;
  width: 100%;
}
.whole_part_bullets:first-child {
  margin-left: 86px;
}
.total_bullets .total_bullets_row:nth-child(2) .whole_part_bullets:first-child {
  margin-left: 180px;
}
.schema_about_us {
  float: left;
  padding-top: 73px;
  width: 100%;
}
.page-template-products_template .search_submit {
  font-weight: bold;
}
.before_footer > span {
  color: #de0e00;
}
.sub_header {
  position:relative;
}
.second-section-catalogue{
  position: relative;
}
/*.top_ul
{
  float: left;
  width: 100%;
}
.top_ul li{
  width: 12%;
}
.title_li.imgg
{
  width: 12%;
}
.title_li.nom-diam
{
  width: 8%;
}
.title_li.nom-impd
{
  width: 9%;
}
.title_li.spl
{
  width: 6%;
}
.sub_top_col{
  float: left; 
  width: 100%;
}
.sub_top_col .top_ul li{
  color:red;
}
.title_lii{
  color: red; 
  font-weight: 900;
}*/
.title_lii img {
  height: 44px;
  width: 68px;
}
/*.box_link a{
   transform: scale(1);
  transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
}
.box_link:hover a{
  opacity: 1;
  transform: scale(2);
  transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
}*/
.images_about_us_bullets img{
  position: relative;
}
.schema_about_us{
  position: relative;
}

.line_bullets {
    background: red none repeat scroll 0 0;
    float: right;
    height: 2px;
    position: absolute;
    right: 0;
    top: 44%;
    width: 83%;
}
.sec_line_bullets{
  background: red none repeat scroll 0 0;
    float: right;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 71%;
    width: 76%;
}

.hr_part{
  position: relative;
}
.horiz_line{
  background: red none repeat scroll 0 0;
      height: 85px;
      left: 50%;
      position: absolute;
      top: -9px;
      transform: translateX(-50%);
      width: 2px;
}
.images_our_way{
position: relative;
z-index: 2;
}
.read_more_paragraph{
  position: relative;
}
.read_more_paragraph {
  color: #e11e0c;
  float: left;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  padding-top: 29px;
  cursor: pointer;
}
/*.read_more_paragraph:hover::before {
  background-color: #fff;
    content: "";
    display: block;
    width: 14px;
    height: 40px;
    background-image: url(images/menu_on_leftbrackets.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}
.read_more_paragraph:hover::after{
  background-image: url(images/menu_on_rightbrackets.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 14px;
    height: 40px;
    position: absolute;
    right: 0;
}*/
.full_content_popup {
  background-color: #fff;
  float: left;
  font-family: "Open Sans";
  left: 50%;
  padding: 14px 30px 30px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  z-index: 2147483647;
}
.exit_popup {
  cursor: pointer;
  float: right;
}
.full_content_popup{
  display: none;
  z-index:999999999999;
}
.overlay_pop-up {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.container_product {
  float: left;
  width: 100%;
}
.side_image_single_prod {
  float: left;
  padding-left: 41px;
  padding-right: 41px;
  width: 32%;
}
.image_single_prod {
  float: left;
  width: 365px;
}

.image_single_prod img {
  border: 1px solid #efefef;
  float: left;
  height: 100%;
  padding-bottom: 86px;
  padding-top: 59px;
  text-align: center;
}
.details_product .title {
font-family: "Open Sans Light", sans-serif;
font-size: 45px;
color: #e43929;
font-weight: normal;
float:left;
}
.subtitle {
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.details_product {
  float: left;
  width: 50%;
  padding-left: 72px;
}
.subtitle_red {
  float: left;
  font-family: "Open Sans", sans-serif;
font-size: 12px;
color: #e43929;
font-weight: normal;
}
.features {
  float: left;
  width: 100%;
}
.short_description {
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}
.features_title{
  font-family: "Open Sans", sans-serif;
font-size: 18px;
color: #000000;
font-weight: normal;
float: left;
text-transform: uppercase;
}
.features > p {
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}
.general_title {
  color: #0a0a0a;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}
.left_column_spec {
  color: #000000;
  float: left;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 5px 2px 8px;
  width: 40%;
}
.units_specifications {
  color: #6f6f6f;
  float: left;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 5px;
  text-align: center;
  width: 30%;
}
.value_specifications {
  color: #000000;
  float: left;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 5px;
  text-align: center;
  width: 30%;
}
.each_column_specifications {

  float: left;
   width: 100%;

}
.each_column_specifications:nth-child(odd) {
  background-color: #eeeeee;
  float: left;
   width: 100%;

}
.general_parameters_specification {
  float: left;
  width: 100%;
}
.general_specifications {
  box-sizing: border-box;
  float: left;
}
.each_general {
  float: left;
  width: 47.5%;
}
.general_parameters_specification {
  border-top: 7px solid #e0200e;
  box-sizing: border-box;
  float: left;
  padding-left: 41px;
  padding-right: 41px;
  padding-top: 30px;
  width: 100%;
}
.second_gen{
  border-top:none;
  border-bottom:none;
}
.title-img{
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #e43929;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  width: 100%;
  top:10px;
}
.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.img-video{
  float: left;
  width: 100%;
  height: 100%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important;
}
span.wpcf7-not-valid-tip {
  color: #fff;
  display: block;
  font-size: 1em;
  font-family: "Open Sans";
  font-size: 10px;
}
.page-template-tpl-philosophy .title_middle_section.communn {
  background-color: #e43929;
  color: #fff;
  float: left;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 21px;
  font-weight: normal;
  margin-right: 4px;
  padding: 4px 15px;
  width: auto;
}
.page-template-tpl-philosophy .middle_section_paragraph.commun > p {
  color: #333333;
  display: inline;
  float: left;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: normal;
  margin: 23px 0 0;
  padding-left: 15px;
  padding-right: 141px;
  width: 100%;
}
.page-template-tpl-philosophy .read_more_paragraph {
  height: 52px;
  line-height: 2.5;
  padding: 15px 0;
  text-align: center;
  width: 150px;
}

.page-template-product-search .select_top .select {
  margin: 0 9px 0 0;
  width: 143px;
}
.page-template-product-search .select_top .search_submit {
  height: 59px;
  margin-top: 0;
  width: 119px;
}
.page-template-product-search .select_top select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearancce: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1ex;
    background-origin: content-box;
    background-image: url("images/bottom_arrow.png");
}

.page-template-single-product .select_top .select {
  margin: 0 9px 0 0;
  width: 141px;
}
.select_top .search_submit {

  font-weight: bold;
  height: 58px;
  margin-top: 2px;
  width: 119px;

}
 .page-template-single-product .select_top select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearancce: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1ex;
    background-origin: content-box;
    background-image: url("images/bottom_arrow.png");
}


.err_cat {
  background-color: #e13a2a;
  color: #fff !important;
  float: left;
  margin-top: -82px;

}
.page-template-single-product .image_single_prod img {
  width: 284px;
}
#prev_btn{
  background-image: url("images/left.png");
}
#next_btn{
  background-image: url("images/right.png");
}
.full-content {
  float: left;
  width: 100%;
}
.page-template-about_us .full-content {
  
  float: left;
  width: 100%;
}
.top_menu_about_us img{
  float:left;
}
.read_more_paragraphh {
  float: left;
  padding: 0 0 0 15px;
  width: auto;
}
.page-template-tpl-philosophy .innovators_by_tradition {
  float: right;
  padding-bottom: 56px;
  width: 735px;
}
.page-template-tpl-philosophy .bottom_section {
  float: right;
}
.left_corner {
  left: -15px;
  position: absolute;
  top: 0;
}
.right_corner {
  position: absolute;
  right: -15px;
  top: 0;
}
.page-template-tpl-category .left_corner, .page-template-tpl-product .left_corner {
  left: -15px;
  position: absolute;
  top: -2px;
}
.page-template-tpl-category .right_corner, .page-template-tpl-product .right_corner {
  position: absolute;
  right: -15px;
  top: -2px;
}
.page-template-tpl-category .page-template-oem-solutions .sub_header {
  background-image: none !important;
}

.page-template-single-product .left_corner
{
   left: -17px;
    position: absolute;
    top: -4px;
}
.page-template-single-product .right_corner
{
    position: absolute;
    right: -17px;
    top: -4px;
}
.left_img_oem_mission {
  float: left;
  position: relative;
}
.page-template-single-product .search_product_page {
  padding-bottom: 76px;
}
.page-template-single-product .select_top {
  top: 11%;

}

.page-template-single-product .site-width {
  background-color: #fff;
  display: table;
  margin: auto;
  width: 980px;
}
.page-template-single-product .breadcrumbs {
  float: left;
  padding: 15px 0 15px 41px;
  width: 100%;
}
.left_information_top .img_prod {
  margin-left: 41px;
}
.datasheet_curves {
  padding-left: 41px;
}
.left_part_white {
    background-position: center center;
    background-size: cover;
    height: 327px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    background-color: #fff;
    color: transparent;
    float: left;
    position: relative;
}
.left_part_white:hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
    transition: all .2s ease-in-out;

}
.full-content_prod.full_content {
 
    float: left;
    width: 100%;
}

/* R&D */
.the_title_image {
    border: 0 none;
    bottom: 0;
    color: #fff;
    float: left;
    font-family: "Source Sans Pro";
    font-size: 100px;
    font-weight: 600;
    left: 51px;
    opacity: 0.5;
    padding-bottom: 20px;
    position: absolute;
    line-height: 95px;
}
.tree_boxes_rd {
  float: left;
  width: 100%;
}
.each_box_rd {
  float: left;
  width: 100%;
}
.slides_rd_boxes {
  float: left;
  width: 310px;
}
.slides_rd_boxes {
  float: left;
  margin-right: 10px;
  width: 310px;
}
.each_box_rd {
  float: left;
  padding-left: 16px;
  padding-top: 66px;
  width: 100%;
}
.title_rd_box {
  color: #fff;
  float: left;
  font-family: "Open Sans";
  font-size: 19px;
  text-align: center;
  width: 100%;
}
.image_rd_box {
    background-position: center bottom 0;
    background-size: 100% 100%;
    cursor: pointer;
    height: 204px;
    top: 1px;
    width: 71%;
    display: table;
    margin: auto;
}


/* efect */
/* simple */
    .flip-container {
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;

      -ms-transform: perspective(1000px);
      -moz-transform: perspective(1000px);
          -moz-transform-style: preserve-3d; 
          -ms-transform-style: preserve-3d; 

      
    }

      /*
      .flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
        filter: FlipH;
          -ms-filter: "FlipH";
      }
      */


      /* START: Accommodating for IE */
      .flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background: #333333;
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
    
    /* END: Accommodating for IE */

  .flip-container, .front, .back {
    width: 310px;
    height: 318px;
}
.content_part_rd_boxes p {
    font-size: 12px !important;
    font-family: "Open Sans";
    color: #fff;
}
    .flipper {
      -webkit-transition: 0.6s;
      -webkit-transform-style: preserve-3d;
      -ms-transition: 0.6s;

      -moz-transition: 0.6s;
      -moz-transform: perspective(1000px);
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;

      transition: 0.6s;
      transform-style: preserve-3d;

      position: relative;
    }

    .front, .back {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;

        -webkit-transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: rotateY(0deg);

        -moz-transition: 0.6s;
        -moz-transform-style: preserve-3d;
        -moz-transform: rotateY(0deg);

        -o-transition: 0.6s;
        -o-transform-style: preserve-3d;
        -o-transform: rotateY(0deg);

        -ms-transition: 0.6s;
        -ms-transform-style: preserve-3d;
        -ms-transform: rotateY(0deg);

        transition: 0.6s;
        transform-style: preserve-3d;
        transform: rotateY(0deg);

      position: absolute;
      top: 0;
      left: 0;
    }

    .front {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
	background-color: #e43929;
	position: relative;
}

    .back {

      -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .front .name {
      font-size: 2em;
      display: inline-block;
      background: rgba(33, 33, 33, 0.9);
      color: #f8f8f8;
      font-family: Courier;
      padding: 5px 10px;
      border-radius: 5px;
      bottom: 60px;
      left: 25%;
      position: absolute;
      text-shadow: 0.1em 0.1em 0.05em #333;
      display: none;

      -webkit-transform: rotate(-20deg);
      -moz-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    .back-logo {
      position: absolute;
      top: 40px;
      left: 90px;
      width: 160px;
      height: 117px;
      background: url(logo.png) 0 0 no-repeat;
    }

    .back-title {
      font-weight: bold;
      color: #00304a;
      position: absolute;
      top: 180px;
      left: 0;
      right: 0;
      text-align: center;
      text-shadow: 0.1em 0.1em 0.05em #acd7e5;
      font-family: Courier;
      font-size: 22px;
    }

    .back p {

      bottom: 40px;
      left: 0;
      right: 0;
      text-align: center;
      padding: 0 20px;
      font-size: 18px;
    }

    /* vertical */
    .vertical.flip-container {
      position: relative;
    }

      .vertical .back {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
      }

      .vertical.flip-container .flipper {
        -webkit-transform-origin: 100% 213.5px;
        -moz-transform-origin: 100% 213.5px;
        -ms-transform-origin: 100% 213.5px;
        transform-origin: 100% 213.5px;
      }

      /*
      .vertical.flip-container:hover .flipper {
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
      }
      */

      /* START: Accommodating for IE */
      .vertical.flip-container:hover .back, .vertical.flip-container.hover .back {
          -webkit-transform: rotateX(0deg);
          -moz-transform: rotateX(0deg);
          -o-transform: rotateX(0deg);
          -ms-transform: rotateX(0deg);
          transform: rotateX(0deg);
      }

      .vertical.flip-container:hover .front, .vertical.flip-container.hover .front {
          -webkit-transform: rotateX(180deg);
          -moz-transform: rotateX(180deg);
          -o-transform: rotateX(180deg);
          transform: rotateX(180deg);
      }
/*end efect */



.page-template-tpl-rd .site-width {
  background: #fff none repeat scroll 0 0;
}
.title_strenghts {
  color: #e43929;
  display: table;
  font-size: 30px;
  font-weight: 300;
  margin: auto auto 40px;
  text-transform: uppercase;
}
.our_strnghts_part {
  display: table;
  float: left;
  margin-top: 50px;
  width: 100%;
}
.full_part_our_strngths {
    float: left;
    padding-left: 208px;
}
.slides_partner_rd {
  float: left;
  width: 100%;
}
.page-template-tpl-manufacturing .left_part_img, .page-template-tpl-rd .left_part_img {
  float: left;
  margin-right: 14px;
  margin-top: 12px;
}
.page-template-tpl-manufacturing .full_part_our_strngths, .page-template-tpl-rd .full_part_our_strngths {
  float: left;
  padding-bottom: 108px;
  padding-left: 180px;
}
.page-template-tpl-manufacturing .title_middle_section.communn, .page-template-tpl-rd .title_middle_section.communn {
  color: #000;
  float: left;
}
.page-template-tpl-rd .left_part_descript {
  color: #000;
  float: left;
}
.page-template-tpl-manufacturing .left_part_descript, .page-template-tpl-rd .left_part_descript {
  margin-bottom: 0;
  margin-top: 11px;
}
.title_middle_section.communn > p {
  margin: 0;
}
.page-template-tpl-rd .title_middle_section.communn > p, .page-template-tpl-manufacturing .title_middle_section.communn > p {
  margin: 4px 0 0 !important;
}

.page-template-tpl-manufacturing .whole_posts_rd .title_middle_section.communn, .page-template-tpl-rd .whole_posts_rd .title_middle_section.communn {
    display: block;
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 300;
    float: left;
    color: #e11e0c;
    width: 100%;
}
.page-template-tpl-rd .middle_section_paragraph.commun > p {
  display: inline;
  float: left;
  font-family: "Open Sans" !important;
  font-size: 14px;
  font-weight: lighter;
  margin: 19px 0 0;
  width: 100%;
}
.page-template-tpl-rd .whole_posts_rd .slides:nth-child(2n) {
    float: right;
}

    /* manufacturing */


.page-template-tpl-manufacturing .site-width {
  background: #fff none repeat scroll 0 0;
}
.image_about_us {
    float: left;
    width: 100%;
}
.whole_posts_rd {
  float: left;
}

.page-template-tpl-manufacturing .whole_posts_rd .title_middle_section.communn {
  color: #e11e0c;
  display: block;
  float: left;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding-bottom: 15px;
  width: 100%;
}
.page-template-tpl-manufacturing .whole_posts_rd .slides:nth-child(2n) {
    float: right;
}
.page-template-tpl-rd .whole_posts_rd .slides:last-child {
  margin-bottom: 144px;
}
.page-template-tpl-manufacturing .whole_posts_rd .slides:first-child {
  padding-top: 70px;
}
.page-template-tpl-manufacturing .middle_section_paragraph {
  padding: 30px 24px 0 48px;
}
.each_parag {
  float: left;
  line-height: 21px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.parag {
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.each_parag > strong {
  float: left;
}
.each_parag > strong {
  float: left;
  font-size: 14px;
}
.page-template-tpl-manufacturing .middle_section_paragraph.commun > p {
  font-family: "Open Sans" !important;
}
.page-template-tpl-manufacturing .middle_section_paragraph.commun b {
  color: #000 !important;
}

.boxes_content.pdf > img {
  height: auto;
  padding-top: 0;
  width: 100%;
}
.boxes_content.pdf .title {
  margin: 7px auto auto;
}
ul.cnss-social-icon li a img {
    margin-right: 19px !important;
}
.linkden img {
  margin-left: 8px !important;
}
.page-template-tpl-manufacturing .slides {
  float: left;
  margin-bottom: 25px;
}
.full_c
{
  display: none;
}
.short_c
{
   color: #333333;
    display: inline;
    float: left;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    margin: 23px 0 0;
    padding-left: 15px;
    padding-right: 141px;
    width: 100%;
}
.full_c{
     color: #333333;
    display: none;
    float: left;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    margin: 23px 0 0;
    padding-left: 15px;
    padding-right: 141px;
    width: 100%;
    overflow: hidden;
}

.expanded .full_c{
  display: none;
  height:95px;
}
.short_c{

  height:95px;
}
.short_c span {
  font-weight: bold;
}
.full_c span {
  font-weight: bold;
}
.middle_section_paragraph.expanded {
  height:auto;
}
.full_c > p {
  margin: 0;
  padding: 0;
}
.short_c > p {
  margin: 0;
  padding: 0;
}
.expanded .short_c{
  display: none;
}
.fa-angle-double-up {
  color: #e43929;
  font-size: 27px !important;
  margin-top: -7px;
}
.bb{
  display: none;
}
.page-template-oem-solutions .key_point_part {
  float: left;
  margin-top: 57px;
  width: 50%;
}
.page-template-oem-solutions .content_description {
  margin-top: 4px;
}

.top_menu_about_us.sub_menu li {
    border-bottom: 2px solid transparent;
    float: left;
    margin-right: 5px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px;
    width: auto;
}

.top_menu_about_us.sub_menu li a
{
  color: #ffffff;
    font-family: "Source Sans Pro Light",sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}

.top_menu_about_us .sub_menu li {
    color: #fff;
    float: left;
    padding-bottom: 10px;
    padding-top: 0px !important;
    text-align: center;
    width: 50%;
    padding-top: 0px;
}
.full_about_us_image_menu .top_menu_about_us.sub_menu li
{
  padding-top:0px;
}
.page-template-oem-solutions .top_menu_about_us {
  height:80px;
}
.page-template-tpl-philosophy .full_about_us_image_menu img {
  float: left;
  margin-top: -2px;
  width: 100%;
}
.bar {
  width: 35px;
  height: 5px;
  background-color: #000;
  margin: 6px 0;
}
.responsive_menu_icon {
    display: none;
}
.page_title {
    color: #e11b07;
    float: left;
    font-size: 44px;
    width: 100%;
}
.effective_content_work_with_us {
    float: left;
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 50px;
}
.left_content_work_with_us {
    width: 45%;
    margin-right: 5%;
    float: left;
    font-family: "Open Sans";
    font-size: 14px;
}
.left_content_work_with_us a{
    color:#e11b07;
    text-decoration: none;
    font-weight: 600;
}
.accordeon_title_open_position {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    padding: 35px 22px 35px 50px;
    background-color: #e11b07;
    cursor: pointer;
    margin-bottom: 16px;
    background-image: url("images/jobs_arrow_down.png");
    background-repeat: no-repeat;
    background-position: center left 20px;
    float: left;
    width: 100%;
}
.right_content_work_with_us {
    float: left;
    width: 45%;
    margin-left: 5%;
}

.accordeon_title_open_position span {
    background-image: url('images/jobs_icon_jobs.png');
    line-height: 88px;
    padding-left: 84px;
    background-repeat: no-repeat;
    background-position: left 11px top 10px;
    float: left;
}
.accordeon_title_spontaneous_applicaion {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    padding: 35px 22px 35px 50px;
    background-color: #e11b07;
    cursor: pointer;
    margin-bottom: 16px;
    background-image: url("images/jobs_arrow_down.png");
    background-repeat: no-repeat;
    background-position: center left 20px;
    float: left;
    width: 100%;
}
.accordeon_title_spontaneous_applicaion span {
    background-image: url('images/jobs_icon_cv.png');
    line-height: 88px;
    padding-left: 84px;
    background-repeat: no-repeat;
    background-position: left 11px top 10px;
    float: left;
}
.accordeon_text_open_position {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.title_open_pos {
    float: left;
    width: 100%;
    font-family: "Open Sans";
    font-weight: 600;
    color: #e11b07;
    margin-bottom: 5px;
    font-size: 14px;
}
.desc_open_pos{
    float: left;
    width: 100%;
    font-family: "Open Sans";
    font-size: 14px;
}
.vertical_center {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.vertical_center a {
    float: left;
    background-image: url("images/button_jobs.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #e11b07;
    line-height: 41px;
    padding-left: 69px;
    display: block;
    text-decoration: none;
}
.desc_open_pos a {
    color: #e11b07;
    text-decoration: none;
}
#wpcf7-f474-p458-o1 {
    float: left;
    width: 100%;
}
.job_items {
    background-color: #e8edf3;
    border-top: 1px solid #d881b6;
    float: left;
    margin-bottom: 42px;
    padding: 7px 15px 27px;
    width: 100%;
}
.job_items .each_row {
    float: left;
    margin-top: 19px;
    width: 100%;
}
.job_items .two_on_row span:first-child {
    margin-right: 15px;
}
.job_items .two_on_row span {
    display: block;
    float: left;
    width: 175px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.job_items .each_row span input {
    float: left;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #1d2d44;
    padding: 3px 0;
    color: #e11b07;
    background-color: transparent;
}
.job_items .two_on_row span:last-child {
    margin-left: 15px;
    float: right;
}
.job_items .each_row.three_in_row span:first-child {
    width: 95px;
    float: left;
}
.job_items .each_row.three_in_row span:nth-child(2) {
    margin: 0 30px;
    width: 120px;
    float: left;
}
.job_items .each_row.three_in_row span:last-child {
    width: 108px;
    float: left;
}
.file_button {
    background-color: #e11b07;
    background-image: url("images/jobs_icon_button_cv.png");
    background-position: left 7px top 6px;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    display: table;
    line-height: 28px;
    margin: auto;
    padding: 6px 42px 6px 49px;
}
.original_file_button {
    display: none;
    float: left;
    width: 100%;
}
.privacy_button {
    display: table;
    margin: auto;
    text-align: center;
}
.privacy_button a {
    display: block;
    float: left;
    width: auto;
}
.input_privacy {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.wpcf7-list-item-label {
    text-decoration: u;
    color: #e11b07;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.job_form_submit input, .button_submit .submit_form {
    background-color: #e11b07;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: table;
    font-weight: bold;
    margin: 10px auto;
    padding: 14px 64px;
    text-transform: uppercase;
}
.overlay_work_with_us {
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
    position: fixed;
    width:100%;
    height:100%;
    cursor:pointer;
    display:none;
    top: 0;
}
.each_line_contact_form .privacy_checkbox_contact {
    width: 15px;
    margin-top: 0;
    margin-left: 0;
}
.each_line_contact_form .privacy_pop {
    margin-top: 4px;
    float: left;
    cursor: pointer;
}
#privacy_policy_popup {
    margin: auto;
    display: table;
    width: 980px;
    position: fixed;
    height: 400px;
    overflow: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
}
.effective_popup {
    float: left;
    width: 100%;
    overflow-y: scroll;
    height: 400px;
}
.accordeon_cont{
    display:none;
}
.top_menu_about_us.sub_menu .page_item_menu_single_job.current_page_item {
    margin: auto;
    display: table;
    float: none;
}
.each_job_half {
    background-color: #dbe7f3;
    padding-bottom: 38px;
    padding-left: 28px;
    padding-right: 24px;
    padding-top: 40px;
    width: 50%;
    float:left;
    position:relative;
}
.effective_content_single_jobs {
    float: left;
    width: 100%;
    padding: 110px 25px 40px 25px;
}
.job_subtitle_2 {
    color: #e11b07;
    float: left;
    font-size: 18px;
    font-weight: 800;
    line-height: 19px;
    margin-bottom: 32px;
    padding-top: 0;
    width: 100%;
}
.each_job_half .wpb_content_element {
    float: left;
    /* margin-bottom: 20px; */
    width: 100%;
    font-size: 13px;
    font-family: "Open Sans";
}
.each_job_half:first-child {
    background-color: #dbe7f3;
}
.each_job_half:last-child {
    background-color: #e8edf3;
}
.each_job_half .job_items{
    border-top:none;
}
.bottom_info {
    float: left;
    width: auto;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: "Open Sans";
}
.bottom_info a{
    color:#e11b07;
}
.each_contact {
    float: left;
    width: 50%;
    padding: 0 30px;
    font-family: "Open Sans";
    /* font-weight: lighter; */
    font-size: 14px;
}

.each_contact a{
    color:#e11b07;
}
.each_contact .fa {
    color: #e11b07;
    width: 8%;
    font-size: 25px;
    margin-top: 10px;
}
.contact_form {
    float: left;
    width: 100%;
    background-color: #e8edf3;
    border-top: 1px solid #d881b6;
    padding: 15px;
}
.each_line_contact_form {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Open Sans";
}
.each_line_contact_form input {
    float: left;
    width: 47.5%;
    color: #000;
    height: 30px;
    padding-left: 0px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #1d2d44;
    background-color: #e8edf3;
}
.each_line_contact_form input::placeholder{
    color: #e11b07;
}
.each_line_contact_form input:first-child{
    margin-right:2.5%;
}
.each_line_contact_form input:last-child{
    margin-left:2.5%;
}

.each_line_contact_form textarea {
    float: left;
    width: 100%;
    color: #000;
    padding-left: 15px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
    background-color: #e8edf3;
    border: 1px solid #1d2d44;
}

.reset_form_contact {
    float: right;
    cursor: pointer;
    margin-top: 7px;
}

.each_line_contact_form .submit_contact {
    background: #e43929;
    color: #fff;
    border: none;
    padding: 3px 20px;
    float: right;
    margin-right: 0 !important;
    margin-left: 20px;
    width: 20%;
    cursor:pointer;
}
.warning2{
    border:2px solid red;
}
.grouped_elements {
    display: none;
}
.page-template-tpl-oem-solutions .site-width {
    background: #fff;
}
.left_img_oem_mission .display-bigger {
  bottom: 0;
  height: 45px;
  position: absolute;
  right: 0;
  width: 45px;
  background-image: url("images/plus_on.png");
}

.chk label {
    text-decoration: underline;
    cursor: pointer;
}
.wpcf7-response-output.wpcf7-validation-errors {
    border: none;
    padding: 0;
    float: left;
    margin: 0;
    margin-top: 10px;
    color: #e43929;
    font-weight: 600;
}
.wpcf7-form div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 40px;
    color: #e43929;
    font-weight: 600;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    border: none;
    color: #398f14 !important;
}
.ytplayer {
    pointer-events: none;
    float: left;
}
.above_iframe {
    position: absolute;
    width: 100%;
    height: 405px;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-image: url("images/black-small-checks.png");
    top: 0;
}
.response_serch_box {
    position: absolute;
    top: 47px;
    background-color: #c4c4c4;
    width: 100%;
    color: #fff;
    padding: 10px;
    display: none;
    z-index: 999;
}
.response_serch_box li {
    cursor: pointer;
}
.li_value{
    border-bottom: 1px solid #fff;
}
.ic_search {
    background: url(images/search_button_off.png);
    width: 51px;
    height: 47px;
    float: left;
}
.ic_search:hover{
    background: url("images/search_button_on.png");
}
#fancybox-outer{
    background: url("images/lavoceloading.svg") no-repeat 50% 50% !important;
}
.response_serch_box li a:hover{
    color:#e43929;
}
.response_serch_box li a{
    color:#fff;
    text-decoration: none;
}

.home #content {
    background-image: none;
    background-color: #fff;
}
.home .full-content {
    float: left;
    width: 100%;
    background-image: url("images/page_background.png");
    background-color: #dee6ed;
}

.contact-news #LaVoce_Newsletter h2 {
    color: #c4c4c4;
    display: table;
    margin: auto auto 20px;
}
#LaVoce_Newsletter .wysija-paragraph {
    float: left;
    margin: 0;
    width: 42%;
}
#LaVoce_Newsletter .wysija-input {
    color: #000;
    height: 30px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    border: none;
}
.home #form-wysija-2 {
    background-color: #e43929;
    display: table;
    margin: auto;
    width: 100%;
    padding: 18px 13px;
    position:relative;
}
#LaVoce_Newsletter .wysija-paragraph:first-child{
    margin-right: 5px;
}
#LaVoce_Newsletter .wysija-submit {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    padding: 0;
    width: auto;
    margin-top: 0;
    float: left;
    line-height: 28px;
    cursor: pointer;
    letter-spacing: 2px;
}
#LaVoce_Newsletter .wysija-paragraph:nth-child(4) {
    color: #e43929;
    /* float: right; */
    font-size: 12px;
    /* margin-top: 15px; */
    position: absolute;
    right: 0;
    width: auto;
    top: 76px;
}
.contact-news #LaVoce_Newsletter .wysija-paragraph:nth-child(4) .wysija-checkbox-label {
    float: left;
    width: auto;
    /* text-transform: underline; */
    text-decoration: none;
    color: #000;
    /* margin-top: 1px; */
}
.responsive_search_icon {
	display: none;
}
.menu_title_about_parent {
    display: table;
    margin: auto;
}
.form_support {
    float: left;
    width: 100%;
    padding: 26px 24px 46px;
}
.form_support form {
    width: 320px;
    display: table;
    padding: 26px 24px 46px;
    margin: auto;
}
.each_element_form_support {
    float: left;
    width: 100%;
}
.each_element_form_support a {
    background-image: none, url("images/lavoce_mainlogo.png");
    width: 158px;
    height: 77px;
    display: table;
    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.each_element_form_support label {
    float: left;
    width: 100%;
    font-size: 14px;
}
.each_element_form_support input[type="text"], .each_element_form_support input[type="password"]{
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
}
.each_element_form_support input[type="submit"] {
    height: 35px;
    line-height: 31px;
    padding: 0 15px 2px;
    float: right;
    cursor: pointer;
    background-color: #e11b07;
    border: none;
    color: #fff;
}

.content_press_room {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
}

.content_press_room p {
    margin:0;
}

.content_press_room a{
    color:#e11b07;
}
.big_box_press_room {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.media-text {
    font-size: 24px;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 36%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.big_box_press_room .vc_col-lg-6 {
    width: 33%;
    /* float: left; */
    border: 1px solid #e11b07;
    position: relative;
    height: 140px;
    margin-left: 1%;
    display: block;
    margin-right: 1%;
    background-color: #e11b07;
    background-image: url("images/mediacenter_foldericon.png");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center left 28px;
    margin-bottom: 15px;
    display: inline-block;
}
.big_box_press_room .vc_col-lg-6:hover {
    opacity: 0.8;
}
.top_information {
    float: left;
    width: 100%;
    height: 25px;
}
.bottom_part {
    float: right;
}
.each_necessary_info:first-child {
    margin-right: 20px;
}
.each_necessary_info .bold_text {
    font-weight: 800;
}
.full_table {
    float: left;
    width: 75%;
    padding-left: 2%;
}
.table_head {
    float: left;
    width: 100%;
    background-color: #e11b07;
    color: #fff;
    padding: 5px 0;
}
.full_table .each_column {
    text-transform: uppercase;
    font-size: 12px;
    float: left;
}
.full_table .each_column.id_column {
    padding: 0;
    width: 5%;
    text-align: center;
}
.each_column.title_column_k {
    width: 35%;
}
.each_column.desc_kit {
    width: 50%;
    text-align: center;
    padding: 0 10px;
}
.each_column.size_column {
    text-align: center;
    width: 10%;
}
.full_table .each_row {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.title_column_k span {
    color: #e11b07;
    cursor: pointer;
}
.title_column_k span:hover{
    text-decoration: underline;
}
.left_part_news {
    border-right: 1px solid #e11b07;
    float: left;
    padding-right: 3%;
    width: 70%;
}
.single-lavoce_italiana_pro .news_title {
    color: #e11b07;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: none;
    float: left;
    width: 100%;
}
.single-lavoce_italiana_pro .image_news {
    float: left;
    width: 100%;
}
.single-lavoce_italiana_pro  .image_news .attachment-full.size-full.wp-post-image {
    float: left;
    width: 100%;
    height: auto;
}
.single-lavoce_italiana_pro .text_content {
    float: left;
    margin: 15px 0;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 1.4;
}
.single-lavoce_italiana_pro .text_content a {
    color:#e11b07;
}
.share_this_page{
    float: left;
    width:100%;
}
.share_this_page > p {
    float: left;
    margin: 0;
    margin-right: 10px;
    font-size: 14px;
    margin-top: 3px;
}
.fb-share-button.fb_iframe_widget {
    float: left;
    margin-right: 15px;
}
.share_this_page #___plus_0 {
    float: left!important;
    margin-right: 15px!important;
    line-height: 44px!important;
}
.share_this_page #twitter-widget-0 {
    float: left;
    margin-top: 2px;
}
.right_part_news {
    float: left;
    padding-left: 2.5%;
    width: 30%;
}
.right_part_news .enum_news {
    float: left;
    width: 100%;
}
.right_part_news .lastest_news {
    color: #000;
    float: left;
    font-size: 26px;
    width: 100%;
    margin-top: 25px;
}
.right_part_news .one_new {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.right_part_news .new_title {
    font-size: 13px;
    color: #e11b07;
    font-weight: normal;
    float: left;
    width: 100%;
    text-decoration: none;
}
.right_part_news .new_content {
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    line-height: 1.2;
    float: left;
    width: 100%;
}
.map_dealer{
    float: left;
    width: 100%;
}
.img_left_part_box {
    float: left;
    width: 30%;
    position: relative;
    overflow: hidden;
}
.la_voce_page_b ul.slides:nth-child(2n) .img_left_part_box {
    float: right;
    width: 30%;
}
.img_left_part_box .display-bigger {
    height: 45px;
    position: absolute;
    width: 45px;
    background-image: url("images/plus_on.png");
    bottom: 0;
    right: 0;
    z-index: 2;
    cursor:pointer;
}
.iframe_box {
    float: left;
    width: 100%;
    height: 405px;
    overflow: hidden;
    position: relative;
}
.back_to_category {
    background-image: url("images/arrow_back.png");
    width: 18px;
    height: 33px;
    float: left;
    position: absolute;
    cursor: pointer;
    top: 21px;
    left: 16px;
}
.total_bullets{
  height: 370px;
}
.total_bullets_row{
  float: left;
  width: 100%;
}
.back_to_category:hover {
    background-image: url("images/arrow_back_hover.png");
}
.page-template-tpl-homepage .site-branding{
    width:20%;
}
.page-template-tpl-homepage .site-header-menu{
    width:80%;
}
.tp-rightarrow.default, .tp-leftarrow.default {
    z-index: 98 !important;
}
.page-template-tpl-rd ul.slides:nth-child(2n) .img_left_part_box, .page-template-tpl-manufacturing ul.slides:nth-child(2n) .img_left_part_box, .page-template-tpl-quality ul.slides:nth-child(2n) .img_left_part_box {
    float: right;
    width: 30%;
}
.left_img_oem_mission {
    background-position: center center;
    background-size: cover;
    height: 327px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #fff;
    color: transparent;
    float: left;
    position: relative;
}
.left_img_oem_mission:hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
    transition: all .2s ease-in-out;

}
.page-template-tpl-la-voce .bottom_section{
    font-weight: initial;
}
.page-template-tpl-manufacturing .title_middle_section.communn , .page-template-tpl-rd .title_middle_section.communn {
    font-family: "Source Sans", sans-serif;
    font-size: 14px;
}
.page-template-tpl-homepage .search_submit {
    padding: 15px 10px;
}
.quality_control_box {
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.small_quality_control {
    float: left;
    width: 32.66%;
    padding: 25px 20px;
    color: #fff;
}
.small_quality_control:first-child {
    background-color: #b72e21;
    margin-right: 1%;
}
.title_quality_control {
    margin: auto;
    display: table;
    font-size: 24px;
    text-align: center;
}
.description_quality_control {
    float: left;
    width: 100%;
    font-size: 12px;
}
.small_quality_control:nth-child(2n) {
    background-color: #e43929;
    margin-right: 1%;
}
.small_quality_control:last-child {
    background-color: #8c8989;
}
.overlay_privacy_cookie{
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: none;
}
#privacy_policy_popup a{
    color:#e43929;
}
.responsive_menu_lavoce{
    display: none;
}
.distributor_box_select {
    display: table;
    width: 300px;
    margin: auto;
}
.each_select_dealer {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    font-size: 15px;
}
.content_press_room {
    margin-bottom: 30px;
}


.send_form_distribuitor form {
    float: left;
    width: 100%;
}
.send_form_distribuitor .each_element_form {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.send_form_distribuitor .each_element_form label{
    float: left;
    width: 100%;
    font-size:15px;
}
.send_form_distribuitor .each_element_form input[type="text"], .each_element_form textarea {
    float: left;
    width: 100%;
}
.send_form_distribuitor .each_element_form input[type="text"]{
     height: 35px;
}
.send_form_distribuitor .each_element_form textarea{
    height: 75px;
}
.send_form_distribuitor .each_element_form input[type="submit"] {
    float: right;
    cursor: pointer;
    color: #e11b07;
    background-color: #dee6ed;
    padding: 5px 10px;
}
.send_form_distribuitor .warning{border: 2px solid #e11b07;}
.send_form_distribuitor{display:none;}
.next_part_about_us .content_std a{
    color: #e43929;
    text-decoration: none;
}
.fa.fa-fax {
    font-size: 21px;
}
.left_menu_press_room {
    float: left;
    width: 25%;
    background-color: #555859;
    margin-top: 25px;
}
.left_menu_press_room .each_element_menu_press_room {
    float: left;
    width: 100%;
    padding: 3px 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
.each_element_menu_press_room:hover {
    background-color: #e11b07;
}
.each_element_menu_press_room.cureent_press {
    background-color: #e11b07;
}
.table_content {
    float: left;
    width: 100%;
}
.table_content .each_row:nth-child(2n) {
    background: #F2F8FC;
}
.full_content_press_room {
    float: left;
    width: 100%;
}
.effective_table_press_room {
    float: left;
    width: 100%;
}
.country_select{
    display: none;
}
.reset_button {
    position: absolute;
    right: 0;
    color: #e13a2a;
    top: 50%;
    transform: translate(0,-50%);
    right: 12px;
    font-size: 11px;
    cursor: pointer;
}
.reset_button_filter {
    position: absolute;
    right: 0;
    color: #e13a2a;
    top: 78%;
    right: 12px;
    font-size: 11px;
    cursor: pointer;
}
.reset_button_filter_responsive{
    display:none;
}
.page-template-single-press-room .top_menu_about_us.sub_menu li.page-item-43 a{
    color:#e11b07;
}
.preloader img {
    width: 10% !important;
    margin: auto;
    display: table;
    float: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.paragraphs a {
    color: #e13a2a;
}
#fancybox-wrap {
    z-index: 11111 !important;
}
#fancybox-overlay {
    z-index: 11110!important;
}
.sticky, .sticky_2{
    height:41px;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.job_items .wpcf7-form-control.wpcf7-textarea {
    float: left;
    width: 100%;
    height: 100px;
    border: 1px solid #1d2d44;
    color: #e11b07;
    padding: 3px 10px;
    background-color: transparent;
    font-family: "Open Sans";
    font-size: 13px;
}
.boxes_content.box-catalog-pdf img {
    width: 90%;
    height: auto;
    padding-top: 0;
}
.boxes_content.box-catalog-pdf .title {
    padding: 0 10px;
    font-size: 18px;
}
.description_technical_support {
    float: left;
    width: 100%;
    font-size: 14px;
}
.description_technical_support a{
    color:#e43929;
}
.title_technical_support {
    float: left;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color:#e43929;
    font-weight: 600;
}
.each_technical_support_box {
    float: left;
    width: 100%;
}
.title_technical_support_table{
    float: left;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color:#000;
    font-weight: 600;
    margin-bottom:10px;
}
.description_technical_support_table {
    float: left;
    width: 100%;
    font-size: 14px;
}
.description_technical_support_table td {
    padding: 5px 10px;
}
.tables_technical_support {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.description_technical_support_table table tr td {
    border: none !important;
    text-align: left;
}
.description_technical_support_table table {
    width: 100%;
}
.description_technical_support_table table tr:nth-child(2n) {
    background: #F2F8FC;
}
.step_file {
    background-image: url("images/icon_3d.png");
    float: left;
    height: 35px;
    margin-right: 0;
    width: 91px;
    background-repeat: no-repeat;
    font-size: 12px;
    padding-left: 34px;
    color: #e13a2a;
    text-decoration: none;
    line-height: 13px;
    padding-top: 5px;
}
.entry-footer {
    display: none;
}
.page-template-default a,  .page-template-default h1{
	color: #e43929;
}
.menu-bottom-menu-container ul li a {
    font-size: 14px;
    text-decoration: none;
    margin-right: 10px;
    color:#e43929;
}
.effective_table img.new_img {
    position: absolute;
    left: -9px;
    transform: rotate(270deg);
    max-width: 38px;
    top: 0px;
    height: 38px;
}
.title_p img {
    height: 20px;
    margin-left: 10px;
}
.table_technical_support {
    float: left;
    width: 100%;
}
.head_table_technical_support {
    float: left;
    width: 100%;
    background-color: #5f5f5f;
}
.head_table_technical_support .each_head_table_technical_support {
    float: left;
    border-right: 1px solid #fff;
    color: #fff;
    border-bottom: 16px solid #e43929;
    padding-top: 34px;
    padding-bottom: 16px;
}
.first_table .head_table_technical_support .each_head_table_technical_support:first-child {
    width: 30%;
    text-align: center;
    padding-left: 40px;
}
.first_table .head_table_technical_support .each_head_table_technical_support:nth-child(2) {
    width: 25%;
    padding-left: 20px;
}
.first_table .head_table_technical_support .each_head_table_technical_support:last-child {
    width: 45%;
    padding-left: 20px;
}
.each_record {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 2px solid #c5c5c5;
}
.each_record .each_row_table_technical_support{
    float: left;
}
.first_table .each_record .each_row_table_technical_support:first-child {
    width: 30%;
    text-align: left;
    position: relative;
}
.first_table .each_record .each_row_table_technical_support:nth-child(2)  {
    width: 25%;
    padding-left: 20px;
}
.first_table .each_record .each_row_table_technical_support:last-child{
    width: 45%;
    padding-left: 20px;
}
.first_table .each_record .each_row_table_technical_support:first-child a {
    color: #e43929;
    text-decoration: none;
    margin-left: 75px;
}
.first_table .each_record .each_row_table_technical_support:first-child img {
    position: absolute;
    left: 30px;
    top: -10px;
    width: 38px;
}


.last_table .head_table_technical_support .each_head_table_technical_support:first-child {
    width: 30%;
    text-align: center;
    padding-left: 40px;
}
.last_table .head_table_technical_support .each_head_table_technical_support:nth-child(2) {
    width: 25%;
    padding-left: 20px;
}
.last_table .head_table_technical_support .each_head_table_technical_support:nth-child(3) {
    width: 30%;
    padding-left: 20px;
}
.last_table .head_table_technical_support .each_head_table_technical_support:last-child {
    width: 15%;
    padding-left: 20px;
}

.last_table .each_record .each_row_table_technical_support:first-child {
    width: 30%;
    text-align: center;
    position: relative;
}
.last_table .each_record .each_row_table_technical_support:nth-child(2)  {
    width: 25%;
    padding-left: 20px;
}
.last_table .each_record .each_row_table_technical_support:nth-child(3)  {
    width: 30%;
    padding-left: 20px;
}
.last_table .each_record .each_row_table_technical_support:last-child{
    width: 15%;
    padding-left: 20px;
}
.last_table .each_record .each_row_table_technical_support:first-child a {
    color: #e43929;
    text-decoration: none;
    margin-left: -15px;
}
.last_table .each_record .each_row_table_technical_support:first-child img {
    position: absolute;
    left: 30px;
    top: -10px;
    width: 38px;
}
.page-template-tpl-technical-support-download .tables_technical_support {
    margin-top: 0;
}
.page-template-tpl-technical-support-download .each_technical_support_box {
    margin-bottom: 75px;
}
.page-template-tpl-support .support_sections {
    float: left;
    width: 100%;
    text-align: center;
}
.each_support_section .each_title_support_section {
    text-align: center;
    color: #fff;
    margin-bottom: 26px;
}
.each_support_section .each_image_support_section {
    margin: auto;
    display: table;
}
.each_support_section {
    float: none;
    width: 200px;
    background-color: #e43929;
    padding: 25px 22px 27px 22px;
    text-decoration: none;
    margin: auto 12px;
    display: inline-block;
    margin-bottom: 15px;
}
.each_support_section:hover {
    opacity: 0.8;
}
.innovators_by_tradition a {
    color: #e11b07;
    text-decoration: none;
}
.box_support_file {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.box_support_file .each_support_file:first-child {
    margin-bottom: 30px;
}
.file_excel_comparison_table {
    background-image: url("images/icon_xls.png");
    background-repeat: no-repeat;
    /* background-size: 29px; */
    padding-left: 37px;
    /* height: 54px; */
    padding-bottom: 30px;
    padding-top: 7px;
}
.each_support_file .img_tab {
    border: 10px solid #e11b07;
    float: left;
}
.each_table_drawings {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.each_table_drawings .last_table .head_table_technical_support .each_head_table_technical_support:first-child {
    width: 10%;
    padding-left: 20px;
    padding-right: 20px;
}
.each_table_drawings .last_table .head_table_technical_support .each_head_table_technical_support:nth-child(3) {
    width: 50%;
    padding-left: 20px;
}
.each_table_drawings .body_table_technical_support {
    float: left;
    width: 100%;
}
.each_table_drawings .each_record .each_row_table_technical_support:first-child {
    width: 10%;
}
.each_table_drawings .each_record .each_row_table_technical_support:nth-child(2) {
    width: 25%;
    font-weight: 600;
}
.each_table_drawings .each_record .each_row_table_technical_support:nth-child(3) {
    width: 50%;
}
.each_table_drawings .each_record .each_row_table_technical_support:last-child{
    width: 15%;
}
.each_table_drawings .each_record .each_row_table_technical_support{
    padding:0 20px;
    float: none;
    vertical-align: middle;
    display: table-cell;
}
.each_table_drawings .each_record .each_row_table_technical_support:nth-child(3) a{
}
.each_table_drawings .each_record .each_row_table_technical_support:nth-child(3) a {
    color: #e43929;
    text-decoration: none;
    word-wrap: anywhere;
}
.big_box_drawings {
    float: left;
    width: 100%;
    display:table;
}
.search_table_drawings {
    display: table-header-group;
}
.tables_technical_support {
    display: table-footer-group;
}
.src_form {
    margin: auto;
    display: table;
}
.src_form input[type="text"] {
    border: 1px solid #e43929;
    float: left;
    font-family: "Open Sans";
    font-size: 13px;
    margin-top: 0px;
    padding: 14px;
    padding-top: 17px;
    padding-bottom: 11px;
    width: 225px;
    height: 47px;
}
.src_form input[type="submit"] {
    background: url("images/search_button_off.png");
    width: 51px;
    height: 47px;
    border: none;
    cursor: pointer;
}
.reset_form_pg {
    margin: auto;
    display: table;
    text-transform: uppercase;
    cursor: pointer;
    color: #e43929;
    font-size: 18px;
    font-weight: 600;
}
.src_form .reset_form_pg {
    background: url("images/lavoce_icon_close.png");
    width: 51px;
    height: 47px;
    border: none;
    cursor: pointer;
}
.top_header_search {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.top_header_search .search_part {
    position: relative;
}
.top_header_search .search_part {
    position: relative;
    float: right;
}
.page-template-tpl-homepage .top_header_search {
    display: none;
}
.page-template-tpl-category .before_footer {
    width: 100%;
}
.red_box.right img {
    width: 40px;
}
.red_box.right .box_image {
    height: 40px;
}
.red_box.right .box_link a:first-child {
    margin-bottom: 10px;
}
#cookie-notice {
    display: none !important;
}
.lavoce-certifications {
    margin-top: 80px;
    margin-bottom: 50px;
}
.lavoce-certifications .boxes_content.box-catalog-pdf .title {
    font-size: 16px;
}