@charset "utf-8";
 
/*font-family: 'Fredoka One', cursive;*/
/*font-family: 'Signika Negative', sans-serif;*/

::selection {
	background: #000;
	color:#FFF;
	}
::-moz-selection {
	background: #000;
	color:#FFF;
}

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


body, html { 
	
	background:#FFF;

	font-size:13px;  
	color:#000; 
	font-family: 'Open Sans' , Arial,Helvetica,sans-serif;
	overflow-x:hidden;
}


h1 {
	display: block;
	padding-bottom:5px;
	font-weight: bold;
	font-size:18px;
	margin-bottom:10px;
	color:#95b4e0;
}

h2 { color:#95b4e0; font-size:16px; margin:10px 0px;  font-weight:bold; }
h3 { color:#95b4e0; font-size:14px; margin:10px 0px; font-weight:bold; }


.page-content ul li  { list-style-position: inside; list-style-type: disc; margin:5px 0px 5px 15px; }

a,a:hover,a:focus { 
	color:#95b4e0;
	text-decoration: none;
}

.main-wrap{
	width: 1000px;
	margin:0 auto;
}

.page-content{
	line-height: 1.6;
	font-weight: normal;
}

#main-wrapper{background:#FFF; }

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

#map img { max-width: none; }


form input,form textarea,form select{
	
	border-radius: 2px;
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.07);
	border:1px solid #c9c4b8;
	padding:4px;
}

.slider-obj{
	width: 100%;
	height: 245px;
	display: block;
	background-position: center center;
	background-size:cover;
}

.slider-title{
	position: absolute;
	left:0;
	bottom:0;
	right:0;
	padding:20px;
	background:rgba(0,0,0,0.7);
	color:#FFF;
	font-size:20px;
}



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

form button:hover{
	background:#95B4E0;
}
form button{
	
	font-size: 12px;
	color: #FFF;
	padding: 15px 30px;
	
	background: #9D9D9B;

	border:none;
	border-radius:3px;
	overflow: hidden;
	text-transform: uppercase;	
	cursor: pointer;
	cursor:hand;
}


#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:#000;

}

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

#sitemap li.mainCat{
	margin-left:40px;
}

#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("https://www.prator.be/data/images/skin/default/list.png") no-repeat left center;
    font-size:15px;
}
#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;
}



.pdf{
	margin:5px;


	line-height: 12px;

	background: url("https://www.prator.be/data/images/skin/default/pdf.png") no-repeat left center;
	padding-left:25px;
	display: block;
	height:16px;
	padding-top:2px;
	color:#000;
}



.slider-wrap{
	width: 100%;
    height: 245px;
	z-index:1;
	overflow: hidden;
}

#nav{
	width:100%;
	display: table;
	height: 192px;
	transition:all 0.5s ease  0.6s;
	-moz-transition:all 0.5s ease  0.6s;
	-ms-transition:all 0.5s ease  0.6s;
	-o-transition:all 0.5s ease  0.6s;
	-webkit-transition:all 0.5s ease  0.6s;
}

#nav li.nav-item:last-child{border-right:none; }

#nav li.nav-item{
	text-align: center;
	display: table-cell;
	position: relative;
	width: 25%;
	height: 100%;
	background:#9d9d9b;
	border-right: 5px solid #FFF;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
}	


#nav li.nav-item a{
	color:#FFF;
	/*font-weight: 300;*/
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-size:14px;
	padding:85px 10px;
	height: 100%;
	font-weight: 600;
}

#nav li.nav-item:hover,
#nav li.nav-item.active{background:#95b4e0; }


#nav li.nav-item a:before,
#nav li.nav-item a:after{
	content: '';
	position: absolute;
	height: 1px;
	width:50px;
	background:#FFF;
	left:50%;
	margin-left:-25px;
	margin-top:-10px;

	transform:scale(1);
	-webkit-transform:scale(1);

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

#nav li.nav-item a:after{
	margin-top:30px;
}


#nav li.nav-item:hover a:before,
#nav li.nav-item:hover a:after,
#nav li.nav-item.active a:before,
#nav li.nav-item.active a:after{
	transform:scale(2,1);
	-webkit-transform:scale(2,1);
}

.touch #nav li.nav-item:hover a:before,
.touch #nav li.nav-item:hover a:after{
	transform:scale(1) !important;
	-webkit-transform:scale(1) !important;	
}

#subnav li{
	text-align: left; 
	vertical-align: middle;
	color:#FFF;
}



#subnav li a{
	padding:10px;
	display: block;
	color:#FFF;
	font-weight: 600;
	padding-left:30px;
	text-transform: uppercase;
}

#subnav li.active a,
#subnav li:hover a{background:#95B4E0; }

#overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#1d1d1b;
	opacity: 0.9;
}

#pagination{text-align: center; }
#pagination a{
	display: inline-block;
	padding:3px 5px;
	margin:0 2px;
	font-size:16px;
}

#pagination a.active{
	background: #CC4804;
	color:#FFF;
	/*font-weight: bold;*/
}

.header{
	padding:20px 0;
	color:#FFF;
	text-align:center;
	position: relative;

}


.contact-block{
	background:#95b4e0;
	padding:20px;
	height: 245px;
	overflow: hidden;
}

.contact-block a{color:#FFF; }
.contact-block h1{color:#FFF;font-size:18px;font-family: 'Trebuchet MS';margin:0;padding:0;border-bottom: 1px dashed #FFF;margin-bottom: 10px; }

.slider-overlay{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:5px solid rgba(255,255,255,0.5);
	z-index: 9;
}

.footer{background:#9d9d9b;color:#FFF;padding:10px; }
.footer a{color:#FFF; }

.pic-thumb{
	border:1px solid #CCC;
	text-align: center;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	overflow: hidden;
}

.check-items.checks{padding-left:20px; }
.cat-container{
	display: none;
}

.check-block.sub{margin-left:20px;margin-bottom: 5px; }
.check-block.main-check{margin-bottom: 5px;margin-top:5px; }
.sub-main-title{
	font-weight: bold;
	font-size:14px;
	color:#88A404;
	margin-top:10px;
	margin-bottom: 5px;
}

.input-item{margin-bottom: 10px; }
.form.contact{background:#f9f9f9;padding:20px;border:1px solid #e6e6e6; }

[class*="block-grid-"]{
	margin:0 -0.625rem;
}

.cat-check-item{
	
	padding:10px;
	
	background:#ffffff;
	margin-bottom: 10px;
}
.cat-title label{
	color:#95b4e0;
	font-weight: bold;
	font-size: 17px;	
}


input[type="checkbox"]{
	margin-bottom: 0;
	margin-right: 3px;
}

input,textarea{
	box-shadow: none !important;
}

#error.errorForm{
	background:#bf3434;
	color:#FFF;
	margin:20px 0px;
	padding:10px;	
}
#error.errorForm li {list-style: none;color:#FFF; }

.nav-item .sub-block{
	position: absolute;
	width: 100%;
	left:0;
	right:0;
	z-index: 11;
	background:#121F31;
	margin:0;
	opacity: 0;
	visibility: hidden;

	transition:all 0.3 ease;
	-webkit-transition:all 0.3 ease;
	-moz-transition:all 0.3 ease;
	-ms-transition:all 0.3 ease;
	-o-transition:all 0.3 ease;
}
.nav-item:hover .sub-block{
	opacity: 1;
	visibility: visible;
}
.sub-block li.sub-item{
		background: rgb(46,58,74); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(46,58,74,1) 0%, rgba(15,30,53,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,58,74,1)), color-stop(100%,rgba(15,30,53,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(46,58,74,1) 0%,rgba(15,30,53,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(46,58,74,1) 0%,rgba(15,30,53,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(46,58,74,1) 0%,rgba(15,30,53,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(46,58,74,1) 0%,rgba(15,30,53,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3a4a', endColorstr='#0f1e35',GradientType=0 ); /* IE6-9 */
}
.sub-block li.sub-item:active,
.sub-block li.sub-item:hover{
		background: rgb(134,153,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(134,153,38,1) 0%, rgba(114,131,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,153,38,1)), color-stop(100%,rgba(114,131,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(134,153,38,1) 0%,rgba(114,131,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(134,153,38,1) 0%,rgba(114,131,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(134,153,38,1) 0%,rgba(114,131,27,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(134,153,38,1) 0%,rgba(114,131,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#869926', endColorstr='#72831b',GradientType=0 ); /* IE6-9 */
}
.relative-block{
	position: relative;
	width: 100%;
	height: 100%;
}


.inlineBlock{display: inline-block;vertical-align: middle; }
label{margin-bottom: 0;font-size:1rem; }
label.select-label{margin-bottom: 5px; }

#lang-nav{
	position: absolute;
	right:0;
	top:0;
}

.lang-item{
	border:1px solid #c6d7ee;
	border-top: 0;
	display: inline-block;
	margin-left:10px;
}
.lang-item a{
	display: block;
	padding:10px;
	padding-top:50px;
	color:#3f3f3d;
	text-transform: uppercase;
}
.lang-item.active a{font-weight: bold; }
.lang-item:hover a{
	color:#FFF;
	background:#c6d7ee;
}

.left-col{
	display: block;
	width: 25%;
	float: left;
	border-right: 5px solid #FFF;
}
.main-col{
	width:75%;
	float: right;
	display: block;
}

.testimonial-title{
	color:#6c88b7;
	font-weight: bold;
	margin-bottom: 10px;
}
.testimonial-content{color:#747472; font-size:12px; }

.testimonialSlider{
	padding:20px 0;
	padding-bottom:10px;
	min-height: 130px;
}

.left-col.sidebar{
	background:#bdbdbd;
	color:#FFF;
}

.small-pic-slider{
	height: 100px;
	overflow: hidden;
}

#wolf{
	width:135px;
	height: 90px;
	position: absolute;
	overflow: hidden;
	background: url("https://www.prator.be/data/images/skin/default/wolf.jpg") no-repeat left top;
	top:-100px;
	/*transform: translateX(-200px);*/
}

body[data-page="home"] #wolf{
	opacity: 0;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);

	transition:all 1.5s ease;
	-webkit-transition:all 1.5s ease;
	-moz-transition:all 1.5s ease;
	-ms-transition:all 1.5s ease;
	-o-transition:all 1.5s ease;

}
body[data-page="home"] #wolf.walk{
	opacity: 1;
	transform: translateX(0px);	
	-webkit-transform: translateX(0px);

}

#main-section{position: relative; }

body[data-page="home"] #main-content{
    background: rgba(255,255,255,0.86);
    left: 100px;
    padding: 20px 60px;
    position: absolute;
    right: 100px;
 	top: 250px;   
    opacity: 0;

	transition:all 0.8s ease;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-ms-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;

}

body[data-page="home"] #main-content.active{
	top:180px;
	opacity: 1;
}

body[data-page="home"] .testimonialSlider{
	opacity: 0;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

body[data-page="home"] .testimonialSlider.active{
	opacity: 1;
}

body[data-page="home"] #loader{
	position: fixed;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	background:#FFF;
	opacity: 1;
	z-index: 99999;
	transition:all 0.5s ease 0.6s;
	-webkit-transition:all 0.5s ease 0.6s;
	-moz-transition:all 0.5s ease 0.6s;
	-ms-transition:all 0.5s ease 0.6s;
	-o-transition:all 0.5s ease 0.6s;
	visibility: visible;
}

body[data-page="home"] #loader.inactive{
	opacity: 0;
	visibility: hidden;
}



/*------------------------------------*  #COOKIE NOTICE
\*------------------------------------*/
.cookie-notice {
  padding: 1rem;
  color: #000;
  position: fixed;
  left: 0px;
  bottom: 0px;
  max-width: 100%;
  width: 100%;
  line-height: 1.6;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  z-index: 999;
  border-radius: 5px;
  background: #E1E1E1;
  opacity: 1;
  display: none;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  @media only screen and (max-width: 767px) {
    .cookie-notice {
      padding: .5rem;
      font-size: 13px; } }
  .cookie-notice .page-content {
    color: #000;
    font-size: 13px;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .cookie-notice .page-content {
        padding: 1rem;
        font-size: 12px; } }
  .cookie-notice a {
    text-decoration: underline;
    color: #000;
    display: block; }
  .cookie-notice a.close-btn {
    text-decoration: none;
    color: #000;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #000; }
  .cookie-notice .text-center {
    margin-top: 10px; }