@font-face {
	font-family: HelveticaNeue;
	font-weight: 200;
	src: url("fonts/HelveticaNeue.woff");
}
@font-face {
	font-family: HelveticaNeue;
	font-weight: 500;
	src: url("fonts/HelveticaNeueMedium.woff");
}
@font-face {
	font-family: HelveticaNeue;
	font-weight: 700;
	src: url("fonts/HelveticaNeueBold.woff");
}
body, html {
    height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.43em;
	font-weight: 200;
	height: 100%;
	font-family: 'HelveticaNeue';
	color: #666;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
}
body a, a:link, a:visited {
	text-decoration: none;
	border:none;
    outline:none;
    -webkit-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
  	color: #666;
}
body img {
	border: none;
	margin: 0;
	padding: 0;
    max-width:100%;
}
body input:focus, select:focus, textarea:focus{
	outline: 0;
}
body hr{
	border: none;
    width: 100px;
    height: 7px;
    background: #feb600;
    margin-top: -4px;
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
}
body h1 {
	font-family: 'HelveticaNeue';
	font-weight: 700;
	line-height: 1em;
	font-size: 2.75em;
	margin: 0;
	color: #222;
	border-bottom: 1px solid #e0d8d4;
	display: inline-block;
	padding: 20px 0 40px 0;
    letter-spacing: -.05em;
}
body h2 {
	font-family: 'HelveticaNeue';
	font-weight: 700;
	line-height: 1em;
	font-size: 1.43em;
	margin: 0;
	color: #222;
    letter-spacing: -.05em;
}

.header{
	width: 100%;
	display: table;
	position: fixed;
	top: 0 !important;
	z-index: 50;
}
.family{
	width: 100%;
	display: none;
	background: #F6F6F6;
	position: relative;
	z-index: 100;
 box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.4);
}
.family-main{
	width: 960px;
	display: table;
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
	text-align: center;
}
.family-segments, .family-companies{
	list-style: none;
	margin: 0;
	padding: 30px 0px 0px 0px;
	display: inline-block;
	margin: 0 auto;
}
.family-companies{
	padding: 0;
	width: 100%;
}
.family-segments li{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.family-segments li a{
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
}
.family-segments li a:hover{
	color: #feb600;
}
.family-companies li{
	float: left;
	width: 50%;
	height: 220px;
	position: relative;
}
.family-companies li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.family-companies li a img{
	height: auto;
	width: 100%;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.nav{
	width: 100%;
	display: table;
	background: #FFF;
 box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.4);
}
.nav-main{
	width: 100%;
	margin: 0 auto;
	height: 75px;
    text-align:right;
}
.logo{
    float: left;
    height: 45px;
    display:inline-block;
    vertical-align:top;
    margin: 16px 0 16px 16px;
}
.logo img{
	height: 100%;
	width: auto;
}
.nav-options{
	height: 36px;
	width: 827px;
	float: right;
	overflow: hidden;
	display: none;
}
.nav-options a:hover{
	color: #feb600;
}
.nav-toggle{
	width: 226px;
	height: 36px;
	background: url("images/toggle-bg.png");
	display: block;
	float: right;
	position: relative;
	z-index: 150;
}
.nav-request, .nav-region{
	float: right;
	font-size: 0.75em;
	display: block;
	margin: 8px 30px 8px 30px;
}
.nav-region{
	text-transform: uppercase;
	font-size: 0.75em;
}
.nav-region img{
	float: left;
}
.nav-search{
	float: right;
	margin: 8px 30px 8px 30px;
	height: 20px;
	display: block;
}
.nav-search input{
	margin: 0;
	padding: 0;
	border: none;
	font-family: 'HelveticaNeue';
	color: #666;
	font-weight: 200;
	line-height: 20px;
	font-size: 0.75em;
	width: 90px;
	float: left;
}
.nav-search input[type="submit"]{
	width: 20px;
	height: 20px;
	background: url("images/search.png");
	cursor: pointer;
}
.navigation{
	height: 24px;
	max-width: 827px;
	display: none;
	float: right;
	margin: 35px 0px 35px 0px;
}
.navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.navigation ul li{
	float: left;
	display: block;
}
.navigation ul li a{
	font-size: 0.9em;
	line-height: 24px;
	text-transform: uppercase;
	margin-left: 20px;
	color: #333;
	display: block;
	padding-right: 12px;
	background: url("images/drop.png") no-repeat right;
}
.navigation ul li a:hover{
	color: #feb600;
}
.navigation ul li a img{
	width: 12px;
	height: 24px;
}
.navigation ul li ul{
	position: absolute;
	margin-left: 15px;
	width: 220px;
	border-top: 4px solid #feb600;
 box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.4);
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.navigation ul li:hover ul{
    opacity: 1;
    visibility: visible;
}
.navigation ul li ul li{
	width: 220px;
	display: block;
}
.navigation ul li ul li a{
	width: 200px;
	display: block;
	padding: 10px;
	margin: 0;
	font-size: 0.9em;
	line-height: 20px;
	text-transform: capitalize;
	background: none;
}
.navigation ul li ul li a:hover{
	background: #feb600;
	color: #FFF;
}
.navigation ul li ul li ul{
	position: absolute;
	margin-left: 220px;
	margin-top: -40px;
	border: none;
	opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.navigation ul li ul li:hover ul{
	opacity: 1 !important;
    visibility: visible !important;
}

.footer-request{
	width: 100%;
	display: table;
	padding: 100px 0px 100px 0px;
	background: #F5F5F5;
}
.footer-request-main{
	width: 90%;
	display: table;
	margin: 0 auto;
	text-align: center;
	font-size: 1.71em;
	line-height: 30px;
	color: #333;
}
.footer-request-main a.ftbutton{
	width: 200px;
	height: 46px;
	line-height: 46px;
	border: 2px solid #feb500;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 1em;
	font-weight: 700;
	color: #feb500;
	border-radius: 4px;
}
.footer-request-main a.ftbutton:hover{
	background: #feb500;
	color: #FFF;
}
.footer{
	width: 100%;
	display: table;
	padding: 50px 0px 50px 0px;
	font-size: 0.95em;
}
.footer-main{
	width: 90%;
	display: table;
	margin: 0 auto;
	text-align: center;
}
.footer-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
	text-align: left;
}
.footer-main-list{
	margin-bottom: 100px !important;
}
.footer-main ul a:hover {
	color: #feb600;
}
.footer-main >a {
	color: #530a20;
	font-weight: 500;
}
.footer-main ul li{
	width: 240px;
	margin-bottom: 20px;
}
.footer-main ul li a{
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
.footer-main ul li ul li{
	margin-bottom: 0px;
}
.footer-main ul li ul li a{
	font-weight: 200;
	color: #666;
	text-transform: none;
}
.footer-column{
	width: 240px;
	float: left;
}
.modal-box {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 100%;
    width:100vw;
	top: 78px !important;
}
.modal-overlay {
  	opacity: 0;
  	filter: alpha(opacity=0);
 	position: fixed;
	top: 0;
 	left: 0;
  	z-index: 900;
  	width: 100%;
  	height: 100%;
  	background: rgba(0,0,0,0.3) url("images/map-bg.png") repeat;
}
div#versions{
	background: black;
	top:0px !important;
	padding-top:100px;
	height: 100%;
}
.versions-main{
	width: 100%;
	display: table;
	background: url("images/map6.png") no-repeat;
	padding-top: 50px;
	margin: 0 auto;
	min-height: 500px;
}
.versions-main h2{
	text-align: center;
	color: #FFF;
}
.versions-international{
	width: 100%;
	display: table;
	margin:0 auto;
	float: left;
	text-align: center;
	font-size: 1.43em;
}
.versions-americas h2, .versions-international h2{
	text-align: left;
	color: #feb500;
	text-align: center;
	font-size: 1em;
	margin: 0 0 20px 0;
}
.versions-main ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	display: table;
	padding-bottom: 100px;
}
.versions-main ul li{
	height: 30px;
	line-height: 30px;
	width: 100%;
	color: #FFF;
	font-weight: 700;
}
.versions-main ul li a{
	color: #FFF;
	font-weight: 200;
	text-transform: uppercase;
}
.versions-main ul li a:hover{
	color: #feb500;
}
.versions-close{
	width: 80px;
	height: 80px;
	position: fixed;
	top: 0;
	right: 0;
	background: #feb500;
}
.versions-close:hover{
	background: #feb900;
}

.content{
	padding-top: 78px;
	width: 100%;
	display: table;
}
.content-main{
	padding: 30px 0 100px 0;
	width: 90%;
	margin: 0 auto;
	display: table;
}
.home-slider{
	width: 100%;
	height: 580px;
	overflow: hidden;
	position: relative;
}
.home-slider .caroufredsel_wrapper{
	width: 100% !important;
	height: 100% !important;
}
.home-slider .prev{
	position: absolute;
	top: 55%;
    width: 30px;
    height: 50px;
	z-index: 2;
	cursor: pointer;
	background: url("images/slp.png") rgba(0,0,0, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
  	background-size: cover;
}
.home-slider .prev:hover{
	background: url("images/slp.png") rgba(0,0,0, 0.7);
  	background-size: cover;
}
.home-slider .next{
	position: absolute;
	top: 55%;
	right: 0;
    width: 30px;
    height: 50px;
	z-index: 2;
	background: url("images/sln.png") rgba(0,0,0, 0.3);
	cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
  	background-size: cover;
}
.home-slider .next:hover{
	background: url("images/sln.png") rgba(0,0,0, 0.7);
  	background-size: cover;
}
.home-slider:hover .prev, .home-slider:hover .next{
	opacity: 1;
	visibility: visible;
}
.home-slider-main{
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	position: absolute;
}
.home-slider-item{
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	position: relative;
	background-size: cover !important;
	background-position: center !important
}
.home-slider-tag{
	padding: 23% 0 0 0;
	width: 90%;
	margin: 0 auto;
}
.home-slider-tag-main{
	width: 100%;
	padding: 5%;
	background: #feb600;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  	color: #FFF;
}
.home-slider-tag-main a{
	display: block;
	margin: 20px 0 0 0;
	font-weight: 700;
	color: #FFF;
	width: 40%;
}
.home-slider-tag-main h1{
	color: #FFF;
	border: none;
	padding: 0;
    margin-bottom:10px;
	font-size: 2em;
	display: block;
}
.home-slider-tag-main a:hover{
	color: #530a20;
}
.home-intro{
	width: 100%;
	padding: 100px 0px 100px 0px;
	display: table;
	position: relative;
	text-align: center;
	padding: 0 50px;
}

#product__page .home-intro {
  text-align: left;
}

#product__page .home_intro_right {
  text-align: right;
}

.home-intro.home-01, .home-intro.home-02{
padding:0 0 50px 0 !important;
}
.home-intro.home-01 .home-intro-main .home_intro_left{
	width: 47%;
	float: left;
	text-align: left;
	padding-left: 20px;
}
.home-intro.home-01 .home-intro-main .home_intro_right{
	width: 47%;
	float: right;
	height: auto;
	padding-right: 20px;
}
.home-intro-main{
	width:100%;
	margin: 0 auto;
	display: block;

}
.home-intro-main h2{
	margin:-20px 0 40px;
}

.home-intro-left, .home-intro-center, .home-intro-right{
	width: 100%;
	display: block;
	margin-top: 50px;
	float: left;
	text-align: left;
	margin: 30px 0 0 0;
}
.home-intro-center{

}
.home-intro-left img, .home-intro-center img, .home-intro-right img{
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
	height: auto;
}
.home-carousel{
	height: 560px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home-carousel .caroufredsel_wrapper{
	width: 100% !important;
	height: 100% !important;
}
.home-carousel-main{
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	position: absolute;
}
.home-carousel-item{
	width: 50%;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
}
.home-carousel-item img{
	height: 100%;
	width: auto;
}
.hp-scroll{
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 3%;
	display: block;
	z-index: 2;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: url(images/scroll.png);
    opacity: 0.9;
}
.hp-scroll:hover{
	opacity: 1;
}
@-webkit-keyframes example {
    0%   {-webkit-transform: translateY(0px);transform: translateY(0px)}
    50%  {-webkit-transform: translateY(-20px);transform: translateY(-20px)}
    100% {-webkit-transform: translateY(4px);transform: translateY(4px)}
}
@keyframes example {
    0%   {-webkit-transform: translateY(0px);transform: translateY(0px)}
    50%  {-webkit-transform: translateY(-20px);transform: translateY(-20px)}
    100% {-webkit-transform: translateY(4px);transform: translateY(4px)}
}
.hp-scroll{
	display: none;
	-webkit-animation-name: example;
	animation-name: example;
  	-webkit-animation-duration: 1.5s;
  	animation-duration: 1.5s;
  	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
}
.prevc{
	width: 90px;
	height: 90px;
	position: absolute;
	display: block;
	background: url("images/prevc.png");
	top: 40%;
	left: 0;
	z-index: 10;
	display: block;
	cursor: pointer;
	background-size: cover !important;
}
.nextc{
	width: 90px;
	height: 90px;
	position: absolute;
	display: block;
	background: url("images/nextc.png");
	top: 40%;
	right: 0;
	z-index: 10;
	display: block;
	cursor: pointer;
	background-size: cover !important;
}
.home-carousel-tag{
	width: 300px;
	height: 300px;
	position: absolute;
	background: url("images/tag-bg.png") repeat;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
  	display: none;
}
.home-carousel-tag-main{
	width: 120px;
	height: 50px;
	background: #FFF;
	margin: 70px;
	border-radius: 80px;
	text-align: center;
	font-weight: 700;
	padding: 50px 20px 60px 20px;
	overflow: hidden;
}
.home-carousel-item:hover .home-carousel-tag{
	visibility: visible;
	opacity: 1;
}
.home-safety{
	width: 100%;
	padding: 70px 0px 30px 0px;
	background-size: cover !important;
}
.home-safety-main{
	width: 70%;
	margin: 0 auto;
	display: table;
}
.home-safety-text{
	width: 100%;
	display: table;
	color: #FFF !important;
}
.home-safety-text h1{
	color: #FFF !important;
}
.home-safety-text hr{
	background: #FFF !important;
}
.home-safety-text a{
	width: 100%;
    height: 47px;
    line-height: 47px;
    border: 2px solid #FFF;
    border-radius: 4px;
    display: block;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-top: 21px;
}
.home-safety-text a:hover{
    background: #feb500;
    border: 2px solid #feb500;
    color: #FFF;
}
.breadcrumb{
	width: 960px;
	padding: 10px 0 10px 0;
	font-size: 0.85em;
	margin-bottom: 20px;
	display: none;
}
.breadcrumb ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
}
.breadcrumb ul li{
	float: left;
	font-weight: 200;
}
.breadcrumb ul li a{
	color: #feb600;
}
.breadcrumb ul li a:hover{
	text-decoration: underline;
}
.products-ul{
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
	border-top: 1px solid #E0E0E0;
	margin-top: 30px;
	list-style-position: inside;
	list-style-image: url("images/bp.png");
}
.products-ul li{
	width: 100%;
	line-height: 30px;
	font-size: 1.43em;
	font-weight: 700;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #E0E0E0;
	-webkit-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.products-ul li:hover{
	background: #E7EFF3;
}
.products-ul li a{
	color: #222;
}
.products-ul li img{
	float: left;
}
.products-ul li a:hover{
	color: #feb500;
}
.product-content{
	width: 690px;
	display: table;
	float: left;
}
.product-image{
	width: 690px;
	display: table;
	margin: 30px 0 30px 0;
}
.product-image img{
	width: 690px;
	height: auto;
}
.product-image-cont{
	width: 100% !important;
	height: 450px !important;
    position: relative;
    overflow: hidden;
}
.product-image-cont img{
	width: auto !important;
	height: 100% !important;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.product-content h2{
	color: #feb600;
}
.product-content strong{
	color: #222;
}
.product-content ul{
}
.product-content td{
	background: #E7E7E7;
	text-align: center;
	padding: 10px;
	color: #333;
}
.product-tabs {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    border-bottom: 1px solid #E0E0E0;
}
.product-tab{
	width: 49.5%;
    float: left;
    margin: 4px 2px 0 2px;
    cursor: pointer;
    text-align: center;
    background: #F5F5F5;
    height: 120px;
    line-height: 120px;
    font-weight: 700;
    color: #000;
    letter-spacing: -.05em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0.8em;
}
.product-tab:hover, .product-tab.current{
	background: #feb500;
	color: #FFF;
}
.product-tab-cont{
	width: 100%;
    padding: 40px 0 40px 0;
    display: none;
}
.product-tab-cont iframe{
	width: 100% !important;
	height: 400px !important;
}
.product-tab-cont table{
	width: 100% !important;
}
.product-tab-cont table td{
	background: #E7E7E7;
    text-align: center;
    padding: 10px;
    color: #333;
    font-size: 0.9em;
}
.product-tab-cont.current{
	display: inherit;
}
.product-contact{
	width: 200px;
	padding: 20px;
	display: table;
	float: right;
	background: #F5F5F5;
}
.product-contact h1{
	font-size: 1em;
	margin: 0 0 10px 0;
	line-height: 20px;
}
.product-contact a{
	height: 50px;
	line-height: 50px;
	display: block;
	width: 200px;
	text-align: center;
	background: #feb500;
	margin-top: 10px;
	color: #F5F5F5;
	font-weight: 700;
	border-radius: 4px;
}
.product-contact a:hover{
	background: #feb600;
}
.internal-content{
	width: 100%;
	display: table;
	float: left;
}
.internal-menu{
	width: 250px;
	float: right;
	display: none;
	border-top: 1px solid #E0E0E0;
	margin-top: 10px;
}
.internal-menu ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	width: 250px;
	list-style: none;
}
.internal-menu ul li{
	width: 250px;
	border-bottom: 1px solid #E0E0E0;
}
.internal-menu ul li a{
	padding: 15px;
	display: inline-block;
	font-size: 0.9em;

}
.internal-menu ul li a::before{
	content: "+ ";
}
.internal-menu ul li.current_page_item a, .internal-menu ul li.current_page_parent a{
	color: #feb500;
	font-weight: 700;
}
.internal-menu ul li:hover a{
	color: #feb500;
}
.internal-menu ul li ul{
	display: none;
}
.internal-menu ul li.current_page_item ul, .internal-menu ul li.current_page_parent ul{
	display: block;
}
.internal-menu ul li ul li{
	width: 235px;
	margin-left: 15px;
	border-top: 1px solid #E0E0E0;
	border-bottom: none;
}
.internal-menu ul li ul li a{
	color: #999 !important;
	font-weight: 200 !important;
}
.internal-menu ul li ul li.current_page_item a{
	color: #feb500 !important;
	font-weight: 700 !important;
}
.internal-menu ul li ul li:hover a{
	color: #feb500 !important;
}
.internal-image{
	width: 100%;
	display: table;
	margin: 10px 0 30px 0;
}
.internal-image img{
	width: 100%;
	height: auto;
}
.internal-content strong{
	color: #222;
}
.internal-content a{
	color: #feb500;
	text-decoration: underline;
}
.contact-right{
	width: 90% !important;
	padding: 5%;
	display: table;
	float: right;
	background: #F5F5F5;
}
.contact-right strong{
	color: #222;
}
.contact-right a{
	color: #feb600;
	text-decoration: underline;
}
.news-time{
	color: #999;
	width: 100%;
	margin-bottom: 10px;
}
.wall-item{
	width: 216px;
	height: 216px;
	overflow: hidden;
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.wall-item-image{
	width: 216px;
	height: 216px;
	position: relative;
}
.wall-item-image img{
	height: 100%;
    width: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.wall-item-cover{
	width: 186px;
	height: 146px;
	padding: 70px 15px 0 15px;
	background: url("images/case-bg.png") repeat;
	position: absolute;
	top: 0;
	visibility: hidden;
	opacity: 0;
	color: #FFF;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.wall-item-cover strong{
	font-size: 1.71em;
	line-height: 30px;
	color: #FFF;
	display: block;
}
.wall-item:hover .wall-item-cover{
	visibility: visible;
	opacity: 1;
}
.news-item{
	width: 100%;
	display: table;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E0E0E0;
}
.news-link{
	font-weight: 700;
	font-size: 1.43em;
	line-height: 30px;
	text-decoration: none !important;
	text-transform: uppercase;
}
.news-link:hover{
	color: #feb500;
}
.news-item .news-time{
	margin-bottom: 20px;
}
.accordion{
	width: 100%;
	display: table;
	border-top: 1px solid #E0E0E0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordion li{
	border-bottom: 1px solid #E0E0E0;
}
.accordion-title{
	font-weight: 700;
	color: #222;
	font-size: 1.25em;
	line-height: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	cursor: pointer;
}
.accordion-content{
	width: 100%;
	padding-bottom: 20px;
	display: none;
}
.accordion-content td{
	background: #F4F4F4;
	text-align: center;
	padding: 10px;
}
.accordion-content li{
	border: none;
}
.cleft{
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 50px;
}
.cright{
	width: 100%;
	display: block;
	float: right;
	margin-bottom: 50px;
}
.ccenter{
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 50px;
}
.cleft label, .cright label, .ccenter label{
	width: 100%;
	display: block;
	line-height: 70px;
}
.cleft input, .cright input{
	width: 97%;
	padding-left: 3%;
	height: 100px;
	line-height: 100px;
	border: 1px solid #E0E0E0;
	font-size: 1em;
	font-weight: 200;
	font-family: 'HelveticaNeue';
	color: #888;
}
.cleft select, .cright select{
	width: 100%;
	padding-left: 3%;
	height: 100px;
	line-height: 100px;
	border: 1px solid #E0E0E0;
	font-size: 1em;
	font-weight: 200;
	font-family: 'HelveticaNeue';
	color: #888;
	background: #FFF;
}
.ccenter textarea{
	max-width: 96%;
	max-height: 200px;
	min-width: 96%;
	min-height: 40px;
	padding: 2%;
	line-height: 20px;
	border: 1px solid #E0E0E0;
	font-size: 1em;
	font-weight: 200;
	font-family: 'HelveticaNeue';
	color: #888;
}
.ccenter input[type="submit"]{
	width: 100%;
	border: none;
	height: 120px;
	padding: 0;
	margin: 0;
	background: #feb500;
	color: #FFF;
	font-size: 1em;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
}
.screen-reader-response, .wpcf7-not-valid-tip{
	color: #FF0000;
}
.screen-reader-response ul, .wpcf7-response-output{
	display: none !important;
}
.search-content{
	width: 100%;
	display: table;
}
.search-list{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
.search-item{
	width: 100%;
	display: table;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E0E0E0;
}
.search-title{
	color: #feb500 !important;
	font-size: 1.43em;
	line-height: 30px;
	font-weight: 700;
}
.search-title:hover{
	color: #feb500 !important;
}
.promo{
	width: 150px;
	display: table;
	background: #000;
	position: fixed;
	z-index: 100;
	bottom: 10px;
	right: 10px;
	padding: 15px;
	text-align: center;
	color: #FFF;
	background: url("images/pr-bg.png") repeat;
	font-size: 0.85em;
	display: none;
}
.promo h2{
	color: #FFF;
	font-size: 1.14em;
	line-height: 20px;
}
.promo a{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin-top: 15px;
	background: #feb600;
	font-weight: 700;
	color: #FFF;
	border-radius: 4px;
}
.promo a:hover{
	background: #feb600;
}

.h1-tit{
	display: inline-block;
}
.int-tit{
	display: table;
	width: 100%;
}
.int-tit h1{
	display: block;
}
.int-tit hr{
	float: left;
}

.action {
    color: #530a20 !important;
    font-weight: 700;
    display: block;
    margin: 20px 0 0 0;
}
.action:hover {
	color: #feb500 !important;
}
.action-news, .home-ev-inf h3 a {
	color: #3c3c3c !important;
	font-weight: 700;
	display: block;
	margin: 20px 0 0 0;
}
.home-news{
	width: 100%;
	padding: 50px 0 50px 0;
	display: table;
	background-image: url('./images/news-back2.jpg');
}
.home-news-cont{
	width: 90%;
	margin: 0 auto;
	display: table;
}
.home-news-lf{
	width: 58%;
	float: left;
	display: table;
}
.home-news-rg{
	width: 38%;
	float: right;
	display: table;
}
.home-news h1{
	display: block;
	font-size: 2em;
	padding: 0 0 20px 0;
}
.home-news hr{
	float: left;
    margin-bottom: 30px;
}
.home-newsroom{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	display: table;
}
.home-newsroom li{
	width: 100%;
	padding: 0 0 50px 0;
	margin: 0 0 50px 0;
	border-bottom: 1px solid #EFEFEF;
	display: table;
}
.home-news-img{
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
	display: block;
	position: relative;
}
.home-news-img img{
	width: auto;
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	background-color: white;
}
.home-news-text{
	width: 60%;
	float: right;
}
.home-news-inf{
	display: table;
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 100%;
	font-size: 0.9em;
}
.home-news-inf h3{
	margin: 0 0 10px 0;
}
.home-news-inf h3 a{
	color: #3c3c3c;
}
.home-news-inf h3 a:hover{
	color: #feb500;
}
.home-news-inf span{
	display: block;
	margin: 0 0 10px 0;
	color: #AAAAAA;
}
.home-news-text .action{
	margin: 0;
}
.home-events{
	list-style: none;
	margin: 0;
	width: 100%;
	display: table;
	padding: 0;
}
.home-events li{
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #EFEFEF;
	display: table;
}
.home-ev-img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	position: relative;
	display: block;
}
.home-ev-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.home-ev-inf{
	width: 60%;
	display: table;
	float: right;
	font-size: 0.9em;
}
.home-ev-inf h3{
	margin: 0 0 10px 0;
}
.home-ev-inf h3 a{
	color: #3c3c3c !important;
	font-weight: 700;
	display: block;
	margin: 20px 0 0 0;
}
.home-news-text a:hover {
	color: white !important;
}
.list-full{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
.list-full-it{
	float: left;
	display: table;
	width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #ECECEC;
    padding: 5%;
    overflow: hidden;
}
.list-full-it.even{
	border-right: none;
}
.rem-bord{
	width: 100%;
	height: 1px;
	background: #FFF;
	margin-top: -1px;
	position: relative;
}
.list-full-it-img{
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
	display: block;
}
.list-full-it-img img{
	width: auto;
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.eq-it-inf{
   	display: table;
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px 0;
	font-size: 0.9em;
}
.eq-it-inf h3 a{
	color: #000;
}
.eq-it-inf h3 a:hover{
	color: #feb500;
}

.left-col{
	width: 220px;
	margin: 0 0 0 0;
	float: right;
}
.eq-filt{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
	border-top: 1px solid #E0E0E0;
}
.eq-filt li{
	font-size: 0.9em;
	display: block;
	border-bottom: 1px solid #E0E0E0;
}
.eq-filt li a{
	padding: 15px 15px 15px 15px;
	display: block;
	color: #666666;
}
.eq-filt li a:hover{
	color: #feb600;
}
.eq-filt li a::before{
	content: "+ ";
}
.eq-filt li ul{
	list-style: none;
	margin: 0;
	padding: 0 0 10px 25px;
	width: 100%;
	display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.eq-filt li ul li{
	font-size: 0.8em;
	display: block;
	border-bottom: none;
}
.eq-filt li ul li a{
	padding: 5px 0 5px 0;
}
.eq-filt li ul li a::before{
	content: "";
}
.eq-filt li ul li a:hover{
	color: #666666;
	text-decoration: underline;
	font-weight: 300;
}
.eq-list{
	width: 100%;
	display: table;
	float: left;
}
.list-int {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}
.list-int-it {
	float: none;
	display: inline-block;
	width: 32%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	height: auto;
	overflow: hidden;
}
.list-int-it.even{
	border-right: none;
}
.list-int-it-img{
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    display: block;
}
.list-int-it-img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.eq-prod-inf {
    display: table;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
    font-size: 0.9em;
}
.eq-prod-inf h3 a{
	color: #000;
}
.eq-prod-inf h3 a:hover{
	color: #feb600;
}
.prod-lf {
    width: 100%;
    padding: 0 0 0 0;
    display: table;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.prod-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
}
.prod-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.prod-det {
    width: 100%;
    display: table;
}
.prod-det .internal-content{
	width: 100% !important;
}
.prod-rg {
    width: 100%;
    padding: 0 0 0 0;
    display: table;
    float: left;
}
.prod-rep {
    width: 100%;
    display: table;
    padding: 5%;
    background: #F5F5F5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 40px 0;
}
.prod-rep h3 {
    border-bottom: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 1.25em;
    line-height: 1em;
    letter-spacing: -.05em;
    color: #000;
}
.prod-rg h3 {
    padding: 0 0 10px 0;
    font-size: 1.25em;
    line-height: 1em;
    letter-spacing: -.05em;
    color: #000;
    margin: 0 0 0 0;
}
.prod-bro, .prod-vid {
    width: 100%;
    display: table;
    margin: 0 0 20px 0;
}
.prod-li {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
}
.prod-li li {
    display: table;
    width: 100%;
    margin: 0 0 40px 0;
}
.prod-li li .action{
	margin: 0 0 0 0;
}
.prod-vid iframe{
	width: 100% !important;
	height: 300px !important;
}
.segm-image{
	width: 100%;
	margin: 10px 0 30px 0;
	display: table;
}
.segm-image img {
	width: auto;
	height: 100%;
}
.segm-prod{
	display: table;
	width: 100%;
}
.segm-prod-tit{
	text-align: center;
	display: table;
	width: 100%;
}
.eve-list{
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
}
.eve-list-it{
	float: left;
    display: table;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5%;
    display: table;
    overflow: hidden;
}
.eve-list-it.even{
	border-right: none;
}
.eve-img{
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}
.eve-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.eve-inf{
    display: table;
	width: 100%;
	overflow: hidden;
	float: right;
	font-size: 0.9em;
}
.eve-inf h3{
	letter-spacing: -.05em;
    color: #000;
    font-size: 1.5em;
    line-height: 1em;
}
.list-res{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}
.list-res-it{
	width: 100%;
	display: table;
	margin: 0 0 70px 0;
	padding: 0 0 70px 0;
}
.list-res-it-img{
	width: 100%;
	height: 200px;
	overflow: hidden;
	float: left;
	position: relative;
	display: block;
	margin: 0 0 30px 0;
}
.list-res-it-img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.list-res-inf{
	width: 100%;
	float: right;
	display: table;
}
.list-res-inf h2{
	margin: 0 0 20px 0;
	font-size: 1.75em;
}
.list-res-inf h2 a{
	color: #000;
}
.list-res-inf h2 a:hover{
	color: #feb500 !important;
}
.list-res-inf span{
	display: block;
	color: #999;
}
.prod-li-rg{
	width: 80px;
	float: left;
	display: block;
}
.prod-li-rg img{
	width: 100%;
	height: auto;
}
.prod-li-lf{
	width: 220px;
	display: table;
	float: right;
	font-size: 0.9em;
}




.assoc{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
.ass-ite{
	width: 100%;
	display: table;
	margin: 0 0 60px 0;
	padding: 0 0 60px 0;
	border-bottom: 1px solid #E0E0E0;
}
.ass-ite-img{
	width: 35%;
	display: table;
	float: left;
}
.ass-ite-img img{
	width: 100%;
	height: auto;
}
.ass-ite-inf{
	width: 62.5%;
	display: table;
	float: right;
}
.ass-ite-inf h3{
	margin-top: 0;
	color: #000;
}


.accordion-content table{
	width: 100% !important;
}
.news-more{
	display: none;
}

.menu{
    width: 75px;
    height: 75px;
    display:inline-block;
    vertical-align:top;
	/*float: right;*/
	background: url("images/mmenu.png");
	background-size: cover;
	cursor: pointer;
}
.mob-region{
    width: 75px;
    height: 75px;
    line-height: 75px;
	/*float: right;*/
    vertical-align:top;
    display:inline-block;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #000 !important;
	font-size: 0.9em;
}

.head-mob{
	display: none;
	width: 100%;
    padding: 10px 0 20px 0;
	background: #F5F5F5;
	overflow-y: scroll;
	height: calc(100vh - 100px);
}
.head-mob ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.head-mob ul li{
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 5% 0 5%;
}
.head-mob ul li a{
	display: block;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
    letter-spacing: -.05em;
    padding: 15px 0 15px 0;
}
.head-mob ul li ul li{
	margin: 0 0 0 5%;
	border: none;
}
.head-mob > ul > li > ul {
	display: none;
	padding: 0 0 30px 0;
}

.mod-slider{
	width: 100%;
	height: 1200px;
	position: relative;
}
.ms-inf{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	display: table;
	text-align: right;
	color: #feb600;
}
.ms-inf span{
	display: block;
	font-size: 1.75em;
	line-height: 1em;
	letter-spacing: -.05em;
}
.mbox{
	width: 35%;
	display: inline-block;
}
.mbox-logo{
	width: 100%;
	display: table;
	background: #F5F5F5;
}
.mbox-logo img{
	width: 100%;
	height: auto;
}
.mbox-ing{
	display: table;
	width: 100%;
	background: #feb600;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	padding: 10px 0 10px 0;
}
.ms-lead{
	display: table;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #feb600;
	color: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
}
.ms-lead span{
	font-size: 1.5em;
	font-weight: 700;
	display: block;
	letter-spacing: -.05em;
	line-height: 1.25em;
}
.ms-lead p{
	font-size: 0.9em;
	line-height: 1.25em;
}
.ms-lead input{
	border: none;
	width: 75%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 0 10px;
    height: 80px;
    line-height: 80px;
    font-size: 0.7em;
    font-family: 'HelveticaNeue';
    font-weight: 300;
    float: left;
}
.ms-lead input[type="submit"]{
	width: 25%;
	padding: 0;
    font-size: 1em;
    font-weight: 700;
    background: #feb600;
    color: #FFF;
    cursor: pointer;
}
.ms-lead .wpcf7-not-valid-tip{
	display: none;
}
.ms-lead .screen-reader-response{
	font-size: 0.9em;
	line-height: 1em;
	font-weight: 700;
}
.ms-buts{
	width: 100px;
	display: table;
	position: absolute;
	top: 60px;
	display: none;
}
.ms-but{
	width: 100%;
	height: 100px;
	display: block;
	margin: 15px 0 15px 0;
	border: 3px solid #000 !important;
	border-radius: 50px;
	background-size: cover !important;
	background-position: center !important ;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.modex-slider{
	width: 100%;
	height: 100%;
}
.modex-slide{
	width: 100%;
	height: 100%;
	background-size: 100% auto !important;
	background-position: center center !important ;
	background-repeat: no-repeat !important;
}

.iframeBox, .iframe__box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top:1em;
    margin-bottom:1em;
}

.siteBackground .iframeBox, .siteBackground .iframe__box {
    margin-top:0;
    margin-bottom:0;
}

.iframeBox iframe, .iframeBox object, .iframeBox embed,
.iframe__box iframe, .iframe__box object, .iframe__box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Special Modal */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
  -webkit-transition-delay: 0s, 0s;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}
.modal-overlay.state-show {
  opacity: .7;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s;
}

.modal-frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  /*     display: table; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}
.modal-frame.state-appear {
  visibility: visible;
}
.modal-frame.state-appear .modal-inset {
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
  /* to keep @ final state */
}
.modal-frame.state-appear .modal-body {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.modal-frame.state-leave {
  visibility: visible;
}
.modal-frame.state-leave .modal-inset {
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}
.modal-frame.state-leave .modal-body {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px);
  }
}
.modal {
    display: block;
    vertical-align: middle;
    text-align: center;
    max-height:calc(100vh - 20px);
    max-width:calc(100vw - 20px);
}

.modal-inset {
  position: relative;
  padding: 30px;
  background-color: #313131;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.3);
  min-width: 320px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
box-sizing:border-box;
}

#country__modal .modal-inset {
  background-color: #ffffff;
}

#country__modal .cta__button {
    font-weight:bold;
    color:#3c3c3c;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
}

#country__modal .cta__button:hover {
    font-weight:bold;
    color:#feb600;
}
#country__modal .cta__button{
    position: relative;
    left:10px;
}
.modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  opacity: .6;
  z-index:9999;
}
.modal-inset .close:hover {
  opacity: 1;
}

.overflow { overflow:hidden !important; }

.modal-body {
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

@-webkit-keyframes modalComeIn {
0% {
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
}
65.5% {
-webkit-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
}
100% {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes modalComeIn {
0% {
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
}
65.5% {
-webkit-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
}
100% {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes modalHeadOut {
0% {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) scale(1, 1);
transform: translateY(0) scale(1, 1);
}
100% {
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(35px) scale(0.97, 0.97);
transform: translateY(35px) scale(0.97, 0.97);
}
}
@keyframes modalHeadOut {
0% {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) scale(1, 1);
transform: translateY(0) scale(1, 1);
}
100% {
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(35px) scale(0.97, 0.97);
transform: translateY(35px) scale(0.97, 0.97);
}
}

/* end modal */



.media__list li {
    width:calc(49% - 5px);
    margin-right:5px;
    display:inline-block;
    position:relative;
    vertical-align:top;
    text-align:center;
    margin-bottom:10px;
}

.media__list.small li {
    width:calc(49% - 10px);
}

.media__list.large_list li {
    width:calc(49% - 10px);
    margin-right:10px;
}

.media__list li a {
    width:100%;
    max-width:163px;
    height:163px;
    display:block;
    position:relative;
    background:#cccccc;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
}

.media__list.small li a {
    height:142px;
}

.media__list.large_list li a {
    width: 100%;
    max-width: calc(100% - 10px);
    height: 200px;
    margin: 0 auto 10px auto;
}

.media__list li a:hover {
    background:#3c3c3c;
}

a.video__modal.solo {
    display: block;
    width: calc(100% - 2em);
    height: 150px;
    position: relative;
    margin-top:0;
}

.media__list li a .media__background,
a.solo .media__background {
    opacity:1;
}
.media__list li a .media__background,
a.solo .media__background {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

.media__list li a:hover .media__background {
    opacity:0.5;
}

a.solo:hover .media__background {
    opacity:0.8;
}

.media__list li a span {
    position:absolute;
    bottom:0;
    left:0;
    width:calc(100% - 1em);
    height:auto;
    z-index:10;
    padding:0.5em;
    font-size:12px;
    color:#ffffff;
    font-weight:bold;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
    background:rgba(0,0,0,0.7);
}

.media__list li a:hover span {
    color:#FEB600;
}

.media__circle {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    height:70px;
    width:70px;
    border:2px solid #ffffff;
    border-radius: 50%;
    background:#000000;
    z-index:20;
    opacity:0.7;
}

a .media__circle.play svg {
    fill: #ffffff;
    width: 23px;
    margin-top: 23px;
    margin-left: 5px;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
}

.media__list.small li a .media__circle.play svg,
a.solo .media__circle.play svg {
    margin-left: 0px;
}

.media__list li a .media__circle.play.play__360 svg {
    margin-top: 20px;
    margin-left: 1px;
    width: 54px;
}

#loading__spinner {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:50;
    opacity:0;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
    display:none;
}

#loading__spinner.active {
    opacity:1;
    display:block;
}

#loading__spinner img {
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-67px;
    margin-left:-67px;
}

a:hover .media__circle.play svg {
    fill: #FEB600;
}

.p_image img {
    border-radius:50%;
}

.p_image {
    color:white;
    text-align:center;
}
a.video__modal.solo {
    width:100%;
}
.mr-250 {
    margin-right:0px;
}

.base__family, .base__industry {
    list-style-type:none;
    padding:0;
    margin:0;
}

.base__family li {
    width:calc(49% - 20px);
    margin-right:20px;
    display:inline-block;
    position:relative;
    vertical-align:top;
    padding:10px;
    box-sizing: border-box;
}

.base__family li:not(:last-child) {
    border-right:none;
}

.base__family li p {
    font-size:14px;
}

.base__family img {
    max-width:100%;
    height:auto;
}

.base__family li a,
.filter__panel a {
    color: #8c1111;
    font-weight: bold;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
}

.base__family li a {
    font-size: 14px;
}

.base__industry li {
    width:calc(33% - 10px);
    display:inline-block;
    position:relative;
    vertical-align:top;
    text-align:center;
}

.industry__applications li h4,
.base__family li h3,
.base__industry li h3 {
    -webkit-transition: 0.3s all;
    transition:0.3s all;
}

.industry__applications li:hover h4,
.base__family li:hover h3,
.base__industry li:hover h3 {
    color:#feb600;
}

a.fullsize {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
}


.empty__panel,
.default__panel,
.filter__panel,
.filter__panel > div { display:none; }

.content__description.empty .empty__panel,
.content__description.default .default__panel,
.content__description.filter .filter__panel,
.filter__panel > div.active { display:block; }

.content__description p {
    line-height:30px;
}

.default__panel .int-tit > h2 {
    line-height: 2em;
    font-size: 2.43em;
    border-bottom: 1px solid #e0d8d4;
}

.base__industry li {
    padding:20px 10px;
    box-sizing: border-box;
}

.base__industry h3 {
    font-size:16px;
    margin-bottom:0;
    margin-top:5px;
}

.full-50, .full-100 {
    width: 100%;
    display: block;
    margin-right: 0;
}

.industry__applications {
    list-style-type:none;
    padding:0;
}

.industry__applications > li {
    width:calc(25% - 10px);
    margin-right:6px;
    display:inline-block;
    position:relative;
    vertical-align:top;
    text-align:center;
}

.products {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
    padding-top: 1em;
    border-bottom:1px solid #f0f0f0;
}

.products__list .products {
    width:calc(49% - 10px);
    margin-right:10px;
}

.products .product_title {
    -webkit-transition: 0.3s all;
    transition:0.3s all;
}

.products:hover .product_title {
    color:#feb600;
}

.products img {
    max-width: 100%;
    height:auto;
    max-height:200px;
}

.products.filtered {
    display:none;
}

.filter__style {
    display:none;
}

.video-list.media__list.large_list {
    padding:0;
    list-style-type:none;
}

.header__line {
    color: #feb600;
    padding: 0 10px 0 0;
    position: relative;
}

.header__line:after {
    content: '';
    height: 1px;
    background: #ccc;
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 0;
}

.header__line > span {
    display: inline-block;
    padding: 0 10px 0 0;
    background: white;
    z-index: 10;
    position: relative;
}


.eq-list-videos-second{
	width: 100%;
	float:left;
}
.eq-list-videos-individual-first, .eq-list-videos-individual-second{
	width: 50%;
	float: left;
    text-align:center;
}

.media__list.large_list li {
    width: calc(49% - 10px);
}

.media__list.large_list li a {
    height:100px;
}
.hr-videos{
	background: #e0d8d4;
	position: relative;
	z-index: 0;
	margin-top: 50px;
	width: 100%;
	height: 1px;
}
.back-to-top-button{
	color: #3c3c3c !important;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .1em;
	padding: .75em 2em;
	text-align: center;
	width: 100%;
}
.back-to-top-button:hover{
	color: #feb600 !important;
}

.list-full-br{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
.list-full-it-br{
	float: left;
	display: table;
	width: 49%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	padding: 30px;
	overflow: hidden;
}

.list-int-it-img {
    width: 100%;
    padding-top: 0;
    position: relative;
    overflow:visible;
    margin: 20px 0 20px 0;
    display: block;
    height: auto;
}

.list-int-it-img img {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: auto;
}

.home-safety.product__page {
	width: 100%;
	padding: 2em 0 2em 0;
	height: auto;
	position:relative;
	min-height: 150px;
	background-size: cover !important;
}

.home-safety.product__page.applications a:not(:hover),
.home-safety.product__page.applications h1,
.home-safety.product__page.applications h3,
.home-safety.product__page.applications #breadcrumbs li {
    color:white !important;
}

.home-safety.product__page.applications h3 {
    text-align:left;
    margin-top:45px;
}


.applications__bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background:rgba(0,0,0,0.4);
}

.home-intro-main {
    z-index:10;
    position:relative;
}

.list-parts-and-service .ang {
  margin-bottom: 20px;
}

.list-parts-and-service .ang:last-child {
  margin-bottom: 0;
}

a.ps-link {
    padding: 20px;
    color: #3c3c3c;
    background:#efefef;
    font-weight: bold;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    box-sizing: border-box;
    display: block;
}

a.ps-link:hover {
    background:#feb600;
    color: #FFFFFF;
}

a.ps-link img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

a.ps-link:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

a.ps-link span {
    line-height: 40px;
    height: 40px;
    display: inline-block;
}


.ps-link-container, .ps-phone {
    padding:1em ;
}

.ps-link-01, .ps-link-02 {
    padding:10px;
}

.seperator {
    height:1px;
    background:#cccccc;
    width:100%;
    margin:1em 0;
}


.service__list,
.brochure__list {
    list-style-type:none;
    padding:0;
}

.brochure__list li,
.service__list li {
    padding-left:35px;
    min-height:40px;
    margin-bottom:10px;
    position:relative;
}

.service__list li {
    padding-left: 0;
    margin-bottom:20px;
}

.brochure__list li img {
    position: absolute;
    left: 0;
    top: 0;
}

/*
.brochure__list li:before {
    content: url("data:image/svg+xml,%3Csvg height='40px' viewBox='-64 0 512 512' width='30px' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='#575757' d='m384.445312 10c0-5.523438-4.480468-10-10-10h-364.445312c-5.523438 0-10 4.476562-10 10v492c0 5.523438 4.476562 10 10 10h260.425781c.042969 0 .082031-.007812.125-.007812.285157-.003907.570313-.011719.851563-.039063.15625-.015625.3125-.046875.46875-.070313.164062-.023437.332031-.039062.5-.074218.15625-.03125.308594-.078125.464844-.113282.160156-.042968.324218-.074218.480468-.125.144532-.042968.28125-.097656.421875-.144531.167969-.0625.335938-.113281.5-.179687.125-.050782.242188-.117188.363281-.171875.175782-.082031.351563-.15625.523438-.246094.109375-.058594.214844-.128906.324219-.191406.171875-.101563.347656-.199219.515625-.3125.125-.082031.234375-.171875.351562-.257813.148438-.109375.300782-.210937.441406-.328125.257813-.210937.503907-.429687.738282-.667969l104.019531-104.019531c.316406-.316406.597656-.65625.867187-1.007812.066407-.089844.132813-.175781.195313-.265625.253906-.351563.488281-.71875.691406-1.097656.011719-.023438.019531-.042969.03125-.066407.1875-.363281.351563-.742187.496094-1.128906.039063-.101563.074219-.203125.109375-.304687.136719-.410157.257812-.824219.34375-1.25.085938-.421876.128906-.851563.160156-1.28125.007813-.109376.011719-.21875.015625-.328126.003907-.113281.015625-.226562.015625-.339843v-387.980469zm-364.445312 10h344.445312v367.980469h-94.019531c-5.523437 0-10 4.476562-10 10v94.019531h-240.425781zm260.425781 457.859375v-69.878906h69.878907zm0 0'/%3E%3Cpath fill='#575757' d='m73.339844 152.839844h64.246094c5.523437 0 10-4.476563 10-10v-64.25c0-5.523438-4.476563-10-10-10h-64.246094c-5.523438 0-10 4.476562-10 10v64.25c0 5.523437 4.476562 10 10 10zm10-64.25h44.246094v44.25h-44.246094zm0 0'/%3E%3Cpath fill='#575757' d='m179.082031 88.589844h130.507813c5.519531 0 10-4.476563 10-10 0-5.523438-4.480469-10-10-10h-130.507813c-5.523437 0-10 4.476562-10 10 0 5.523437 4.476563 10 10 10zm0 0'/%3E%3Cpath fill='#575757' d='m179.082031 152.839844h130.507813c5.519531 0 10-4.476563 10-10 0-5.523438-4.480469-10-10-10h-130.507813c-5.523437 0-10 4.476562-10 10 0 5.523437 4.476563 10 10 10zm0 0'/%3E%3Cpath fill='#575757' d='m73.339844 217.089844h236.25c5.519531 0 10-4.480469 10-10 0-5.523438-4.480469-10-10-10h-236.25c-5.523438 0-10 4.476562-10 10 0 5.519531 4.476562 10 10 10zm0 0'/%3E%3Cpath fill='#575757' d='m73.339844 281.339844h236.25c5.519531 0 10-4.480469 10-10 0-5.523438-4.480469-10-10-10h-236.25c-5.523438 0-10 4.476562-10 10 0 5.519531 4.476562 10 10 10zm0 0'/%3E%3Cpath fill='#575757' d='m221.925781 325.585938h-148.585937c-5.523438 0-10 4.476562-10 10 0 5.523437 4.476562 10 10 10h148.585937c5.523438 0 10-4.476563 10-10 0-5.523438-4.476562-10-10-10zm0 0'/%3E%3Cpath fill='#575757' d='m261.925781 345.585938c5.507813 0 10-4.492188 10-10 0-5.507813-4.492187-10-10-10-5.507812 0-10 4.492187-10 10 0 5.507812 4.492188 10 10 10zm0 0'/%3E%3C/g%3E%3C/svg%3E");
    width:30px;
    height:40px;
    position:absolute;
    left:0;
    top:0;
    display:block;
}
*/

.brochure__list a,
.service__list a{
    color:#91193a;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
    font-weight:bold;
}

.brochure__list a:hover,
.service__list a:hover {
    color:#650c24;
}

#product__page h2 {
	font-size: 2em;
	margin: 0 0 38px 0;
	border-bottom: 1px solid #e0d8d4;
	line-height: 2em;
}
#product__page h2+hr {
	margin-top: -42px !important;
	margin-bottom: 35px;
}

.contact-select-drop-down{
	background-color: #fff;
	border: 3px solid #feb600;
	display: inline-block;
	height: 35px;
	position: relative;
	width: 100%;
    max-width:400px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.li.contact-global-network-drop-down-continent-name{
	color: #959595;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

#country__modal .button.close > svg > path{
    fill: #666666 !important;
}

.top-links {
    padding:0;
    margin:0;
    list-style-type:none;
}

.top-five-links-without-bullets a {
    padding: 20px;
    color: #3c3c3c;
    background:#efefef;
    font-weight: bold;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    box-sizing: border-box;
    display: block;
}

.top-five-links-without-bullets a.active,
.top-five-links-without-bullets a:hover {
    background:#feb600;
    color: #FFFFFF;
}

.top-five-links-without-bullets a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.top-five-links-without-bullets a.active img,
.top-five-links-without-bullets a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.top-five-links-without-bullets a span {
    line-height: 40px;
    height: 40px;
    display: inline-block;
}

.home-safety-main {
    position:relative;
    z-index:10;
}
.table_view .p_image {
	display: table-cell;
	color: white;
	float: left;
	text-align: center;
	padding-top: 5%;
}

.differ__list,
.media__list {
    list-style-type:none;
    padding:0;
    margin:0;
}

.differ__list li {
    width:calc(49% - 10px);
    display:inline-block;
    position:relative;
    vertical-align:top;
    text-align:center;
    margin-bottom:1em;
    padding:10px;
    box-sizing: border-box;
}

.differ__icon {
    background:#F8CF71;
    border-radius:50%;
    width:100px;
    height:100px;
    margin:0 auto;
    display:block;
}

.differ__icon svg,
.differ__icon svg * {
    fill:#ffffff;
}

.resources__tabs {
    list-style-type:none;
    padding:0;
}

.int-tit.contact__button a {
	float: right;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border: 2px solid #feb600;
	padding: 10px;
}
.int-tit.contact__button h1 {
	text-align: left !important;
}
.int-tit.contact__button {
	padding-top: 20px;
}
.int-tit.contact__button a > img {
    position:relative;
    top:2px;
    height: 16px;
    width: 16px;
    margin-top:2px;
    padding-left: 10px;
}
.int-tit.contact__button a:hover {
    color:#FDB713;
}
.variation__differentiators {
    padding:0;
    text-align:left;
}

.variation__differentiators li:before {
    content:'●';
    position:absolute;
    left:3px;
    top:2px;
    line-height:17px;
    text-align:left;
}

.variation__differentiators li {
    width:100%;
    display:inline-block;
    position:relative;
    vertical-align:top;
    padding-left:20px;
    box-sizing: border-box;
    margin-bottom:10px;
    text-align:left;
}

.variation_tabs__container {
    border:2px solid #FEB600;
    padding:1em 2em;
    box-sizing: border-box;
    min-height:400px;
}

.variation_tabs__menu {
    list-style-type: none;
    padding: 0;
    margin: 25px 0 0 0;
    text-align: left;
}

.variation_tabs__menu li {
    display: inline-block;
}

.variation_tabs__menu li a {
    padding: 7px 15px;
    display: block;
    background: #cccccc;
    color: #3c3c3c;
    font-weight:bold;
}

.variation_tabs__menu li a:hover,
.variation_tabs__menu li a.active {
    background: #FEB600;
    color: white;
}

.brochure__list {
    text-align:left;
}

.variation_tabs__tab:not(.active) {
    display:none;
}

.h-98 {
    height:auto;
}


.markets-list{
	list-style: none;
	width: 100%;
	float: left;
	padding:0;
}
.markets-list-individual-first, .markets-list-individual-second, .markets-list-individual-third, .markets-list-individual-fourth, .markets-list-individual-fifth, .markets-list-individual-sixth, .markets-list-individual-seventh, .markets-list-individual-eighth, .markets-list-individual-nineth, .markets-list-individual-tenth{
	width: 50%;
	height: 180px;
	text-align:center;
	float:left;
	border-bottom: none;
	border-right: none;
}
.markets-list-individual-fifth, .markets-list-individual-tenth{
	border-right:none;
}
.markets-list-individual-sixth, .markets-list-individual-seventh, .markets-list-individual-eighth, .markets-list-individual-nineth, .markets-list-individual-tenth
{
border-bottom:none;
}
.markets-list-individual-img{
	width: 80%;
	height: auto;
	padding-top:10px;
}

.markets-list a p {
    color:#3c3c3c !important;
    font-weight:bold !important;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
}
.markets-list a:hover p {
    color:#feb600 !important;
    font-weight:bold !important;
}

.internal-image-about > img {
    height:auto;
}


.home_intro_left {
	width: 50%;
	float: left;
	text-align:left;
}

.home_intro_left a{
	color: #530a20;
	font-weight: bold;
	padding-left: 8px;
	margin-top: 10px;
	display: list-item;
	margin-left: 20px;
	list-style-image: url(./images/right-arrow2.png);
}
.home_intro_right{
	width: 50%;
	float: right;
	height: auto;
}
.home_intro_right img{
	width: 230px!important;
	height: auto !important;
}

.clear {
    clear:both;
    display:block;
}


#gate__modal .modal-inset,
#country__modal .modal-inset {
  background-color: #ffffff;
}
#gate__modal .button.close > svg > path,
#country__modal .button.close > svg > path{
    fill: #666666 !important;
}

.modal {
    height:100%;
    width:100%;
}

.top-links li {
    display: inline-block;
    width: calc(49% - 10px);
    margin: 5px;
}

.home-newsroom li,
.home-events li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.products {
    width: 49%;
    padding: 1em;
    text-align:center;
    box-sizing: border-box;
}

.ps-phone {
    text-align:center;
}

.markets-list-individual-first, .markets-list-individual-second, .markets-list-individual-third, .markets-list-individual-fourth, .markets-list-individual-fifth, .markets-list-individual-sixth, .markets-list-individual-seventh, .markets-list-individual-eighth, .markets-list-individual-nineth, .markets-list-individual-tenth {
    width:24%;
}

.our-management-team-individual-image {
    margin-top:20px;
}

.media__list.small li a .media__circle.play svg, a.solo .media__circle.play svg {
    margin-left: 25px;
}

.internal-content-contact {
    width:100% !important;
    text-align:center;
}

.internal-content-contact li {
    display: inline-block;
    width: 49%;
    vertical-align:top;
    padding:1em;
    box-sizing: border-box;
}

.eve-list-it,
.list-res-it {
    width: 49%;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 2em;
    border-top: 1px solid #E0E0E0;
    box-sizing: border-box;
    vertical-align: top;
}
.eve-list-it:nth-child(1),
.eve-list-it:nth-child(2),
.list-res-it:nth-child(1),
.list-res-it:nth-child(2) {
    border-top: none;
}

.eq-list-videos-individual-first, .eq-list-videos-individual-second {
    width:24%;
}

.home-safety.product__page .test_text {
	display: inline-block;
	font-weight: 700;
	font-size: 17px;
	line-height: 26px;
	margin-top: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 33%;
}
.p_image {
    display:inline-block;
}

.home-safety-text {
    width: 62%;
    display: inline-block;
    color: #FFF !important;
    vertical-align: top;
    padding: 0 2em;
    box-sizing: border-box;
	height: 200px;
}

a.video__modal.solo {
    width: calc(100% - 40px);
}

.veryx__image {
    width:calc(100% - 20px);
}



.accordion__filter {
    position:relative;
    padding:10px 20px;
    margin-bottom:10px;
    box-sizing: border-box;
    background:#feb600;
}

.accordion__filter ul {
    list-style-type:none;
    padding:0;
}

.accordion__filter ul li {
    position:relative;
    margin-bottom:10px;
    cursor:pointer;
}

.accordion__filter .controller {
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}

.accordion__filter .controller img {
    -webkit-transition: 0.3s all;
    transition:0.3s all;
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
    width:25px;
}

.accordion__filter .controller.minimised img {
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

.filter__panel a {
    color: #8c1111;
    font-weight: bold;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
}

a.fullsize {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
}

.remove__filter {
    display:none;
    color:red;
    margin-left:10px;
}

.accordion__filter strong {
    cursor:pointer;
    color:white;
}

.accordion__filter input {
    visibility:hidden;
    position:absolute;
}

.accordion__filter input + label {
    color:white;
    padding-left: 30px;
    padding-right:10px;
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
    cursor:pointer;
}

.accordion__filter input:checked ~ .remove__filter {
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion__filter input[type=radio] + label::before,
.accordion__filter input[type=checkbox] + label::before {
    display: inline;
    left: 0;
    vertical-align: middle;
    position: absolute;
}

.accordion__filter input[type=radio] + label::before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0 L8,0z'/%3E%3C/svg%3E");
}

.accordion__filter input[type=radio]:checked + label::before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0 L8,0z'/%3E%3Cg%3E%3Ccircle fill='%23FFFFFF' cx='8' cy='8' r='4.6'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.accordion__filter input[type=checkbox] + label::before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M14,2v12H2V2H14 M16,0H0v16h16V0L16,0z'/%3E%3C/g%3E%3C/svg%3E");
}

.accordion__filter input[type=checkbox]:checked + label::before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='-469 271 20 20' style='enable-background:new -469 271 20 20;' xml:space='preserve'%3E%3Cg%3E%3Cpath class='st0' fill='%23ffffff' d='M-451.5,273.5v15h-15v-15H-451.5 M-449,271h-20v20h20V271L-449,271z'/%3E%3C/g%3E%3Cpath id='_' fill='%23FFFFFF' class='st1' d='M-461.2,286.3c0.2,0.3,0.6,0.3,0.9,0c0,0,0,0,0,0l7.8-7.8c0.1-0.1,0.2-0.3,0.2-0.5 c0-0.2-0.1-0.4-0.2-0.5l-1-1c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2,0-0.4,0.1-0.5,0.2l-6.3,6.4l-3-3c-0.1-0.1-0.3-0.2-0.5-0.2 c-0.2,0-0.3,0.1-0.5,0.2l-1,1c-0.2,0.3-0.2,0.7,0,1L-461.2,286.3z'/%3E%3C/svg%3E");
}

.filter__panel__mobile {
    position: fixed;
    z-index: 100;
    -webkit-transition: 0.4s all;
    transition:0.4s all;
    overflow-Y: scroll;
    top: 77px;
    right: -270px;
    height: calc(100vh - 77px);
    width: 270px;
    padding-left: 30px;
}

.filter__panel__mobile.active {
    right: 0;
}

.filters__reset {
    position: relative;
    width: 100%;
    display: block;
    color:white !important;
    padding: 12px 10px 3px 20px;
}

.filter__panel__mobile > form {
    background:#feb600;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.mobile__filter__button {
    cursor: pointer;
    position: absolute;
    left: -34px;
    color: white;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #feb600;
    top: 42px;
    padding: 0 10px 0 17px;
    height: 30px;
    display: block;
}
.mobile__filter__button:hover {
    cursor: pointer;
}

.mobile__filter__button > span {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    height: 30px;
}

.mobile__filter__button img {
    display: inline-block;
    vertical-align: top;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    margin-top: 2px;
}

.filter__panel__mobile.active .mobile__filter__button img {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}

.head-mob li.active > a {
    background:#cccccc;
}
.variation_tabs__container * {
	text-align: left;
}
.third-2 {
	width: 64%;
	float: left;
}
.third {
	width: 32%;
	float: right;
}
.eq-list-videos div h3 a img {
	margin: 0 auto;
	display: block;
}
.eq-list-videos div {
	width: 33% !important;
	float: left;
}
.title-of-videos h2 {
	padding-bottom: 15px;
	text-align: center;
}
a.brochure__link.action img {
	width: 100%;
}
a.brochure__link.action {
	height: 200px;
	border: 1px solid grey;
}
.brochure__type {
	position: relative;
	bottom: 35px;
	left: 30px;
	z-index: 10;
	color: white;
	font-size: 18px;
}
.brochure__title {
	color: #101010;
	padding: 0px 10px;
	display: block;
	font-weight: 700;
}

.mktoForm label.mktoLabel {
    font-weight:bold;
}

.mktoForm .mktoRequiredField .mktoAsterix {
	color: #91193a!important;
	display: inline-block!important;
	float: none;
	padding: 0 .25em 0 0!important;
	width: auto;
}
.mktoForm input[type=text], .mktoForm input[type=number], .mktoForm input[type=password], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm textarea {
	background-color: #ddd;
	border: 1px solid #959595;
	border-radius: 0;
	max-width: 100%;
	padding: .5em !important;
	width: 100%;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
	padding: 2px 3px;
	width: 95% !important;
}
.mktoForm{
	width:auto !important;
}
.mktoFormRow{
	width: 100%;
}
.mktoFieldDescriptor.mktoFormCol{
	width:50%;
}
select#Country, select#Industry, select#language {
	background-color: #fff;
	border: 3px solid #feb600;
	display: inline-block;
	height: 40px;
	position: relative;
	width: 50%;
	background: 0 0;
	outline: 0;
	font-weight: 300;
	padding: 6px 10px 6px 10px!important;
	position: relative;
	text-transform: uppercase;
}
.mktoForm textarea {
	min-height: 100px!important;
}
.mktoForm .mktoLabel {
	padding-left: 10px;
}
.mktoButtonRow {
	margin-top: 1em !important;
}
button.mktoButton{
	background-color: transparent;
	border:solid 3px #feb600;
	color: #555;
	display: inline-block;
	font-weight: 400;
	letter-spacing: .1em;
	padding: .75em 2em;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
span.mktoButtonWrap.mktoNative {
	margin-left: 10px!important;
}
.mktoFieldWrap {
	width: 100%;
}
.mktoForm input[type=text], .mktoForm input[type=number], .mktoForm input[type=password], .mktoForm input[type=email], .mktoForm input[type=tel] {
	height: 40px!important;
}
.news-styling-grid {
	float: left;
	width: 50%;
	list-style: none;
}
.alignright {
	float: right;
}
.our-primary-served-markets-2{
	padding:30px !important;
}
.head-mob > ul > li > ul > li > ul {
	display: block !important;
	padding:0;
}
.internal-content-contact{
	padding-top: 0 !important;
}
ul.our-management-team-list {
	list-style: none;
	float: left;
	padding: 0;
}
.internal-content-section-about{
	width:auto !important;
}
.internal-content-responsability {
	top: 0 !important;
	right:0 !important;
}

.list-full-it-img{
	width: 100%;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    display: block;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    height: 160px;
}
.location-marks{
	list-style: none;
	display: table;
	width:100%;
	float: left;
}
.location-marks-singular{
	width:100%;
	float:left;
	height: 120px;
	text-align:left;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	border-bottom: 1px solid #dddd;
	margin-bottom: 20px;
}
.location-marks-singular-image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.location-marks-singular-image>img{
	padding-right:5px;
	height: 50px;
	width:auto;
}
.location-marks-singular-text{
	width: 100%;
}
.location-marks-singular-text>p{
	font-size: 15px;
	padding-left:10px;
	width:45%;
	float:left;
	color:#3c3c3c;
	margin:0;
}
.digital-sorting-book{
	display: none;
}
body input:focus, select:focus, textarea:focus{
	outline: 0;
}

.alignright {
    float:right;
}

.alignleft {
    float:left;
}

* {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}

.sitemap__menu {
    text-align:left !important;
}

.mktoForm .mktoLabel {
    font-weight:bold;
}
.internal-content-gray{
	max-width: 100% !important;
	width:100% !important;
}
.right_text p {
	margin: 0.5em;
}
.content-main-full-width{
	padding: 2em;
}
li.partners-associations a {
	text-decoration: none;
	color: #3c3c3c;
	font-weight: 500;
}
li.partners-associations a:hover {
	color: #530a20;
	font-weight: 500;
}
.general-orange-button {
	background-color: transparent;
	border: solid 3px #feb600 !important;
	color: #555;
	display: inline-block;
	font-weight: 400;
	letter-spacing: .1em;
	padding: .75em 2em;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 13px;
}
.general-orange-button:active {
	background-color: #feb600;
	color: #fff;
}
.mktoFieldDescriptor.mktoFormCol div label {
	width: auto !important;
}
.home-safety.product__page.applications .home-intro-main {
    width: 90%;
}
.customer-page{
width:auto !important;
}
a.anchor {
	position: absolute;
	top: -120px;
	left: 0;
	pointer-events: none;
}
.eq-list-videos {
	float: left;
	font-size: 12px;
	text-align: center;
}
.title-of-videos {
	text-align: center;
	position: relative;
}
.marketo-sales-inquiry-wrapper, .marketo-service-inquiry-wrapper, .marketo-parts-inquiry-wrapper {
	padding-left: 6px;
}
.prod-lf p img {
	display: block;
	float:none !important;
	margin-left: 0 !important;
}
