/*!
 * Style.css for Roesch Group website
 * Copyright 2014 SeRiAL KOLoRs
 */
@font-face {
    font-family: 'rokb';
    src: url('../font/rokfont/rokb.eot');
    src: url('../font/rokfont/rokb.eot?#iefix') format('embedded-opentype'),
         url('../font/rokfont/rokb.svg#rokb') format('svg'),
         url('../font/rokfont/rokb.woff2') format('woff2'),
         url('../font/rokfont/rokb.woff') format('woff'),
         url('../font/rokfont/rokb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rok';
    src: url('../font/rokfont/rok.eot');
    src: url('../font/rokfont/rok.eot?#iefix') format('embedded-opentype'),
         url('../font/rokfont/rok.svg#rok') format('svg'),
         url('../font/rokfont/rok.woff2') format('woff2'),
         url('../font/rokfont/rok.woff') format('woff'),
         url('../font/rokfont/rok.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;

}
@import url('https://fonts.googleapis.com/css?family=Varela+Round');

body{
	background: url(../img/body-bg2.jpg) no-repeat top center #fff;
}
body#index{
 	background: url(../img/body-bg1.jpg) no-repeat top center #fff;
}

.alert{
	position: absolute;
	z-index: 500;
	width: 100%;
}
#index .alert{
	position: absolute;
	z-index: 500;
	width: 100%;
	bottom: 0;
	margin-bottom: 0;
	margin-top: 10px;
}
.alert.noProd{
	position: inherit;
	margin-bottom: 200px;
}
.alert-warning {
	background-color: #E91D25;
	border:none;
}
#page, #page .header-container, #page header#header, #page .columns-container{
 	background: none;
}
#page #columns{
	padding: 0;

}
#header{
	padding: 0;
}
#header .nav{
	background: #eeeff1;
	padding: 8px 0;
	border-bottom: 1px solid #cfcfcf;
}
#header #manufacturers_block_left .title_block{
	display: none;
}
#header #manufacturers_block_left{
	float: left;
}
#header #manufacturers_block_left.block{
	margin-bottom: 0;
}
#header #manufacturers_block_left.block .list-block li{
	padding: 0;
	float: left;
	margin-right: 33px;
	border: 0;
}
#header #manufacturers_block_left.block .list-block li a:before{
	display: none;
}
#header #manufacturers_block_left.block .list-block li a:hover{
	opacity: 0.40;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
	filter: alpha(opacity = 40);
}
#header #manufacturers_block_left.block .list-block li img{
width: 52px;
height: 52px;
}
#header #languages, #header #search_block_top{
	float: right;}

#header #languages li{
	float: left;
	height: 52px;
	margin-right: 10px;
	text-transform: uppercase;
	padding-top: 18px;
}
#header #languages li a{
	color: #818182;
}
#header #languages li a:hover{
	color: #0068B9 ;
}
#header #languages li.selected{
	color: #ed121b;
}
#header #languages li:first-child{
	background: url(../img/sep-small.png) no-repeat top left;
	padding-left: 10px;
}
#header #languages li:last-child{
	background: url(../img/sep-small.png) no-repeat top right;
	padding-right: 10px;
}
#header #search_block_top{
	padding-top: 0;
	margin-top: 4px;
}
#search_block_top #search_query_top{
    float: left;
    width: 93px;
    background: #fff;
    color: #919AF4;
    border: none;    
    -moz-border-radius: 4px 0px 0px 4px;  -webkit-border-radius: 4px 0px 0px 4px;  border-radius: 4px 0px 0px 4px;
}
#search_query_top::-webkit-input-placeholder {
	color: #919AF4;
	opacity:1;
}

#search_query_top:-moz-placeholder { /* Firefox 18- */
	color: #919AF4;
	opacity:1;
}

#search_query_top::-moz-placeholder { /* Firefox 19+ */
	color: #919AF4;
	opacity:1;
}

#search_query_top:-ms-input-placeholder {
	color: #919AF4;
	opacity:1;
}

#search_block_top #search_query_top:focus{
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
#search_block_top .btn.button-search {
	position: inherit;
	padding: 11px 0 10px 0;
	float: left;
	margin-left: -5px;
	background: #fff;
	color: #919af4;
	outline: none;
	-moz-border-radius: 0px 4px 4px 0px;  -webkit-border-radius: 0px 4px 4px 0px;  border-radius: 0px 4px 4px 0px;
}

#header #bgNav{
	background: rgba(255,255,255,0.6);
	border-bottom: 1px solid #cfcfcf;

	-moz-box-shadow: 0px 4px 9px -5px #a6a6a6;
	-webkit-box-shadow: 0px 4px 9px -5px #a6a6a6;
	box-shadow: 0px 4px 9px -5px #a6a6a6;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 180, color = '#a6a6a6');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 180, Color = '#a6a6a6')";

}
#header #header_logo{
	float: left;
	width: 145px;
	padding-top: 8px;
	padding-bottom: 9px;
}
#header #header_logo a:hover img{
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
	filter: alpha(opacity = 50);
}
#header #header_logo .logo.img-responsive{
	width: 115px;
	height: 39px;
}
#header #block_top_menu{
	padding: 0;
}
#header #block_top_menu.sf-contener{
	clear: none;
	width: 1000px;
}
#header #block_top_menu ul.sf-menu{
	background: none;
	border: 0;
}
#header #block_top_menu ul.sf-menu.menu-content > li{
	background: url(../img/sep-small.png) no-repeat center left;
	border: 0px;
}


#header #block_top_menu ul.sf-menu > li.sfHover > a{
	background: #0679d2;
	color: #fff;
}

#header #block_top_menu ul.sf-menu li a{
    border-bottom:0;
    font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0068b9;
}
#header #block_top_menu ul.sf-menu li a:hover, 
#header #block_top_menu ul.sf-menu > li.sfHoverForce > a{
	background: #0679d2;
	color: #eff7fc;
}


#header #block_top_menu ul.sf-menu > li > ul > li {
float: none;
width: 297px;
padding-right: 0px;

}

#header #block_top_menu ul.sf-menu > li > ul {
	width: auto;
	display: inline-block;
	padding: 13px;	
	background: #0679d2;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;


}
#header #block_top_menu ul.sf-menu > li{
	position:relative;
}
#header #block_top_menu ul.sf-menu > li:nth-child(2) > ul{
    left: 0px;
    top: 56px;
}

#header #block_top_menu ul.sf-menu > li > ul > li > a {
text-transform: none;
font-family: arial;
padding: 5px;
display: block;
width: 100%;
color: #fff;

}
#header #block_top_menu ul.sf-menu > li > ul > li > a:hover{
	background: #fff;
	color: #0679d2;
}

/* Banners */
#homepage-slider .homeslider-description{
	padding: 25px 0 0 0;
	width: 100%;
}
.slideHome{
height: 425px;
}
.slideHome .pic{
	float: left;
	position: relative;
}

.slideHome .bgDesc{
	float: left;
	padding: 30px 67px;		
	background-color: rgba(255,255,255,0.6);	
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	-moz-box-shadow: 0px 0px 13px -4px #5e5d5d;
	-webkit-box-shadow: 0px 0px 13px -4px #5e5d5d;
	box-shadow: 0px 0px 13px -4px #5e5d5d;

}
.slideHome.num01 .bgDesc{
	width: 615px;
	height: 280px;
    margin-left: -63px;	
}

.slideHome .bgDesc h1{
	font-family: 'rokb', arial, sans-serif;
	font-size: 36px;
	color: #222880;
	margin-top: 0;

}
.slideHome .bgDesc ul{
	display: inline-block;
	margin: 20px 0;
}
.slideHome .bgDesc ul li{
	font-size: 22px;
	color: #080808;
	margin-bottom: 10px;
}
.slideHome .bgDesc ul li:before{
	content: "\f00c";
	color: #ED151D;
	display: inline-block;
	margin-right: 10px;
	font-family: "FontAwesome";
	vertical-align: 0px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.slideHome .bgDesc a{
	color: #FFF;
	font-size: 22px;
	display: block;
	text-align: center;
	width: 190px;
	background: #222880;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 21px 3px;
}
.slideHome .bgDesc a:hover{
	background: #ED151D;
}
.menuCategHome ul{
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 0;
	
}
.menuCategHome ul li{
	float: left;
	text-align: center;
	background: url(../img/menu-categ-sep.png) top right no-repeat;
	width: 171px;
}
.menuCategHome ul li a{
	font-family: 'rokb', arial, sans-serif;
	font-size: 19px;
	color: #616161;
	display: block;
}
.menuCategHome ul li a:hover{
	color: #ed151d;
	text-decoration: none;
}
.menuCategHome ul li a:hover img{
	opacity: 0.60;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
	filter: alpha(opacity = 60);

}
.menuCategHome ul li a img{
	margin-bottom: 10px;
}
.menuCategHome ul li:last-child{
	background: none;
}
#htmlcontent_home{
	clear: both;
}
#htmlcontent_home .item-html h3{
	text-align: center;
	margin: -70px 0 59px 0;
	font-family: 'rokb', arial, sans-serif;
	font-size: 26px;
	color: #222880;
	font-weight: normal;

}
#htmlcontent_home .item-html{
	position: relative;
}
#htmlcontent_home a:hover img{
    opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80);
}
#htmlcontent_home a:hover h3{
    color:#ED151D;
}

#htmlcontent_home i.icon-double-angle-right{
    display:none;
}


/*Category*/

.new-label{
	background: #0679D2;
}
.new-label:before, .new-label:after{
	border-color: #0D568E rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.content_scene_cat{
	display: none;
}
.categoryTop h1.page-heading.product-listing, .categoryTop h1.page-heading{
	margin-top: 0;
	float: left;
	color: #0679d2;
	width: 60%;
	font-family: 'rokb', arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size: 33px;
	line-height: 33px;
	border-bottom: none;
	margin-bottom: 0;
}
.categoryTop.manu h1.page-heading.product-listing{
	margin-top: -29px;
	margin-bottom: -26px;
}
.categoryTop.manu h1.page-heading.product-listing span{
	background: url(../img/sep-small.png) no-repeat center left;
	padding-left: 20px;
	display: inline-block;
	margin-left: 17px;
}
.categoryTop{
	padding: 270px 30px 0 30px;	
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.categoryTop .categoryCount{
	float: right;
	padding-top: 8px;
}
.categoryTop .content_sortPagiBar{
	display: inline-block;
	float: right;
	padding-top: 4px;
}
.categoryTop .content_sortPagiBar .sortPagiBar{
	border: none;
	clear: none;
}
div.selector1 .selector, div.selector1 .selector span{
	background-image: url(../img/jquery/uniform/sprite2.png);
	height: 28px;
}
div.selector1 > div{
	background-position:0 -56px;
}
div.selector1 > div span{
	background-position: right 0px;
}
div.selector1 > div.hover, div.selector1 > div.focus {
    background-position: 0 -84px;
}
div.selector1 > div.hover span, div.selector1 > div.focus span {
    background-position: right -28px;
}
div.selector1 > div.hover.active span, div.selector1 > div.focus.active span {
    background-position: right -28px;
}

ul.product_list.grid.row{
	padding: 0 30px;
}

ul.product_list.grid > li .product-container{
	background:#eeeff1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
ul.product_list.grid > li .product-container .product-image-container{
	border: none;
}
ul.product_list .product-image-container img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
ul.product_list .product-image-container a:hover img {
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80);

}
ul.product_list.grid > li .product-container .product-image-container{
	margin-bottom: 0;
}
ul.product_list.grid > li .product-container h5{
	margin-top: 0;
}
ul.product_list .color-list-container{
	display: none;
}
ul.product_list .product-name{
	color: #0679D2;
	font-size: 22px;
}
ul.product_list .product-name:hover{
	color: #ED121B;
}

ul.product_list.grid > li .product-container .button-container {
    display: none;
}
ul.product_list.grid > li .product-container .functional-buttons {
display: none;
}

.categoryFooter{	
	padding: 0 30px;	
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.contentBread{
	padding: 6px 9px;
	display: inline-block;
	width: 100%;
	background: #eeeff1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#cms .contentBread{
	margin-bottom: 30px;
}
.categoryFooter .bottom-pagination-content{
	border: none;
	padding: 0;
	display: inline-block;
}
.categoryFooter .breadcrumb {
	float: left;
	margin-bottom: 0;
}
.categoryFooter .content_sortPagiBar{
	float: right;
	height: 26px;
}

ul.pagination li#pagination_previous_bottom span,
ul.pagination li#pagination_next_bottom span, 
ul.pagination li#pagination_previous_bottom a,
ul.pagination li#pagination_next_bottom a{
	margin: 0 1px 0 0px;
	padding: 0;
	font-weight: bold;
	border: 1px solid;
	border-color: #DFDEDE #D2D0D0 #B0AFAF #D2D0D0;
	display: block;
}
ul.pagination li i{
	border: 1px solid #FFF;
	padding: 5px 8px 4px 8px;
	display: block;
}
.bottom-pagination-content ul.pagination li.pagination_next > a{
	padding: 0;
}
.bottom-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination,
.bottom-pagination-content ul.pagination{
	margin: 0;
}
.bottom-pagination-content ul.pagination{
	float: right;
	margin-right: 20px;
}
.bottom-pagination-content .product-count{
	padding: 0;
}
.bottom-pagination-content div.pagination{
	width: 100%;
	float: none;
}
.bottom-pagination-content div.pagination .showall .btn span{
	padding: 3px 5px 3px 5px;
}
.product-count{
	float: right;
	margin-right: 20px;
	padding-top: 4px;
}

.breadcrumb {
	background: #fff;
	overflow: inherit;
	border: 1px solid #CFCCCC;
	margin-bottom: 0;
}
.breadcrumb:after{
	display: inline-block;
	content: ".";
	position: absolute;
	right: -10px;
	top: 3px;
	width: 18px;
	height: 18px;
	background: #FFF;
	border-right: 1px solid #CFCCCC;
	border-top: 1px solid #CFCCCC;
	border-radius: 2px;
	text-indent: -5000px;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumb a.home{
	background: #0068B9;
	height: 24px;
	margin-left: -11px;
}
.breadcrumb a.home:after{
	background: #0068B9;
}
.breadcrumb a.home:before{
	display: none;
}
.breadcrumb a.home i{
	color: #FFF;
	font-size: 18px;
	vertical-align: -2px;
}
.breadcrumb a.home:hover i{
	color: #EEEFF1;
}
.breadcrumb a{
	background: #EAE7E7;	
	padding: 0 22px 0 22px;
}
.breadcrumb a:hover{
	color: #ED121B;
}


.breadcrumb a:after{
	background: #EAE7E7;
	border-right: 1px solid #CFCCCC;
	border-top: 1px solid #CFCCCC;
}
.breadcrumb a:before{
	background: #EAE7E7;
	border-right: 1px solid #CFCCCC;
	border-top: 1px solid #CFCCCC;
}

/*End Category*/

/*Product*/
#product .pb-right-column{
	display: none;
}
.pb-center-column {
margin-bottom: 0px;
}
.primary_block.row{
	background: #EEEFF1;
	margin: 242px 0 0 1px;
	-moz-box-shadow: 0px 7px #ee1d25;
	-webkit-box-shadow: 0px 7px #ee1d25;
	box-shadow: 0px 7px #ee1d25;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 7, direction = 180, color = '#ee1d25');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 7, Direction = 180, Color = '#ee1d25')";

	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;

}
#usefull_link_block{
	display: none;
}
.codeBarre{
	clear: both;
	background: url(../img/barcode.png) no-repeat 7px 5px #EE1D25;
	color: #FFF;
	display: inline-block;
	padding: 26px 20px 20px 112px;
	font-size: 22px;
	margin-left: 80px;
	float: left;
	margin-top: 15px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
span.categ{
	display: block;
}
#product .contentBread{
	height: 37px;
    margin-bottom: 50px;
}
#product_marque {
	position: relative;
	float: right;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	padding: 4px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	margin-right: 0px;
	margin-top: -1px;
	-moz-box-shadow: 0px 1px 0px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 0px 1px #FFF;
	box-shadow: 0px 1px 0px 1px #FFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#ffffff')";
}
#product_marque:hover{
	background: #fff;
}
#product_marque:before{
	position: absolute;
	top: -3px;
	left: -1px;
	width: 1px;
	height: 4px;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #C4C4C4;
	content: "";
}
#product_marque a img{
	width: 70px;
}
.pb-left-column #image-block{
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}

.pb-center-column h1{
	font-size: 34px;
	font-family: rokb, arial, sans-serif;
	color: #0679D2;
	font-weight: normal;
	margin-top: -3px;
	line-height: 31px;
	width: 545px;


}
.pb-center-column #short_description_block #short_description_content{
	width: 545px;
	text-align: justify;;
}
.pb-center-column h1 span.categ{
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #818182;
	text-transform: uppercase;

}

h3.page-product-heading{
	margin: 0;
	text-align: center;
	border: 0;
	color: #0679D2;
	font-weight: normal;
	font-family: arial, sans-serif;
	-moz-border-radius: 6px 6px 0px 0px;
   -webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	background: #eeeff1;
}

section.download{
	background: none;
	text-align: center;
}
section.download .row{
	margin: 0;
}

section.download .col-lg-4{
	margin-bottom: 10px;
}
section.download .col-lg-4 h4{
	margin-bottom: 3px;
}
section.download .col-lg-4 h4 a{
	color:#0679D2;
	text-decoration: none;
}
section.download .col-lg-4 h4 a:hover{
	color:#EE1D25;
}
section.download .col-lg-4 a.btn{
	background: #0679D2;
	color: #fff;
	border: 0;
	padding: 3px 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
section.download .col-lg-4 a.btn:hover{
	background: #EE1D25;
}
section.download .col-lg-4 a.btn i{
	font-size: 20px;
	margin: 0px 5px 0 0;
	line-height: 19px;
	vertical-align: middle;
}
section.caract{
	padding-bottom: 0;
}

section.caract .table-data-sheet{
	margin-bottom: 0;
	background: none;
}
section.download .col-lg-4 p {
	margin-bottom: 0px;
	font-size: 10px;
	line-height: 12px;
	height: 24px;
}
#tableData{
	background: #FFF;
	margin-top: 20px;
	-moz-box-shadow: 0px 0px 8px #b2adac;
	-webkit-box-shadow: 0px 0px 8px #b2adac;
	box-shadow: 0px 0px 8px #b2adac;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}
.table-data-sheet tr.even {
    background: #EEEFF1;
}
.product-box{
	background: #EEEFF1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#productscategory_list .product-name {
	text-align: center;
	margin-top: 0;
	height: 46px;
}
#productscategory_list .product-name a{
	text-decoration: none;
	color: #0679D2;
    font-size: 20px;
}
#productscategory_list .product-name a:hover{
	text-decoration: none;
	color: #ED121B;
    font-size: 20px;
}
.product-box .product-image{
	background: none;
	border: 0;
	padding: 9px;
	margin-bottom: 0;
}
.product-box .product-image img{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.blockproductscategory{
	margin-top: 20px;
	margin-bottom: 50px;
}
.blockproductscategory h3.page-product-heading{
	background: none;
	text-align: left;
	padding-left: 0;
}
#productscategory_list .bx-wrapper .bx-controls-direction a{
	text-decoration: none;
	font-size: 20px;
	height: 30px;
    width: 30px;
}
#productscategory_list .bx-wrapper .bx-controls-direction a:before{
	font-size: 30px;
	line-height: 30px;	
}

#moreInfo{
	display: none;
}

/*End Product*/

/*Footer*/
.footer-container{
	background: url(../img/footer-bg.png) repeat-x #0068B9 top center;
	text-align: center
}
.footer-container #footer{
    display: inline-block;
    padding-bottom: 0;
}

.footer-container #footer #social_block{
	float: right;
}

#footer #newsletter_block_left{
	float: none;
	width: inherit;
	padding: 24px 15px 14px 15px;
	margin-bottom: 37px;
	display: inline-block;
}
#footer #newsletter_block_left h4{
	color:#989898;
	padding-top: 10px;
	font-family: 'rokb', arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	
}
#footer #newsletter_block_left .form-group .form-control{
	width: 300px;
	background: #fff;
	border: 1px solid #d9d9d9;
	color: #989898
}
#footer #newsletter_block_left .form-group .button-small{
	color: #C0C0C0;
    padding: 10px 8px 8px 8px;
    outline: none;
}
#footer #newsletter_block_left .form-group .button-small:hover {
color: #0068B9 !important;
}
#footer .footerBottom{
	display: inline-block;
	float: left;
	border-right: 1px solid #2480c8;
	height: 218px;
}
#footer .footerBottom ul{
	float: left;
	width: 305px;
	text-align: left;
}
#footer .footerBottom ul li a{
	color:#fff;
	text-shadow: 0px 0px 0px #000;
}
#footer .footerBottom ul li a:hover{
	color:#ED151D;
}

#footer .footerBottom li.title{
	text-transform: uppercase;
	color:#fff;
	font-size: 18px;
    margin-bottom: 10px;
	font-weight: bold;
}
#footer .footerBottom ul.menufooter{}
#footer .footerBottom ul.prodfooter{}
.footer-container #footer #social_block ul li.email a:before{
	content: "\f0e0";
}
.footer-container #footer #social_block a.contactus{
	display: block;
	color: #fff;
	font-weight: bold;
}
.footer-container #footer #social_block a.contactus i{
	font-size: 23pt;
    margin-left: 5px;
    margin-right: 5px;

}
.footer-container #footer #social_block a.contactus span{
font-size: 16px;
}

.footer-container #footer #social_block h3{
	background: url(../img/roesch-fav.png) no-repeat top right;
	height: 56px;
	padding-top: 16px;
	font-size: 20px;
	margin-left: 5px;

	font-weight: bold;
}
.footer-container #footer #social_block{
	width: 327px;
	border-left: 1px solid #22287f;
	color: #fff;
	text-align: left;
	padding: 5px 36px 0px 60px;
	height: 218px;
}
.footer-container #footer #social_block ul{
	float: left;
	clear: both;
	margin-top: 31px;
}
.footer-container #footer #social_block ul li {
	margin-right: 9px;
}
.footer-container #footer #social_block ul li a{
	color: #fff;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.footer-container #footer #social_block a:hover,
.footer-container #footer #social_block ul li a:hover{
	color:#ED151D;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.footer-container #copy{
	clear: both;
	color: #fff;
	background: url(../img/sep-copy.png) no-repeat top center;
	padding-top: 20px;
	margin-top: 30px;
	padding-bottom: 80px;
	text-align: center;
}
.footer-container #copy a{
	color: #fff;
}
.footer-container #copy a:hover{
	color: #ED151D;
}
/*End Footer*/

#cms #page .rte.content, #contact #page .rte.content{
	padding: 280px 30px 80px 30px;
	/*padding: 280px 140px 80px 30px;*/
}
#contact #page .rte.content{
	padding-bottom: 20px;
}
#cms #page .rte.content h1.page-heading, #contact #page .rte.content h1.page-heading{
	margin-top: 0;
	color: #0679d2;
	width: 100%;
	font-family: 'Varela Round', arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size: 33px;
	line-height: 33px;
	border-bottom: none;
	margin-bottom: 0;
}
#search .searchContent{
	padding: 280px 30px 80px 30px;
}
#search .searchContent h1.page-heading{
	margin-top: 0;
	color: #0679d2;
	width: 100%;
	font-family: 'rokb', arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size: 33px;
	line-height: 24px;
	border-bottom: none;
	margin-bottom: 0;
}
#search .searchContent  .alert{
	position: inherit;
	margin-top: 30px;
}

#search ul.product_list.grid.row{
	margin-top: 40px;
}
#search .searchContent .page-heading span.lighter{
    color: #ED151D;
}
.ac_results{
    top:70px !important;
    background: #fff;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;

	-moz-box-shadow: 0px 4px 9px -5px #a6a6a6;
-webkit-box-shadow: 0px 4px 9px -5px #A6A6A6;
box-shadow: 0px 4px 9px -5px #A6A6A6;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 180, color = '#a6a6a6');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 180, Color = '#a6a6a6')";
}
.ac_results li{
	cursor: pointer;
}
.ac_results li:hover, .ac_results li.ac_over, .ac_results li.ac_over.ac_odd {
background: #0679D2;
color: #fff;
}
.ac_results li.ac_odd{
	 background: #EEEFF1;
}
.bx-controls-direction{
	display: none;
}

.contactAdresses{
  display: inline-block;
  width: 100%;
  margin: 30px 0;
}
.contactAdresses ul{
	  display: inline-block;
  width: 100%;
  padding: 0 30px;
}

.contactAdresses li{
	float: left;
	width: 20%;
	list-style: none;
}
.contactAdresses li span{
	  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color: #0068B9;
}

.contact-form-box{
	margin-top: 25px;
}
/*#cms #page .rte.content{
	background: url(../img/bg-bulles1.jpg) no-repeat bottom right;
	    background-size: 14%;

} */

ul.conten{
	margin: 20px 0 20px 17px;
}
ul.conten li{
	margin: 5px 0;
}
#accordion{
	margin: 20px 0;
}

.rte em{
	font-style: italic;
}

.rte .panel-heading{
	padding: 0;
}
.rte .panel-heading a{
	padding: 10px 15px;
	display: block;
	font-weight: bold;
	color: #9898a3;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.rte .panel-heading a:hover{
	background: #0679D2;
	color: #fff;
}
.rte .panel-heading a:hover, .rte .panel-heading a:focus {
	text-decoration: none;
}
