.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

.boxsizer *
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
  visibility: hidden;
  position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
  padding-left: 15px;
  list-style-type: disc;
  margin: 1em 0;
}

.c p
{
  margin: 1em 0;
}

.c ol
{
  padding-left: 15px;
  list-style-type: decimal;
  margin: 1em 0;
}

.c strong
{
  font-weight: bold;
}

.c em
{
  font-style: italic;
}

.c table
{
  margin: 1em 0;
}

.c td, .c th
{
  border: 1px solid #333;
  padding: 3px;
}

.c blockquote
{
  border-left: 5px solid #aaa;
  padding-left: 5px;
  font-style: italic;
  margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
  width: 23.3%;
  margin-right: 2.2%;
  margin-bottom: 2%;
  float: left;
}

.four-row-grid>*:nth-child(4n)
{
  margin-right: 0;
}

.three-row-grid>*
{
  width: 30.5%;
  margin-right: 4.2%;
  float: left;
  margin-bottom: 2.5%;
}

.three-row-grid>*:nth-child(3n)
{
  margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
  clear: left;
}


.five-col-grid>*
{
  width: 18.4%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2%;
}

.five-col-grid img
{
  width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
  margin-right: 0;
}

.six-col-grid>*
{
  width: 14.16%;
  margin-right: 3%;
  float: left;
  margin-top: 2%;
}

.six-col-grid img
{
  width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
  margin-right: 0;
}

.seven-col-grid>*
{
  width: 11.71%;
  margin-right: 3%;
  float: left;
  margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
  margin-right: 0;
}

.seven-col-grid img
{
  width: 100%;
}

.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
  width: 100%;
  margin: 0;
  float: none !important;
  clear: both !important;
}

.single-row-four > *
{
  width: 23%;
  margin-left: 2.5%;
  float: left;
}

.single-row-four > *:first-child
{
  margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
  content: '';
  clear: both;
  margin: 0;
  display: block;
  width: 100%;
}

.single-row-four > .cb
{
  display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
  text-align: justify;
}

.justify:after
{
  display: inline-block;
  width: 100%;
  content: '';
}

.justify > *
{
  display: inline-block;
  vertical-align: top;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #CD1719 !important;
  border-color: #CD1719 !important;
}

#content
{
  padding-top: 155px;
  padding-bottom: 300px;
}

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body, html
{
  height: 100%;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #1d1d1b;
}

#container
{
  min-height: 100%;
  position: relative;
}

#ctop .cright
{
  position: absolute;
  right: 0;
  width: 230px;
  top: 0;
  height: 100%;
  min-height: 100%;
}

.cbottom img
{
  width: 100%;
  margin-top: 1em;
}

.cbottom
{
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
}

#ctop .amount
{
  color: #94807a;
  float: right;
}

#cbottom
{
  margin-top: 1em;
}

#cbottom .cright
{
  background-color: #e9e4e2;
  padding: 1em;
}

#cbottom .fpframe
{
  border-left: 0;
  border-top: 1px solid #1d1d1b;
}

#cbottom .fpframe:first-child
{
  border-top: 0;
}

#ctop h1
{
  color: #5687ba;
}

#collectie #mainpic, #collectie .five-col-grid img
{
  border: 1px solid #c2b5b1;
}

#mainpic
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cnext
{
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(/images/next.png) no-repeat right 12px center;
}

#cprev
{
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  background: url(/images/prev.png) no-repeat left 12px center;
}

.cleft
{
  margin-right: 250px;
}

.cright .c p:first-child
{
  margin-top: 0;
}

.cright
{
  float: right;
  width: 230px;
}


footer .weak
{
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

footer
{
  color: #fff;
  padding: 1em;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #1d1d1b;
}

#container footer .center
{
  max-width: 1000px;
}

footer > .center > div
{
  display: inline-block;
  line-height: 1.6em;
  vertical-align: top;
}

footer > .center
{
  text-align: justify;
}

footer a
{
  color: #fff
}

footer > .center:after
{
  content: '';
  display: inline-block;
  width: 100%
}

.liggingak
{
  display: block;
  padding-top: 16.2%;
  background: url(/images/akroute.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.liggingak > img
{
  position: absolute;
  left: 50%;
  margin-left: -106.5px;
  margin-top: -80px;
  top: 50%;
}

header
{
  position: fixed;
  left: 0;
  top: 0;
  height: 150px;
  width: 100%;
  z-index: 30;
  background-color: #1d1d1b;
}


#logo
{
  display: block;
  width: 202px;
  margin: 20px auto;
}

nav
{
  background-color: #fff;
  padding: 0 2em;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  height: 45px;
}

nav ul
{
  display: block;
  margin-right: 340px;
  text-align: justify;
}

nav ul:after
{
  display: inline-block;
  width: 100%;
  content: '';
}

#search
{
  margin-top: 7px;
  width: 300px;
  float: right;
  height: 40px;
}

#search *
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

nav li
{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 .3em;
}

nav a
{
  display: inline-block;
  color: #1d1d1b;
  height: 37px;
  text-transform: uppercase;
  font-size: 1.15em;
  padding-bottom: 3px;
}

.input.gsc-search-button
{
  background-color: #1d1d1b !important;
}

nav a:hover, nav .active
{
  font-weight: 700;
}

#searchbutton
{
  border: 1px solid #00617C;
  background: #1d1d1b url(/images/search.png) no-repeat center;
  height: 35px;
  width: 35px;
  margin-top: 5px;
  float: right;
  cursor: pointer;
  display: none;
}

h1
{
  color: #df0a15;
  font-weight: 900;
  text-transform: uppercase;
  margin: 1em 0 1.4em 0;
  font-size: 1.3em;
}

#ligging h1
{
  font-weight: 600;
}

#map
{
  height: 450px;
  margin-bottom: 1em;
}

#directions
{
  padding-bottom: 1em;
}

#directions *
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  line-height: 1.5em;
}

#routeframe
{
  background-color: #009fe3;
  position: absolute;
  left: 2%;
  width: 96%;
  bottom: 1em;
  padding: 1em;
}

#routeframe strong
{
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  float: left;
  height: 55px;
  line-height: 55px;
  width: 240px;
}

.c
{
  line-height: 1.5em;
}

.routelabel
{
  width: 75%;
  float: left;
}

.routelabel > div
{
  margin-left: 240px;
}

#routeframe > span
{
  width: 23%;
  float: right;
  display: block;
  height: 55px;
  line-height: 55px;
  background-color: #1d1d1b;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  cursor: pointer;
}

.leesmeer
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

#routeframe input
{
  width: 100%;
  border: 1px solid #1d1d1b;
  height: 55px;
  line-height: 55px;
  padding: 0 .6em;
}

#aktoonzaal, .ak1
{
  background-color: #b9ce02;
  color: #fff;
  padding: 1em;
  line-height: 1.35em;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
}

.ak1
{
  display: block;
  float: left;
  margin-left: 2%;
  width: 49%;
  min-height: 100px;
}

.ak1 p
{
  margin-bottom: 1em;
}

.ak1 .button
{
  background-color: #fff;
  color: #1d1d1b;
}

.ak1:first-child
{
  margin-left: 0;
}

#haks
{
  margin-top: 1.2em;
  margin-bottom: 1em;
}

#haks:after
{
  content: '';
  display: block;
  clear: both;
}

#aktoonzaal strong, #akpromoties strong, .ak1 strong, #akcontact h2
{
  display: block;
  margin-bottom: .6em;
  color: #1d1d1b;
}

.grey
{
  padding: 1em 0;
  color: #fff;
  background-color: #1D1D1B;
}

#aks
{
  width: 250px;
  float: right;
}

#contact
{
  margin-right: 270px;
  margin-bottom: 1.5em;
}

#contact input, textarea
{
  background: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #1d1d1b;
  margin-bottom: 12px;
  padding: 0 .5em;
}

#contact input[type="submit"]
{
  background: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
}

.grey p:first-child
{
  font-size: 1.4em;
  line-height: 1.3em;
}

textarea
{
  line-height: 1.4em;
  height: 150px;
  padding: .5em;
}

.heightscale .button
{
  margin-top: .8em;
}

.heightscale
{
  padding-top: 65% !important;
  position: relative;
}

.loctek-slider-controls
{
  margin-left: 0 !important;
  left: 1em !important;
}

.loctek-slider-controls li
{
  background-color: #cabeba !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border: 1px solid #fff !important;
}

.loctek-slider-controls li.active
{
  background-color: #95817b !important;
}

#slider > div
{
  height: 450px;
  background-size: cover;
  background-position: center;
}

.heightscalehelper
{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 1em;
  width: 100%;
}

#collecties h1
{
  color: #fff;
}

#collecties #contact
{
  margin-bottom: 0;
}

.single-row-four
{
  margin: 1em 0;
}

#akpromoties
{
  display: block;
  background-color: #de0a14;
  color: #fff;
  margin-top: 1em;
  padding: 1em;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}

.fpframe
{
  margin-top: 1em;
  text-align: center;
  line-height: 1.5em;
}

.fpframe2, .fpframe3
{
  border-left: 1px solid #1d1d1b;
}

.fpframe .bg
{
  padding-top: 52%;
  background-position: center;
  background-repeat: no-repeat;
}

.fpframe1 .bg
{
  background-image: url(/images/hp1.png);
}

.fpframe2 .bg
{
  background-image: url(/images/hp2.png);
}

.fpframe3 .bg
{
  background-image: url(/images/hp3.png);
}

#akcontact
{
  display: block;
  background-color: #9e75b2;
  color: #fff;
  margin-top: 1em;
  padding: 1em;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}

#akcontact .c
{
  font-size: .8em;
  font-weight: 500;
}

#container .center
{
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

#akpromoties > strong
{
  color: #1d1d1b;
}

.errors
{
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1em;
  color: #DE0A14;
  line-height: 1.4em;
}

.button
{
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #b9ce02;
  display: inline-block;
  padding: .3em .8em;
  -webkit-box-shadow: 0 0 3px 1px #999;
  box-shadow: 0 0 3px 1px #999;
}

#akpromoties > .button
{
  font-size: .8em;
  margin-top: .8em;
}

.grid-item h2
{
  background-color: #de0a14;
  padding: 0 .4em;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.grid-item img
{
  width: 100%;
}

.grid-item .buttoncon
{
  position: absolute;
  left: 0;
  text-transform: uppercase;
  width: 100%;
  bottom: .8em;
  text-align: center;
}