@charset "utf-8";

body, html { 
	font-size:14px;
	color:#494948; 
	font-family: Arial, Helvetica,  sans-serif; 
	overflow-x:hidden;
	background:#ffffff;
	border-top:5px solid #004F76; 
}

::selection {
	background: #004f76;
	color: #FFF !important;
}
::-moz-selection {
	background: #004f76;
	color: #FFF !important;
}

h1 { color:#004f76; font-size:28px; margin-bottom:20px; }
h2 { color:#004f76; font-size:15px; margin-bottom:20px; }
h3 { color:#004f76; font-size:13px; margin-bottom:10px; }
h4 { color:#004f76; font-size:15px; letter-spacing: 0px; text-transform: uppercase;}
h4 a{color:#004f76; }

a { color:#004f76; text-decoration: none; }

/*box-shadow: 0px 0px 20px rgba(0,0,0,0.6); */

#main { width:1050px; margin: 0 auto; }
.main { width:1050px; margin: 0 auto; } 

/*#nav{ margin-top:63px; }*/
#nav li{float:left; }
#nav li a { 
	display:block;
	font-weight: bold;
	text-transform: uppercase;
	color:#989898;
	text-decoration:none;
	font-size:15px;
	text-align: center;
	padding:6px 16px;
	margin-right: 10px;
	margin-bottom:10px;
	transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;

}

#nav li:hover a{

}

#nav li:last-child a{

}

#nav li.active a{
	color:#004f76;
}

#sidebar-nav li a{
	color:#fef3d5;
	font-weight: bold;
}

#sidebar-nav li a:hover,
#sidebar-nav li a.active{
	color:#004f76;
}

#sidebar-nav li{
	margin:10px 0;
}

.header { padding-bottom:20px;padding-top:15px; }
.header h1{margin-bottom:0; }
.header h1 a{
	font-size:50px;
	color:#d95726;
}

.header h2{
	font-size:25px;
	color:#5688a3;
	font-weight: bold;
}
.header .details , .header .details a{color:#5688a3; line-height: 20px; }

#map {	width:100%;	height:450px;color:#000; border:1px solid #cfc9ba;margin-top:20px; margin-bottom:20px; }


form label{
	width:180px;
	display: block;
	float:left;
	margin-bottom:10px;
	padding-top:2px;
	float:left;
}


form input,form textarea,form select{
	float:left;
	color:#aaaaaa;
	border-radius: 15px;
	box-shadow:inset 0px 0px 1px rgba(0,0,0,0.1);
	border:1px solid #d1d1d1;
	padding:4px 8px;
	width:300px;
	margin-bottom: 10px;
	background: #FFFFFF;
	resize:none;
}

textarea{
	min-height:75px;
}

.form.newsletter{
	display: inline-block;
}

.form.newsletter input{
	width:270px;
}

form input.error , form textarea.error {
	color:#e51e23;
	border:1px solid #a70000;
	background:#f9ecec; 
}

form button{
	
	font-size: 12px;
	color: #FFF;
	padding: 7px 20px;
	
	background:#004f76;
	border:none;
	border-radius:3px;

	margin-left:225px;
	cursor: pointer;
	cursor:hand;
}

.form.newsletter button{
	margin-left:160px;
}

#sitemap a {
    text-decoration:none;
    padding: 5px 5px 5px 20px;
    background-image: url('../../images/skin/default/icon_sitemapcategory_01.png');
    background-repeat: no-repeat;
    background-position: left center;
    color:#1D1D1B;

}

#sitemap li  {
    margin:0px 15px;
    padding:4px;
    padding-left:0px;
    font-size:15px;
    list-style: none;
    list-style-position: inside;
}

#sitemap ul {
    margin:0px;
    padding:2px;
    padding-left:5px;
    list-style-position: inside;
    list-style: none;
}

#sitemap li {
   
    font-weight:normal;
    list-style-position: inside;
}

#sitemap li a {
    padding: 0px 5px 0px 20px;
    background: url("http://group4p.be/data/images/skin/default/list.png") no-repeat left center;
    font-size:16px;
}
#sitemap li.sub{
	margin-left:35px;
}
#sitemap li.subsub{
	margin-left:55px;
}

#sitemap li.subsubsub{
	margin-left:75px;
}

#sitemap li.sub a , #sitemap li.subsub a , #sitemap li.subsubsub a{
	color:#686868;
	background: none;
}

label.error{
	color:#e51e23;
}

.errorForm{
	color:#e51e23;
	margin:0 0 20px 0;
	padding:10px;
	background:#F5F5F5;
	
}

.errorForm li {
	margin-left:30px;
	padding: 1px 0px;
	list-style: disc;
	list-style-position: outside;
}


.picBlock{
	float:left;
}



.footer {
	background: #004f76;
}

.top-bar{
	height: 50px;
	background: #1d1d1b;
}

.footer , .footer a{
	font-size:12px;
}


.pdf{
	margin:10px 0px;
}

.pdf a{
	background: url("http://group4p.be/data/images/icons/pdf.png") no-repeat left center;
	padding-left:25px;
	display: block;
	height:15px;
	padding-top:2px;
	color:#93BA5D;
}

.slides{
	margin-left:5px;
}

.slider-item {
	background: #e7e3d8;
	float: left;
}

.sidePage{
	line-height: 19px;
}

.sfeer-item{
	width:166px;
	margin-right:20px;
	height: 166px;
	border:5px solid #FFF;
	margin-bottom:20px;
	opacity: 1;
	transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
}
.sfeer-item:hover{opacity: 0.4; }


.sfeer-item.last{ margin-right: 0; }

.content-wrap-home{
	position: absolute;
	right:20px;
	top:20px;
	width:610px;
	padding:20px;
	background:#f9f4eb;
	border:1px solid #cbcbca;
}
.relative-block{
	position: relative;
}


.gamma-item,
.footer-item{
	width: 233px;
	margin-right:20px;
}

.gamma-item{
	margin-bottom:30px;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
}


.gamma-item.last,
.footer-item.last{
	margin-right: 0;
	width: 233px;
}

.footer-img{
	width: 100%;
	overflow: hidden;
}

.gamma-pic{
	border:1px solid #d95726;
	overflow: hidden;
	height: 175px;
	width: 231px;
}

.gamma-pic .overlayTop,
.gamma-pic .overlay{
	position: absolute;
	width: 100%;
	height: 0%;
	bottom:0;
	left:0;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	background: url("http://group4p.be/data/images/skin/default/black50.png") repeat left top;
}

.gamma-pic .overlayTop{
	bottom:auto;
	top:0;
}

.gamma-item:hover .gamma-pic .overlayTop,
.gamma-item:hover .gamma-pic .overlay{
	height: 50%;
}

.gamma-item:hover .gamma-title{
	background: #bd491d;
}

.gamma-title,
.footer-title{
	text-align: center;
	padding:10px 0;
	background: #D95625;
	color:#FFF;
	font-weight: 100;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size:14px;
}

.gamma-title{
	padding:10px;
}

.gamma-title a{
	color:#FFF;
	text-transform: none;
}

.borderTop{
	border-top:1px solid #ef7b1f;
	padding-top:20px;
}

.footer-content , .footer-content a{
	color:#FFF;
}

.slider-wrap-products,
.slider-wrap{
	height: 300px;
	overflow: hidden;
}

.slider-thumb{
	margin-right:20px;
	background: #EFEFEF;
	width: 132px;
	height: 92px;

	background-position: 50% 25%;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	cursor:hand;
  	cursor:pointer;
}


.slider-item{
	background: #ececec;
	width: 740px;
	height: 516px;
}

#slider-btns .btn{
	background: url("http://group4p.be/data/images/skin/default/sliderbtns.png") no-repeat left top;
	width: 58px;
	height: 500px;
	position: absolute;
	z-index: 999;
	display: block;
	top:0;
	opacity: 0;

	
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
	    -ms-transition:all 0.3s ease-out;
	     -o-transition:all 0.3s ease-out;
	        transition:all 0.3s ease-out;
}

#slider-btns .btn.next{
	background-position: right top;
	right:-50px;
}

#slider-btns .btn.prev{
	background-position: left top;
	left:-50px;
}

.slider-wrapper:hover #slider-btns .btn.prev{left:0;cursor:hand;cursor:pointer; }
.slider-wrapper:hover #slider-btns .btn.next{right:0;cursor:hand;cursor:pointer; }

.slider-wrapper{overflow: hidden; }

.slider-wrapper:hover #slider-btns .btn{
	opacity: 1;
}


#question-form{
	padding:20px;
	background: #f5f5f5;
	margin-bottom:20px;
}

.descr{
	line-height: 19px;
}

.fileBlock{
	background: #5186A5 url("http://group4p.be/data/images/icons/pdf.png") no-repeat 10px center;

	display: inline-block;
	zoom: 1;
	*display: inline;
	padding:10px 20px;
	padding-left:35px;
	color:#FFF;
	font-size:15px;
	margin-right:20px;
}


.slider-content{
	position: absolute;
	font-size:18px;
	right:20px;
	top:20px;
	max-width: 400px;
	color:#FFF;
}


.slider-btn{
	background:url("http://group4p.be/data/images/skin/default/slider-btn.png") repeat-x left top;
	display: inline-block;
	font-size:17px;
	color:#FFF;
	padding:5px 10px;
	border:1px solid #fe7800;
	box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
	border-radius: 3px;
}

.overlay-link{
	position: absolute;
	top:0px;
	left:0px;
	height:100%;

	width:100%;
	z-index: 9;
	display: block;
}

.outlets{
	display: inline-block;
	min-height: 17px;
	background:url("http://group4p.be/data/images/skin/default/worldmap.png") no-repeat left center;	
	padding-left:40px;
	font-weight: bold;
}

.lang-item{
	display: inline-block;
	text-transform: uppercase;
	color:#aaaaaa;	
	padding:0 5px;
	border-left:1px solid #aaaaaa;
}
.lang-item:last-child{
	border-right: 1px solid #aaaaaa;
}

.lang-item.active{
	color:#004f76;
}

.logo{
	margin-top:20px;
}

.mainSearchField{
	width:150px;
	padding-left:25px;
	padding-right:10px;
	background: url("http://group4p.be/data/images/skin/default/search-icon.png")  no-repeat 10px center;
	color:#aaaaaa;
}

.subscribe-wrap{
	border:1px solid #cacaca;
	border-radius: 10px;
	padding:20px;
	display: inline-block;
}

.product-item,
.logo-item{
	width: 96px;
	margin-right: 10px;
	height: 60px;
	float:left;
	overflow: hidden;
	margin-bottom:10px;
	padding:2px 0;

	filter: grayscale(100%);

	-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);

	filter: grayscale(100%);

	filter: url("http://group4p.be/data/css/default/greyscale.svg#greyscale");

	filter: gray;

	-webkit-filter: grayscale(1);

}


.product-item.active,
.logo-item.active,
.logo-item:hover{
	margin-top:0px;
	filter: none;
	-webkit-filter:none;
	-moz-filter:none;
	cursor: default;
}

.product-item.active a{
	cursor: default;
}

.product-item.last,
.logo-item.last{
	margin-right:0;
}

.content-divider{
	background:url("http://group4p.be/data/images/skin/default/content-divider.png") no-repeat center center;
	display: block;
	width: 100%;
	height: 2px;
	margin-top:20px;
	margin-bottom:20px; 
}

.content-divider.noMarginTop{
	margin-top: 0;
}

.searchResult-item {
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 0px 1px 0px #FFF;
}

.searchResult-item a {
	display: block;
}

.searchResult-item h3 {
	font-size: 15px;
}

.dealer-result-block{
	padding:15px;
	border:1px dotted #CCC;
	border-right:5px solid #004F76;
	transition:background,padding 0.3s ease-out;
	-moz-transition:background,padding 0.3s ease-out;
	-webkit-transition:background,padding 0.3s ease-out;
	-o-transition:background,padding 0.3s ease-out;
	-ms-transition:background,padding 0.3s ease-out;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	float:left;
}

.dealer-result-block.last{
	margin-right: 0;

}

.dealer-result-block:hover{
	background:#f9f9f9;
	/*padding:15px 15px 15px 20px;*/
}

.newsTitle h2{
	font-size:20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.newsDate{
	font-style:italic;
	font-size:11px;
}

.newsPicture2{overflow: hidden;width:1050px;height: 380px; }

.pageDivider1{
	display: block;
	width:100%;
	height: 1px;
	border-top:1px dotted #004F76;
	margin-bottom: 20px;
}

.product-title-bubble{
	font-size:16px;
	font-weight: bold;
	padding:3px 0;
	border-top:1px dotted #004F76;
	border-bottom:1px dotted #004F76;
	font-style: normal;
	margin:10px 0;
}
.dealer-result-title a{font-weight: bold; }

.product-dealer-block{
	float:left;
	width: 88px;
	height: 55px;
	margin-top:10px;
	overflow: hidden;
	margin-right:10px;
}

.product-dealer-block.last{
	margin-right:0; 
}

.gm-style-iw{
	height: 100px !important;
}