/*===================================================================================================================================================================================================================
MAIN
====================================================================================================================================================================================================================-*/
 #pimcore_panel_toolbar {
         -moz-transition:  none !important;
      -webkit-transition: none !important;
      -moz-transition:  none !important;
      -o-transition:  none !important;
      transition:  none !important;
    }
    
        #pimcore_panel_toolbar div, section, h1, li, img, a {
         -moz-transition:  none !important;
      -webkit-transition: none !important;
      -moz-transition:  none !important;
      -o-transition:  none !important;
      transition:  none !important;
    }
    
    
    .x-menu{  
       -moz-transition:  none !important;
      -webkit-transition: none !important;
      -moz-transition:  none !important;
      -o-transition:  none !important;
      transition:  none !important;
    }
    
      .x-menu div, section, h1, li, img, a{  
       -moz-transition:  none !important;
      -webkit-transition: none !important;
      -moz-transition:  none !important;
      -o-transition:  none !important;
      transition:  none !important;
    }

html, body {
    height: 100%;
}

body{
    background: #cccccc;
    /*background: url('../content/images/concrete_seamless.png') repeat center center;*/
    background: #fff;
    padding: 0;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 14pt;
    font-weight: 300;
   
}
p{
 
    font-size: 14pt;

}


.marge{
    padding-top:50px; 
    padding-bottom: 50px;
    
    }
/*@media (max-width: 440px){
    .container{
        padding: 0 15px;
    }

}*/
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */
z-index: 10;
}

.cowboy {
  
   position:absolute; 
   width:200px;
   height: auto; /* your iframe height */
   left:67%;
   top:10px;  /* your iframe height */
     pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cowboy.png', sizingMethod='scale');
z-index: 990;
      display: block;
}
.promo {
  
   background-color: #FCEB12;
   padding: 10px;
   margin-bottom: 20px;
   
}
.promo h2{
  margin-top:10px;
   color: #000000;
 
   
}
.promo .prijs{
  
   color: #000000;
   font-weight: 400;
   font-size: 20pt;
   margin-bottom: 0px;
 
   
}
.promo .prijs span{
  
   color: #cc0000;
   font-weight: 300;
   font-size: 16pt;
   margin-bottom: 0px;
   text-decoration: line-through;
 
   
}

.promo .pic{
  
   background-color: #ffffff;
   width:auto;
 
   
}
@media (max-width: 767px){
    .cowboy {
        display: none;
    }
}
.dotted{border-bottom: 2px dotted #dddddd;
margin-bottom: 10px; padding-bottom: 10px;}
h1 {

    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    color: #0084CC;
    margin-top: 0px;
    padding-top: 0px;
}

h2 {

    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #0084CC;
    margin-top: 0px;
    padding-top: 0px;
}
h3 {

    font-weight: normal;
    font-size: 20px;
    margin: 10px 0 12px 0;
    text-transform: uppercase;
}
.dotted h3 {

    font-weight: normal;
     font-size: 22px;
    margin: 10px 0 0px 0;
    text-transform: none;
}
h3 a{

    color: black;
}
.date{font-size:12px;}
.beschrijving{margin-top: 10px;}
.pics{
    margin-top: 30px;
}

.writtenlink {
    font-family: 'Lobster Two', cursive;
    font-size:18px;
    color: #B69E81;
    text-decoration: none;
}
hr {
    border: 0;
    width: 50px;
    height: 3px;
    color: #B69E81;
    background: #E71E73;
    float:left;
    margin: 10px 100% 20px 0;
    padding: 0;
}

.floatright{
    float:right;
}

.floatleft{
    float:left;
}


#page-content{
    background: #fff;
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -30px;


}

#page{
    background: #fff;
    /*box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);*/

}

div, section, h1, li, img, a {
 
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

a{
    outline: 0;
}

.written{
    font-family: 'Lobster Two', cursive;
}


.mapgrey{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


/*================================================================================
COLORS
=================================================================================-*/

.grey {
    color: #EFEFEF;
}

.greybg {
    background-color: #EFEFEF;
    padding: 0px;
    padding-top: 25px;

}

  
.black {
    color: #111;
}

.blackbg {
    background-color: #111;
}

.gold{
    color:#B69E81;
}

.goldbg{
    background:#B69E81;
}

/*================================================================================
HEADER-WRAPPER
=================================================================================-*/


#header-info{
    padding: 10px 0 0 0;
    background: #111111;
}

.lang {
    float:left;
    margin: 0 10px 0 0;
}
#header-info a, #header-info p {
    text-decoration: none;
    color: #eeeeee;
    font-size: 12px;
    margin: 0;
}

.lang p{

    font-size: 14px;

}

.lang a:hover{
    border-bottom: 1px solid #fff;
}

.social{
    float: left;
    margin-top: -5px;
}
.social ul{
    padding: 0;
}

.social li{
    display: inline-block;
    list-style: none;
}

.social li a {
    text-decoration: none;

}

.socialIcon{
    margin: 0 1px;
}
.socialIcon img{
    width: 19px;
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 440px){
    .socialIcon img{
        width: 16px;
    }
}

.socialIcon img:hover{
    opacity: 1;
}



.header-logo img{
    width: 100%;
	max-width:400px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 20px;
    margin-bottom: 20px;

}

.showcontact {
    margin-left: 10px;
}
/*
#nav-wrapper ul{
    margin:  26px 0 0 0;
    padding: 0;
}

#nav-wrapper li{
    position:relative;
    display: inline-block;
    list-style: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0 14px;
}


#nav-wrapper li a {
    outline: 0;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    font-family: "Palatino";
    color: #333;
    opacity: 0.6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#nav-wrapper ul li ul li a {
    color: #fff;
}
#nav-wrapper li a:hover {
    opacity: 1;
}


#nav-wrapper .active a{
    color: #111;
    opacity: 1;

}

.navbar-header a{
    color: #111;
    text-decoration: none;
    font-size: 50px;
    line-height: 0px;
    margin-right: 40px;
    margin-top: 0;
}

#nav-wrapper .active a:after{
    color: #111;
    opacity: 1;
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    margin-top: 4px;
    background: transparent;
    opacity: 1;
    width: 100%;
    background: #B69E81;
    padding-bottom: 2px;
    margin-bottom: -1px;
}
#nav-wrapper li a:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    margin-top: 4px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;

}
#nav-wrapper li a:hover:after {
    opacity: 1;
    width: 100%;
    background: #B69E81;
    padding-bottom: 2px;
    margin-bottom: -1px;
}

*/



/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}

#nav-wrapper nav ul li ul {
    z-index:999999999999999999999999;
}
.sub-menu {
    padding:10px 0px;
    position:absolute;
    top:0;
    left:0px;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#2e2728;
}

.sub-menu li {
    display:block;
    font-size:16px;
}

.sub-menu li a {
    padding:20px 30px 10px 0;
    display:block;
}



#nav-wrapper .arrow {
    padding-left: 1px;
    font-size:10px;
    line-height:0;
}

@media (max-width: 767px){
    .header-logo img{
        width: 250px;

    }
}

.sidebarClosebtn{
    font-size: 40px;
    text-align: left;
}

#sidemenu li a{
    opacity: 1;
}

#sidemenu li a:hover{
    opacity: 0.7;
}
/*================================================================================
CONTENT-WRAPPER
=================================================================================-*/
#main-wrapper{
    margin-bottom: 20px;
}

#main-content{
    padding: 0 26px 0 54px;
}
@media (max-width: 440px){
    #main-content{
        padding: 0 0 0 28px;
    }
}

/*================================================================================
FOOTER-WRAPPER
=================================================================================-*/

#footer-wrapper{
    clear: both;
    position: relative;
    padding: 40px 0;
  
}
#footer-wrapper p{
    font-size: 10px;
}

#footer-wrapper ul{
    padding: 0;
    margin: 0;
}
#footer-wrapper li{

    list-style: none;
    padding: 0px 0 8px;
    color: #ceebff;
}

#footer-wrapper li a{
    outline: 0;
    text-decoration: none;
    color: #777;

      color: #ceebff;
  font-weight: 700;
}

#footer-wrapper li a:hover{
    color: #fff;
    border-bottom: dotted 1px #fff;
}

footer{
    padding: 12px 0 2px 0;
    background: #222;
    color: #eee;
}
.bluebg {
    background-color: #0083CB;
    

}
.bluebg h2{
    color: #ceebff;
    

}
.bluebg li{
    color: white;
  
    

}
.bluebg li a{
  
    

}

/*===================================================================================================================================================================================================================
PAGES
====================================================================================================================================================================================================================-*/

/*============================================================================================================================================================
HOME
=============================================================================================================================================================-*/

/*================================================================================
FLEXSLIDER-WRAPPER
=================================================================================-*/

#slider-wrapper{
    position: relative;
}

.flexslider {
    margin: 0px;

}
ol.flex-control-paging {
    z-index: 99;
    list-style: none;
    position: absolute;
    right: 18px;
    bottom: -25px;
}

ol.flex-control-paging li {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    margin: 0 7px;
}

ol.flex-control-paging li a {
    text-indent: -999999px;
    display: block;
    background: #cbcbcb;
    font-size: 2.5em;
    text-shadow: 0 1px 0 #fff;
    width: 10px; height: 10px;
    -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
    cursor: pointer;
}

ol.flex-control-paging li a.flex-active {
    background: #f1f1f1;
}

.slides img{
    width:100%;

    position: relative;
}

.slidecontent{
    width: 100%;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top:44%;

}

.slidecontent h1{
    color: #fff;
    font-size: 300%;

}

.slidecontent p{
    color: #fff;
    font-size: 200%;

}

/*================================================================================
CONTENT-WRAPPER
=================================================================================-*/

#homelinks header{
    padding: 0 0 40px 0;
}

#homelinks {
    padding: 20px 0 60px 0;
}


#homelinks a{
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#homelinks a:hover{
    opacity: 0.7;

}

#beschikbaarheid{
    padding: 20px 0 40px 0;
}

.homegalerij{
    display: block;
    float: left;
}

#homelinks2{
    padding: 20px 0 40px 0;
}

.homegalerij img{
    width: 27%;
    margin: 0 16px 16px 0 ;
    display: inline-block;
}

#map {
    width: 100%;
    height: 260px;
}

.newsitem{
    margin-bottom: 10px;
}

.datumblock{
    background: url('images/datumblock.png') no-repeat center center;
    background-size: cover;
    width: 70px;
    height: 70px;
    margin-left: 12px;

}

.datumblock p{
    margin-top: 14px;
    color: white;
    font-weight: normal;

}

#gastenboek{
    padding: 30px 0 40px 0;
}

#gastenboek h1{
    margin-bottom: 40px;
}

#gastenboek p{
    margin-bottom: 30px;
}

#gastenboek .naam{

    font-size: 16px;
}

#gastenboek .achternaam{
    color: #B69E81;
}



/*============================================================================================================================================================
GALERIJ
=============================================================================================================================================================-*/

#title-wrapper{
    padding: 50px 0;
    background: url('images/banner.jpg') no-repeat center center;
    background-size: cover;
}

#galerij-wrapper{
    margin: 50px 0 40px 0;
}
#galerij-wrapper img{
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

#galerij-wrapper img:hover{
    opacity: 0.8;
}


/*============================================================================================================================================================
PRIJZEN
=============================================================================================================================================================-*/

#prijzen-wrapper{
    margin: 50px 0 60px 0;
}
#prijzentabel table {
    margin: 20px 0;
}

#prijzentabel table tr{

}
#prijzentabel table td{
    padding: 8px 10px;
}
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}

/*============================================================================================================================================================
OVER
=============================================================================================================================================================-*/

#over-wrapper{
    margin: 50px 0 60px 0;
}

#over-wrapper #map{
    margin: 30px 0 20px 0;
    height: 460px;
}


/*============================================================================================================================================================
DETAILS
=============================================================================================================================================================-*/

#image-wrapper{

    height: 30%;
}

#details-content-wrapper{
    margin: 40px 0 60px 0;
}

#details-content-wrapper a:hover{
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 10px;
}

#detail-images img{
    margin-bottom: 15px;
}
#details-content-wrapper a:hover{
    opacity: 0.7;
}

#details-content{
    margin: 0 0 50px 0;
}

/*============================================================================================================================================================
CONTACT
=============================================================================================================================================================-*/

#contact-wrapper{
    margin: 50px 0 60px 0;
}


#contact-wrapper a{
    font-family: Palatino;
    color: #222;
}

#contact-wrapper  a{
    outline: 0;
    text-decoration: none;
 
}

#contact-wrapper  a:hover{
    color: #222;
    border-bottom: dotted 1px #222;
}


#contact_form input, #contact_form textarea{
    width: 100%;
    padding: 20px 12px;
    margin: 0 0 6px 0;
    border:none;
    background: #eeeeee;
}

#contact_form input:focus, #contact_form textarea:focus{
    background: #f3f3f3;
}

#contact_form label{
    font-family: palatino;
    font-weight: normal;
    color: #666;
}

#contact_form #submit_button{
  
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #B69E81;
    margin: 20px 0 0 0;
    padding: 20px 30px 16px 30px;
    width: 200px;
    opacity: 1;
}

#contact_form #submit_button:hover{
    opacity: 0.9;
}

#contact-wrapper ul{
    padding: 0;
    margin: 0;
}

#contact-wrapper li{
    list-style: none;
    padding: 0;
    margin: 0;
}



label.required {
    background: url("/images/required.png") no-repeat scroll right top transparent;
    padding-right: 10px;
}

dl {
 width:100%;
 overflow:hidden;



}
dt {
 float:left;
 width:30%; /* adjust the width; make sure the total of both is 100% */
 padding-bottom: 5px;

}
dd {
 float:left;
 width:60%; /* adjust the width; make sure the total of both is 100% */
 padding-bottom: 5px;

}

#hiddie-label{display: none;}
#hiddie-element{display: none;}



@media (max-width: 600px) {
  dt, dd {
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
  }
   }
   
   
      
    #pimcore_panel_toolbar {
         -moz-transition:  none !important;
      -webkit-transition: none !important;
      -moz-transition:  none !important;
      -o-transition:  none !important;
      transition:  none !important;
    }
    
        #pimcore_panel_toolbar div, section, h1, li, img, a {
         -moz-transition:  none !important;
      -webkit-transition: none !important;
      -moz-transition:  none !important;
      -o-transition:  none !important;
      transition:  none !important;
    }
    
    
    .x-menu{  
       -moz-transition:  none !important;
      -webkit-transition: none !important;
      -moz-transition:  none !important;
      -o-transition:  none !important;
      transition:  none !important;
    }
    
      .x-menu div, section, h1, li, img, a{  
       -moz-transition:  none !important;
      -webkit-transition: none !important;
      -moz-transition:  none !important;
      -o-transition:  none !important;
      transition:  none !important;
    }
    
    
    
.rs-link{color: #ffffff;}