@font-face {
    font-family: helveticaNeue;
    src: url(../fonts/HelveticaNeueLT-LightCond.otf);
}
body{
    font-family:'helveticaNeue'!important;
    letter-spacing: 1pt;
}
.mob-menu:focus {
    outline: none
}
p {
     line-height: 1.2;
}
.mob-menu {
    padding: 11px 8px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.mob-menu:hover {
    background-color: #62c0b8
}

.mob-menu:hover .mob-menu-inner,
.mob-menu:hover .mob-menu-inner::before,
.mob-menu:hover .mob-menu-inner::after {
    background-color: #fff
}

.is-active {
    background-color: #62c0b8
}

.is-active .mob-menu-inner,
.is-active .mob-menu-inner::before,
.is-active .mob-menu-inner::after {
    background-color: #fff
}

.mob-menu-box {
    width: 30px;
    height: 21px;
    display: inline-block;
    position: relative
}

.mob-menu-inner {
    display: block;
    top: 40%
}

.mob-menu-inner,
.mob-menu-inner::before,
.mob-menu-inner::after {
    width: 30px;
    height: 5px;
    background-color: #FFF;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.mob-menu-inner::before,
.mob-menu-inner::after {
    content: "";
    display: block;
}

.mob-menu-inner::before {
    top: -12px;
}

.mob-menu-inner::after {
    bottom: -12px;
}

.mob-menu {
    margin-top:7px;
}

.mob-menu--x .mob-menu-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.mob-menu--x .mob-menu-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease
}

.mob-menu--x .mob-menu-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.1s cubic-bezier(.55, .055, .675, .19)
}

.mob-menu--x.is-active .mob-menu-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.mob-menu--x.is-active .mob-menu-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease
}

.mob-menu--x.is-active .mob-menu-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(.215, .61, .355, 1)
}
div ul a, div h3 a {
     color:#fff;
}

a:hover, a:focus {
    color:#62c0b8;
    text-decoration: none;
}

.boek-vergader-btn {
    margin-top: 17px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #bcbdc0;
    font-size: 14px;
    padding: 5px 15px;
    width: 100%;
    cursor:pointer;
}

.boek-vergader-btn:focus {
    outline:none;
}

.dark-bg {
   background-color: #231f20;
}
.btn-home-head {
    background-color: #3b7370;
    color: #fff;
    padding: 5px 45px;
    font-weight: 100;
    opacity: 0.7;
    cursor: pointer;
    border: 2px solid #71acac;
}
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after{
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after{
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}

.dropdown{
    position: relative;
    border: 1px solid #62c0b8;
    cursor: pointer;
    background: #62c0b8;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width:100%;
    height:35px;
}

.dropdown.open{
    z-index: 2;
    background: #5ea9a4;
    border: 1px solid #5ea9a4;
}

.dropdown .carat{
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    border: 6px solid transparent;
    border-top: 8px solid #fff;
}

.dropdown.open .carat{
    margin-top: -10px;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #fff;
}

.dropdown.disabled .carat{
    border-top-color: #999;
}

.dropdown .old{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.dropdown select{
    position: absolute;
    left: 0px;
    top: 0px;
}

.dropdown.touch .old{
    width: 100%;
    height: 100%;
}

.dropdown.touch select{
    width: 100%;
    height: 100%;
    opacity: 0;
}

.dropdown .selected,
.dropdown li{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding: 9px 12px;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown.disabled .selected{
    color: #999;
}

.dropdown .selected::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border-radius: 0;
}

.dropdown div{
    position: absolute;
    height: 0;
    left: -1px;
    right: -1px;
    top: 100%;
    margin-top: -1px;
    background: #62c0b8;
    border: 1px solid #62c0b8;
    border-radius: 0;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open div{
    opacity: 1;
    z-index: 2;
}

.dropdown.scrollable div::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    box-shadow: inset 0 -50px 30px -35px #fff;
}

.dropdown.scrollable.bottom div::after{
    opacity: 0;
}

.dropdown ul{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
    -webkit-padding-start: 0;
}

.dropdown.scrollable.open ul{
    overflow-y: auto;
}

.dropdown li{
    list-style: none;
    padding: 8px 29px;
    border-top: 1px solid #b0bcbe;
}

.dropdown li.focus{
    background: #5ea9a4;
    position: relative;
    z-index: 3;
    color: #fff;
}

.dropdown li.active{
    font-weight: 700;
}
.dropdown li:first-child {
    border-top:0;
}
.vrdr-btn {
    background-color: #62c0b8;
    color: #fff;
    border: 2px solid #62c0b8;
    font-size: 14px;
    padding: 5px 15px;
    width: 50%;
    cursor:pointer;
    margin-top:15px
}
.img-hover{
    height: inherit;
    margin: -4vw 0;
    padding: 4vw 0;
}
.img-hover:hover{
    background-color:rgba(79, 157, 149, 0.6);
    min-height: 250px;
    height: 16vw;
}
a.dropdown-item{
    background-color: #62c0b8;
    color: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #5ea9a4;
    color: #ffffff;
}
.nav-item{
    z-index:1;
}
.grey .dropdown, .grey .boek-vergader-btn{
    border: 1px solid #a7a8aa;
    background: #a7a8aa;
}
.btn-hvr{
    width:100%;
    height:44px;
    background-color:#fff;
    color:#62c0b8;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}
.btn-hvr:hover {
    background-color: #62c0b8;
    color: #fff;
}
a:focus, button:focus{
    outline:none;
}
.boek-vergader-btn:hover {
    color:#62c0b8;
    border-color:#62c0b8;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #62c0b8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #62c0b8;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #62c0b8;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #62c0b8;
}
.hvr:hover{
    background-color:#fff;
}
.reserveer-input{
    background-color:#fff;
    line-height:36px;
    box-sizing:border-box;
    width:100%;
    text-align:center;
    font-size:18px;
    color:#62c0b8;
}
.featherlight .featherlight-content {
    padding: 0!important;
    border-bottom: 0!important;
}
.featherlight:last-of-type {
    background:#62c0b8;
}
/*BS slider*/
.bs-slider {
    overflow: auto;
    margin: 0;
    padding: 0;
    width:100%;
}

.bs-slider-wrap {
    position: relative
}

.bs-slider-wrap.bs-slider-carousel>li {
    float: left
}

.bs-slider-vertical>ul {
    height: 100%
}

.bs-slider-vertical li {
    float: none;
    width: 100%
}

.bs-slider-fade {
    position: relative
}

.bs-slider-fade .bs-slider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}

.bs-slider-fade .bs-slider-wrap li.bs-slider-active {
    z-index: 10
}

.bs-slider li,
.bs-slider ol,
.bs-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.bs-slider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer
}

.bs-slider-arrow.next {
    left: auto;
    right: 20px
}

.bs-slider-nav {
    margin-top: -30px;
    position: relative
}

.bs-slider-nav ol {
    list-style: none;
    text-align: center;
    height: 30px
}

.bs-slider-nav ol li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 1px solid #fff;
    cursor: pointer
}

.bs-slider-nav ol li.bs-slider-active {
    background: #fff;
    cursor: default
}

.slider-home {
    background-repeat: no-repeat;
    height: 40vw;
    background-size: cover;
    background-position: center center;
}
.slider-info {
    background-repeat: no-repeat;
    height: 20vw;
    background-size: cover;
    background-position: center center;
}
.head-slider{
    font-size:48px;font-weight:bold;color:#fff;   
}
.subhead-slider{
    font-size:40px;
    color:#fff;
}
.mt-vw{
    margin-top:15vw;
}
.mt-vw-info{
    margin-top:5vw;
}
@media(max-width:1330px){
    .btn-pd{
        padding:5px;
    }
}
@media(max-width:1230px){
    .btn-pd{
        padding:5px 2px;
    }
}
@media(max-width:1135px){
    .btn-pd{
        padding:5px 0;
    }
}
@media(max-width:768px){
    .head-slider{
        font-size:2rem;   
    }
    .subhead-slider{
        font-size:1.75rem;
    }
    .mt-vw{
        margin-top:6vw;
    }
    .slider-home {
        height:50vw;
    }
}
@media(max-width:380px){
    .head-slider{
        font-size:1.75rem;   
    }
    .subhead-slider{
        font-size:1.25rem;
    }
    .mt-vw{
        margin-top:5vw;
    }
}
div a, .container-fluid .col-md-6 ul a {
    color:#62c0b8;
}
