/**PAGE CONTENT**/
.page_content{
  line-height: 1.6;
  font-size: 15px;
}

.page_content > *:first-child{
  margin-top: 0;
}

.page_content > *:last-child{
  margin-bottom: 0;
}

.page_content a {
  color: #f01e1e;
}

.page_content h2>a{
  color: #232c3b;
}

.page_content h1{
  display: block;
  margin: 0 0 20px 0;
  font-size: 45px;
  color: #232c3b;
  font-family: 'Oswald', sans-serif;
  line-height: 1.1;
}

.page_content h2{
  display: block;
  margin: 0 0 10px 0;
  font-size: 22px;
  color: #232c3b;
}

.page_content h3{
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #232c3b;
}

.page_content.shrink > *{
  max-width: 500px;
}

.page_content.shrink > img{
  max-width: 100%;
}

.page_content .date + *{
  margin-top: 0;
}

.page_content img{
  max-width: 100%;
  height: auto;
}

.page_content p{
  margin: 1.7em 0;
}

.page_content p.red{
  padding-left:30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMyA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzIDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9IiNmMDFlMWUiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
  background-position: left .2em;
  background-repeat: repeat-y;
}

.page_content ul{
  list-style: none;
  padding: 0;
  color: #232c3b;
  margin: 0;
}

.page_content li{
  position: relative;
  padding: 10px 0 10px 10px;
}

.page_content li:before{
  content: '\003A';
  left: 0;
  position: absolute;
}

.page_content ol li:before{
  content: none;
}

/**BOX TEAM IN PAGE**/
.box_team .col3{
  margin-top:20px;
  margin-bottom: 10px;
  text-align: center;
  color: #7a7b7d;
}

.box_team .image{
  margin: 0 auto;
  width: 122px;
  height: 122px;
}

.box_team .image div{
  padding:6px;
}

.box_team .image img{
  display: block;
  width: 100%;
}

.box_team p{
  margin: 12px 0 0 0;
}

.box_team strong{
  display: block;
}

/**BOX CERTIF**/
.box_cert .items{
  padding: 30px 20px;
}

.box_cert .item + .item{
  padding-top:50px;
}

.box_cert .image{
  float:left;
  width: 150px;
}

.box_cert .image img{
  display:block;
  margin: 10px auto 0 auto;
  max-width: 100%;
}

.box_cert .text{
  padding-left: 160px;
}

.box_cert p{
  margin: 0;
  clear: none;
}

/*BOX CAREER*/
.box_career{
  color: #232c3b
}

.box_career h2{
  color: #e02424
}

.box_career .item{
  display: table;
  width: 100%;
  padding: 20px 20px 23px 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgOSAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9IiNDM0MzQzMiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 9px 3px;
}

.box_career .item:first-child{
  padding-top: 5px;
}

.box_career .text{
  display:table-cell;
  width: 100%;
  vertical-align: bottom;
  padding-right: 10px;
}

.box_career .right{
  vertical-align: top;
  white-space: nowrap;
}

/**PRODUCT PROPERTY*/
.product_prop,
.product_prop3{
  max-width: 630px;
  position: relative;
  padding: 20px 0 30px 0;
}

.product_prop3{
  max-width: none;
}

.product_prop:after,
.product_prop3:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 1px;
  background: #ebebeb;
}

.product_prop3:after{
  width: 100%;
}

.product_prop h2,
.product_prop3 h2{
  color: #004ea2;
}

.product_prop h2 + p,
.product_prop3 h2 + p{
  margin: 0;
}

/**PRODUCT PROPERTY 2*/
.product_prop2:before,
.product_prop2:after {
  content: " ";
  display: table;
}

.product_prop2:after {
  clear: both;
}

.product_prop2{
  border-bottom: 1px solid #ebebeb;
  margin: 20px 0;
}

.product_prop2 + .product_prop2{
  margin-top: 30px;
}

.product_prop2 .desc{
  padding: 10px 20px 20px 0;
  width: 50%;
}

.product_prop2 img{
  float: right;
  width: 50%;
  margin-bottom: -1px;
}

.product_prop2 h2{
  color: #004ea2;
}

.product_prop2 h2 + p{
  margin: 0;
}

/**TABZ**/
.tabz{
  padding:40px 30px;
}

.tabz_menu{
  float: left;
  width: 220px;
  border-right: 1px solid #b6b6b6;
}

.tabz_menu a{
  display:block;
  color: #6e6e6e;
  font-size: 13px;
  padding: 15px 0 15px 0;
  position: relative;
}

.tabz_menu a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  height: 1px;
  background: #b6b6b6;
}

.tabz_menu a:first-child:before{
  display: none;
}

.tabz_menu a:after{
  content: '';
  position: absolute;
  left: 100%;
  margin-left: -30px;
  width: 0;
  top: 0;
  bottom: -1px;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  background: #fff;
}

.tabz_menu a:first-child:after{
  border-top: 0;
}

.tabz_menu a:last-child:after{
  border-bottom: 0;
}

.tabz_menu a.active:after{
  width: 31px;
}

.tabz_menu a.active{
  color:#232c3b
}

.tabz_menu a:hover{
  color: #f01e1e
}

.tabz_menu span{
  display: inline-block;
  width: 190px;
  position: relative;
  transition: transform .3s;
  z-index: 1;
}

.tabz_menu a.active span{
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.tabz_menu span:before{
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -10px;
  width: 11px;
  height: 21px;
  opacity: 0;
  background: url(../layout/tabs.svg) left top no-repeat;
  -ms-transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
  transition: opacity .2s , transform .3s .2s;
}

.tabz_menu a.active span:before{
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.tabz_cont{
  padding-left: 250px;
}

.tab{
  color: #232c3b;
}

.tab_inner{
  height:0;
  max-height: 0;
  opacity: 0;
  transition: none;
  overflow: hidden;
}

.tab.active .tab_inner{
  height: auto;
  max-height: none;
  overflow: visible;
  opacity: 1;
  transition: opacity .2s .1s;
}

.tabz_cont .title{
  display: none;
}

.tabz_cont .title + p{
  margin-top:0;
}


/**GREY BG**/
.bg_grey{
  background: #f9f9f9;
}

/**BOX LEFT**/
.box_left{
  padding-bottom: 12px;
}

.box_left + .box_left{
  padding-top: 12px;
  border-top: 1px solid #c3c3c3;
}

.box_left .title{
  margin: 0;
  font-size: 16px;
  color: #232c3b;
  font-weight: bold;
  display: block;
  padding-bottom:15px;
}

.box_left .title a{
  color: inherit;
}

.box_left .text{
  margin: 0;
  font-size: 14px;
  color: #6e6e6e;
  display: block;
  line-height: 1.6;
}

.menu_left,
.menu_left.box_left{
  display: block;
  list-style: none;
  padding: 6px 0;
  margin: 0;
}

.menu_left li{
  display: block;
}

.menu_left a{
  display: block;
  font-size: 14px;
  padding: 6px 5px 6px 10px;
  color: #6e6e6e;
  transition: background .3s;
}

.menu_left a:hover,
.menu_left li.active a{
  background:#f2f2f2;
}

.menu_left li.active a{
  font-weight: 600;
}

.box_btns > *{
  border: 1px solid #c3c3c3;
  color: #6e6e6e;
  font-weight: bold;
  display: block;
  clear: both;
  border-radius: 2px;
  padding: 10px 2px;
  text-align: center;
  text-transform: uppercase;
  float:left;
  width: 100%;
  margin-top: 10px;
  transition: background .3s, color .3s, border .3s;
}

.box_btns > *:hover,
.box_btns > *.active{
  color:#fff;
  background: #f01e1e;
  border-color:#f01e1e;
}

.box_btns > .half{
  float:left;
  width: 46%;
  clear: none;
}

.box_btns > .half + .half{
  float:right;
  width: 46%;
  clear: none;
}

/**breadcrumb*/
.breadcrumb{
  list-style: none;
  padding: 15px 0;
  margin: 0;
  text-align: right;
  color:#6e6e6e
}

.breadcrumb li{
  display: inline-block;
}

.breadcrumb li + li:before{
  font-family: 'cfont';
  content: '\e805';
  display: inline;
  font-size: 11px;
  padding: 0 1px;
}

.breadcrumb a{
  color:#6e6e6e
}

.breadcrumb a:hover{
  text-decoration: underline
}

/**BOX MAIN BOTTOM*/
.box_mainbtm{
  padding-top:60px;
  padding-bottom: 80px;
}

/**BOX NEWS **/
.box_news .item + .item{
  margin-top: 30px;
}

.box_news .inner{
  padding: 22px 30px;
}

.box_news .title{
  margin: 0;
  font-size: 21px;
  color: #232c3b;
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
}

.box_news .title a{
  color: inherit;
}

.box_news .subtitle{
  margin: 0;
  font-size: 16px;
  color: #232c3b;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}

.box_news .subtitle a{
  color: inherit;
}

.box_news .text{
  margin: 0;
  font-size: 14px;
  color: #6e6e6e;
  display: block;
  line-height: 1.6;
}

/**BOX MAIN ITEMS*/
.box_mainitems{
  margin-top: 44px;
}

.box_mainitems.tweets{
  margin-top: 0;
}

.box_mainitems .inner{
  padding: 5px 30px;
}

.box_mainitems .item{
  padding: 15px 0;
}

.box_mainitems .item + .item{
  border-top: 1px solid #b6b9c0;
}

.box_mainitems .title{
  margin: 0;
  font-size: 16px;
  color: #232c3b;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}

.box_mainitems.tweets .title{
  padding-top: 15px;
}

.box_mainitems.tweets .title + .item{
  padding-top: 10px;
}

.box_mainitems .text{
  margin: 0;
  font-size: 14px;
  color: #6e6e6e;
  display: block;
  line-height: 1.6;
}

.box_mainitems .icons{
  font-size: 36px;
  color:#757575;
  padding-bottom: 5px;
}

.box_mainitems .icons > *{
  margin-right: 15px;
}

.box_mainitems .icons > *:last-child{
  margin-right:0;
}

.box_mainitems.tweets a{
  color: #5bcbf5
}

.box_mainitems.tweets a:hover{
  text-decoration: underline
}

.box_mainitems .ico{
  margin: 0;
  color: #5bcbf5;
  height: 44px;
  line-height: 44px;
  font-size: 25px;
}

/**BOX MAIN 3BOX**/
.box_main3x{
  padding: 24px 0
}

.box_main3x .item{
  color: #c6cad2;
  background: #232c3b;
  text-align: center;
  padding: 25px 15px 90px 15px;
  position: relative;
  transition: background .4s;
}

.box_main3x .last{
  background: #989898;
}

.box_main3x .item:hover{
  background: #782b90
}

.box_main3x .second:hover{
  background: #004ea2
}

.box_main3x .last:hover{
  background: #009d47
}

.box_main3x .title{
  display: block;
  margin: 0 auto;
  max-width: 310px;
  color: #fff;
  font-size: 21px;
  padding-bottom: 10px;
}

.box_main3x .text{
  display: block;
  margin: 0 auto;
  max-width: 310px;
  font-size: 12.5px;
  line-height: 1.6;
}

.box_main3x .second .text,
.box_main3x .last .text{
  color: #fcfcfc
}

.box_main3x .last{
  background: #989898;
}

.box_main3x .btn_orange,
.box_main3x .btn_red{
  width: 110px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff!important;
}

/**BOX LOGOS**/
.box_logos{
  padding: 70px 0;
  text-align: center;
}

.box_logos .title{
  display: block;
  color: #232c3b;
  font-size: 24px;
  margin: 0;
  padding-bottom: 15px;
  font-weight: bold;
}

.box_logos .item{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 82px;
  text-align: center;
  margin: 15px 30px;
  vertical-align: top;
}

.box_logos .item img{
  display: inline-block;
  vertical-align: middle;
}

/**BOX SLIDER CONTROL**/
.box_sctrl{
  background: #fcfcfc;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.box_sctrl .items{
  border-left: 1px solid #f2f2f2;
  display: table;
  width: 100%;
  height: 105px;
}

.box_sctrl .item{
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  color: #6e6e6e;
  font-size: 12px;
  padding: 20px 15px;
  border-right: 1px solid #f2f2f2;
  transition: background .3s;
}

.box_sctrl .item:hover,
.box_sctrl .item.active{
  background: #fff;
}

.box_sctrl strong{
  display: block;
  color: #232c3b;
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 5px;
  transition: color .3s;
}

.box_sctrl .item:hover strong,
.box_sctrl .item.active strong{
  color: #f01e1e;
}

/**BOX NEXTPREV**/
.box_nextprev a{
  float: left;
  width: 50%;
  color: #232c3b;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 20px;
}

.box_nextprev a + a{
  float: right;
  padding: 0 20px 0 0;
  text-align: right;
}

.box_nextprev a:first-child:before{
  font-family: 'cfont';
  content: '\e804';
  display: inline;
  position: absolute;
  left: 0;
}

.box_nextprev a:last-child:after{
  font-family: 'cfont';
  content: '\e805';
  display: inline;
  position: absolute;
  right: 0;
}

.box_nextprev span{
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}

/**BOX SOCIAL**/
.social{
  display: inline-block;
}

.social.topright{
  background-position: 6px top;
}

.social .inner{
  padding: 3px 3px 3px 0;
}

.social.topright .inner{
  padding-bottom: 0;
}

.social .item{
  float: left;
  height: 60px;
  width: 63px;
  text-align: center;
  line-height: 60px;
  padding-left: 3px;
}

.social.topright .item:first-child{
  padding-left: 0;
  width: 60px;
}

.social .item + .item{
  background-repeat: repeat-y;
  background-position: left 6px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMyA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzIDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9IiNDM0MzQzMiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
}

.social .item a{
  display: block;
  height: 100%;
  width: 100%;
  font-size: 18px;
  color: #c3c3c3;
}

.social .icon-facebook{
  color: #3c5a98;
  transition: color .3s;
}

.social.topright .icon-facebook{
  color: #c3c3c3
}

.social.topright a:hover .icon-facebook{
  color: #3c5a98
}

.social .icon-twitter{
  color: #20b8ff;
  transition: color .3s;
}

.social.topright .icon-twitter{
  color: #c3c3c3
}

.social.topright a:hover .icon-twitter{
  color: #20b8ff
}

.social .icon-pinterest{
  color: #bd081c
}

/**TOP SEARCH**/
.search_top{
  position: absolute;
  left:0;
  top: 0;
  right: 0;
  height: 141px;
  background: #fff;
}

/**LANG BOX**/
.box_lang{
  position: relative;
  width: 55px;
  z-index: 100;
  float: right;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 1px;
}

.box_lang .clicker{
  width: 100%;
  overflow: hidden;
  text-align: left;
  color: #e02424;
  display:block;
  border-radius: 4px;
  position: relative;
  background: #fff;
  background: transparent;
  transition: background .3s;
}

.box_lang .clicker:after{
  content: '\e803';
  position: absolute;
  color: #fff;
  right: 7px;
  top: 0;
  font-family: "cfont";
}

.box_lang .clicker:hover{
  background: #aaaaaa;
}

.box_lang.active .clicker{
  border-radius: 4px 4px 0 0;
  background: #aaaaaa;
}

.box_lang ul{
  list-style: none;
  width: 55.4px;
  position: absolute;
  top:100%;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
}

.ie_oldie .box_lang ul{
  width: 60px;
}

.box_lang.active ul{
  display: block;
}

.box_lang li{
  display: block;
  overflow: hidden;
}

.box_lang a{
  display: block;
  color: #000;
  height:33px;
  line-height: 33px;
  padding: 0 10px;
  background: #aaaaaa;
  transition: background .3s, color .3s;
}

.box_lang li:last-child a{
  border-radius: 0 0 4px 4px;
}

.box_lang ul a:hover{
  background-color: #e30200;
  color: #fff;
}

/**TOP SEARCH FORM**/
.searchtop_form{
  opacity: 0;
  max-width: 800px;
  padding:  41px 15px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
  transition: transform .3s, opacity .3s;
}

.searchactive .searchtop_form{
  opacity: 1;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  transition: transform .6s .2s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity .5s .2s;
}

.searchtop_form input[type="text"]{
  background: #f1f1f1;
  border:3px solid #808080;
  display: block;
  padding: 15px 35px 15px 15px;
  box-shadow: none;
  font-size: 16px;
  font-weight: normal;
  display: block;
  width: 100%;
  outline: none;
  transition: box-shadow .3s;
  border-radius: 4px;
}

.searchtop_form input[type="text"]:focus{
  box-shadow: 0 0 6px rgba(0,0,0,.4);
}

.searchtop_form button{
  position: absolute;
  right: 0;
  top: 0;
  background: #808080;
  height: 100%;
  outline: none;
  border:0;
  width: 60px;
  overflow: hidden;
  outline: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  border-radius: 0 4px 4px 0;
}

/**BOX NEWSL**/
.box_nl{
  margin: 0 auto;
  color: #fff;
  max-width: 470px;
  text-align: center;
  padding: 25px 0;
}

.box_nl .title{
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  display: block;
  line-height: 1.35;
}

.box_nl .text{
  color: #c6cad2;
  line-height: 1.6;
  margin: 20px 0;
}

.box_nl button{
  position: absolute;
  right: -1px;
  top: 0;
  height: 100%;
  width: 50px;
  background: #f01e1e;
  border: 0;
  outline: none;
  padding: 0;
  overflow: hidden;
  padding: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  border-radius: 0 4px 4px 0;
  transition: background .3s;
}

.box_nl button:hover{
  background: #c70002;
}

.box_nl input{
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 100%;
  border: 0;
  padding: 11px 15px;
  color: #6a7483;
  outline: none;
  transition: box-shadow .3s;
}

.box_nl input:focus{
  box-shadow: 0 -1px 9px #000;
}

/**FORM CONTACT**/
.form_contact .inner{
  padding: 30px;
}

.form_contact h2{
  margin:0;
}

.form_contact .gridd > *:first-child ~ *{
  padding-top: 20px;
}

.wpcf7 input[type=submit]{
  width: 200px;
}

/**CONTACT PAGE**/
.page_contact{
  padding-bottom: 60px;
}

.contact_left{
  float: left;
  width: 68%;
}

.contact_right{
  float: right;
  width: 280px;
  margin-top: -5px;
}

.contact_right .half{
  float: none;
  width: auto;
}

.contact_right .half{
  float: none;
  width: auto;
}

.contact_right h2{
  margin-bottom: 7px;
}

.contact_right h2 + p{
  margin-top: 0;
}

/**MAP*/
.map_cont{
  height:450px;
  position: relative;
}

.map_cont .map{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.map_cont img{
  max-width: none;
}

/**PRODUCTS**/
.products .items{
  margin: 0 -1.5%;
}

.products .item{
  width: 33.333%;
  padding: 1.5%;
  float: left;
  text-align: center;
}

.products .item:nth-child(3n+1){
  clear: left;
}

.products .item_inner{
  padding: 50px 15px 110px 15px;
  position: relative;
}

.products .text,
.products h2{
  max-width: 210px;
  margin: 0 auto;
}

.products .desc{
  height: 12em;
  overflow: hidden;
}

.products .text{
  height: 6.4em;
  overflow: hidden;
}

.products h2{
  line-height: 1.2;
  min-height: 2.4em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.products h2>a{
color:#232c3b;
}

.products .btn_red{
  margin: 0 auto;
  width: 110px;
  display: block;
  position: absolute;
  bottom: 50px;
  left:0;
  right: 0;
  color: #fff!important
}
.products #header .btn_red{
  margin: 0;
  width: auto;
  display: inline-block;
  position: static;
  bottom: inherit;
  left:inherit;
  right: inherit;
  color: #fff!important;
}

.products .image{
  display: block;
  max-width: 196px;
  height: 156px;
  margin: 0 auto;
}

.products .item img{
  display: block;
  margin: 0 auto;
  position: relative;
}

/**PROJECTS**/
.projects .items > .item + .item{
  margin-top: 20px;
}

.projects .item_inner{
  position: relative;
  min-height: 470px;
}

.projects .image{
  position: absolute;
  left: 270px;
  top: 28px;
  right: 0px;
  bottom: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  z-index: 3;
}

/*
.projects .image{
  position: absolute;
  left: 270px;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
*/

.projects .item_inner{
  padding-bottom: 80px;
}

.projects .desc{
  padding: 25px 30px 0 30px;
  width: 270px;
}

.projects .social{
  position: absolute;
  left: 3px;
  bottom: 0;
}

.projects .item h2,
.projects .item p{
  margin: 0;
}

.projects .item h2{
  line-height: 1.2;
  padding-bottom: 10px;
  color: #232c3b;
}

.search .projects .social { display:none; }
.search .projects .item_inner { min-height:inherit; padding-bottom:0; }
.search .projects .desc { width:100%; padding-bottom:25px; }
.search .projects .image { display:none; top:0; bottom:0; left:0; right:0; background:none !important; z-index:10; }

/***PAGER**/
.pager{
  position: relative;
  display: inline-block;
  padding: 0 40px;
  white-space: nowrap;
}

.pager a{
  display: inline-block;
  min-width: 19px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 15px;
  color: #232c3b;
  padding: 0 5px 0 5px;
  transition: background .3s, color .3s;
}

.pager a:hover,
.pager a.active{
  background: #f01e1e;
  color: #fff;
}

.pager .next{
  position: absolute;
  right: 0;
  color: #f01e1e;
  font-size: 13px;
  top: 1px;
}

.pager .prev{
  position: absolute;
  left: 0;
  color: #f01e1e;
  font-size: 13px;
  top: 1px;
}

.pager .next:hover,
.pager .prev:hover{
  background: none;
  color: #f01e1e
}

/***SLICK ***/
.slick-list{
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  outline: none
}

.slick-track{
  height: 100%;
  outline: none
}

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after{
  display: table;
  content: '';
}

.slick-track:after{
  clear: both;
}

/**SLIDER**/
.slider_cont{
  background-image: url(../layout/slide2.jpg);
  background-color: #000;
  width: 100%;
  position: relative;
  z-index: 1;
}

.slider_cont.cont2{
  background: #fff;
}

.slider_cont_inner{
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 48px;
}

.slider{
}

.slider .item{
  width: 100%;
  float: left;
  overflow: hidden;
  display: none;
  color: #fff;
}

.slider > .item:first-child,
.slider .slick-list .item{
  display: block;
}

.slider .slick-list{
  height: 410px!important;
}

.slider > .item:first-child .inner{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slider .inner{
  margin: 0 auto;
  display: table;
  width: 100%;
  height: 550px;
  max-width: 740px;
  padding: 5px 60px;
  text-align: center;
  opacity:0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  transition: opacity .2s, transform 0s .2s;
}

.cont2 .slider .inner{
  max-width: none;
  height: 450px;
}

.slider .slick-active .inner{
  opacity:1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity .2s .35s, transform .3s .35s;
}

.slider .inner_cell{
  display: table-cell;
  vertical-align: middle;
}

.cont2 .slider .inner_cell{
  width: 600px;
  text-align: left;
  padding-left: 15px;
}

.slider .image{
  width: 42%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

.slider .image img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.slider .subtitle{
  color: #f01e1e;
  font-size: 20px;
  display: block;
}

.slider .title{
  color: #fff;
  font-size: 70px;
  display: block;
  margin: 25px 0 15px 0;
  line-height: 1;
}

.cont2 .slider .title{
  color: #232c3b;
  font-size: 62px;
}

.slider .text{
  font-size: 20px;
  color: #c3c3c3;
  margin: 0 0 20px 0;
  display: block;
}

.cont2 .slider .text{
  color: #6e6e6e;
  font-size: 17px;
}

.slider .btn_red{
  min-width: 110px;
  vertical-align: top;
  color: #fff!important;
}

.slick-dots{
  position: absolute;
  bottom: 18px;
  left:50%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
  margin-left: -100px;
  text-align: center;
}

.slick-dots li{
  display: inline-block;
  padding: 0 3px;
  height: 5px;
}

.slick-dots button{
  vertical-align: top;
  position: relative;
  border:0;
  outline: none;
  color: transparent;
  background: none;
  width: 15px;
  height: 15px;
  padding: 0;
  overflow: visible;
  display: inline-block;
  text-indent: -9999em;
}

.slick-dots button:after{
  content: '';
  position: absolute;
  width: 8px;
  top: 6px;
  left: 6px;
  background: #fff;
  height: 8px;
  transition: background .3s;
}

.cont2 .slick-dots button:after{
  background: #c3c3c3
}

.slick-dots .slick-active button:after{
  background: #f01e1e;
}

.slick-prev,
.slick-next{
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -30px;
  width: 32px;
  height: 61px;
  background: url(../layout/left.svg) top left no-repeat;
  border: 0;
  outline: none;
  opacity: .2;
  color: transparent;
  overflow: visible;
  transition: opacity .3s;
}

.cont2 .slick-prev{
  opacity: 1;
  background: url(../layout/left_red.svg) top left no-repeat;
}

.slick-next{
  background: url(../layout/right.svg) top left no-repeat;
  left: auto;
  right: 5px;
}

.cont2 .slick-next{
  opacity: 1;
  background: url(../layout/right_red.svg) top left no-repeat;
}

.slick-prev:hover,
.slick-next:hover{
  opacity: .8;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled{
  display: none !important;
}

/**BOX SEARCH**/
.box_search{
  display: inline-block;
  height: 35px;
  position: relative;
  vertical-align: top;
  margin-right: 8px;
  width: 250px;
}

.box_search input{
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 4px;
  background: #656c76;
  border: 0;
  outline: none;
  color: #000;
  padding: 8px 55px 8px 10px;
  transition: background .3s, margin .3s, width .3s;
}

.box_search input:focus{
  background: #fff;
  margin-left: -20%;
  width: 120%;
}

.box_search button{
  outline: none;
  position: absolute;
  right: 0;
  top:0;
  height: 35px;
  border-radius: 0 4px 4px 0;
  background: none;
  color: #fff;
  width: 50px;
  text-align: center;
  border: 0;
  overflow: visible;
  transition: background .3s;
}

.box_search input:focus + button{
  background: #f01e1e;
}

.box_search button:after{
  content: '';
  position: absolute;
  top:3px;
  bottom: 3px;
  width: 1px;
  left: 0;
  background: rgba(255,255,255,.4);
}

.box_search input:focus + button:after{
  display: none;
}

.box_search button:before{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: box-shadow .3s;
}

.box_search input:focus + button:before{
  box-shadow: 0 0 3px #d30000;
}



@media only screen and (max-width: 1220px) {
  .cont2 .slider .title{
    font-size: 50px;
  }
}


@media only screen and (max-width: 1000px) {
  .box_sctrl strong{
    font-size: 15px;
  }

  .box_mainbtm{
    padding: 30px 0 50px 0;
    max-width: 700px;
    margin: 0 auto;
  }

  .box_mainbtm .col2{
    width: 97%;
  }

  .box_mainbtm .col4{
    width: 47%;
    padding-top: 25px;
  }

  .box_mainitems .ico{
    text-align: center;
  }

  .contact_left{
    width: 63%;
  }

}

@media only screen and (max-width: 900px) {
  .page_content h1{
    font-size: 30px;
  }

  .breadcrumb{
    display: none;
  }

  .box_nextprev a{
    font-size: 14px;
  }

  .page_contact{
    padding-top: 40px;
    margin: 0 auto;
    max-width: 700px;
  }

  .contact_left{
    width: auto;
    float:none;
  }

  .contact_right{
    width: auto;
    float:none;
    padding-bottom: 20px;
  }

  .contact_right .half{
    width: 48%;
    float: left;
  }

  .contact_right .half + .half{
    float: right;
  }

  .map_cont{
    height: 300px;
  }
}


@media only screen and (max-width: 760px) {
  .box_nl .title{
    font-size: 20px;
  }

  .box_main3x{
    display: block;
    margin: 0 auto;
    max-width: 400px;
  }

  .box_main3x .table{
    display: block;
    margin: 0;
    border-spacing: 0;
  }

  .box_main3x .item{
    display:block;
    width: 100%;
  }

  .box_main3x .item + .item{
    margin-top: 15px;
  }

  .box_logos{
    padding: 35px 0;
  }

  .products{
    max-width: 600px;
    margin: 0 auto;
  }

  .products .item{
    width: 50%;
  }

  .products .item:nth-child(3n+1){
    clear: none;
  }

  .products .item:nth-child(2n+1){
    clear: left;
  }

  .projects{
    margin: 0 auto;
    max-width: 500px;
  }

  .projects .image{
    position: relative;
    height: 0;
    padding-bottom: 50%;
    display: block;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .projects .desc{
    margin: 0 auto;
    width: auto;
  }

  .box_sctrl .items{
    display: block;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
  }

  .box_sctrl .item{
    display: block;
    vertical-align: middle;
    width: 100%;
    border-top: 1px solid #f2f2f2
  }

  .slider .title,
  .cont2 .slider .title{
    font-size: 30px;
  }

  .slider .text,
  .slider .subtitle,
  .cont2 .slider .text,
  .cont2 .slider .subtitle{
    font-size: 15px;
  }

  .slick-prev,
  .slick-next{
    display: none !important;
  }

  .slider .inner,
  .cont2 .slider .inner{
    height: auto;
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 650px) {
  .page_content .col3{
    width: 97%;
  }

  .box_cert .items{
    padding-right: 15px;
    padding-left: 15px;
  }

  .box_cert .image{
    float:left;
    width: 90px;
  }

  .box_cert .image img{
    display:block;
    margin: 10px auto 0 auto;
    max-width: 100%;
  }

  .box_cert .text{
    padding-left: 100px;
  }

  .box_career .item{
    padding-right:0;
  }

  .tabz_menu{
    display:none;
  }

  .tabz_cont{
    padding-left:0;
  }

  .tabz_cont .tab_inner{
    height: auto;
    opacity: 1;
    max-height: none;
  }

  .tabz_cont .title{
    display: block;
  }

  .tabz_cont .tab + .tab{
    padding-top: 35px;
  }

  .cont2 .slider .inner{
    display: block;
  }

  .slider .image{
    max-width: 200px;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .cont2 .slider .inner_cell{
    display: block;
    width: auto;
    padding: 20px 0 0 0;
    text-align: center;
  }

/*
	// ACCORDEON TABZ
	.tabz.is-mobile { position:relative; padding:10px; background:#fff; z-index:10; }
	.tabz.is-mobile .tabz_cont .tab { margin-bottom:5px; padding:0; background:#f2f2f2; }
	.tabz.is-mobile .tabz_cont .tab H3.title { position:relative; padding:15px; cursor:pointer; }
	.tabz.is-mobile .tabz_cont .tab H3.title:after { content:""; position:absolute; top:50%; right:20px; margin-top:-3.5px; width:14px; height:14px; border-top:2px solid #473c32; border-left:2px solid #473c32; transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); -webkit-transition:all 500ms ease-in-out; transition:all 500ms ease-in-out; -moz-transition:all 500ms ease-in-out; -o-transition:all 500ms ease-in-out; -ms-transition:all 500ms ease-in-out; }
	.tabz.is-mobile .tabz_cont .tab.active H3.title { border-top:4px solid #f60; }
	.tabz.is-mobile .tabz_cont .tab.active H3.title:after { content:""; position:absolute; top:50%; right:20px; margin-top:-10.5px; width:14px; height:14px; border-top:2px solid #473c32; border-left:2px solid #473c32; transform:rotate(225deg); -moz-transform:rotate(225deg); -webkit-transform:rotate(225deg); -ms-transform:rotate(225deg); }
	.tabz.is-mobile .tabz_cont .tab P { display:none; padding:15px; }
	.tabz.is-mobile .tabz_cont .tab.active P { display:block; }
*/
	.tabz.is-mobile { position:relative; }
	.tabz.is-mobile .tabz_cont .tab H3.title { position:relative; }

}

@media only screen and (max-width: 600px) {
  .page_contact{
    max-width: 400px;
  }

  .contact_right .half,
  .contact_right .half + .half{
    width: auto;
    float: none;
  }

  .products{
    max-width: 350px;
  }

  .products .item{
    width: 100%;
  }

  .box_search{
    width: 135px;
  }

  .box_search input{
    padding-right: 35px;
  }

  .box_search input:focus{
    background: #fff;
    margin-left: 0;
    width: 100%;
  }

  .box_search button{
    width: 30px;
  }

  .product_prop2 .desc{
    padding: 20px 0;
    width: auto;
  }

  .product_prop2 img{
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  .page_content .col2{
    width: 97%;
  }

  .box_mainbtm .col4{
    width: 97%;
  }

  .box_mainitems{
    margin-top: 0;
  }

  .box_nextprev a{
    font-size: 13px;
  }

}


.grad_grey,
.grad_grey > *,
.grad_red,
.grad_red > *,
.grad_blue,
.grad_blue > *{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgOSAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9IiNDM0MzQzMiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
  background-position: left top;
  background-size: 9px 3px;
  background-repeat: repeat-x;
  position: relative;
}

.grad_grey > *{
  background-position: right bottom;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgOSAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjYiIGZpbGw9IiNDM0MzQzMiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
}

.grad_grey.topright > *{
  background: none
}

.grad_red{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgOSAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9IiNmMDFlMWUiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
}

.grad_red > *{
  background-position: right bottom;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgOSAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjYiIGZpbGw9IiNmMDFlMWUiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
}

.grad_blue{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgOSAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9IiMyMzJjM2IiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
}

.grad_blue > *{
  background-position: right bottom;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgOSAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjYiIGZpbGw9IiMyMzJjM2IiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
}

.grad_grey:after,
.grad_grey:before,
.grad_red:after,
.grad_red:before,
.grad_blue:after,
.grad_blue:before{
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMyA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzIDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHk9IjYiIGZpbGw9IiNDM0MzQzMiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
  background-position: left bottom;
  background-size: 3px 9px;
  background-repeat: repeat-y;
}

.grad_grey.topright:before{
  display: none;
}

.grad_blue:before{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMyA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzIDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHk9IjYiIGZpbGw9IiMyMzJjM2IiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
}

.grad_red:before{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMyA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzIDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHk9IjYiIGZpbGw9IiNmMDFlMWUiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
}

.grad_grey:after,
.grad_red:after,
.grad_blue:after{
  left: auto;
  right: 0;
  background-position: left top;
}

.grad_grey:after{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMyA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzIDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9IiNDM0MzQzMiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
}

.grad_red:after{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMyA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzIDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9IiNmMDFlMWUiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
}

.grad_blue:after{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMyA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzIDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9IiMyMzJjM2IiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=);
}

/* mrag cutom css adds */

#mc_embed_signup_scroll{
      position: relative;
}

.btn_cont_product_sheet {
	padding-bottom: 36px;
	text-align: center;
}

.loopImgContainer{
}

.loopImgContainer img{
margin: 16px 0 36px 24px;
}

@media only screen and (max-width: 600px) {
	.loopImgContainer img{
	margin: 10px 0;
	}
}

/* contacts and newsletters */

.box_nl input[type="submit"]{
      position: absolute;
      top: 0;
      right: 0;
      width: 55px;
      height: 41px;
      margin: 0;
      background-color: #f01e1e;
      border-radius: 0 4px 4px 0;
}

.box_nl input[type="email"]{
      position: relative;
}

#inputButton i{
      position: absolute;
      top: 9px;
      right: 22px;
      width: 16px;
      height: 16px;
      cursor: pointer;
      font-size: 1.666em;
}

.form-error{
	color: #f01e1e;
}

.form-success{
	color: rgb(0, 157, 72);
}

.box_nl input[type="submit"] {
    background-color: #f01e1e;
    border-radius: 0 4px 4px 0;
    width: 55px;
    height: 42px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    
}

#newsletter-mail-icon{
      position: absolute;
      top: 12px;
      right: 14px;
      width: 26px;
      height: auto;
      cursor: pointer;
}

#contactFormResult{
      padding: 22px 0;
      margin: 0 22px;
      text-align: center;
}

