
body {
    background-color: #f2f9f9;
    padding-top: 80px;
}

p, li {
    font-family: 'Raleway', sans-serif;
    color: #474747;
    font-size: 14px;
    line-height: 1.5rem;
}

.datepicker-dropdown{
    font-family: 'Raleway', sans-serif;
    color: #474747;
    font-size: 14px;
    border-radius: 0;
    padding: .5rem;
}

.houten-uil .datepicker-dropdown .active.day {
    background-color: #f96d64 !important;
    background-image: none;
}
h1,
h2,
h3,
h4 {
    font-family: 'Spinnaker', sans-serif;
    color: #f96d64;
    text-transform: uppercase;
}

.form-group .input-icon{
    position: absolute;
    color: #f96d64;
    right: 12px;
    top: 7px;
    font-size: 15px;
}
ul.slides{
    padding: 0;
}
.form-group{
    position: relative;
}
li.slideshow-item{
    box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.4);
}
div#slideshow{
    background-color: #fff;
}
input, textarea, .form-control {
    font-family: 'Raleway', sans-serif;
    color: #474747;
    font-size: 14px;
    line-height: 1.5rem;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
}
.slideshow-img{
    max-width: 100%;
}

h1 {
    font-size: 40px;
    margin-bottom: 2.4rem;
    line-height: 2em;
}

h2 {
    font-size: 32px;
    margin-bottom: 2rem;
    line-height: 2em;
}
h3 {
    font-size: 24px;
    margin-bottom: 1.6rem;
    line-height: 2em;
}
h1 span,
h2 span,
h3 span{
    position: relative;
}

.slick-next:before{
    content:"\f054";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #f96d64;
}
.slick-prev:before{
    content:"\f053";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #f96d64;
}
.slick-next:visited,
.slick-next:active,
.slick-next:focus,
.slick-prev:visited,
.slick-prev:active,
.slick-prev:focus{
    outline: none !important;
}
.slick-prev{
    font-size: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(255,255,255,0.525);
    z-index: 1;
}

.slick-next{
    font-size: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 50%;
    right:20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(255,255,255,0.525);
    z-index: 1;
}
.btn-primary{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5rem;
    background-color: #f96d64;
    border-color: #d66159;
}

.btn-primary:not(:disabled):not(.disabled):active{

    border-color: #d66159;
    background-color: #d66159;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d66159;
    border-color: #b35a56;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 109, 100, 0.12);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 109, 100, 0.5);
}
h1 span:after,
h2 span:after,
h3 span:after {
    content: ' ';
    position: absolute;
    top: 1.5em;
    width: 100%;
    left: 0;
    background-color: #f96d64;
}
h1 span:after {
    height: 3px;
}
h2 span:after {
    height: 3px;
}
h3 span:after {
    height: 2px;
}
.privacy-link,
p a{
    color: #f96d64;
    text-decoration: underline;
}

textarea#remarks{
    min-height: 10rem;
}
div#slideshow{
    overflow: hidden;
    max-height: 330px;
}
.slideshow-container .slides{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slideshow-container .slides.slick-initialized {
    visibility: visible;
    opacity: 1;
}


.slideshow-item{
    float: left;
}
.slideshow-item img{
    display: block;
    max-height: 400px;
}
.privacy-link:hover,
p a:hover{
    color: #cd5e56;
    text-decoration: none;
    cursor: pointer;
}

.icon{
    color: #f96d64;
    font-size: 15px;
    display: inline-block;
    padding-right: 10px;
}

.shadow-wrapper:after,
#mapWrapper:after{
    content: ' ';
    border: 3px solid #f96d64;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.3;
}

.shadow-wrapper{

    position: relative;
}
#mapWrapper{
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    min-height:300px;
}
#map {
    height: 100%;

}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
div#privacy-statement,
div#amenities-details{
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 968px) {

    h1 {
        font-size: 26px;
    }

    div#privacy-statement,
    div#amenities-details,
    div#intro,
    div#contact-form {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 968px) {
    div#intro,
    div#privacy-statement,
    div#contact-form {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

form .form-control:focus {
    border-color: #f96d64;
    box-shadow: 0 0 0 0.2rem rgba(249, 109, 100, 0.12);
}
