@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
body{
	color: #231f1f;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	background-color: #f2f2f2;
}

/*
* Fonts
*/
@font-face{
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto-condensed/RobotoCondensed-Light.ttf');
    font-weight: 200;
    font-style: normal;
}
@font-face{
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto-condensed/RobotoCondensed-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto-condensed/RobotoCondensed-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}


a:hover{
	text-decoration: none;
}
input{
	color: #231f1f;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"]{
	font-family: 'Roboto', Helvetica, Arial, sans-serif; 
}
h2{
	font-size: 18px;
	font-weight: 700;
}
h3{
	font-size: 16px;
	font-weight: 700;
}
ul > li{
	margin-bottom: 0
}
button, a.action.primary{
	border-radius: 0;
	font-weight: 400
}
input[type=checkbox]{
	display: inline;
}
.message{
    max-width: 1140px;
    margin: auto !important;
}
.label{
	font-size: 100%;
	font-weight: 500;
	color: #231f1f;
	padding: 0;
	border-radius: 0;
}
legend{
	border-bottom: 0
}
legend.label{
	text-align: left;
}
.breadcrumbs{
	max-width: 1170px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.column .container{
	clear: both;
}
.catalog-product-view .breadcrumbs{
	padding: 0;
}
.catalogsearch-result-index .breadcrumbs{
	padding: 0;
}
.catalog-product-view .columns .column.main{
	margin-top: 30px;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.catalogsearch-result-index .actions-secondary{
	display: none !important;
}
.catalogsearch-result-index .products-list .product-item{
	background-color: #fff;
	padding: 20px;
    margin-bottom: 20px;
}
.catalogsearch-result-index .product-item-name .product-item-link {
    font-size: 18px;
    font-weight: 500;
}
.catalogsearch-result-index .product-item .price-box .price {
    font-weight: 700;
    color: red;
    font-size: 20px;
}
.catalogsearch-result-index .product-item .tocart {
    font-size: 14px;
    padding: 10px 40px;
    font-size: 14px;
}
/***************   Header Start   ***************/
.header.content{ display: none; }
.page-header{
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
.top-panel{
	border-bottom: 1px solid #d4d4d4;
	padding: 5px 0;
}
.new-header{
	background-color: #fff;
}
.header-top-mid{
	float: right;
}
.header-top-right{
	float: right;
	width: auto;
}
.header-account, .header-contact{
	float: left;
}
.header-account{
	margin-right: 25px;
	position: relative;
}
.top_img_account img{
	margin-right: 10px;
}
.top_img_phone img{
	margin-right: 5px;
}
.header-account a{
	font-size: 12px
}
.header-account a, .header-contact a{
	font-weight: 500;
	color: #231f1f;
}
.header-account a:hover, .header-contact a:hover{
	color: #23527c
}
.header-account a:hover, .header-contact a:hover{
	text-decoration: none;
}
.header-account-ul{
	padding: 0;
	list-style: none;
	border: 1px solid #231f1f;
	position: absolute;
	z-index: 11;
	background-color: #fff;
	width: 165px;
	display: none;
}
.header-account-ul li{
	margin-bottom: 0;
}
.header-account-ul li a{
	display: block;
	padding: 5px 15px;
}
.mid-panel{
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d1;
}


/****************************** new header   ************************/
.mid-panel ul.user-actions.clearfix {
	margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    float: right;
}
.mid-panel ul.user-actions li:first-child {
	margin-right: 40px;
}
.mid-panel ul.user-actions li {
	float: left;
}
.mid-panel ul.user-actions li a {
	color: #234fa0;
    line-height: 30px;
    font-size: 16px;
}
.mid-panel ul.user-actions li img {
	vertical-align: middle;
    margin-right: 15px;
}
.mid-panel ul.user-actions li a.phone {
	font-size: 30px;
    font-weight: bold;
}
.cms-atemag-aggregate main#maincontent {
    padding-left: 0;
    padding-right: 0;
}
.cms-bore-and-edge-bander-tools .category_info {
    min-height: fit-content;
}

.cms-bore-and-edge-bander-tools .formNetableBtns {
    float: none;
}
.product-info-main .cart-qty {
    top: 0;
    background: transparent;
}
.catalog-product-view .box-tocart .field.qty label.label {
    padding-top: 0;
    padding-right: 0;
}

.catalog-product-view .box-tocart .field.qty .control input[type="number"] {
    height: 20px !important;
    width: 52px;
    padding: 0;
}

.catalog-product-view .cart-qty:after {
    content: '';
}
.page-header .action.showcart span.counter-number {
    width: 7px;
}

.page-header .action.showcart .counter.qty {
    width: 7px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.mid-panel ul.user-actions.clearfix span {
	display: none;
}
.mid-panel .logoDiv {
    left: 21em;
    position: absolute;
}
	.mid-panel .cartDiv {
 	float: right;   
}

}
@media screen and (min-width: 651px) and (max-width: 991px) {
	.mid-panel .cartDiv {
    float: right;
}
.mid-panel .logoDiv {
    left: 12em;
    position: absolute;
}
.mid-panel ul.user-actions.clearfix span {
	display: none;
}
}

@media screen and (max-width: 650px) {
	.mid-panel .logoDiv {
       top: 6px;
    width: 280px;
    margin: auto;
    float: none;
}
.cartDiv {
    float: right;
    position: absolute;
    right: -16px;
    top: -2px;
}
.mid-panel ul.user-actions li:first-child {
	margin-right: 10px;
}
.mid-panel ul.user-actions.clearfix span {
	display: none;
}
}
@media screen and (min-width: 651px) and (max-width: 684px) {
.mid-panel ul.user-actions.clearfix {
	margin-top: 7px; 
}
}
@media screen and (max-width: 425px) {
	.new-header .mid-panel {
    height: 62px;
    padding: 9px 0;
}
.mid-panel .logoDiv {
    width: 200px;
    top: 9px;
     margin: auto;
    float: none;
}
.mid-panel .cartDiv {
	float: right;
    position: absolute;
    right: -18px;
    top: -4px;
}
.mid-panel ul.user-actions li:first-child {
	margin-right: 0;
}
}
.page-header .nav-blue ul.industry_cat_ul {
    background: #28539b;
}
.page-header .nav-blue ul.industry_cat_ul li a {
    color: #fff;
}
ul.nav-ul li.level0.nav-blue > a.industry_cat {
	background-color: #28539b;
	color: #fff;
}
ul.nav-ul li.level0.nav-blue span {
	color: #fff;
}
.nav-blue .industry_cat_li a:hover  {
	color: #000!important;
}
/****************************** End new header   ************************/

ul.mid_nav{
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	margin-right: 50px;
}
ul.mid_nav > li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0;
}
ul.mid_nav li a{
	color: #231f1f;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 12px;
	position: relative;
}
ul.mid_nav li a:hover{
	color: #28539b;
}
ul.mid_nav li a:after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 8px;
    background-color: #818181;
    right: -10px;
    top: 3px;
}
ul.mid_nav li a.mid_nav_contact:after{
	display: none;
}
ul.mid_nav li.industry_cat_li a{
	padding: 5px 15px;
	display: block;
}
li.industry_cat{
	position: relative;
}
.page-header ul.industry_cat_ul{
	/*list-style: none;
	display: none;
	position: absolute;
    background: #a0bd26;
    z-index: 11;
    padding: 0;
    width: 225px;
    margin-top: 0;*/
padding-left:0px;
}
.industry_cat_li{
	margin-bottom: 0;
}
.industry_cat_li a{
	color: #fff;
}
.mid_nav_industry i{
	padding-left: 8px;
}
.top_minicart{
	float: right;
}
.minicart-wrapper .action.showcart .counter.qty{
	position: absolute;
	right: -25px;
	top: -7px;
	background: #28539b;
}
.bottom-panel{
	background-color: #28539b;
}
ul.nav-ul{
	list-style: none;
	float: left;
	margin-bottom: 0;
	padding: 0;	
}
ul.nav-ul li{
	margin-bottom: 0;
}
ul.nav-ul li.level0{
	display: block;
	margin-bottom: 0;
	float: left;
	position: relative;
}
ul.nav-ul li a{
	text-transform: uppercase;
	display: block;
	font-size: 14px;
}
ul.nav-ul li.level0 > a{
	color: #fff;
	line-height: 50px;
	padding: 0 18px;
	background-color: #28539b;
	position: relative;
}
ul.nav-ul li.level0 > a.industry_cat{
	padding: 0 17px;
	background-color: #a0bd26;
}
.nav-industry_cat.actived .industry_cat{
	background-color: #a0bd26
}
ul.nav-ul li.level0.nav-li-7 > a:after{
	display: none;
}
ul.nav-ul li.level0.active > a{
	color: #231f1f;
	background-color: #a0bd26; 
}
ul.nav-ul li.level0 > a:hover{
	background-color: #a0bd26;
}
ul.level1, ul.level2{
	display: none;
	position: absolute;
}
ul.level1{
	background-color: #a0bd26;
    list-style: none;
    width: 200px;
    z-index: 99;
    padding: 0;
}
ul.level1 i{
	float: right;
}
ul.nav-ul li.level1, ul.nav-ul li.level2{
	position: relative;
}
ul.nav-ul li.level1 > a, ul.nav-ul li.level2 > a{
	padding: 10px 15px;
}
li.level1 a{
	color: #231f1f;
}
ul.nav-ul li.level1.subactive > a{
	background-color: #28539b;
	color: #fff;
}
ul.level2{
	left: 250px;
	top: 0;
	background-color: #a0bd26;
    list-style: none;
    width: 250px;
    z-index: 99;
    padding: 0;
}
ul.nav-ul li.level2.subsubactive > a{
	background-color: #28539b;
	color: #fff;
}
.block-search{
	width: 295px;
}
.top_search{
	margin-top: 9px;
}
.block-search input[type="text"]{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before{
	display: none;
}
.top_minicart .minicart-wrapper .action.showcart{
	width: 18px;
	height: 14px;
	display: block;
	margin: 0;
	background-image: url('../images/icons/shopping-cart.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 3px;
	position: relative;
}
.block-search .action.search{
    top: 1px;
    right: 1px;
    background-color: #28539b;
    width: 33px;
    border-radius: 0;
    height: 30px;
}
.block-search .action.search:hover{
	background-color: #a0bd26
}
.block-search .action.search[disabled]{
	opacity: 1;
}
.block-search .action.search[disabled]:hover{
	background-color: #a0bd26
}
.block-search .action.search:before{
	display: none;
}
.industry_cat span{
	margin-right: 5px;
	color: #000000;
}
.shopLink{
    background-color: #28539b;
    color: #fff;
    padding: 7px 20px;
    float: right;
    margin-top: 10px;
}
a.enquireBtn{
    background-color: #28539b;
    color: #fff;
    padding: 7px 40px;
    float: left;
    margin-top: 10px;	
    margin-right: 10px;
}
.shopLink:hover{
    background-color: #a0bd26;	
}
a.enquireBtn:hover{
  background-color: #a0bd26;		
}
.shopLink span{
	padding: 0 10px;
	color: #fff;
}
.shopLink:hover span{
	color: #fff;
}
.cms-page-view ul > li ul.industry_cat_li{
	padding-left: 0;
	margin-top: 0
}
.industry_cat_li a{
   // padding: 8px 20px;
    //display: block;
    //color: #000
}
.industry_cat_li a:hover{
	//background-color: #edfc95;
}
/***************   Header End   ***************/
/***************   Footer Start   ***************/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
footer.page-footer{
	background-color: #242424;
	padding: 40px 0 0;
	color: #fff;
	margin-top: 100px;
}
footer.page-footer h3{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	color: #fff;
	margin: 0 0 25px;
}
.footer-top{
	overflow: auto;
}
.footer-top, .footer-bottom{
	clear: both;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #444444;
}
.footer-top-part{
	float: left;
	width: 33%;
}
.footer-bottom .thumbnail{
	display:none;
}


#mc_embed_signup{
	width: 100%;
	max-width: 305px;
}
#mc_embed_signup label{
	display: none;
}
.mc-field-group{
	margin-bottom: 10px;
}
input[type=submit]#mc-embedded-subscribe{
	outline: 0;
	border: 0;
	width: 100%;
	line-height: 40px;
	background-color: #a0bd26;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
input[type=submit]#mc-embedded-subscribe:hover{
    background-color: #edfc95;
    color: #000;
}
.footer-top-part-mid{
	padding: 0 40px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	height: 165px;
}
.footer-top-part-mid p{
	margin-bottom: 25px;
}
ul.social-media{
	list-style: none;
	padding: 0;
}
ul.social-media li{
	display: inline-block;
	text-align: center;
	margin-right: 15px;
}
ul.social-media li a{
	display: block;
	color: #fff;
	width: 34px;
	line-height: 34px;
	font-size: 18px;
}
ul.social-media li a:hover{
	opacity: 0.8
}
a.social-facebook{
	background-color: #3b4ba8;
}
a.social-google{
	background-color: #d54522;
}
a.social-linkedin{
	background-color: #1e84ce;
}
a.social-pin{
	background-color: #d52f21;
}
a.social-twitter{
	background-color: #48a6f2;
}
.footer-top-part-right{
	padding-left: 40px;
}
.footer-top-part-right ul.footer-links{
	padding: 0;
	list-style: none;
}
.footer-top-part-right ul.footer-links li{
	width: 50%;
	display: block;
	float: left;
	margin-bottom: 5px;
}
.footer-top-part-right ul.footer-links li a{
	color: #fff;
	text-decoration: underline;
}
.footer-top-part-right ul.footer-links li a:hover{
	text-decoration: none;
}
ul.footer-location{
	list-style: none;
	padding: 0;
}
ul.footer-location li{
	margin-bottom: 5px;
}
ul.footer-location li span{
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0;
	color: #ffffff
}
ul.footer-location li a{
	color: #ffffff	
}
.fl-address span{
	background-image: url('../images/icons/address.png');
}
.fl-mobile span{
	background-image: url('../images/icons/mobile.png');
}
.fl-phone span{
	background-image: url('../images/icons/phone.png');
}
.fl-email span{
	background-image: url('../images/icons/mail.png');
}
.footer-cc{
	text-align: center;
}
.footer-copyright{
	background-color: #131313;
	text-align: center;
	margin-top: 40px;
	color: #bbb;
	font-size: 12px
}
.footer-copyright .container{
	position: relative;
	line-height: 35px;
}
.netable{
	position: absolute;
	right: 0;
	top: 0;
}
.netable a{
	color: #bbb;
	font-size: 12px
}
.netable img{
	width: 17px;
	margin-left: 8px;
}
/***************   Footer End   ***************/
/***************   Home Page Start   ***************/
.breadcrumbs{

}
.flexslider{
	background: transparent;
	border-radius: 0
}
.home-banner{
	background-image: url('../images/Banner-Background.jpg');	
}
.home-banner .container{

}
.home-banner-part{
	position: relative;
	height: 371px;
}
.home-banner-content{
	width: 330px;
	height: auto;
	position: absolute;
	top: 100px;
	left: 0;
}
.home-banner-title{
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
	line-height: 36px;
	margin-bottom: 15px;
}
.home-banner-text{
	font-size: 20px;
	color: #fff;
}
.home-banner-part-2{
	position: absolute;
	right: 0;
	bottom: 0;
}
.flexslider .home-banner-part-2 img{
	height: 371px;
}
.slide1 .home-banner-part-2 img{
	position: absolute;
	bottom: 0;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
}
.slide2 .home-banner-part-2{
	right: 150px;
}
.slide1 .home-banner-part-3{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.slide2 .home-banner-content{
	top: 80px;
}
.slide3 .home-banner-content{
	top: 80px;
}
.slide4 .home-banner-content{
	top: 70px;
}
.home-banner-part-3 img{
    display: block;
    margin: 70px auto 0;
}
a.home-banner-btn{
	display: block;
	color: #fff;
	background-color: #a0bd26;
	width: 165px;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	margin-top: 30px;
}
a.home-banner-btn:hover{
	color: #000;
	background-color: #edfc95
}
.slide1 .home-banner-part-2{
	width: 377px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.grayBar{
	margin-bottom: 50px;
	height: 25px;
	background-color: #bdbdbd;
}
.flex-direction-nav{
	display: none !important;
}
.flexslider .slides img{
	width: auto;
}
.flex-control-nav{
	bottom: -28px;
}
.flex-control-paging li a{
	height: 10px;
	width: 10px;
	background: rgba(124, 124, 124, 1);
}
.flex-control-paging li a:hover{
	background: rgba(243, 243, 243, 1);
}
.flex-control-paging li a.flex-active{
	background: rgba(243, 243, 243, 1);	
}
.home-processing a{
	display: block;
	position: relative;
}

.sections.nav-sections{
	display: none;
}
.home-popular-products-title{
	border-bottom: 2px solid #28539b;
	margin-bottom: 30px;
}
.home-popular-products-title span{
	line-height: 36px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.home-popular-products-title a{
	line-height: 36px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	float: right;
	color: #231f1f;
}
.hpp-row{
	margin-right: -5px;
	margin-left: -5px;
}
.home-popular-products ul{
	list-style: none;
	padding: 0;
}
.home-popular-products ul li{
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.home-popular-products ul li a{
	background-color: #fff;
	display: block;
	text-align: center;
	height: 325px;
}
.home-popular-products ul li a img{
	display: block;
	margin: 0 auto 15px;
	width: 163px;
	height: 161px;
	overflow: hidden;
}
.home-popular-products ul li a span.popular-product-name{
	display: block;
	padding: 0 40px;
	text-transform: uppercase;
	color: #231f1f;
	font-weight: 500;
	line-height: 18px;
	height: 36px;
	margin-bottom: 7px;
}
.home-popular-products ul li a span.popular-product-cat{
	display: block;
	padding: 0 40px;
	color: #231f1f;
	line-height: 18px;	
	height: 18px;
}
.home-popular-products ul li a span.popular-product-btn{
	display: block;
	width: 220px;
	line-height: 35px;
	font-weight: 500;
	color: #28539b;
	border: 1px solid #c5c5c5;
	margin: 25px auto;
	text-transform: uppercase;
}
.home-popular-products ul li a span.popular-product-btn:hover{
	color: #fff;
	border: 1px solid #a0bd26;
	background-color: #a0bd26;

}
.hb-container p{
	margin-bottom: 15px;
}
h2.home-h2{
	line-height: 36px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
h3.home-h3{
	line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
}
ul.home-ul{
	padding: 0;
}
ul.home-ul li{
	display: inline-block;
	padding: 0 50px 0 20px;
	background-image: url('../images/tick.png');
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 13px;
	font-weight: 500
}
.propositions{
	padding-bottom: 50px;
}
.proposition{
	text-align: center;
}
.proposition img{
    display: block;
    margin: auto;
}
.proposition span{
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}
.home-processing{
	padding-top: 50px;
}
.proposition span.propsitionDesc{
	font-weight: 400;
	font-size: 14px;
}
.home-part-divider{
	max-width: 1140px;
	border: 1px solid #28539b;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.home-part-divider-top{
	margin-bottom: 50px;
}
.home-part-divider-bottom{
	margin-top: 50px;
}
.home-part-title{
	font-size: 20px;
	font-weight: 700;
	padding: 15px 0;
}
.home-part-link a{
	color: #28539b;
	text-decoration: underline;
}
.homevideo{
	display: none;
}
.home-part-video{
	padding-right: 32.5px
}
.home-part-link{
	padding-left: 32.5px;
}
.homeblock{
	margin-bottom: 2em;
}

.home-title{
	text-align: center;
    max-width: 1140px;
    margin: auto;
}
.home-title h1{
	font-size: 36px;
	margin-top: 0;
    font-family: 'RobotoCondensed', sans-serif;
    font-weight: 700;
}
.home-title h2{
	font-size: 24px;
	margin-bottom: 25px;
	color: #28539b;
    font-family: 'RobotoCondensed', sans-serif;

}

.cms-home .page-main{
	max-width: unset;
	padding: 0;
}
.cms-home  .grayBar{
	margin-bottom: 0;
}
.home-cat-section{
	background-color: #f2f2f2;
	padding: 50px 0;
}
a.cat-btn{
	line-height: 50px;
    width: 100%;
    background: #ffffff;
    background-image: url('../images/button-arrow.jpg');
    background-repeat: no-repeat;
    background-position: 90%;
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding: 0 25px 0 25px;
    font-size: 17px;
    color: #393939;
    text-align: center;
    border: 1px solid #393939;
    font-family: 'RobotoCondensed', sans-serif;
    transition: all .5s ease-in-out;
}
a.cat-btn:hover{
	border-color: #a0bd26;
	color: #a0bd26;

}
.homeblockCol{
	margin-bottom: 30px;
	text-align: center;
}
.homeblockCol .wrapper:hover{
	-webkit-box-shadow: 0px 0px 15px 10px rgba(153,153,153,1);
	-moz-box-shadow: 0px 0px 15px 10px rgba(153,153,153,1);
	box-shadow: 0px 0px 15px 10px rgba(153,153,153,1);
	background: #fff !important;
}
.homeblockCol .wrapper{
	border-top: 50px solid #28539b;
	padding: 30px 15px;
	background-color: #ffffff;
	transition: all .5s ease-in-out;

}
.homeblockCol a.homeblock {
	font-size: 24px;
	font-family: 'RobotoCondensed', sans-serif;
	color: #28539b;
	height: 25px;
}
/***************   Home Page End   ***************/
/***************   Category Page Start   ***************/
/***************   Category Page End   ***************/
/***************   Contact Page Start   ***************/
.contact-h2{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.contact-top{
	padding-bottom: 40px;
    border-bottom: 1px solid #919191;
    margin-bottom: 40px;
    margin-top: 30px;
}
.spage-title{
	font-size: 24px;
	font-weight: 500;
	display: block;
	margin: 30px 0 0;
	text-transform: uppercase;
}
.contact-top-left{
	position: relative;
}
.spage-title span{
	border-bottom: 3px solid #28539b;
	padding-bottom: 10px;
	display: block;
}
ul.contact-information{
	padding: 0;
	list-style: none;
}
ul.contact-information li{
	margin-bottom: 5px;
}
ul.contact-information li span{
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0
}
.ci-address span{
	background-image: url('../images/icons/address.png');
}
.ci-mobile span{
	background-image: url('../images/icons/mobile.png');
}
.ci-phone span{
	background-image: url('../images/icons/phone.png');
}
.ci-email span{
	background-image: url('../images/icons/mail.png');
}
form.contact .field label{
	display: none !important;
}
form.contact .field{
	margin-bottom: 10px
}
form.contact .field textarea{
	height: 111px;
}
form.contact .actions-toolbar{
	float: right;
}
form.contact .actions-toolbar button.action.primary{
	background-color: #a0bd26;
	border: 1px solid #a0bd26;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px 60px;
}
form.contact .actions-toolbar button.action.primary:hover{
	background-color: #28539b;
	border: 1px solid #28539b;	
}
/***************   Contact Page End   ***************/
/***************   Static Page Start   ***************/
.cms-page-view header.page-header{
	margin-bottom: 30px;
}
.cms-page-view h1{
	font-size: 24px;
	font-weight: 500;
	margin: 15px auto 30px;
	max-width: 1140px;
	padding-left: 0;
	padding-right: 0;
}
.cms-page-view h1 span{
	display: block;
	text-transform: capitalize;
	border-bottom: 3px solid #28539b;
	padding-bottom: 10px;	
}
.customer-account-login .page-main > .page-title-wrapper h1.page-title,
.customer-account-forgotpassword .page-main > .page-title-wrapper h1.page-title,
.customer-account-create .page-main > .page-title-wrapper h1.page-title,
.account .page-title-wrapper h1.page-title,
.checkout-cart-index .page-title-wrapper h1.page-title,
.customer-account-logoutsuccess .page-title-wrapper h1.page-title,
.customer-account-createpassword .page-title-wrapper h1.page-title,
.catalogsearch-result-index .page-title-wrapper h1.page-title
{ 
	display: block;
	font-size: 24px;
	font-weight: 500;
	margin: 30px auto 30px;
	max-width: 1140px;
	padding-left: 0;
	padding-right: 0;
}
.customer-account-login h1 span,
.customer-account-forgotpassword h1 span,
.customer-account-create h1 span,
.account h1 span,
.checkout-cart-index h1 span,
.customer-account-logoutsuccess h1 span,
.customer-account-createpassword h1 span,
.catalogsearch-result-index h1 span
{
	display: block;
	text-transform: capitalize;
	border-bottom: 3px solid #28539b;
	padding-bottom: 10px;	

}
.category_desc{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	max-width: 1140px;
}
.category_desc p{
	margin-bottom: 20px;
	line-height: 21px;
}
.account .sidebar .block .title strong, .filter .block-subtitle{
	font-size: 16px;
}
.account .sidebar .nav > li.current strong{
	display: block;
    padding: 5px 15px;
}
.account .sidebar .nav > li.current > a strong{
	padding: 0;
}
.account .sidebar .nav > li > a{
 	padding: 5px 15px;
}
.account .sidebar .block.account-nav{
	margin-top: 30px;
}
.customerDivider{
	padding: 0 5px;
}
/***************   Static Page End   ***************/
/***************   Category Page Start   ***************/
.new-category-top{
	background-image: url('../images/Banner-Background.jpg');	
	background-color: #000;
	height: 371px;
	margin-bottom: 50px;
}
.new-category-top .container{
	position: relative;
}
.new-category-top .container .category-image{
	float: left;
	margin-top: 140px;
}
.category-industry .new-category-top .container{
	background-image: url('../images/banner2.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}
.catalog-category-view h1{
	font-size: 24px;
	font-weight: 500;
	display: block;
	margin: 15px 0 30px;
	text-transform: capitalize;
	border-bottom: 3px solid #28539b;
	padding-bottom: 10px;	
}
/***************   Category Page End   ***************/
/***************   Categories Page Start   ***************/
.fl-category, .fl-product{
	text-align: center;
	margin-bottom: 30px;
}
.fl-category a{
	border: 1px solid #c5c5c5;
}
.fl-category a,.fl-product a{
	display: block;
	width: 100%;
	background-color: #fff;
	padding-bottom: 25px;
}
.fl-category a > img, .fl-product a > img{
	display: block;
	margin: 0 auto 10px;
}
.fl-category a span.cate_title, .fl-product a span.pro_title{
	display: block;
	height: 40px;
	overflow-y: hidden;
	text-transform: capitalize;
	color: #231f1f;
	font-weight: 700;
	margin-bottom: 10px;
}
.fl-category a span.cate_description, .fl-product a span.pro_description{
	display: block;
	color: #231f1f;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 0 20px;
	height: 140px;
	overflow: hidden;
	font-size: 14px;
}
.fl-category a > span.view_more_btn, .fl-product a > span.view_more_btn{
    display: block;
    width: 220px;
    line-height: 35px;
    font-weight: 500;
    color: #28539b;
    border: 1px solid #c5c5c5;
    margin: auto;
    text-transform: uppercase;
}
.fl-category a > span.view_more_btn:hover, .fl-product a > span.view_more_btn:hover{
    color: #fff;
    border: 1px solid #a0bd26;
    background-color: #a0bd26;
}
.cms-page-view ul{
	padding-left: 0;
	list-style-position: inside
}
.cms-page-view ul > li ul{
	padding-left: 40px;
	margin-top: 5px;
}
.cate_subtitle{
	font-size: 18px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
}
.category_info{
	background-color: #fff;
	margin: 0 auto 40px;
	//min-height: 375px;
	max-width: 1140px;
}
.category_img{
	float: left;
	padding: 20px;
	width: 40%;
	box-sizing: border-box;
}
.category_img img{
	max-height: 335px;
}
.category_description{
	padding: 30px;
	width: 60%;
	float: right;
}
.category_sections{
	clear: both;
	max-width: 1140px;
	margin: auto;
}
.category_sections .category_section h3 {
    height: 50px;
}

.category_sections .category_section p {
    height: 75px;
    color: #333;
}
.category_additions p,.category_additions li{
color:#333;
}
.category_section{
	width: 25%;
	float: left;
	padding-right: 30px;
	margin-bottom: 10px;
}
.category_section p{
	//height: 40px;
	overflow: hidden;
}


.cms-solid-timber-joinery .category_section p {
    height: 80px;
}
.category_section:nth-child(3n){
	margin-right: 0;
}
.category_section_image{
	width: 100%;
	height: 282px;
	background-image: url('../images/placeholder.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	position: relative;
}
.category_section_image img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
}
.category_additions{
	clear: both;
	max-width: 1140px;
	margin: auto;
}
.category_additions_description{
	margin-bottom: 30px;
}
.category_addition{
	width: 555px;
	float: left;
}
.category_addition2{
	float: right;
}
.categoryImgs{
	padding: 20px;
}
.categoryImgs img{
	float: left;
}
.stjBottom{
	clear: both;
	max-width: 1140px;
	margin: auto;
}
.stjBottom .categoryImgs{
	padding: 0;
	margin-bottom: 20px;
	overflow: auto;
}
.stjBottom .stjBottomContent{
	clear: both;
}
.ppImgs img{
	margin-right: 40px;
}
.ppImgs img:last-child{
	margin-right: 0
}
.piBottom img{
	float: left;
	margin-right: 40px;
}
.piBottom h4, .aiBottom h4{
	font-size: 14px
}
.aiBottomLeft{
	width: 473px;
	float: left;
	margin-right: 40px;
}
.aiBottomRight{
	float: left;
	width: 620px;
}
.aiBottomRight .cate_subtitle{
	margin-top: 0;
}
.piContentLeft{
	float: left;
	width: 600px;
}
.piContentRight{
	float: right;
	width: 400px;
}
.catalog-category-view .products-list .product-item{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.catalog-category-view .product-item-name .product-item-link{
	font-size: 18px;
	font-weight: 500;
}
.catalog-category-view .actions-secondary{
	display: none !important;
}
.catalog-category-view .product-item .price-box .price {
    font-weight: 700;
    color: red;
    font-size: 20px;
}
.catalog-category-view .product-item .price-box .price:after, .catalogsearch-result-index .product-item .price-box .price:after{
	content: '(incl. GST)';
	padding-left: 5px;
	font-size: 14px;
	font-weight: 400;
}
.minicart-items .product-item-details .price:after{
	content: '(incl. GST)';
	padding-left: 5px;
	font-size: 12px;
	font-weight: 400;	
}
.catalog-category-view .product-item .tocart{
	font-size: 14px;
	padding: 10px 40px;
	font-size: 14px;
}
.productList-right{
	display: table-cell;
}
.catalog-category-view .product-item-description .action.more{
	margin-top: 10px;
    display: block;
    color: #28539b;
    text-decoration: underline;
}
/***************   Categories Page End   ***************/
/***************   Products Page Start   ***************/
.catalog-product-view .product.media{
	width: 450px;
	border: 1px solid #c5c5c5;
	position: relative;
	margin-top: 0;
}
.catalog-product-view .product-info-main{
	width: 650px;
}
.catalog-product-view h1.product-page-title{
	margin: 0 0 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c5c5c5;
	font-size: 24px;
}
.catalog-product-view .product-info-price .price-box .price-container .price{
    font-size: 20px;
    color: red;
}
.catalog-product-view .product-info-price .price-box .price-container .price:after{
	content: '(incl. GST)';
	padding-left: 5px;
	font-size: 14px;
	font-weight: 400;
}
.catalog-product-view .label{
	font-size: 100%;
	border-radius: 0;
	padding: 0;
	color: #231f1f;
	line-height: 30px;
}
.catalog-product-view .productAttr span{
    font-weight: 500;
    display: inline-block;
    width: 120px;
    margin-bottom: 5px;
}
.catalog-product-view .product-social-links{
	display: none !important;
}
.action.primary{
	background-color: #28539b;
	border: 1px solid #28539b;
	font-weight: 400;
}
.action.primary:hover{
	background-color: #a0bd26;
	border: 1px solid #a0bd26;	
}
.catalog-product-view .box-tocart .action.tocart{
    width: 200px;
    margin-right: 0;
    padding: 10px 0px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
}
.catalog-product-view h1.product-page-title{
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 0;
}
.catalog-product-view h1.product-page-title span{
	display: block;
    text-transform: capitalize;
    border-bottom: 3px solid #28539b;
    padding-bottom: 10px;
}
/***************   Products Page End   ***************/
.pageDivider{
	max-width: 1140px;
	margin: 30px auto;
	border-top: 1px solid #c9c9c9;
}
.bannerImg{
	margin-bottom: 20px;
}
.cms-panel-sizing-saw-blade h2{
	margin-bottom: 15px;
}
.video, .videoOverlay{
	display: none;
}
.videoOverlay{
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99;
	width: 100vw;
	height: 100vh;
}
.video, .homevideo{
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	width: 800px;
	height: 500px;
}
.videoClose{
	color: #000;
    font-size: 20px;
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    line-height: 28px;
    width: 30px;
    text-align: center;
    font-weight: 700;
    right: -15px;
    top: -15px;
    cursor: pointer;
}
.catalog-category-view .page-main{
	max-width: 1180px;
	margin-top: 40px;
}
.catalog-category-view .column.main .product-items{
	margin-left: 0;
}
/***************   Account Page Start   ***************/
.customer-account-login.page-layout-1column .column.main, .customer-account-forgotpassword.page-layout-1column .column.main, .customer-account-create.page-layout-1column .column.main, .customer-account-createpassword.page-layout-1column .column.main{
	max-width: 1170px;
	margin-top: 40px;
	padding: 0 15px;
	margin-left: auto;
    margin-right: auto;
}
.account.page-layout-2columns-left .columns{
	max-width: 1170px;
	margin-top: 40px;
	padding: 0 15px;
	margin-left: auto;
    margin-right: auto;	
}
.cms-no-route.page-layout-2columns-right .column.main{
	max-width: 1170px;
	width: 100%;
	margin-top: 40px;
	padding: 0 15px;
	margin-left: auto;
    margin-right: auto;
    float: none;
}
/***************   Account Page End   ***************/
/***************   Cart Page Start   ***************/
.checkout-cart-index.page-layout-1column .column.main{
	max-width: 1170px;
	margin-top: 40px;
	padding: 0 15px;
	margin-left: auto;
    margin-right: auto;	
}
.checkout-onepage-success.page-layout-1column .column.main{
	max-width: 1170px;
	margin-top: 40px;
	padding: 0 15px;
	margin-left: auto;
    margin-right: auto;	
}
.checkout-index-index.page-layout-1column .column.main{
	max-width: 1170px;
	margin-top: 40px;
	padding: 0 15px;
	margin-left: auto;
    margin-right: auto;	
}
.mark, mark{
	background-color: transparent;
}
.authentication-wrapper{
	display: none !important;
}
/***************   Cart Page End   ***************/
/***************   Popup Start   ***************/
.overLay{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	top: 0;
	z-index: 98;
	display: none;
}
.popUp{
	display: none;
	position: fixed;
	width: 600px;
	height: 385px;
	margin:auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;	
	background-color: #fff;
	padding: 30px;
}
.popupClose{
    font-size: 16px;
    color: #fff;
    background-color: #28539b;
    border-radius: 50%;
    padding: 7px 13px;
    position: absolute;
    right: -18px;
    top: -15px;
}
.popupTop{
	width: 100%;
	height: 265px;
	margin-bottom: 25px;
}
.popupImg{
    max-width: 200px;
    max-height: 265px;
    float: left;
    border: 1px solid #ccc;	
}
.popUpRight{
	float: right;
	width: 300px;
}
.popupName{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
}
.popupBtn{
	color: #ffffff;
	display: block;
	width: 250px;
	line-height: 35px;
	text-align: center;
	font-weight: 500;
}
.popupBtn:visited{
	color: #fff;
}
.popupBtn1{
	background-color: #A0BD26;
	float: left;
}
.popupBtn2{
	background-color: #28539B;
	float: right;
}
/***************   Popup End   ***************/
/***************   Blog Start   ***************/
.is-blog .columns{
	max-width: 1170px;
    margin: auto;
    padding: 0 15px;
    margin-top: 30px;	
}
.is-blog .breadcrumbs{
	margin-top: 30px;
}
.post-view .post-entry h3.post-title {
    display:none;
}
.is-blog .page-main > .page-title-wrapper h1.page-title{
	font-size: 24px;
	display: block;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
padding-left:10px;
padding-right:10px;
}
.is-blog  h1.page-title span{
    display: block;
    text-transform: capitalize;
    border-bottom: 3px solid #28539b;
    padding-bottom: 10px;	
}
.blog-search button:not(.primary){
	width: 100%;
	outline: 0;
	border: 0;
	background-color: #A0BD26;
	margin-top: 10px;
}
.blog-search button:not(.primary) span{
	color: #ffffff;
	text-transform: uppercase;
}
/***************   Blog End   ***************/
.page-layout-1column.page-with-filter .column.main{
	padding-top: 0;
}
.navIcon{
	display: none;
}
.mobileOverlay, .mobileNav{
	display: none;
}
.mobileOverlay{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	z-index: 998;
}
.mobileNav{
	position: fixed;
	width: 300px;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #28539b;	
}
.mobileNav a{
	color: #fff;
}
.mobileNavClose{
	color: #fff;
	height: 41px;
	border-bottom: 1px solid #1e3865;
}
.mobileNavClose span{
    text-transform: uppercase;
    display: block;
    float: right;
    background-color: #ce0000;
    line-height: 40px;
    padding: 0 10px;
}
.mobileNavUl, .mobileNavSubUl{
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobileNav a{
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    display: block;
    border-bottom: 1px solid #1e3865;
}
.mobileNav a:hover{
	background-color: #A0BD26;
}
.mobileNavSubUl{
	display: none;
}
.mobileNavLink{
	background-image: url('../images/header/arrow2.png');
	background-position: 94%;
	background-repeat: no-repeat;
}
.mobileNavLi.mobileNavLiShop a{
	background-color: #A0BD26;
}
.mobileNavLink.active{
	background-image: url('../images/header/arrow1.png');
}
.expended.mobileNavSubUl{
	display: block;
	background-color: #294761
}
.mobileNavWrapper{
	height: 90vh;
	overflow-y: auto;
}
.cms-page-view ul.mobileNavUl > li ul{
	padding-left: 0;
	margin-top: 0;
}
.catalog-product-view .box-tocart .field.qty{
	float: left;
	margin-right: 20px;
}
.catalog-product-view .box-tocart .field.qty label.label{
	float: left;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 44px;
}
.catalog-product-view .box-tocart .field.qty .control{
	float: left;
}
.catalog-product-view .box-tocart .field.qty .control input[type="number"]{
	height: 44px;
}
.shippingNote{
	width: 100%;
	border-top: 1px solid #c1c1c1;
	padding-top: 30px;
}
.formNetable{
	margin: auto;
	max-width: 1170px;
	padding: 0 15px;
}
.formNetableBtns{
	float: right;
}
.formNetableBtns a.formNetableBtn:hover{
	background-color: #a0bd26;
}
.formNetableBtns a.formNetableBtn{
	display: inline-block;
	line-height: 35px;
	color: #fff;
	text-transform: capitalize;
	background-color: #28539b;
	width: 180px;
	text-align: center;
	margin-bottom: 30px;
}
.formNetableBtns a.formNetableBtn:hover{
	background-color: #a0bd26;
}
.formNetableBtns a.formDownload{
	background-color: #a0bd26;
}
.formNetableBtns a.formDownload:hover{
	background-color: #28539b;
}
.formNetableBtns a.formNetableBtn{
	margin-left: 25px;
}
.formNetableBtns a.formNetableBtn i{
	margin-right: 10px;
}
.formSection{
	display: none;
    clear: both;
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 35px;
    overflow: auto;
}
.formNetable form{
	width: 740px;
	margin: auto;
}
.formNetable form.contact .actions-toolbar button.action.primary{
	margin-right: 0;
	font-weight: 400;
	font-size: 14px;
	padding: 5px 50px;
	float: right;
}
.formNetable form.contact .fieldset{
	margin-bottom: 0;
}
.fieldset > .legend{
	margin-bottom: 10px;
}
.cancelBtn{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	padding: 5px 50px;
	border-radius: 0;
	background-color: #bbbbbb;
	float: left;
	border: 1px solid #bbbbbb;
	cursor: pointer;
	margin-right: 15px;
}
.cancelBtn:hover{
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	color: #000000;	
}
form.contact .field textarea{
	height: 157px;
}
.fieldsLeft{
	width: 350px;
	float: left;
}
.fieldsRight{
	width: 350px;
	float: right;
}
.product.data.items > .item.content{
	margin-top: 39px;
}
.products-list .product-item-photo{
	padding-bottom: 0;
}
.product.info.detailed .additional-attributes{
	width: 50%;
	float: left;
}
.diagramRight{
	max-width: 350px;
	float: right;
}
.payment-method-title input.radio{
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.account .page-main .page-title-wrapper .order-date{
	margin-top: 0 !important;
}
.page-print .page-title-wrapper{
	max-width: 1140px;
	margin: auto;	
}
.page-print.page-layout-1column .column.main{
	max-width: 1140px;
	margin: auto;	
}
.checkout-cart-index #block-shipping, .checkout-cart-index .action-towishlist{
	display: none !important;
}
.csBg{
	background-color: #ffffff;
	padding: 15px;
}
.csimg{
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	max-width: 300px;
}
.csimg-1{
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;

}
.downloadList ul{
	list-style-type: none;
}
.downloadList li{
	margin-bottom: 10px;

}
.downloadList li a i{
	margin-right: 3px;
}
.downloadLeft{
	width: 48%;
	float: left;
}
.downloadRight{
	width: 48%;
	float: right;	
}
.cms-download-customer-login .block-title{
	font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 5px 0 10px;
    line-height: 1.2;
}
.cms-download-customer-login .block-title strong{
	font-weight: 400;
}
a.downloadBtn{
    background-color: #28539b;
    border: 1px solid #28539b;
    color: #FFFFFF;
    float: left;
    padding: 7px 15px;
    line-height: 22px;
}
a.downloadBtn:hover{
    background-color: #a0bd26;
    border: 1px solid #a0bd26;
}
.downloadPdfUl{
	padding-left: 20px;
}
.downloadPdfUl li a i{
	margin-right: 3px;
	color: #ff0000;
}
.downloadList li{
	display: inline-block;
	margin-right: 25px;
	width: 200px;
	margin-bottom: 25px;
}
.downloadList li a img{
	display: block;
	width: 100%;
}
.downloadList li a span{
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #000;
	margin-top: 5px;
}
.fl-categories{
	clear: both;
}
.postImg{
	width: 225px;
	float: left;
	margin: 0 15px 15px 0;
}
.postUl{
	list-style: none;
	list-style-position: inside;
}
.postUl li{
	margin-bottom: 10px;
}
.postTable{
	text-align: center;
	border-bottom: 1px solid #cccccc
}
.postTable th{
	text-align: center;
	background: #efefef;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.postTable th.last, .postTable td.last{
	border-right: 1px solid #cccccc;
}
.postTable td{
	text-align: center;	
	vertical-align: middle;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.postSection{
	margin-bottom: 40px;
}


.cms-circular-saw-blades .page-main,
.cms-shank-type-cutters .page-main,
.cms-bore-tools-range .page-main,
.cms-knives-range .page-main,
.cms-diamond-tools-range .page-main,
.cms-chippers .page-main,
.cms-clamping-systems .page-main,
.cms-saw-milling-industry .page-main,
.cms-nesting-tooling-industry .page-main,
.cms-wood-chipping-industry .page-main,
.cms-flat-panel-production-industry .page-main,
.cms-recycling-industry .page-main,
.cms-plastic-processing-industry .page-main,
.cms-ferrous-metal-industry .page-main,
.cms-solid-timber-joinery-industry .page-main,
.cms-atemag-aggregates .page-main
{ width:100%; max-width:100%; padding:0;}
.cms-circular-saw-blades footer.page-footer, 
.cms-shank-type-cutters footer.page-footer,
.cms-bore-tools-range footer.page-footer,
.cms-knives-range footer.page-footer,
.cms-diamond-tools-range footer.page-footer,
.cms-chippers footer.page-footer,
.cms-clamping-systems footer.page-footer,
.cms-saw-milling-industry footer.page-footer,
.cms-nesting-tooling-industry footer.page-footer,
.cms-wood-chipping-industry footer.page-footer,
.cms-flat-panel-production-industry .page-footer,
.cms-recycling-industry .page-footer,
.cms-plastic-processing-industry .page-footer,.cms-ferrous-metal-industry .page-footer,
.cms-solid-timber-joinery-industry .page-footer,
.cms-atemag-aggregates .page-footer
{ margin-top:0;}
.cms-circular-saw-blades .column.main,
.cms-shank-type-cutters .column.main,
.cms-bore-tools-range .column.main,
.cms-knives-range .column.main,
.cms-diamond-tools-range .column.main,
.cms-chippers .column.main,
.cms-clamping-systems .column.main
.cms-saw-milling-industry .column.main,
.cms-nesting-tooling-industry .column.main,
.cms-wood-chipping-industry .column.main,
.cms-flat-panel-production-industry .column.main,
.cms-recycling-industry .column.main,
.cms-plastic-processing-industry .column.main,
.cms-ferrous-metal-industry .column.main,
.cms-solid-timber-joinery-industry .column.main,
.cms-atemag-aggregates. column.main
{padding-bottom:0;}
.blue-box a{
	color: #ffffff;
	text-decoration: underline;
}
.text-align-left{
	text-align: left;
}

/*----- Compression Cutters ----- */
#compression-cutters { padding:80px 0;}
#compression-cutters h2 { margin-bottom:55px;}
#compression-cutters h4 { margin-bottom:48px; color:#234fa0;}
#compression-cutters .inner-wrap { width:760px; margin:0 auto; padding-left:230px;}
#compression-cutters .blue-box { position:relative; padding:45px 40px; background:#234fa1;}
#compression-cutters .blue-box p {color:#fff;}
#compression-cutters .blue-box > img { position:absolute; left:-224px; top:-136px;}
#compression-cutters .download-btn { line-height:50px; background:#8dc63f; display:inline-block; font-weight:bold; position:relative; top:-35px; padding:0 16px 0 21px; font-size:17px; color:#393939; border:10px solid #fff;}
#compression-cutters .download-btn img {vertical-align:middle; margin-left:15px;}
.cms-page-view #compression-cutters .blue-box > img.surfacetool { position:absolute; left:-413px; top:-63px;}
.cms-page-view #compression-cutters .blue-box > img.nestingcutter { position:absolute; left:-224px; top:-96px;}
.cms-page-view #compression-cutters .blue-box > img.drillingtool { position:absolute; left:-254px; top:-96px;}

/*----- Section2 ----- */
#section2 {  padding-bottom:85px; border-bottom: 1px solid #d0d0d0;}
#section2 .column .image {padding:10px 0 5px;}
#section2 .two-column-layout .column { float:left; width:50%;  padding-right:50px; }
#section2 .two-column-layout .column:last-child { border:0; padding-right:0; padding-left:50px;}
#section2 .column  p, #section2 .column ul li, #section2 .column table { font-family: 'RobotoCondensed', sans-serif; font-size: 17px; }
#section2 .column table {margin-bottom:40px }
#section2 .column table tr { border-bottom:1px solid #d0d0d0; }

/*----- Banner ----- */


#banner { position:relative; background:#000000 url('../images/Main_banner.jpg') center center no-repeat; background-size:cover; height:557px; position:relative;}
.cms-saw-milling-industry #banner, .cms-nesting-tooling-industry #banner, .cms-wood-chipping-industry #banner, .cms-flat-panel-production-industry #banner, .cms-recycling-industry #banner, .cms-solid-timber-joinery-industry #banner, .cms-plastic-processing-industry #banner, .cms-ferrous-metal-industry #banner {
    height:300px;
}
.cms-circular-saw-blades #banner {
	background-image: url('../images/circular-banner-bg.jpg')
}
.cms-shank-type-cutters #banner{
	background-image: url('../images/banner_routing.jpg');
}
.cms-bore-tools-range #banner{
	background-image: url('../images/banner_boretools.jpg');
}
.cms-knives-range #banner{
	background-image: url('../images/banner_knife.jpg');
}
.cms-diamond-tools-range #banner{
	background-image: url('../images/banner_diamondtools.jpg');
}
.cms-clamping-systems #banner{
	background-image: url('../images/banner_clamp.jpg');
}
.cms-chippers #banner{
	background-image: url('../images/banner_chipper.jpg');
}
.cms-atemag-aggregates #banner{
	background-image: url('../images/banner_atemag.jpg');
}
#banner h1 { font-size:72px; text-shadow:0px 3px 12px #000; line-height:80px; font-weight:bold; color:#fff; margin:0 0 38px; font-family: 'RobotoCondensed', sans-serif;}
#banner p { font-size:22px; text-shadow:0px 3px 12px #000; line-height:28px; font-weight:bold; color:#fff; margin:0; font-family: 'RobotoCondensed', sans-serif;}
#banner .inner-wrap { max-width:408px; padding-top:135px;}


.cms-saw-milling-industry #banner .container, .cms-nesting-tooling-industry #banner .container, .cms-wood-chipping-industry #banner .container,
.cms-flat-panel-production-industry #banner .container, .cms-recycling-industry #banner .container,
.cms-solid-timber-joinery-industry #banner .container, .cms-plastic-processing-industry #banner .container,
.cms-ferrous-metal-industry #banner .container {
	height: 100%;
}
.cms-saw-milling-industry #banner .inner-wrap, .cms-nesting-tooling-industry #banner .inner-wrap, .cms-wood-chipping-industry #banner .inner-wrap,
.cms-flat-panel-production-industry #banner .inner-wrap, .cms-recycling-industry #banner .inner-wrap,
.cms-solid-timber-joinery-industry #banner .inner-wrap, .cms-plastic-processing-industry #banner .inner-wrap,
.cms-ferrous-metal-industry #banner .inner-wrap {
	max-width: 100%;
	padding: 0;
	text-align: center;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
/*----- Section ----- */
.circular-section { text-align:center; padding:45px 0;}

/*----- Intro Section ----- */
#intro-section { padding:75px 0 12px; background:#fff;}
#intro-section h2 { margin:0; margin-bottom:48px; font-size:50px; line-height:60px; color:#393939; font-family: 'RobotoCondensed', sans-serif;}
#intro-section h4 { margin-bottom:48px; color:#234fa0;}
#intro-section .inner-wrap {}
#intro-section .blue-box { position:relative; padding:45px 40px 70px; background:#234fa1;}
#intro-section .blue-box p {color:#fff; font-family: 'RobotoCondensed', sans-serif; font-size:17px; margin-bottom:16px;}

.cms-atemag-aggregates #intro-section .blue-box { position:relative; padding:45px 40px 70px; background:#cccccc;}
.cms-atemag-aggregates #intro-section .blue-box h3 {color:#393939; font-family: 'RobotoCondensed', sans-serif; font-size:22px; margin-bottom:23px;}
.cms-atemag-aggregates #intro-section .blue-box p {color:#393939; font-family: 'RobotoCondensed', sans-serif; font-size:17px; margin-bottom:16px;}
.cms-atemag-aggregates #intro-section .download-btn { background: #e21b2d; color: #FFFFFF; }
.cms-atemag-aggregates #intro-section .download-btn:hover { background:#c61621; color: #FFFFFF; }
.cms-atemag-aggregates #intro-section .featurepoints {margin-bottom:80px;float: left;}

.cms-atemag-aggregates #intro-section .three-column-layout .column { float:left; width:33%;  padding-right:25px; text-align:left; }
.cms-atemag-aggregates #intro-section .three-column-layout .column:last-child { border:0; padding-right:0; padding-left:25px;}
.cms-atemag-aggregates #intro-section .three-column-layout .column h3 {font-family: 'RobotoCondensed', sans-serif; font-size:22px; margin-bottom:23px; text-align:center;}
.cms-atemag-aggregates #intro-section .three-column-layout .column ul { padding-left: 0; list-style-position: outside; }


#intro-section .blue-box ul{
    text-align: left;
    color: #ffffff;
    max-width: 500px;
    margin: auto;
    padding: 0 15px;
}
#intro-section .blue-box ul li{
	margin-bottom: 5px;
}
#intro-section .download-btn, #intro-section .shop-now-btn { line-height:50px; width:294px; background:#8dc63f; display:inline-block; font-weight:bold; position:relative; top:-35px; padding:0 25px 0 25px; font-size:17px; color:#393939; border:10px solid #fff; font-family: 'RobotoCondensed', sans-serif; margin:0 111px;}
#intro-section .download-btn:hover { background:#75a82f;}
#intro-section .shop-now-btn { background:#919191; color:#fff;}
#intro-section .shop-now-btn:hover { background:#777676;}
#intro-section .download-btn img, #intro-section .shop-now-btn img {vertical-align:middle; margin-left:25px; float:right; margin-top:10px;}

/*----- Products-list Section ----- */
#products-list-section h3 { margin: 0 0 .5em; font-size:30px; line-height:40px; color:#393939; font-family: 'RobotoCondensed', sans-serif;}
#products-list-section .fl-category a { text-decoration:none;}
#products-list-section .fl-category a span.cate_title { 
font-size: 24px;
    color: #26519f;
    font-weight: normal;
    line-height: 38px;
    font-family: 'RobotoCondensed', sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    margin-bottom: 4px;
    padding: 0 15px;
}
#products-list-section .fl-category a > img { margin-bottom:25px;}
#products-list-section .fl-category a span.cate_description { font-family: 'RobotoCondensed', sans-serif; font-size:17px; line-height:22px; height:90px; margin-bottom:30px; padding:0 15px;}
#products-list-section .fl-category a > span.view_more_btn { border:1px solid #393939; width:228px; line-height:48px; text-transform:capitalize; position:relative; font-size:17px; color:#393939; font-family: 'RobotoCondensed', sans-serif; font-weight:bold;}
#products-list-section .fl-category a > span.view_more_btn:after { background: url('../images/more-arrow.png') center center no-repeat; width:30px; height:30px; position:absolute; content:""; right:16px; top:9px;}
#products-list-section .fl-category a { border:0; padding-bottom:30px;}
#products-list-section ul{
    text-align: left;

    max-width: 500px;
    margin: auto;
    padding: 0 15px;
}
#products-list-section ul li{
	margin-bottom: 5px;
}
/*----- Section3 ----- */
#section3 { background:#234fa0; padding:72px 0 85px;}
#section3 h2 { margin:0; margin-bottom:30px; font-size:50px; color:#fff; line-height:60px; font-family: 'RobotoCondensed', sans-serif;}
#section3 h2 a{
color:#fff;
}
#section3 .fieldset > .legend { position:relative; padding-bottom:60px; font-size:30px; color:#fff; margin-bottom:80px; border-bottom:1px dotted #7596d1;}
#section3 .fieldset > .legend:after { content:""; background:url('../images/down-arrow.png') center center no-repeat; display:block; width:56px; height:56px; position:absolute; left:50%; margin-left:-28px; bottom:-28px;}
#section3 .fieldset > .legend span { margin:0;}
#section3 .field.note, #section3 .cancelBtn { display:none;} 
#section3 .form.contact .field { margin-bottom:20px;}
#section3 .field.comment { position:relative;}
#section3 .field.comment:after { font-size:14px; color:#fff; display:block; content:"* Required Field"; display:block; padding-top:16px;}
#section3 .fieldsLeft, #section3 .fieldsRight, #section3 form.contact .actions-toolbar { float:none; width:100%; max-width:512px; margin:0 auto;}
#section3 .fieldset { margin-bottom:4px;}
#section3 .actions-toolbar .primary { display:block; float:none;}
#section3 form.contact .actions-toolbar button.action.primary {text-transform:capitalize;}

#section3 .formSection { display:block; background:none; padding:0; margin:0;}

#section3 .formSection input[type="text"], #section3 .formSection input[type="password"], #section3 .formSection input[type="email"], #section3 .formSection input[type="tel"] { height:50px; border:0; border-radius:0; width:100%; font-size:20px; box-shadow:none; padding:4px 22px; font-family: 'RobotoCondensed', sans-serif; text-align:center;}
#section3 .formSection input[type="submit"], #section3 .formSection button[type="submit"] { width:100%; height:50px; float:none; margin:0; background:#e41b23 url('../images/send_mail.png') 200px center no-repeat; padding:0 15px 0 50px; border-radius:0; border:0; color:#fff; font-weight:bold; font-size:20px; font-family: 'RobotoCondensed', sans-serif; cursor:pointer; }
#section3 .formSection input[type="submit"]:hover, #section3 .formSection button[type="submit"]:hover { background-color:#c61621;}
#section3 .formSection textarea { resize:none; height:200px; border:0; padding:15px 22px; border-radius:0; width:100%; box-shadow:none; font-size:20px; font-family: 'RobotoCondensed', sans-serif; text-align:center;}

/*--- Placeholder --- */
#section3 input::-webkit-input-placeholder, #section3 textarea::-webkit-input-placeholder { opacity:0.8 !important; color:#999999 !important;}
#section3 input:-moz-placeholder, #section3 textarea:-moz-placeholder { opacity:0.8 !important; color:#999999 !important;}
#section3 input::-moz-placeholder, #section3 textarea::-moz-placeholder { opacity:0.8 !important; color:#999999 !important;}
#section3 input:-ms-input-placeholder, #section3 textarea:-ms-input-placeholder { opacity:0.8 !important; color:#999999 !important;}

.home-part-video h2, .home-part-link h2 { margin: 0 0 .5em; font-size:30px; line-height:40px; color:#393939; font-family: 'RobotoCondensed', sans-serif; color: #26519f;}
.home-part-video h3 { margin: 0 0 .5em; font-size:22px; line-height:28px; color:#393939; font-family: 'RobotoCondensed', sans-serif; font-weight: bold;}
.home-part-video p, .home-part-link p {font-size:17px; line-height:24px; font-family: 'RobotoCondensed', sans-serif;}
.home-part-link a {font-size:17px; line-height:24px; font-family: 'RobotoCondensed', sans-serif; color: #26519f; padding-top:20px;}
.home-part-video ul.home-ul li  {font-size:17px; line-height:24px; font-family: 'RobotoCondensed', sans-serif; display:block; font-weight: bold; padding: 8px 0 8px 30px;}
.cms-home {background-color:#fff; }

.product.attribute.description .value ul+div img {
    display: none;
}

@media screen and (max-width: 1280px){
	ul.nav-ul li.level0 > a{
		padding: 0 15px;
	}
}
@media screen and (max-width: 1199px){
	.navIcon{
		display: block;
		width: 40px;
		position: absolute;
		left: 15px;
		top: 5px;
	}
	.page-header .container{
		position: relative;
	}
	.mid-panel{
		height: 90px;
	}
	
	.searchDiv{
		position: absolute;
		width: auto;
	}

	/*
	.logoDiv{
		left: 115px;
	}
	*/
	.searchDiv{
		right: 0;
	}
	.bottom-panel{
		display: none;
	}
	.header-top-mid{
		display: none;
	}

	.footer-top-part-mid{
		border-right: 0;
		border-left: 0;
		width: 30%;
	}
	.footer-top-part.footer-top-part-right{
		padding-left: 0;
		width: 35%;
	}
	.fl-category a span.cate_description, .fl-product a span.pro_description{
		height: 80px;
	}
	.cms-page-view h1{
		padding-left: 15px;
		padding-right: 15px;
	}
	.category_info{
		margin-left: 15px;
		margin-right: 15px;
	}
	.category_desc{
		padding-left: 15px;
		padding-right: 15px;
	}
	.is-blog .page-main > .page-title-wrapper h1.page-title{
		padding-left: 15px;
		padding-right: 15px;
	}
	.catalog-product-view .columns .column.main{
		max-width: 970px;
	}
	.catalog-product-view .product-info-main{
		width: 550px;
	}
	.catalog-product-view .product.media{
		width: 350px;
	}
	#banner h1 { padding:0;}
	#intro-section .download-btn, #intro-section .shop-now-btn { margin:0 85px;}
	#banner { height:420px;}
	#banner .inner-wrap { padding-top:70px;}
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 991px){
	/*
	.logoDiv{
		top: 7px;
		width: 280px;
	}
	*/
	.slide2 .home-banner-part-2{
		right: 0;
	}
	.slide3 .home-banner-part-2,
	.slide4 .home-banner-part-2{
		right: 0;
		bottom: 0;
    	height: 315px;
	}
	.slide3 .home-banner-part-2 img,
	.slide4 .home-banner-part-2 img{
		width: 450px;
    	height: auto;
	}
	.home-part-video{
		padding-right: 15px;
		margin-bottom: 30px;
	}
	.home-part-link{
		padding-left: 15px;
	}
	.footer-top-part{
		width: 100%;
	    float: none;
	    text-align: center;
	    padding-bottom: 30px;
	    border-bottom: 1px solid #444;
	    margin-bottom: 30px;
	}
	.footer-top-part-mid{
		width: 100%;
	}
	.footer-top-part.footer-top-part-right{
		width: 100%;
		padding-bottom: 0;
	    border-bottom: 0;
	    margin-bottom: 0;
	}
	.footer-top-part-right ul.footer-links li{
		width: 100%;
		float: none;
	}
	#mc_embed_signup{
		margin: auto;
	}
	.footer-bottom{
		text-align: center;
	}
	#homeVideo, #cutImg{
		display: block;
		text-align: center;
	}
	.video, .homevideo{
		width: 500px;
		height: 315px;
	}
	.video iframe, .homevideo iframe{
		width: 500px !important;
		height: 315px !important;
	}
	.top_minicart{
		margin-left: 15px;
	}
	.fl-category, .fl-product{
		width: 50%;
	}
	.category_info{
		overflow: auto;
	}
	.toolbar-amount{
		position: relative !important;
	}
	.catalog-product-view .columns .column.main{
		max-width: 750px;
	}
	.catalog-product-view .product-info-main{
		width: 385px;
	}
	.catalog-product-view .product.media{
		width: 300px;
	}
	#intro-section .download-btn, #intro-section .shop-now-btn { margin:0 40px;}
}
@media screen and (max-width: 850px){
	.formNetable form{
		width: 100%;
		max-width: 740px;
	}
	.fieldsLeft{
		width: 48%;
	}
	.fieldsRight{
		width: 48%;
	}
}
@media screen and (max-width: 800px){
	.category_img{
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 15px;
	}
	.category_description{
		width: 100%;
		padding: 0;
	}
	.category_info{
		padding: 15px;
	}
	form.contact .actions-toolbar{
		margin-right: 15px;
	}
	.formNetable form.contact .actions-toolbar{
		margin-right: 0;
	}
	.catalog-category-view .page-main{
		padding-left: 15px;
		padding-right: 15px;
	}
	.products-list .product-item-details{
		display: block;
	}
	.productList-right{
		display: block;
	}
	.catalog-product-view .columns .column.main{
		width: 100%;
	}
	.catalog-product-view .product-info-main{
		width: 100%;
	}
	.catalog-product-view .product.media{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 790px){
	.page-main{
		padding-left: 0;
		padding-right: 0;
	}
	.top_minicart{
		margin-right: 15px;
	}
}
@media screen and (max-width: 1100px) {
		#compression-cutters .inner-wrap {
		padding-left: 0;
		width: auto;

	}
	.cms-page-view #compression-cutters .blue-box > img.surfacetool, .cms-page-view #compression-cutters .blue-box > img.nestingcutter,
	.cms-page-view #compression-cutters .blue-box > img.drillingtool {
		display: none;
	}
	.cms-shank-type-cutters #section2 .column {
		padding: 0!important;
	}
}
@media screen and (max-width: 767px){
	.cms-home .column.main {
		width: 100%;
		-ms-flex-order: unset;
		-webkit-order: unset;
		order: unset;
	}
	.block-search{
		width: 250px;
	}
	.block-search .control{
		border-top: 0;
	}
	.block-search .label{
		display: none;
	}
	.block-search input{
		margin: 0;
		left: 0;
	}
	.block-search .action.search{
		display: block;
	    padding: 0;
	    position: absolute;
	    border: 0;
	    box-shadow: none;
	    outline: 0;
	    top: 10px;
	    height: 31px;
	}
	.searchDiv {
	    right: 15px;
	}
	.block-search .control{
		margin: 0 0 1px;
	}
	.block-search .action.search span{
		display: none;
	}
	.home-banner-content{
		width: 250px;
		left: 15px;
	}
	.home-banner-title{
		font-size: 24px;
	}
	.home-banner-text{
		font-size: 16px;
	}
	.home-banner-part{
		height: 300px
	}
	.flexslider .slide1 .home-banner-part-2 img{
		height: 300px;
	}
	.flexslider .slide2 .home-banner-part-2 img{
		height: 300px;
	}
	.slide1 .home-banner-content{
		top: 75px;
	}
	.slide1 .home-banner-part-3{
		right: 15px;
	}
	.slide2 .home-banner-content{
		top: 45px;
	}
	.slide3 .home-banner-content{
		top: 60px;
	}
	.slide4 .home-banner-content{
		top: 40px;
	}
	.slide3 .home-banner-part-2, .slide4 .home-banner-part-2{
		width: 450px;
		height: auto;
		right: 15px;
	}
	.grayBar{
		margin-bottom: 30px;
	}
	.globalProposition, .techProposition{
		margin-bottom: 15px;
	}
	.copyrightSpan{
		padding: 20px 0 0;
	    display: block;
	    line-height: 10px;
	}
	.netable{
		position: relative;
	}
	footer.page-footer h3{
		margin-bottom: 15px;
	}
	.block-search .label.active + .control input{
		position: absolute;
	}
	.formNetable form.contact .actions-toolbar button.action.primary{
		max-width: 155px;
	}
	.formSection form{
		max-width: 280px;
		margin: auto;
	}
	.fieldsLeft, .fieldsRight{
		float: none;
		width: 100%;
	}
	.cancelBtn{
		padding: 5px 30px;
		margin-right: 0;
	}
	.formNetable form.contact .actions-toolbar button.action.primary{
		padding: 5px 30px;
	}
	.formNetable form.contact .actions-toolbar{
		float: none;
	}
	#banner .inner-wrap { max-width:100%; text-align:center; padding-top:40px;}
	#section3 .formSection form { max-width:512px;}
	#banner h1 { font-size:50px; line-height:62px;}
	#banner p { font-size:18px; line-height:24px;}
	#banner { height:320px;}
	#intro-section { padding:55px 0 5px;}
	#intro-section h2, #section3 h2 { font-size:36px; line-height:42px;}
	#intro-section .blue-box { padding:30px 25px 50px;}
	#section3 { padding:50px 0 55px;}
	#section3 .formSection button[type="submit"] { width:290px; margin:auto; background-position:108px center;}
	#intro-section .download-btn, #intro-section .shop-now-btn { margin:0;}

}
@media screen and (max-width: 685px){
	/*
	.logoDiv {
	    top: 7px;
	    width: 280px;
	    left: 0;
	    right: 0;
	    float: none;
	    margin: auto;
	}
	*/
	.searchDiv{
		top: auto;
	    left: 15px;
	    right: 15px;
	    bottom: 30px;
	}
	/*
	.mid-panel{
		height: auto;
	}
	*/
	.page-header .mid-panel .container{
		height: 95px;
	}
	.home-banner-content{
		width: 200px;
	}
	.home-banner-title{
		line-height: 25px;
	}
	.home-banner-part{
		height: 200px;
	}
	.flexslider .slide1 .home-banner-part-2 img, .flexslider .slide2 .home-banner-part-2 img{
		height: 200px;
	}
	.slide1 .home-banner-content, .slide3 .home-banner-content{
		top: 40px;
	}
	.slide1 .home-banner-part-2{
		left: auto;
		width: 204px;
	}
	.slide1 .home-banner-part-3, a.home-banner-btn{
		display: none;
	}
	.slide3 .home-banner-part-2, .slide4 .home-banner-part-2{
		width: 330px;
	}
	.slide3 .home-banner-part-2 img, .slide4 .home-banner-part-2 img{
		width: 330px;
	}
	.slide4 .home-banner-content{
		top: 25px;
	}
}
@media screen and (max-width: 639px){
	.minicart-wrapper{
		margin-top: 0;
	}

	.video, .homevideo{
		width: 300px !important;
	    height: 150px !important;
	}
	.video iframe, .homevideo iframe {
	    width: 300px !important;
	    height: 150px !important;
	}
	.product-item-actions{
		display: block;
	}
	.products-list .product-item-photo{
		width: 100%;
		display: block;
	}
	.csimg, .csimg-1{
		float: none;
		max-width: 100%;
	}
}
@media screen and (max-width: 599px){
	.fl-category, .fl-product{
		width: 100%;
	}
	.fl-category a span.cate_description, .fl-product a span.pro_description{
		height: 40px;
	}
	.popUp{
		width: 300px;
		height: 300px;
	}
	.popupImg{
		display: none;
	}
	.popUpRight{
		width: 100%;
		float: none;
	}
	.popupTop{
		height: auto;
	}
	.popupBtn{
		width: 100%;
	}
	.popupBtn1{
		float: none;
		margin-bottom: 10px;
	}
	.popupBtn2{
		float: none;
	}
}
@media screen and (max-width: 480px){
	footer.page-footer{
		margin-top: 0;
	}
	.home-banner-content{
		width: 155px;
	}
	.home-banner-text{
		display: none;
	}
	.home-part-divider-top, .home-part-divider-bottom{
		width: 95%;
		width: calc(100% - 30px);
	}
	.home-part-divider-top{
		margin-bottom: 30px;
	}
	.home-part-divider-bottom{
		margin-top: 30px;
	}
	.footer-top, .footer-bottom{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
		.home-processing {
	    padding-top: 30px;
	}
}
@media screen and (max-width: 414px){
	.home-banner-part{
		height: 125px;
	}
	.flexslider .slide1 .home-banner-part-2 img, .flexslider .slide2 .home-banner-part-2 img{
		height: 125px;
	}
	.slide3 .home-banner-part-2, .slide4 .home-banner-part-2{
		width: 200px;
	}
	.proposition{
		width: 100%;
		text-align: left;
	}
	.industryProposition{
		margin-bottom: 15px
	}
	.proposition img{
		float: left;
		margin: 10px auto 15px;
	}
	.proposition span{
		margin-top: 0;
		margin-bottom: 0;
		font-size: 14px;
	}
	.proposition span.propsitionDesc{
		line-height: 18px;
	}
	.propositions{
		padding-bottom: 30px;
	}
	.home-part-title{
		font-size: 18px;
	}
	h3.home-h3{
		line-height: 20px;
	}
	ul.home-ul li{
		background-position: 0 3px;
	}

	.fl-category a span.cate_title, .fl-product a span.pro_title{
		height: 30px;
	}
}
@media screen and (max-width: 375px){
	.logoDiv{
		width: 225px;
		top: 6px;
	}
	.navIcon{
		width: 35px;
	}
	.mid-panel{
		padding: 20px 0;
	}
	.page-header .mid-panel .container {
	    height: 80px;
	}
	.home-banner-title{
		font-size: 20px;
	}
	.slide3 .home-banner-part-2, .slide4 .home-banner-part-2{
		width: 165px;
	}
}
@media screen and (max-width: 349px){

	.page-with-filter .columns .sidebar-main{
		display: none;
	}
}
@media screen and (max-width: 325px){
	.proposition img{
		margin-bottom: 25px;
	}
}


.minicart-wrapper .action.showcart:before,.minicart-wrapper a.action.showcart.active:before {
 content: "\f07a";
 font-family:fontAwesome;
 display:block;
}

.minicart-wrapper {
    margin-top: 7px;
}
