/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Neuton','Helvetica Neue',Arial,sans-serif;
    color: #000;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #2d2e83;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #9c27c1;
    outline: 0;
}

h1,h2,h3 {
    font-family:"Mr De Haviland";
}

h1 {
    font-size: 82px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
    margin-bottom:30px;
}

h4,h5,h6 {
    font-family: 'Neuton','Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
}

p {
    font-family: 'Neuton','Helvetica Neue',Arial,sans-serif;
    font-size: 18px;
    line-height:34px;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #2d2e83;
    position:relative;
}

.bg-primary h2 {
    color:#fff;
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #2d2e83;
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

section.section-pad {
    padding:0;
}


aside {
    padding: 50px 0;
}

footer {
    padding: 60px;
    background-color:#fff;
    text-align: center;
}

footer .logo {
    height:110px;
    margin-top:20px !important;
    margin-bottom:50px !important;
}

footer p {
    margin-top:40px !important;
}

footer p a {
    color:#000;
}

footer p a:hover, footer p a:active, footer p a:focus {
    color:#2d2e83;
    text-decoration: none;
}

footer p span {
    margin:0 10px;
}

.mb16 {
    margin-bottom:16px;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    font-family: 'Neuton','Helvetica Neue',Arial,sans-serif;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background-color:transparent;
    border:none;
    padding-bottom: 2vw;
}

.navbar-header {
    padding-bottom:20px;
}

.navbar-header > .navbar-brand {
    font-family: 'Neuton','Helvetica Neue',Arial,sans-serif;
    color: #2d2e83;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-toggle {
    border-color:#fff;
    margin-top:30px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:#2d2e83;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #2d2e83;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #2d2e83 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header > .navbar-brand {
        color: rgba(255,255,255,0.7);
        padding: 19px;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #000;
        padding: 30px 3px;
        letter-spacing:0;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #2d2e83;
    }

    .navbar-default.affix {

    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        padding: 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color:#2d2e83;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {

    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #2d2e83;
    }
}

header {
    position: relative;
    min-height: auto;
    text-align: left;
    color: #fff;
    width: 100%;
    height:100%;
    background-image: url('/img/header-glamping-1.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.ree-header { background-image: url('/img/tenten/new/ree-2.jpg'); }
.moeflon-header { background-image: url('/img/tenten/new/moeflon-2.jpg'); }
.decamping-header { background-image: url('/img/decamping.jpg'); }
.h500 { min-height:500px; }
.round { max-height:300px; border-radius: 50%; transition: transform .4s; margin:0 auto; }
.round:hover { transform: scale(1.1) }

header .trans {
    background: linear-gradient(to left,rgba(0,0,0,0) 0,rgba(45,46,131,.45) 100%);
    width:100%;
    height:100%;
    display: block;
}

header .header-content {
    margin:0 auto;
    text-align: left;
    z-index: 2;

    position:relative;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .header-content .inner {

}


header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    max-width:50%;
    text-shadow: 2px 2px 3px #000;
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }

    header {
        min-height: 100%;
    }

    header .header-content .inner {
        float:left;
    }

    header .header-content .inner p {
        font-size: 18px;
        line-height:34px;
    }

    section {
        padding: 120px 0;
    }

    section.section-pad {
        padding:0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #000;
        padding: 30px 15px;
        letter-spacing: 1.1px;
    }

}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #2d2e83;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
    color:#2d2e83;
}

#dropdownMenuButton {
    background-color:#ffffff;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #2d2e83;
    background-color: #222;
}

.btn.btn-primary {
    background-color:#fff;
    border:1px solid #f0f0f0;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    background-color:#2d2e83;
    border-color:#2d2e83;
    color:#fff;
}

.btn {
    color:#2d2e83;
    font-size:18px;
    border: 0;
    border-radius: 0;
    font-family: 'Neuton','Helvetica Neue',Arial,sans-serif;
    padding:15px 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-weight: 300;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

.btn-round {
    width:100px;
    height:100px;
    border-radius: 100px;
}

.btn-map {
    background: url(/img/plattegrond.svg) no-repeat center center;
    background-size: 60px 60px;
    text-indent: 99999999px;
}

.btn-map:hover {
    background: url(/img/plattegrond-white.svg) no-repeat center center;
    background-size: 60px 60px;
}

.img-button {
    width:100px;
    height:100px;
}

.btn-red {
    background-color:#D20A11 !important;
    color:#fff;
    border:3px solid #D20A11 !important;

    min-width:240px;
}

.btn-red:hover, .btn-red:active, .btn-red:focus{
    background-color:#fff !important;
    color:#000 !important;
    border:3px solid #D20A11 !important;
}

.btn-red2 {
    background-color:#fff !important;
    color:#000;
    border:3px solid #D20A11 !important;
    min-width:240px;
    margin:0 30px 30px auto;
}

.btn-red2:hover, .btn-red2:active, .btn-red2:focus{
    background-color:#D20A11 !important;
    color:#fff !important;
    border:3px solid #D20A11 !important;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

/*GLAMPING*/

.logo {
    height:50px;
}

.full {
    position: fixed;
    height:20px;
    width:100%;
    top:-5px;
    left:0;
    background-color:#fff;
    z-index:2;
}

nav {
    min-height:150px;
    background: url(/img/header.svg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

nav.addheight {
    display:block;
    border:1px solid green;
    height:450px;
}

.container-fluid {
    min-height:150px;
    max-width: 1200px;
    margin:auto;
}

.josdevos {
    position: absolute;
    bottom:-38px;
    right:0;
    width:400px;
    z-index:1;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    width:50%;
    top: 0;
    right:0;
    background-size: cover!important;
    background-position: center center!important;
}

.background-image {
    display:none;
}

.background-image-holder-full {
    position: absolute;
    height: 100%;
    width:100%;
    top: 0;
    right:0;
    background-size: cover!important;
    background-position: center center!important;
}

.pr25           { padding-right:25px; }
.pl25           { padding-left:25px; }
.pt30           { padding-top:40px;  }
.ta-right       { text-align: right;  }
img.center      { margin:0 auto;  }
.fl             { float:left; }
.fr             { float:right; }

.item {
    height:100%;
    padding:120px 0;
}


.carousel-control {
    width:10%;
    display:none;
}

.tenten {
    padding-top:40px;
}

.tenten div {
    padding:0;
}

.tenten div:hover > a img {
    transform: scale(0.9);
    transition: all .5s;
}

.tent p {
    text-shadow: 2px 2px 3px #000;
}
.tent h1, .tent h2, header h1 {
    text-shadow: 2px 2px 5px #000;
}

img.spec{
    max-width:100px;
    max-height:100px;
}

@media(max-width:991px) {
    .background-image-holder {
        position: absolute;
        height: 50%;
        width:100%;
        top:auto;
        bottom:0;
        right:0;
        background-size: cover!important;
        background-position: center center!important;
    }

    .background-image-mobile {
        height:500px;
        margin-top:10px;
    }

    header .header-content .inner p {
    max-width:100%;
    }
}

@media(max-width:767px) {
    h1 {
        font-size:50px;
    }
    h2 {
        font-size:40px;
    }
    p {
        font-size:15px;
        line-height:25px;
    }
    .btn {
    font-size:15px;
    }
}

.dropdown {
    background-color:transparent;
    padding:30px;
}

.dropdown .btn {
    padding:0;
}

.dropdown-menu {

}

.dropdown-menu a {
    padding:10px;
}

.navbar-right .dropdown-menu {
    right:15px;
}

.video a img, .plattegrond-a a img, .plattegrond-b a img, .pics-a a img, .pics-b a img, .watch a img {
    transition: transform .4s;
}

.video a img:hover {
    transform: scale(1.3) rotate(360deg);
}
.plattegrond-a a img:hover {
    transform: scale(1.3) rotate(360deg);
}
.plattegrond-b a img:hover {
    transform: scale(1.3) rotate(360deg);
}
.pics-a a img:hover {
    transform: scale(1.3) rotate(360deg);
}
.pics-b a img:hover {
    transform: scale(1.3) rotate(360deg);
}
.watch a img:hover {
    transform: scale(1.3) rotate(360deg);
}

.animated {
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  transition: transform .4s;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
#animated-example {
  width: 70px;
  height: 70px;
  background-color: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  border-radius: 50%;
  background: #ffffff url("/img/video-los.svg") no-repeat left top;
  background-size: auto;
  z-index:99;
}

#animated-example:hover {
     transform: scale(1.3) !important;
     border:5px solid #2d2e83 !important;
}

@media (max-width:1200px) {
    #animated-example {
        display:none;
    }
}

.sticky-button{
    position: sticky;
    bottom: 0;
    padding-bottom: 50px;
}
.goto-booking{
    display: flex;
    background-color: #D20A11;
    align-items: center;
    padding: 10px 25px;
    width: fit-content;
    margin: 20px auto 0;
    border-radius: 30px;
    border: 5px solid white;
    text-decoration: none !important;
}
.goto-booking:hover{
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    scale: 1.03;
}
.goto-booking h4{
    color: white;
    font-family: 'Neuton','Helvetica Neue',Arial,sans-serif;
    margin: 0;
    font-size: 24px;
}
.goto-booking .feature{
    height: 50px;
    width: 50px;
    margin: 10px;
    margin-left: 20px;
}
.reservation-block{
    background-image: url('/img/tenten/new/ree-1.jpg');
    background-size: cover;
    background-position: center;
    height: 350px;
    /* margin-bottom: 50px; */
}
.reservation-block.moeflon{
    background-image: url('/img/tenten/new/moeflon-1.jpg');
}
.reservation-block a{
    position: absolute;
    right: -6px;
    top: 80%;
    padding: 0 34px;
}
.reservation-block h3{
    color: white;
    background-color: #2d2e83;
    width: fit-content;
    padding: 20px 35px;
    /* transform: translate(-20px, -20px); */
    
}