/*** TYPOGRAPHY ***/

@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=4f2581fb-71ab-4279-8c75-81e4f437cac2");

    @font-face{
        font-family:"Avenir LT W01_55 Roman1475520";
        src:url("fonts/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix");
        src:url("fonts/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix") format("eot"),url("fonts/b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2") format("woff2"),url("fonts/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format("woff"),url("fonts/9bdf0737-f98c-477a-9365-ffc41b9d1285.ttf") format("truetype"),url("fonts/15281d0d-e3c2-46e1-94db-cb681e00bfaa.svg#15281d0d-e3c2-46e1-94db-cb681e00bfaa") format("svg");
    }
    @font-face{
        font-family:"Avenir LT W01_65 Medium1475532";
        src:url("fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix");
        src:url("fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix") format("eot"),url("fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"),url("fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"),url("fonts/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype"),url("fonts/3604edbd-784e-4ca7-b978-18836469c62d.svg#3604edbd-784e-4ca7-b978-18836469c62d") format("svg");
    }
    @font-face{
        font-family:"Avenir LT W01_85 Heavy1475544";
        src:url("fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
        src:url("fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"),url("fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),url("fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),url("fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"),url("fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg");
    }
    @font-face{
        font-family:"Avenir LT W01_85 Heavy1475544";
        src:url("fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix");
        src:url("fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix") format("eot"),url("fonts/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"),url("fonts/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff"),url("fonts/b5c44a82-eeb8-41de-9c3f-a8db50b24b8a.ttf") format("truetype"),url("fonts/93603a74-2be0-436c-83e1-68f9ef616eaf.svg#93603a74-2be0-436c-83e1-68f9ef616eaf") format("svg");
    }
    
    
/*** BUTTONS ***/

.btn {
	height: 40px;
	font-size: 14px;
    font-family:"Avenir LT W01_85 Heavy1475544";
    color: #333F48;
    border: 2px solid #C4D600;
    background: transparent;
    text-transform: uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	padding:9px 12px 0 12px;
	margin:0 15px 10px 0;
	border-radius: 0;
	text-decoration:none !important;   	
}

.btn:hover {
    background: #C4D600;	
}

.btn_light {
    color: #ffffff;
    border: 2px solid #C4D600;
    background: transparent;	
}

.btn_light:hover {
	   color: #ffffff;
    border: 2px solid #ffffff;
    background: transparent; 	
}

.btn_large {
	font-family:"Avenir LT W01_85 Heavy1475544";	
	height: 60px;
	font-size:20px;
	padding:14px 14px 0 14px;
	margin:0 15px 20px 0;		
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
sup{
	font-size: 60%;
}

img{
	max-width: 100%;
}

body {
    line-height:1;
	font-family:"Avenir LT W01_55 Roman1475520";
	font-size:16px;
	background-color: #e5e5e5;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
	margin-bottom:20px;
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:focus{
	outline: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#333d48;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#333d48; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

#tablepress-25 .column-2, #tablepress-25 .column-3{
	width: 160px;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:2px solid #bbbbbb;
    margin:1em 0;
    padding:0;
}

input, select {
   /* vertical-align:middle;*/
}
b, strong {
    font-weight: bold;
    font-family:"Avenir LT W01_85 Heavy1475544";
}
.font-18{
	font-size:18px;
}
.container{
	width: 1500px;
}
@media (min-width: 1530px){
.container{
	width: 1500px;
}
}
@media (max-width: 1529px){
.container{
	width: 100%;
}
}
.container.foot,
.container.icon-content,
.container.list-content,
.container.grid-content,
.container.body-content{
	width: 1170px;
} 
@media (min-width: 768px) {
.container.foot,
.container.icon-content,
.container.list-content,
.container.grid-content,
.container.body-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
 .container.foot,
 .container.icon-content,
.container.list-content,
.container.grid-content,
.container.body-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
.container.foot,
.container.icon-content,
.container.list-content,
.container.grid-content,
.container.body-content {
    width: 1170px;
  }
}
#wpadminbar{
	display:none;
}
/*---------------------------------------header------------------------------------------------*/
body{
	padding-top:100px;
}
.body-container{
	max-width: 1500px;
	background-color: #fff;
	margin: 0 auto;
	padding-top: 30px;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	background:#fff;
	width:100%;
    z-index: 9999;
}
header.container{
	padding: 0;
}
header .head-menu-container {
  /*  border-bottom: 1px solid #eee; */
    display: flex;
}
header .top-head{
	text-align:right;
	font-size:13px;
	font-family:"Avenir LT W01_85 Heavy1475544";
	color:#666666;
	padding:0;
}
header .top-head .head-top>div a{
	text-align:right;
	font-size:13px;
	font-family:"Avenir LT W01_85 Heavy1475544";
	color:#fff;
	padding:0;
	text-decoration:none;
}
header .top-head .head-top>div{
	color:#fff;
	display:inline-block;
	border-left:2px solid #bbb;
	margin-right: -4px;
	padding: 10px 20px;
	background-color:#333d48;
	transition: all 0.4s;
	cursor: pointer;
	height: 35px;
	line-height: 15px;
    height: 35px;
    vertical-align: middle;
}

header .top-head .head-top>div.lang 
{
	padding: 7.5px 20px;
}

header .top-head .head-top>div.buy  {
	background-color:#658d18;
	border:none;
}
header .top-head .head-top>div.site-select 
 {
	background-color:#658d18;
	border:none;
	padding:0;
	position: relative;
    top: 0px;
}
header .top-head .head-top>div.site-select select
 {
	font-size: 13px;
    font-family:"Avenir LT W01_85 Heavy1475544";
    border: none;
    height: 34px;
    color: white;
    background-color: #658d18;
    padding: 0px 10px;
    padding-left: 30px;
	-webkit-appearance: none;
    -moz-appearance: none;
}

header .top-head .head-top>div.site-select select option:checked { display:none; }
header .top-head .head-top>div.site-select .glyphicon
{     
	top: 10px;
    position: absolute;
    left: 10px; 
}
header .top-head .head-top>div.site-select select option
{ 	
	background-color: white;
	color: red;
}

.body-content .abuy
{
	background-color:#658d18;
	border:none;
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-size: 16px;
	padding:6px;
	color: #fff;
	width:138px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline-block;
}
.body-content .abuy:hover{
	background-color: #333d48;
	transition: all 0.4s;
}
.body-content .abuy img
{
	margin-right:5px;
    vertical-align: middle;
}

.body-content .abuy a, .body-content .abuy a:hover
{
	color: #fff;
	text-decoration:none;
}


header .top-head .search form{
	display:none;
	padding-right: 24px;
	color:#333d48;
	margin-top: -3px;
    margin-bottom: -5px;
}
header .top-head .account{
	line-height: 15px;
}
header .top-head .head-top>div.buy:hover,
header .top-head .cart:hover,
header .top-head .login:hover,
header .top-head .account:hover{
	background-color:#333d48;
	transition: all 0.4s;
}
header .top-head .search:hover form{
	display:inline-block;
}
header .top-head img {
    vertical-align: middle;
}
/*
header .logo{
	padding:0;
	width: 210px;
	display: inline-block;
}
*/
header .logo {
    padding: 0;
    width: 190px;
    display: inline-block;
    margin-left: 50px;
}
@media only screen and (max-width: 767px) {
    header .logo{
       margin-left: 0px;
    }
}


header .logo img{
	/*display:block;*/
	margin:0 auto;
	padding-left: 20px;
}
.second-logo{
	/*padding-left: 45px; */
    padding-left: 60px;
    padding-top: 6px;
}
.menu-container{
	width: 80%;
	display: inline-block;
}

header .menu {
    padding-top: 25px;
 /*   padding-left: 50px; */
	padding-left: 67px;
}

header .menu > ul > li {
    display: inline-block;
    position: relative;
	/*padding-right: 7%; */
    padding-right: 5%;
	padding-bottom: 16px;
	background-repeat: no-repeat;
    background-position: 12px 20px;
}
header .menu > ul > li:hover:first-child {
    background-image: none;
}

header .menu > ul.energy_header_menu > li:nth-child(5){
	background-position: 54px 20px;
}
header .menu > ul.energy_header_menu > li:nth-child(3){
	background-position: 66px 20px;
}
header .menu > ul.energy_header_menu > li:nth-child(6){
	background-position: 2px 20px;
}
header .menu > ul.aerospace_header_menu > li:nth-child(5){
	/*background-position: 54px 20px;*/
	background: none;
}
header .menu > ul.aerospace_header_menu > li:nth-child(6){
	background-position: 2px 20px;
}


header .menu > ul > li > a {
    display: block;
    font-size: 16px;
    color: #333d48;
	transition:all 0.4s;
}
/*
header .menu > ul > li.active > a {
    color: #658d18;
}*/

header .menu > ul > li > a.active-parent-page {
    color: #658d18;
}
header .menu > ul > li.current-menu-parent  > a {
    color: #658d18;
}
header .menu > ul > li.current-menu-item  > a {
    color: #658d18;
}

header .menu > ul > li:hover{
	background-image: url(images/narrow-menu.png);
	
}
header .menu > ul.energy_header_menu > li:nth-child(4):hover{
	background-position-x: 70px;
}
header .menu > ul > li > a:hover {
    color: #658d18;
	text-decoration:none;
	transition:all 0.4s;
}
header .menu > ul > li:hover > ul.sub-menu {
    display:block;
	transition:all 0.4s;
}
header .menu > ul > li > ul.sub-menu {
	display:none;
    position: absolute;
	z-index: 9999;
	background-color:#333d48;
	padding: 14px;
	margin-top: 16px;
}
header .menu > ul > li > ul.sub-menu > li{
    display:block;
}
header .menu > ul > li > ul.sub-menu > li > ul > li {
	list-style:none;
}
header .menu > ul > li > ul.sub-menu > li > ul > li > a,
header .menu > ul > li > ul.sub-menu > li >a{
    display:block;
	color:#EDEDED;
	font-size:16px;
	font-family:"Avenir LT W01_55 Roman1475520";
	font-weight:normal;
	padding: 8px;
}
header .menu > ul > li > ul.sub-menu > li > ul > li > a:hover,
header .menu > ul > li > ul.sub-menu > li >a:hover{
	text-decoration:none;
	color:#c4d600;
}
header .menu > ul > li > ul.sub-menu > li.menu-item-has-children {
    display: inline-table;
}
/*
header .menu > ul> li > ul.sub-menu > li {
        display: inline-table;
		padding: 12px;
}
*/
/*header .menu > ul > li:nth-child(5) > ul.sub-menu > li >a,
header .menu > ul > li:nth-child(4) > ul.sub-menu > li >a{
	color:#c4d600;
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-weight:bold;
	border-bottom: 1px solid #fff;
}*/

header .menu > ul.energy_header_menu > li:nth-child(2) > ul.sub-menu {
    left: -70px;
    width: 222px;
}
header .menu > ul.energy_header_menu > li:nth-child(3) > ul.sub-menu{
	left: -120px;
    width: 418px;
}
header .menu > ul.energy_header_menu > li:nth-child(3) > ul.sub-menu li.menu-item-has-children
{
    width: 48%;
}
header .menu > ul.energy_header_menu > li:nth-child(4) > ul.sub-menu{
	left: -24px;
    width: 218px;
    text-align: center;
}

header .menu > ul.energy_header_menu > li:nth-child(5) > ul.sub-menu{
	left: -34px;
    width: 222px;
}
header .menu > ul.energy_header_menu > li:nth-child(6) > ul.sub-menu{
	left: -68px;
    width: 190px;
}
header .menu > ul.energy_header_menu > li:nth-child(7) > ul.sub-menu{
	left: -55px;
    width: 190px;
}

header .menu > ul.aerospace_header_menu > li:last-child > ul.sub-menu{
	left: -54px;
    width: 200px;
}
header .menu > ul.aerospace_header_menu > li:nth-child(2) > ul.sub-menu {
	left: -110px;
    width: 300px;
}
header .menu > ul.aerospace_header_menu > li:nth-child(3) > ul.sub-menu{
	left: -110px;
    width: 300px;
}
header .menu > ul.aerospace_header_menu > li:nth-child(4) > ul.sub-menu{
	left: -75px;
    width: 222px;
}
header .menu > ul.aerospace_header_menu > li:nth-child(5) > ul.sub-menu{
	left: -36px;
    width: 222px;
}
header .menu > ul.aerospace_header_menu > li:nth-child(6) > ul.sub-menu{
	left: -68px;
    width: 190px;
}
header .menu > ul.aerospace_header_menu > li:last-child > ul.sub-menu{
	left: -54px;
    width: 200px;
}

/*---------------------------------Responsive Menu--------------------------------------*/
.cbp-spmenu > ul > .menu-item > ul.sub-menu{
	display:none;
}
.cbp-spmenu ul.sub-menu{
	background-color:#f5f5f5;
}
.cbp-spmenu ul.sub-menu >li >a{
	color:#333d48;
}
/*---------------------------------------body------------------------------------------------*/
.slider-image{
	text-align: center;
	padding: 0;
}
.slider-image img{
	max-width: 100%;
}
.carousel-control.left,
.carousel-control.right{
	background-image: none;
	width: 8%;
	color: #aaa;
    opacity: 1;
	transition:all 0.4s;
}
.carousel-control:hover, .carousel-control:focus{
	color: #222;
	transition:all 0.4s;
}
.carousel-indicators{
	bottom: 10px;
}
.slider-chevron{
	width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    background-repeat:no-repeat;
    background-position: 50%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.slider-chevron.left{
	left:50%;
	background-image: url('images/Hero-Arrow-L-blk.png'); 
	opacity: 0.3;
	transition: all 0.4s;
}
.slider-chevron.left:hover{
	opacity: 1;
	transition: all 0.4s;
}
.slider-chevron.right{
	right:50%;
	background-image: url('images/Hero-Arrow-R-blk.png');
	opacity: 0.3; 
	transition: all 0.4s;
}
.slider-chevron.right:hover{
	opacity: 1;
	transition: all 0.4s;
}
.infos span.mini-chevron{
	width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    background-repeat:no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    z-index: 5;
    display: inline-block;
}
.mini-chevron.left{
	background-image: url('images/Indusrtry-Arrow-L-blk.png'); 
	opacity: 0.3;
	transition: all 0.4s;
}
.mini-chevron.left:hover{
	opacity: 1;
	transition: all 0.4s;
}
.mini-chevron.right{
	background-image: url('images/Indusrtry-Arrow-R-blk.png');
	opacity: 0.3; 
	transition: all 0.4s;
}
.mini-chevron.right:hover{
	opacity: 1;
	transition: all 0.4s;
}
#homeslider{
	background-color: #fff;
}
#homeslider .carousel-indicators li{
	border: 1px solid #333d48;
	height: 12px;
    width: 12px;
}
#homeslider .carousel-indicators li.active{
	background-color:#333d48;
	margin:1px;
}
.find-buy-box{
	padding: 20px 0;
    background-color: #fff;
}
.find-buy{
	background-color:#333d48;
	max-width:100%;
}
.find-buy .left{
	border-right:1px solid #fff;
}
.find-buy > div > div:hover{
	background-color:#658d18;
	transition:all 0.4s;
}
.find-buy a{
	display: block;
	font-family:"Avenir LT W01_55 Roman1475520";
	font-size:18px;
	color:#fff;
	padding: 20px;
}
.find-buy a:hover{
	text-decoration:none;
}
.find-buy a img{
    /* display: block;
	margin-top: 10px; */
	display: inline-block;
    vertical-align: middle
}
.find-buy a img.img-2{
	display: none;
}

.find-buy a:hover img.img-2{
	/* display: block; */
	transition: all 0.4s;
	display: inline-block;
    vertical-align: middle;
}

.ibvm
{
	display: inline-block;
    vertical-align: middle;
}

.find-buy a:hover img.img-1{
	display: none;
	transition: all 0.4s;
}
.view-border{
	overflow: hidden;
	margin-bottom: 26px;
}
.infos{
	padding: 50px 50px; /*padding: 70px 50px; */
	padding-right:50px;
	background-color: #fff;
}

.infos.ainfos
{
	padding: 70px 50px; 
}

.infos.righty{
	background-color:#f7f7f7;
}
.infos.bis{
	padding: 0px 15px;
	padding-right:50px;
}
.infos span{
	display:block;
	font-family:"Avenir LT W01_55 Roman1475520";
	font-size:24px;
	color:#333d48;
	margin-bottom:50px;
}
.infos span.glyphicon{
	display: inline-block;
    font-family: 'Glyphicons Halflings';
}
.infos h1{
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-size:32px;
	color:#658d18;
	margin-bottom:15px;
}
.infos p{
	font-family:'arial';
	font-size:17px;
	line-height: 22px;
	color:#333d48;
	margin-bottom:20px;
}
.infos a{
	display:inline-block;
}
.view-title{
    display: inline-block;
    -webkit-transform: skew(-24deg);
    -moz-transform: skew(-24deg);
    -ms-transform: skew(-24deg);
    transform: skew(-24deg);
    position: relative;
	background-color: #658d18;
    left: -16px;
    width: 200px;
	margin-top:30px;
	transition:all 0.4s;
}
.body-content .view-title{
	width: 150px;
	margin-top:0px;
}
.view-title:hover,
.infos a:hover .view-title{
	background:#333d48;
	transition:all 0.4s;
}
.body-content .view-title a,
.view-title span{
	font-size: 16px;
	display: block;
	font-family:'DINCompPro-medium';
	color:#fff;
	text-decoration:none;
	margin:0;
	-webkit-transform: skew(24deg);
    -moz-transform: skew(24deg);
    -ms-transform: skew(24deg);
    transform: skew(24deg);
    position: relative;
    left: 40px;
    line-height: 36px;
    margin: 0;
    padding: 0;
}
.body-content .view-title a:hover{
	text-decoration:none;
	color:#fff;
}
.market-section .view-title{
	width:216px;
}
.resources-section .view-title{
	width:215px;
}
.about-section .view-title{
	width:230px;
}
.infos-image{
	padding:0;
	background-size:cover;
	background-repeat: no-repeat;
}
.infos-image.lefty{
	text-align:right;
	/*background-color:#222; */
	/*background-color:#C3D500 ; */ /* arnold */
	background-color: #F19001;
}

.resources-section .infos-image.lefty{
	background-color:#333d48;
}
.about-section .infos-image.lefty{
	background-color:#333d48;
}

.infos-image img{
	max-width:100%;
	  /*  max-height: 400px;*/ /* arnold */
}
.infos-image.righty
{
	/*text-align: right; */
	text-align: center;/* arnold */
	background-color: #fff;
}
.market-section .infos .app{
	margin-bottom:10px;
	width: 20%;
	min-height:140px;
	border-right: 2px solid #658d18;
	padding: 10px;
}

.market-section .infos .app.appnew {
    margin-bottom: 40px;
    width: 18%;
    min-height: 140px;
    padding: 10px;
    display: inline-block;
	border:none;
}

.market-section .infos .app a{
	line-height: 22px;
    color: #333d48;
}
.market-section .infos .app a:hover{
	text-decoration:none;
}
.market-section .infos .app:last-child{
	border-right:none;
}
.market-section .infos .apps{
	display:block;
	text-align: center;
    margin: 40px 0;
}
.market-section .infos .app img{
	display:block;
	margin:0 auto;
	max-width:100%;
	margin-bottom:10px;
}
.market-section .infos .apps-a{
    display: block;
    width: 260px;
    margin: 0 auto;
}
.apps .slick-track{
	margin: auto;
}

.product-section{
/*background: #f7f7f7 ; /* Old browsers */
/*background: -moz-linear-gradient(left,  #f7f7f7 0%, #f7f7f7 50%, #fff 50%, #fff 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(left,  #f7f7f7 0%,#f7f7f7 50%,#fff 50%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right,  #f7f7f7 0%,#f7f7f7 50%,#fff 50%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7 ', endColorstr='#333333',GradientType=1 ); /* IE6-9 */

}
.resources-section{
/*background: #ffffff; /* Old browsers */
/*background: -moz-linear-gradient(left,  #333333 0%, #333333 42%, #f7f7f7 42%, #f7f7f7 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(left,  #333333 0%,#333333 42%,#f7f7f7 42%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right,  #333333 0%,#333333 42%,#f7f7f7 42%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */

}
.about-section{
/*background: #ffffff; /* Old browsers */
/*background: -moz-linear-gradient(left,  #222222 0%, #222222 42%, #f7f7f7 42%, #f7f7f7 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(left,  #222222 0%,#222222 42%,#f7f7f7 42%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right,  #222222 0%,#222222 42%,#f7f7f7 42%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */

}
.services-section{
/*background: #ffffff; /* Old browsers */
/*background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 42%, #f7f7f7 42%, #f7f7f7 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 42%,#f7f7f7 42%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right,  #ffffff 0%,#ffffff 42%,#f7f7f7 42%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */
}
.head-img{
	background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
	max-width: 1500px;
    margin: 0 auto;
}
.body-content {
	padding-top:30px;
	padding-bottom:50px;
	background-color: #fff;
}
.body-content.more-after{
	padding-bottom: 0;
}
.body-content h1{
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-size:42px;
	color:#658d18;
	margin-bottom:20px;
}
.body-content h3{
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-size:20px;
	color:#658d18;
	margin-bottom:20px;
}
.body-content h3 a{
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-size:20px;
	color:#658d18;
	margin-bottom:10px;
}
/*.body-content h3.news-title{
	padding-left: 20px;
    background-image: url(images/i_news.png);
    background-repeat: no-repeat;
	margin-bottom: 0;
    margin-top: 10px;
}*/
.body-content h2{
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-size:30px;
	color:#333d48;
	margin-bottom:10px;
}
.body-content h2.red{
	color:#658d18;
}
.body-content p{
	font-family:"Avenir LT W01_55 Roman1475520";
	font-size:20px;
	line-height: 30px;
	color:#333d48;
	margin-bottom:20px;
}
.body-content p.indented{
	padding-left: 20px;
}
.body-content ul,
.body-content ol{
	font-family:"Avenir LT W01_55 Roman1475520";
	font-size:20px;
	line-height: 25px;
	color:#333d48;
	margin-left: 30px;
	margin-bottom:20px;
	margin-top: -10px;
}
.body-content ul > li > ul{
	margin-top: 6px;
}
.body-content a{
	text-decoration:underline;
}
.body-content a:hover{
	color:#0059B2;
}

.body-content a.logout{
	padding: 8px;
	color:#fff;
	text-decoration: none;
	background-color: #aaa;
	line-height: 36px;
}

.tml-submit-wrap input[type="submit"] {
    min-width: 100px;
}

.tml-login .tml-submit-wrap input, .tml-register .tml-submit-wrap input
{
	padding: 8px;
	color:#fff;
	text-decoration: none;
	background-color: #658d18;
	border: none;
}
.body-content img.alignnone {
    vertical-align: middle;
}
.body-content table {
    font-family:"Avenir LT W01_55 Roman1475520";
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 20px;
	word-break: break-word;  /* Arnold */
}
.table > thead > tr > th
{
	padding:7px;
}



.grid-content{
	padding-bottom:50px;
	background-color: #fff;
}
.grid-content a{
	display:block;
}
.grid-content a:hover{
	text-decoration:none;
}
.grid-content img{
	max-width:100%;
	border-bottom:6px solid #bbb;
	display: block;
    /*margin: 0 auto;*/
}
.grid-content span{
	display:block;
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-size:18px;
	color:#333d48;
	margin-top:10px;
	margin-bottom:30px;
	/*padding-left: 3%;*/
	word-wrap: break-word;
}
.grid-content a:hover span{
	color:#658d18;
}
.grid-content a:hover img{
	border-bottom:6px solid #658d18;
}
.list-content{
	padding-bottom:50px;
	background-color: #fff;
}
.list-content img{
	max-width:100%;
}
.list-content h2{
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-size:22px;
	color:#333d48;
}
.list-content p{
	font-family:"Avenir LT W01_55 Roman1475520";
	font-size:18px;
	color:#333d48;
	line-height: 28px;
    margin: 16px 0;
}
.list-content a{
	display:inline-block;
}
.icon-content{
	background-color: #fff;
	padding-bottom:50px;
}
.icon-box{
	text-align:center;
}
@media (min-width: 992px)
{
.icon-box:nth-child(3n+1)
{
	clear:both;
} 
}
@media (max-width: 991px)
{
.icon-box:nth-child(2n+1)
{
	clear:both;
} 
}

.icon-box a {
    font-family:"Avenir LT W01_85 Heavy1475544";
	font-size:22px;
	color:#333d48;
	display: block;
	margin: 24px 0px;
}
.icon-box a:hover {
	color:#658d18;
	text-decoration:none;
}
.icon-box img {
	margin:0 auto;
    margin-bottom:15px;
}
.icon-box img.image1 {
    display: block;
	transition:all 0.4s;
}


.logo-mobile{
	display: none;
}

.logo-desktop{
	display: block;
}

.icon-box img.image2 {
    display: none;
	transition:all 0.4s;
}
.icon-box a:hover img.image1 {
    display: none;
	transition:all 0.4s;
}
.icon-box a:hover img.image2 {
    display: block;
	transition:all 0.4s;
}
.view-title.more{
    width: 120px;
	transition:all 0.4s;
}
.list-content a:hover .view-title.more{
	background-color:#333d48;
	transition:all 0.4s;
}
.list-content .one-list{
	margin-bottom:20px;
}
.list-content .list-desc{
	min-height: 250px;
	padding:0;
	border-bottom:6px solid #bbb;
}
.list-content .list-desc:hover{
	/*border-bottom:6px solid #658d18;*/
	border-bottom:6px solid #bbb;
	
}
.news-post .date-post{
	display: block;
}
.news-post .right{
	text-align:right;
}
.body-content .news-foot a{
	font-size:16px;
	color:#333d48;
}
.news-foot {
    border-top: 1px solid #333d48;
    border-bottom: 1px solid #333d48;
    padding: 14px 0;
    margin-top: 50px;
    margin-bottom: 30px;
}
.youtube{
	width: 70%;
    height: 300px;
    display: block;
    margin: 20px auto;
}
.youtube.bis{
	width: 100%;
	margin-top: 10px;
}
.forms-title{
	margin-bottom:20px;
}
.body-content .forms-title a {
    /*background: #999;
    line-height: 36px;*/
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 190px;
    max-width: 100%;
    /*color: #fff;*/
    text-decoration: none;
	margin-bottom:10px;
	transition:all 0.4s;
}
.body-content .forms-title a:hover, .body-content .forms-title a:active
{

}

.forms-title a.active{
	background-color:#c4d600 !important;
}
.forms-title a:hover{
	background-color:#c4d600;
	text-decoration:none;
}
form.wpcf7-form {
    color: #333d48;
    font-size: 15px;
    font-family:"Avenir LT W01_85 Heavy1475544";
	line-height: 22px;
}
select.wpcf7-form-control,
input.wpcf7-form-control {
    height: 32px;
    margin-top: 8px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    color: #333d48;
    padding-left: 10px;
    border: 1px solid #333d48;
}

input.wpcf7-form-control.wpcf7-not-valid {
    margin-bottom: 10px;
}
span.wpcf7-not-valid-tip 
{
    margin-bottom: 20px;
}

select#jumpMenu{
	height: 32px;
    margin-top: 8px;
    margin-bottom: 20px;
    width: 50%;
    font-size: 16px;
    color: #333d48;
    padding-left: 10px;
    border: 1px solid #333d48;
}
.tml-login .tml-submit-wrap {
    display: inline-block;
}
.email-input input.wpcf7-form-control {
    width: 49%;
}
textarea.wpcf7-form-control{
	height: 100px;
	margin-top: 8px;
    margin-bottom: 20px;
    width: 100%;
    border:1px solid #333d48;
	 padding: 8px;

}
input.wpcf7-form-control.wpcf7-submit {
	width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    font-family:"Avenir LT W01_85 Heavy1475544";
    font-size: 16px;
}
span.wpcf7-form-control.wpcf7-checkbox > span {
    display: block;
    margin: 10px 0;
}
span.wpcf7-list-item-label {
    color: #333d48;
    font-family:"Avenir LT W01_55 Roman1475520";
    font-size: 18px;
}
input[type="checkbox"] {
    border-radius: 0;
    background-color: transparent;
    height: 16px;
    width: 16px;
}
.body-content form h3{
	color:#333d48;
	font-size:18px;
}
.first-survay{
	padding-top: 60px;
}.survey.first{
	margin-bottom: 10px;
}
.other-survay{
	 padding-top: 12px;
}
.survey span.wpcf7-form-control.wpcf7-checkbox > span{
	display:inline-block;
	width:14%;
	text-align: center;
}
.survey span.wpcf7-list-item-label {
    display: none;
}
.survey span.wpcf7-list-item-label:first-child{
	display:block;
}
.survey input[type="checkbox"]{
    margin: 0 auto;
    display: block;
}
.body-content .reps-title h3 {
    border-bottom: 3px solid;
    margin: 15px 0;
}
form.reps-form {
    margin-bottom: 20px;
}
.reps-form select{
	width: 450px;
    height: 40px;
    font-size: 16px;
    color: #333d48;
    padding-left: 10px;
    border: 1px solid #333d48;
    margin-right: 40px;
}
.reps-form input{
    background-color: transparent;
    border: none;
}
.reps-infos {
    line-height: 22px;
    color: #333d48;
}
.petit {
    height: 236px;
    overflow: hidden;
    transition: all 0.4s;
}
.show-hide-a .view-title{
	width:174px;
}

.show-hide-a:hover{
	cursor: pointer;
}
.event-date{
	display: block;
	font-weight: bold;
	margin-bottom:20px; 

}
.event-come{
	text-align: right;
}
.body-content .event-button .view-title{
	width: 162px;
}
.body-content ul strong{
	font-family:"Avenir LT W01_85 Heavy1475544";
}
.body-content.library strong a{
	color:#333d48;
	font-size: 20px;
	font-family:"Avenir LT W01_85 Heavy1475544";
}
.body-content.library strong a:hover{
	color:#0059B2;
}
.body-content.library h2{
	color:#658d18;
}
.body-content.library h3{
	font-size: 26px;
	color: #333d48;
}
thead.thead-inverse{
	background-color: #ccc;
	font-size: 20px;
}
tbody{
	font-size: 18px;
}
.body-content a.grey,
.body-content .grey-table a,
.grey-ul li a{
	color:#767A7D;
	font-size: 18px;
}
.body-content a.grey:hover,
.body-content .grey-table a:hover,
.grey-ul li a:hover{
	color:#EF2727;
}
#show-training{
	display: none;
}
.body-content #show-training h3{
	font-size: 18px;
}
.body-content #show-training h3 span{
	display: block;
	color: #666
}
.body-content #show-training ul{
	margin-top: 0;
}
.module{
	margin-top: 40px;
}
/*****************Test Page*******************/
.body-content ul.font-18{
	font-size: 18px;
}
.grid-content span.font-18,
.body-content p.font-18{
	font-size: 18px;
}
.body-content ul.font-18 strong{
	font-family:"Avenir LT W01_85 Heavy1475544";
}
span.question{
	display: block;
	margin-bottom: -15px;
}
/*---------------------------------------footer------------------------------------------------*/
footer{
	background-color:#333d48;
}
.social-box{
	border-bottom:2px solid #333d48;
	padding-bottom: 6px;
    margin-bottom: 14px;
}
.social-media{
	color:#fff;
	padding: 26px 0;
}
.social-media .left{
	font-size:14px;
}
.social-media .left p{
	font-size: 15px;
    line-height: 22px;
	margin-bottom: 8px;
}
.social-media .left span{
	display:block;
	font-size:24px;
	margin-bottom: 20px;
}
.social-media a {
    color: #fff;
}
.social-media a:hover {
	text-decoration:none;
}
.social {
	margin-top: 12px;
	text-align: right;
}
.social span{
	width:24px;
	height:24px;
	display: inline-block;
	vertical-align: middle;
	transition:all 0.4s;
	margin-left: 14px;
}
span.fb{
	background-image:url(images/i_fb.png);
}
span.tw{
	background-image:url(images/i_tw.png);
}
span.gg{
	background-image:url(images/i_gg.png);
}
span.yt{
	background-image:url(images/i_yt.png);
	background-size: cover;
}
span.in{
	background-image:url(images/i_in.png);
}
span.fb:hover{
	background-image:url(images/i_fb_hover.png);
	transition:all 0.4s;
}
span.tw:hover{
	background-image:url(images/i_tw_hover.png);
	transition:all 0.4s;
}
span.gg:hover{
	background-image:url(images/i_gg_hover.png);
	transition:all 0.4s;
}
span.yt:hover{
	background-image:url(images/i_yt_hover.png);
	transition:all 0.4s;
}
span.in:hover{
	background-image:url(images/i_in_hover.png);
	transition:all 0.4s;
}
.CP h1{
	font-size:24px;
	margin-bottom: 10px;
}
.CP h1 sup{
	font-size:16px;
}
.CP p{
	font-family:"Avenir LT W01_55 Roman1475520";
	font-size:14px;
	line-height: 28px;
}
.CP p a{
	color: #fff;
}
.CP p a:hover{
	text-decoration:none;
}
.footer-menu ul.nav-foot {
    padding: 16px 0;
    text-align:center;
}
.footer-menu ul.nav-foot > li{
	display:inline-table;
	/*width: 14%;*/
	width: 13.9%; /* this line was change just to fix IE issue */
    text-align: left;
}
.footer-menu ul.nav-foot > li > a{
	color:#fff;
	font-size:16px;
	font-family:"Avenir LT W01_85 Heavy1475544";
	display: block;
    padding: 14px 0;
}
.footer-menu ul.nav-foot > li > a:hover{
	text-decoration:none;
}
.footer-menu ul.nav-foot > li  >ul >li,.footer-menu ul.nav-foot > li  >ul >li> ul.sub-menu > li
{
	display:block;
	padding: 6px 0;
}
.footer-menu ul.nav-foot > li  >ul >li>a, .footer-menu ul.nav-foot > li  >ul >li> ul.sub-menu > li a
{
	color:#fff;
	font-size:14px;
	font-family:"Avenir LT W01_55 Roman1475520";
	/*padding-left: 16px; */
	display: inline-block;
/*	background-image: url(images/footer-arrow-right-main.png); */
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

 .footer-menu ul.nav-foot > li  >ul >li> ul.sub-menu > li a
{
	color:#fff;
	font-size:14px;
	font-family:"Avenir LT W01_55 Roman1475520";
	padding-left: 16px;
	display: inline-block;
	background-image: url(images/menu-arrow-right.png); 
    background-position: center left;
    background-repeat: no-repeat;
}
.footer-menu ul.nav-foot > li  >ul >li>a:hover{
	color:#c4d600;
	text-decoration:none;
}

.coockieAcceptance{
	position:fixed;
	bottom: 0;
	width: 100%;
	margin:auto;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999999999999;
}
.coockieAcceptanceplug {
    position: relative;
    margin: auto;
    display: block;
    width: 50%;
    color:#FFF;
    padding: 10px;
}

.coockieAcceptanceplug a {
color :#658d18;
}

.coockieAcceptanceplug h5 {
	margin-bottom: 10px;
	font-size: 18px;
}

.coockieAcceptanceplug p {
	margin-bottom: 10px;
}
#accept-coockie{
	cursor: pointer;
}


#tablepress-3 tbody tr td, #tablepress-1 tbody tr td{
	font-size: 16px;
}
iframe{
	    max-width: 100%;
}
/*-------------------------------------Responsive-------------------------------------------*/
/********* Arnold ******/

@media (max-width: 767px)
{
	header .top-head
	{
		/*text-align:left; */
		text-align: right;
	}
	.container.foot, .container.grid-content, .container.body-content, .container.list-content, .container.icon-content
	{
		width: 100%;
	}
	.first-row
	{
		padding-right:0px !important;
	}
	.reps-form select 
	{
    width: 100%;
    margin-right: 15px;
    margin-bottom: 20px;
	}
	.list-content .list-desc {
     min-height: 250px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    border-bottom: 6px solid #bbb;
	margin-top: 10px;
	}
}
@media (max-width: 991px)
{
.list-content .list-desc {
     min-height: 250px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    border-bottom: 6px solid #bbb;
	margin-top: 10px;
	}
}
	.wilx
	{
    float: left;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 10px;
	}
	
	.aform
	{
		padding-left: 10px;
		float: left;
		/*padding-right: 10px;*/
	}

	.ainput
	{
		width: 200px;
		height: 42px;
		color: #333d48;
	}
	
	.first-row
	{
		padding-right:18px;
	}
	
	.aresimg img
	{
		max-width:100%;
	}
	
	.wpcf7-captchar
	{
		width:60px !important;
	}
	
	.body-content .view-title.find
	{
		    width: 200px;
			margin-top: 0px;
	}
	.libold li
	{
		 font-family:"Avenir LT W01_85 Heavy1475544";
	}
	
	.body-content .tint hr
	{
		border-top: 2px solid #333d48;
	}
	
	.body-content .tint h3
	{
		color:#333d48;
	}
	
	.body-content .view-title.find
	{
		width: 200px;
    margin-top: 0px;
	}
	.body-content.library .aslide a 
	{
    color: #333d48;
    font-size: 20px;
	font-family:"Avenir LT W01_85 Heavy1475544";
	}
/********************/


/*@media only screen and (min-width : 1450px) {
header .menu > ul > li:nth-child(5) > ul.sub-menu {
    right: 27%;
}
}
@media only screen and (max-width : 1290px) {
header .menu > ul > li:last-child > ul.sub-menu {
    right: 0;
}
}*/
@media only screen and (min-width : 1815px){
.menu-container{
	width: 85%;
}
}
@media only screen and (min-width : 1560px) and (max-width: 1814px){
.menu-container{
	width: 85%;
}
}
@media only screen and (min-width : 1369px) and (max-width: 1559px){
.menu-container{
	width: 84%;
}
}
@media only screen and (min-width : 1220px) and (max-width: 1368px){
.menu-container{
	width: 82%;
}
}
@media only screen and (min-width : 1005px) and (max-width: 1102px){
.menu-container{
	width: 78%;
}
}
@media only screen and (min-width : 992px) and (max-width: 1004px){
.menu-container{
	width: 77%;
}
}
@media only screen and (min-width : 774px) and (max-width: 991px){
.menu-container{
	width: 70%;
}
}
@media only screen and (min-width : 600px) and (max-width: 773px){
.menu-container{
	width: 60%;
}
}
@media only screen and (min-width : 500px) and (max-width: 599px){
.menu-container{
	width: 50%;
}
}
@media only screen and (min-width : 400px) and (max-width: 499px){
.menu-container{
	width: 37%;
}

}
@media only screen and (max-width : 400px){
.menu-container{
	width: 28%;
}


}
@media only screen and (min-width : 1057px)  and (max-width: 1135px){
header .menu > ul > li{
	/*padding-right: 6%; */
	padding-right: 4%;
	padding-bottom: 16px;
}
}
@media only screen and (min-width : 1230px) {
header .menu > ul > li{
	/*padding-right: 8%; */
    padding-right: 6%;
	padding-bottom: 16px;
}
}
@media only screen and (min-width : 768px) and (max-width : 1016px) {
.resources-section .infos,
.resources-section .infos-image{
	min-height:506px;
}
.services-section .infos,
.services-section .infos-image{
	min-height:545px;
}
.about-section .infos,
.about-section .infos-image{
	min-height:462px;
}
}
@media only screen and (min-width : 1017px) {
.about-section .row,
.resources-section .row,
.services-section .row,
.market-section .row,
.product-section .row {
  display: flex; /* equal height of the children */
}
}
@media only screen and (min-width: 992px){
.col-sm-offset-2 {
    margin-left: 0;
}
}
@media only screen and (min-width : 998px) and (max-width : 1056px) 
{
header .menu > ul > li{
	/*padding-right: 5%; */
	padding-right: 3%;
	padding-bottom: 16px;
}
}
@media only screen and (min-width : 1501px)
	{
	header .menu > ul.energy_header_menu > li{
		/*padding-right: 5%; */
		padding-right: 5%;
		padding-bottom: 16px;
	}
}
@media only screen and (min-width : 1401px) and (max-width : 1500px) 
	{
	header .menu > ul.energy_header_menu > li{
		/*padding-right: 5%; */
		padding-right: 5%;
		padding-bottom: 16px;
	}
}
@media only screen and (min-width : 1301px) and (max-width : 1400px) 
	{
	header .menu > ul.energy_header_menu > li{
		/*padding-right: 5%; */
		padding-right: 4%;
		padding-bottom: 16px;
	}
}
@media only screen and (min-width : 1201px) and (max-width : 1300px) 
	{
	header .menu > ul.energy_header_menu > li{
		/*padding-right: 5%; */
		padding-right: 3%;
		padding-bottom: 16px;
	}
}
@media only screen and (min-width : 1101px) and (max-width : 1200px) 
	{
	header .menu > ul.energy_header_menu > li{
		/*padding-right: 5%; */
		padding-right: 2%;
		padding-bottom: 16px;
	}
}
@media only screen and (min-width : 1058px) and (max-width : 1100px) 
	{
	header .menu > ul.energy_header_menu > li{
		/*padding-right: 5%; */
		padding-right: 1.3%;
		padding-bottom: 16px;
	}
}
@media only screen and (min-width : 1037px) and (max-width : 1056px) 
	{
	header .menu > ul.energy_header_menu > li{
		/*padding-right: 5%; */
		padding-right: 1%;
		padding-bottom: 16px;
	}
}
@media only screen and (min-width : 1006px) and (max-width : 1036px) 
	{
	header .menu > ul.energy_header_menu > li{
		/*padding-right: 5%; */
		padding-right: 0.5%;
		padding-bottom: 16px;
	}
}
@media only screen and (min-width : 992px) and (max-width : 1005px) 
{
	header .menu > ul.energy_header_menu > li{
	/*padding-right: 5%; */
	padding-right: 1px;
	padding-bottom: 16px;
}
}


@media only screen and (min-width : 992px) and (max-width :997px) {
header .menu > ul > li{
	/*padding-right: 5%; */
	padding-right: 3%;
	padding-bottom: 16px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.services-section,
.about-section{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 49%, #f7f7f7 50%, #f7f7f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 49%,#f7f7f7 50%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#ffffff 49%,#f7f7f7 50%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */
}
}

@media only screen and (max-width : 991px) {
/*.market-section .infos .app {
    width: 50%;
    border-right: none;
}
.market-section .infos .app:first-child {
    width: 50%;
	border-right: 2px solid #658d18;
}
.market-section .infos .app:nth-child(3) {
    width: 50%;
	border-right: 2px solid #658d18;
}*/
}
@media only screen and (max-width: 768px){
	.logo-mobile{
		display: block;
	}

	.logo-desktop{
		display: none;
	}
	#tablepress-3, #tablepress-1,#tablepress-4{
	display: block;
	overflow-x: scroll;
}
}

@media only screen and (max-width: 767px){
header .top-head .search{
	display:none;
}

header .top-head .head-top>div{
	margin-right: 16px;
}
header .top-head .buy span,
header .top-head .cart span,
header .top-head .login span{
	display:none;
}

.grid-hero-image{
	display: none;
}

#homeslider{
	display: none;
}
.find-buy .left{
	border-bottom: 2px solid #fff;
}
.product-section,
.services-section,
.about-section{
	background: #f7f7f7;
}
.infos-image{
	display: none;
}
.body-content p{
	word-wrap: break-word;
}
.grid-content span{
	padding-left: 0;
}
input[type="checkbox"]{
	display: inline-table;
	margin-top: -4px;
}
span.wpcf7-list-item-label{
	display: inline-table;
    width: 93%;
}
.survey span.wpcf7-form-control.wpcf7-checkbox > span{
	width: 33%;
}
.survey span.wpcf7-form-control.wpcf7-checkbox > span:first-child,
.survey span.wpcf7-form-control.wpcf7-checkbox > span:nth-child(3),
.survey span.wpcf7-form-control.wpcf7-checkbox > span:nth-child(5),
.survey span.wpcf7-form-control.wpcf7-checkbox > span:nth-child(7){
	display: none;
}
.social {
    text-align: left;
}
.social span{
	margin-left: 0;
	margin-right: 14px;
}
.footer-menu ul.nav-foot{
	padding:0;
}
.footer-menu ul.nav-foot > li{
	width:100%;

}
.footer-menu ul.nav-foot > li  a{
	display: block;
	background-repeat: no-repeat;
    background-position: 92%;
	border-bottom: 1px solid #333d48;
	padding: 1em;
}
.footer-menu ul.nav-foot > li  >ul >li{
	padding:0;
}
.footer-menu ul.nav-foot > li.down > a{
	background-image: url(images/menu-arrow-right.png);
}
.footer-menu ul.nav-foot > li.up a{
	background-image: url(images/menu-arrow-up.png);
}
.footer-menu ul.nav-foot > li  >ul.sub-menu{
	display:none;
	background-color:#f5f5f5;
}
.footer-menu ul.nav-foot > li  >ul.sub-menu > li > a{
	color:#333d48;
	padding: 1em 24px;
	background-image: url(images/footer-arrow-right.png);
    background-position: 15px;
}
}
@media only screen and (max-width : 479px) {
.market-section .infos .app{
	border:none;
}
}
@media only screen and (max-width : 400px) and (min-width: 351px){
header .top-head {
    text-align: right;
    padding-right: 15px;
}
}
@media only screen and (max-width : 350px) {
body {
    padding-top: 126px;
}
header .top-head{
	text-align: center;
	padding-bottom: 10px;
}
header .top-head .head-top>div{
	padding: 12px 14px;
}
header .logo{
	width: 154px;
}
.carousel-indicators {
    bottom: -15px;
}
}

nav a.page-numbers {
    padding: 8px;
    border: 1px solid #333d48;
    color: #333d48;
}

nav div.page-numbers {
    padding: 8px;
    border: 1px solid #333d48;
    color: #333d48;
	display:inline-block;
	margin-bottom:10px;
}
nav div.page-numbers.selected
{
	border:none;
}

nav div.page-numbers a, nav div.page-numbers a:hover {
    color: #333d48;
}


nav a.page-numbers:hover
{
    color: #333d48;
}

nav .page-numbers {
    padding: 8px;
}

nav .prev.page-numbers , nav .next.page-numbers
{
	border:none;
}

.stpfloat
{
	clear:both;
}

@media only screen and (max-width : 767px) 
{
	.stpfloat-xs
	{
		clear:both;
	}
	.col-xs-6:nth-child(odd), .col-xs-4:nth-child(3n+1), .col-xs-2:nth-child(6n+1), .col-xs-3:nth-child(4n+1)
	{
		clear:both;
	}
}
@media only screen and (max-width : 991px) and (min-width: 768px)
{
	.stpfloat-sm
	{
		clear:both;
	}
	.col-sm-6:nth-child(odd), .col-sm-4:nth-child(3n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1)
	{
		clear:both;
	}
}

@media only screen and (max-width : 1199px) and (min-width: 992px){
	.stpfloat-md
	{
		clear:both;
	}
	.col-md-6:nth-child(odd), .col-md-4:nth-child(3n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1)
	{
		clear:both;
	}
}
@media only screen and (min-width : 1200px)
{
	.stpfloat-lg
	{
		clear:both;
	}
	.col-lg-6:nth-child(odd), .col-lg-4:nth-child(3n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1)
	{
		clear:both;
	}
}

/********   Landing page style ***********/
		.landing_page_body
		{
			background:none;
		}
		
		.landing_page_body .no-padding 
		{
			padding: 0;
		}
		.landing_page_body .site-left 
		{
			padding-right: 2px;
		}
		.landing_page_body .site-right
		{
			padding-left: 2px;
		}
		.landing_page_body .head-menu-container
		{
			    padding-top: 35px;
		}
		.img-res-wide
		{
			width: 100%;
			height: auto;
			max-width: 100%;
		}
		
		.division_title
		{
			display: block;
			margin: 0 auto;
			width: 260px;
			position: relative;
			margin-top: -100px;
		}
		
		.division_title .view-title
		{
			min-width: 150px;
			width: auto;
		}
		
		.division_title .view-title span
		{
			padding-right: 60px;
		}
		
		.red-underline
		{
			border-bottom:4px solid #658d18;
		}
		
		.landing-content h2 
		{
			font-family:"Avenir LT W01_85 Heavy1475544";
			font-size: 32px;
			color: #333d48;
			margin-bottom: 10px;
		}
		
		h2.number-years 
		{
			margin-bottom: 0;
			font-size: 36px;
			font-family:"Avenir LT W01_85 Heavy1475544";
			color: #333d48;
			margin-left:20px;
		}
		
		.landing-content_top
		{
			padding-top: 50px;
			padding-bottom: 40px;
			background-color: #fff;
		}
		.landing-content_bottom
		{
			padding-top: 40px;
			padding-bottom: 100px;
			background-color: #fff;
		}
		
		.landing-content-align
		{
			padding-left:35px;
		}
		@media only screen and (max-width: 767px) 
		{
			.landing-content-align
			{
				padding-left:0px;
			}
			h2.number-years 
			{
				font-size: 24px;
				margin-left:0;
				line-height: 35px;
			}
			.landing-content h2 
			{
				font-size: 24px;
				line-height: 35px;
			}
			.landing_page_body .head-menu-container
			{
					padding-top: 0px;
			}
			.landing_page_body .site-left 
			{
				padding-right: 0px;
				padding-bottom: 2px;
			}
			.landing_page_body .site-right
			{
				padding-left: 0px;
				padding-top: 2px;
			}
			.landing-content_top 
			{
				padding-top: 0;
				padding-bottom: 20px;
				background-color: #fff;
			}
			.second-logo 
			{
				padding-left: 10%;
				padding-top: 6%;
			}
			.landing_page_body .menu-container 
			{
				width: 60%;
				max-width:230px;
			}
			.landing_page_body header .logo 
			{
				width:40%;
				max-width:190px;
			}
			.landing_page_body .body-container
			{
				padding-top:0;
			}
		}
		@media only screen and (min-width: 1024px) 
		{
			.hidden-m1024
			{
				display:none;
			}
		}
		/*.landing_page_body .container.body-content
		{
			max-width: 970px;
		} */
		.landing_page_body .body-content a,.landing_page_body .body-content a:hover, .landing_page_body .body-content a:focus
		{
			text-decoration: none;
		}
		
/******** End  Landing page style ***********/

/* Single product template */

	@media only screen and (min-width: 768px) 
	{
		.product-lcol
		{
			/*width: 340px;
			float: left; */
			padding-right: 40px;
		}
	}
	
	.product-rcol
	{
		/*float: left;*/
	}

	#prodcut-gallery-carousel.aslider .carousel-indicators.aindic li, #prodcut-gallery-carousel.aslider .carousel-indicators.aindic li img 
	{
		width: 60px;
		height: 60px;
	}
	
	#prodcut-gallery-carousel .carousel-indicators li 
	{
		background-color: transparent;
		-webkit-border-radius: 0;
		border-radius: 0;
		display: inline-block;
		height: auto;
		margin: 0 !important;
		width: auto;
		border: none;
	}
	
	#prodcut-gallery-carousel .carousel-indicators 
	{
    margin: 10px 0 0;
     overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
	}
	
	#prodcut-gallery-carousel .carousel-indicators li img
	{
    display: block;
    opacity: 0.8;
	}
	#prodcut-gallery-carousel .carousel-indicators li.active img 
	{
    opacity: 1;
	}
	
	.product-rcol h2.product-title
	{
		font-size: 24px;
		font-family:"Avenir LT W01_85 Heavy1475544";
	}
	.product-rcol p.product-model
	{
		font-family:"Avenir LT W01_85 Heavy1475544";
		font-size: 18px;
		color: #333d48;
	}
	.product-rcol p, .related_product_item p
	{
		font-size: 18px;
	}
	.related_product_item img
	{
		border: 1px solid #DDD;
	}
	
	.body-content a.no-underline
	{
		text-decoration:none;
	}
	
	.product-rcol .download p
	{
		margin-bottom: 0px;
	}

	.body-content a , .body-content a:hover , .body-content a:active, .body-content a:focus
	{
		color:inherit;
	}

	.product-rcol .download p.download-category
	{
		color:#333333;
		font-size: 16px;
		font-family:"Avenir LT W01_85 Heavy1475544";
	}
	.product-rcol .download p.download-file
	{
		font-size: 16px;
	}
	.product-rcol .download p.download-file a
	{
		color:#333d48;
	}
	.product-rcol .download p.download-file a .glyphicon
	{
		font-size: 12px;
		padding-right: 10px;
	}
	
	.product-rcol .download p.download-file:last-child
	{
		margin-bottom: 5px;
	}
	.product-rcol div.applications ul, .product-rcol div.features ul, .product-rcol ul, .product-rcol ol
	{
		font-size: 18px;
		line-height: 30px;
	}
	
	 div.gray-bloc
	{
		margin-bottom: 25px;
		background-color: #eee;
		padding: 13px;
		border-width: 0;
		margin-top: 20px;
	}
	 div.gray-bloc h3
	{
		font-family:"Avenir LT W01_85 Heavy1475544";
		color: #333d48;
		margin-bottom: 0px;
	}
	 div.gray-bloc h3 a
	{
		color: #333d48;
		text-decoration:none;
	}
	
	div.product-spec 
	{
		padding: 20px;
	}
	
	.product-spec thead th 
	{
		border-right: 1px solid #fff;
	}
	.product-spec thead th, .product-spec thead td {
		background-color: #d1e262;
		text-transform: uppercase;
		font-weight: bold;
	}
	.product-spec th, .product-spec td {
		font-weight: normal;
		font-size: 16px;
	}
	
	.product-spec table > thead > tr > th, .product-spec table > tbody > tr > th, .product-spec table > tfoot > tr > th, .product-spec table > thead > tr > td, .product-spec table > tbody > tr > td, .product-spec table > tfoot > tr > td {
    padding: 8px 10px;
	}
	
	.product-spec tbody th, .product-spec tbody td 
	{
		background-color: #fff;
	}
	.product-spec tbody th 
	{
		border-right: 1px solid #ccc;
	}
	.product-spec tbody tr:nth-child(even) th, .product-spec tbody tr:nth-child(even) td 
	{
		background-color: #f9fbe6;
	}
	
	.stpfloat
	{
		clear:both;
	}
	 #baguetteBox-overlay , .baguetteBox-button
	{
		background-color: white;
	}
	.baguetteBox-button svg polyline
	{
		stroke: gray;
	}
	
	
/* End */

/** product category ****/

.product-entity .product-model
{
	color:#333333;
	font-size: 17px;
	font-family:"Avenir LT W01_85 Heavy1475544";
	margin-bottom: 4px;
}
.product-entity  img
{
	border: 1px solid #eee;
}
.product-entity .product-desc p
{
	font-family:"Avenir LT W01_55 Roman1475520";
    font-size: 16px;
    line-height: 21px;
	color:#333333;
}

/******* Theme my login customization ***************/
.tml input, .tml textarea, .tml select {
    margin: 0.5em 0;
    width: 80%;
}
.tml {
     max-width: none;
}

.tml .s2-member-extra-field 
{
    margin-top: -15px;
}

ul.tml-action-links 
{
    display: inline-block;
    list-style: none;
	margin: 0.5em auto;
    padding: 5px 0px;
    text-align: center;
}
ul.tml-action-links li:last-child 
{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
ul.tml-action-links li {
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 1);
    float: left;
    line-height: 1;
    list-style: none;
    margin: 0 0.5em 0 0;
    padding: 0 0.5em 0 0;
}
ul.tml-action-links a {
    border: none;
    display: block;
    padding: 0;
    color: #333d48;
    font-size: 16px;
}

ul.tml-action-links li:last-child a
{
	color: #333d48;
}

.tml input.form-control, .tml select.form-control
{
	border-radius: 0px;
    border: 1px solid #aaa;
    color: #333d48;
    box-shadow: none;
    /* padding: 0; */
    font-family:"Avenir LT W01_55 Roman1475520";
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}


tml .tml-rememberme-submit-wrap:before, .tml .tml-rememberme-submit-wrap:after, .tml ul.tml-action-links:before, .tml ul.tml-action-links:after {
    content: "";
    display: table;
}

/******* Tablepress customization***********/
.tablepress tfoot th, .tablepress thead th 
{
    word-break: normal;
}

.tablepress td, .tablepress th 
{
    min-width: 80px;
}

.mss-show-hide-title
{
	cursor:pointer;
}

.site-select .bootstrap-select button, .site-select .btn-group.open .dropdown-toggle
{
	background-color: #658d18;
    color: white;
    background-image: none;
    height: 35px;
    border: none;
    padding-right: 0;
    padding: 8px;
    font-size: 14px;
    /* font-weight: 300; */
    font-family:"Avenir LT W01_55 Roman1475520";
	
}

.site-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
{
	width: 150px;
}
/*
.site-select .bs-caret {
    display: none;
}*/
.site-select .bootstrap-select.btn-group .dropdown-menu
{
	border-radius: 0;
}
.site-select .bootstrap-select.btn-group .dropdown-menu li.selected
{
	display:none;
}
.site-select .bootstrap-select.btn-group .dropdown-menu li a
{
	color: black;
    text-align: center;
    padding: 4px 0px;
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.dropdown-menu > li > a.flag {
    background: none;
    width: inherit;
    height: inherit;
    cursor: pointer;
}

/** Timeline*****/
cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #AAAAAA;
}
@media only screen and (min-width: 992px) {
  #cd-timeline {
	margin-top: 3em;
	margin-bottom: 3em;
  }
  #cd-timeline::before {
	left: 50%;
	margin-left: -2px;
  }
}

.ibvm
{
	display:inline-block;
	vertical-align:middle;
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .cd-timeline-block {
	margin: 4em 0;
  }
  .cd-timeline-block:first-child {
	margin-top: 0;
  }
  .cd-timeline-block:last-child {
	margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 86px;
	left: 6px;
	width: 24px;
	height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
      cursor: pointer;
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #658d18;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 992px) {
  .cd-timeline-img {
	width: 24px;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    top: 86px;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
  }
   .cd-timeline-img.is-hidden {
	visibility: hidden;
  }
   .cd-timeline-img.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-1 0.6s;
	-moz-animation: cd-bounce-1 0.6s;
	animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
	opacity: 0;
	-webkit-transform: scale(0.5);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale(1.2);
  }

  100% {
	-webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
	opacity: 0;
	-moz-transform: scale(0.5);
  }

  60% {
	opacity: 1;
	-moz-transform: scale(1.2);
  }

  100% {
	-moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
  }

  100% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  border: 2px solid #333d48;
    min-height: 200px;
  /*box-shadow: 0 3px 0 #d7e4ed;*/
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date  {
  display: inline-block;
}
.body-content .cd-timeline-content p
{
  margin: 1em 0;
  line-height: 1.6;
}
.body-content .cd-timeline-content ul 
{
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
      cursor: pointer;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #333d48;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
	font-size: 20px;
	font-size: 1.25rem;
  }
  .body-content .cd-timeline-content p, .body-content .cd-timeline-content ul {
	font-size: 16px;
	font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 14px;
	font-size: 0.875rem;
  }
}
@media only screen and (max-width: 991px) {
.cd-timeline-block .cd-timeline-content .cd-date .cd-date-value:last-child 
   {
	display:none;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date .cd-date-value
   {
	padding-right: 15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .cd-timeline-content {
	margin-left: 0;
	padding: 20px;
	width: 45%;
	border: 2px solid #333d48;
	min-height: 200px;
  }
  .cd-timeline-content::before {
	top: 86px;
	left: 100%;
	border-color: transparent;
	border-left-color: #333d48;
  }
  .cd-timeline-content .cd-read-more {
	float: left;
  }
  .cd-timeline-content .cd-date {
	position: absolute;
	width: 100%;
	left: 122%;
	top: 0px;
	font-size: 16px;
	font-size: 1rem;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content {
	float: right;
  } 
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date .cd-date-value:first-child 
   {
	display:none;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date .cd-date-value
   {
	padding-left: 35px;
    margin-right: -30px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date .cd-date-value
   {
	padding-right: 35px;
    margin-left: -30px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date .cd-date-value:last-child 
   {
	display:none;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
	top: 86px;
	left: auto;
	right: 100%;
	border-color: transparent;
	border-right-color: #333d48;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more {
	float: right;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
	left: auto;
	right: 122%;
	text-align: right;
  }
   .cd-timeline-content.is-hidden {
	visibility: hidden;
  }
   .cd-timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-2 0.6s;
	-moz-animation: cd-bounce-2 0.6s;
	animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 992px) {
  /* inverse bounce effect on even content blocks */
   .cd-timeline-block:nth-child(odd) .cd-timeline-content.bounce-in {
	-webkit-animation: cd-bounce-2-inverse 0.6s;
	-moz-animation: cd-bounce-2-inverse 0.6s;
	animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
	opacity: 0;
	-webkit-transform: translateX(-100px);
  }

  60% {
	opacity: 1;
	-webkit-transform: translateX(20px);
  }

  100% {
	-webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
	opacity: 0;
	-moz-transform: translateX(-100px);
  }

  60% {
	opacity: 1;
	-moz-transform: translateX(20px);
  }

  100% {
	-moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
  }

  60% {
	opacity: 1;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
  }

  100% {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
	opacity: 0;
	-webkit-transform: translateX(100px);
  }

  60% {
	opacity: 1;
	-webkit-transform: translateX(-20px);
  }

  100% {
	-webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
	opacity: 0;
	-moz-transform: translateX(100px);
  }

  60% {
	opacity: 1;
	-moz-transform: translateX(-20px);
  }

  100% {
	-moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
  }

  60% {
	opacity: 1;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
  }

  100% {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
  }
}
.cd-timeline-img span.glyphicon
 {
    font-size: 19px;
    left: 2px;
    top: 2px;
	color: #658d18;
}

.cd-timeline-content .cd-date .cd-date-value 
{
	font-size: 24px;
	font-family:"Avenir LT W01_85 Heavy1475544";
	color: #658d18;
}

.cd-timeline-content.content-hidden {
    min-height: 0;
    border: none;
    padding: 0;
}
.cd-timeline-content.content-hidden::before {
   display:none;
}
.cd-date.cd-date-relative {
    max-height: 200px;
    position: relative;
	transition: 0.3s;
}
/******End timeline *********/

.aog-bloc
{
	padding: 20px;
    background-color: #3C3C3C;
    color: white;
}
@media only screen and (min-width: 992px)
 {
	.body-content .forms-title.sas_title a
	{
		min-width:210px;
	}
}

.aog-left-bloc
{
	padding: 20px;
	background-color: #EEE;
	margin-bottom: 20px;
	min-height:292px; /* this is just to fit the aog bloc height*/
}

/**** scroll to top shortcode ****/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(./images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*** End scroll to top shortcode ***/

.full-height-image-container
{
	overflow:hidden;
}
.full-height-image-container .full-height-image
{
	/*height: 100%;
    width: auto;*/
	max-width:100%;
}
.anchor-button+br {
    display: none;
}

div.no-clear
{
	clear:none !important;
}

.body-content .forms-title .anchor-button a 
{
    line-height: 24px;
    padding: 6px 0px;
    width: 100%;
    max-width: 100%;
}

/*** Search tab style ***/

.body-content ul.search_nav-tabs 
{
    margin: 0;
    border-bottom: 1px solid #658d18;
    margin-bottom: 20px;
}
.search_nav-tabs > li > a 
{
    border-color: #658d18;
    border-radius: 0;
    margin-right: 0;
    color: #333d48;
    text-decoration: none;
    font-family:"Avenir LT W01_85 Heavy1475544";
	padding:10px 40px;
}

.search_nav-tabs > li > a:hover {
    border-color: #658d18;
}

.search_nav-tabs > li > a:hover, .search_nav-tabs > li > a:focus 
{
    text-decoration: none;
    background-color: transparent;
    color: #333d48;
}

.search_nav-tabs > li.active > a, .search_nav-tabs > li.active > a:hover, .search_nav-tabs > li.active > a:focus 
{
    color: white;
    background-color: #658d18;
    text-decoration: none;
    border: 1px solid #658d18;
}

.searchwp-highlight {
    /*color: #333d48;*/
	color: #658d18;
    font-family:"Avenir LT W01_85 Heavy1475544";
}

.sort_by_container
{
	width:150px;
	margin-left: 20px;
}

.body-content .sort_by_title
{
	margin-bottom:0px;
}

.sort_by_row
{
	padding-top:8px;
}

.s_product_image {
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
}

.body-content .color-inherit, .body-content .color-inherit:hover, .body-content .color-inherit:active, .body-content .color-inherit:focus
{
    color: inherit;
}

.body-content .no-underline ,.body-content .no-underline:hover ,.body-content .no-underline:active ,.body-content .no-underline:focus
{
    text-decoration: none;
}

.product_search_desc {
    min-height: 120px;
}

.sort_by.fade
{
	display:none;
}
.sort_by.fade.in
{
	display:block;
}

@media only screen and (max-width: 767px) 
{
	.sort_by_row {
    padding-top: 20px;
    float: none !important;
    text-align: center;
    clear: both;
	}
	.body-content ul.search_nav-tabs 
	{
		border:none;
		text-align: center;
	}
	.search_nav-tabs > li 
	{
		width: 50%;
	}
	.product_search_desc {
    min-height: 120px;
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
	}
}
/*--------Search menu -----------*/
input.search-submit
 {
    border: none;
    font-size: 13px;
    line-height: 15px;
    background: none;
    margin-right: -20px;
    padding-right: 20px;
    color: white;
    margin-top: -10px;
    padding-top: 10px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    outline: none;
    padding-left: 35px;
    background-image: url(./images/i_search.png);
    background-repeat: no-repeat;
    background-position: 10px center;
	background-size: 24px;
}

header .top-head .search form {
    display: inline-block;
    /* padding-right: 24px; */
    color: #333d48;
    margin-top: -3px;
    margin-bottom: -5px;
}

/*--------End Search menu -----------*/

/*** End Search tab style ***/


.tml-login .tml-user-login-wrap label{
	display: block;	
}
.tml-login .tml-user-pass-wrap label{
	display: block;
}








small {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 3em;
}


.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

button:focus, button:active:focus, button.active:focus, button.focus, button:active.focus, button.active.focus {
    outline: none;
}

input:focus, input:active:focus, input.active:focus, input.focus, input:active.focus, input.active.focus {
    outline: none;
}


table {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	width: 100%;
}

table th {
	font-family:"Avenir LT W01_65 Medium1475532";
	padding: 10px!important;
	vertical-align:bottom;
	background: #333d48 !important;
	color: #ffffff;
	border: none !important;
	font-size: 16px !important;
	line-height: 20px !important;		
}

table td {
	font-family:"Avenir LT W01_55 Roman1475520";
	padding: 10px!important;
	border: none !important;
	font-size: 16px !important;
	line-height: 20px !important;
}

table tr:nth-of-type(even) {
	background: #ececec;
}

table tr:nth-of-type(odd) {
	background: #ffffff;
}

/*li.current-menu-item a {
	color: #c4d600 !important;
}*/



.gform_footer input[type=submit] {
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-weight:normal !important;
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
	border:2px solid #c4d600;
	display:block;
	padding: 12px 18px;
	background-color: transparent;
	border-radius: 0;
	color: #333f48;
}

.gform_footer input[type=submit]:hover {
	background-color: #c4d600;
}

.gform_wrapper .top_label .gfield_label {
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-size: 16px;
}

li.gfield.gfield_html {
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-size: 16px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	font-size: 12px;
}

li.gfield select {
	height: 40px;
}

.tml-login {
	max-width: 320px;
}

.tml-login .tml-user-login-wrap label{
	display: block;
	width: 250px;	
}

.tml-login .tml-user-pass-wrap label{
	display: block;
	width: 250px;
}

.tml-login .tml-checkbox{
	display: inline-block;
	width: 20px;
}

.tml-field-wrap {
	width: 250px;
	padding-top: 20px;
}

.tml-field-wrap input {
	width: 250px;
}

ul.tml-links {
	padding-top: 20px;
	font-size: 1em;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.tml-button {
	height: 40px;
	font-size: 14px;
    font-family:"Avenir LT W01_85 Heavy1475544";
    color: #333F48;
    border: 2px solid #C4D600;
    background: transparent;
    text-transform: uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	padding:9px 12px 9px 12px;
	margin:0 15px 10px 0;
	border-radius: 0;
	text-decoration:none !important;   	
}

.tml-button:hover {
    background: #C4D600;	
}