/*
Theme Name:
Description:
Author:
Version: 1.0.0
*/

/* ==================================================================
 * Table of Contents:
 *
 * 1.0 - Font Faces
 * 2.0 - Default Style
 * 3.0 - Texts
 **	   3.1 - Anchors
 **	   3.2 - Buttons
 **	   3.3 - Headings
 **	   3.4 - Texts
 **	   3.5 - Lists
 * 4.0 - Sections + Footer
 * 5.0 - Nav
 * 6.0 - Images
 * 7.0 - Forms
 * 8.0 - Google Maps
 * 9.0 - Misc
 ================================================================== */

/* ==================================================================
    1.0 Font Faces
================================================================== */

/*
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/

/* ==================================================================
    2.0 Default Style
================================================================== */

*:not(input[style="checkbox"]) {
    outline: none;
    border: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #F5F5F5;
}

.row,
.column,
.columns {
    position: relative;
}

.row.max,
.row.maxi {
    max-width: 100%;
}

.row.maxi img {
    width: 100%;
    max-width: 100%;
}

.row.spacer {
    height: 60px;
}

ul,
ol,
ul li,
ol li,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
    margin: 0;
    padding: 0;
}


/* ==================================================================
    3.0 Text
================================================================== */

/*	3.1 Anchors
    -------------------------------------------------------------- */

a:active,
a:hover,
a:link,
a:focus {
    outline: 0;
}

a,
nav ul li a {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

a:hover {
    text-decoration: none;
}

/*	3.2 Buttons
    -------------------------------------------------------------- */

a.btn,
button {
    background: #ff5a5f;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.6px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    width: 220px;
    display: block;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.72);
}

a.btn.positioned {
    margin-top: 20px;
}

.reveal-modal .close-reveal-modal {
    position: relative;
    right: auto;
    top: auto;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
}

a.btn:hover,
button:hover,
input[type=submit]:hover {
    opacity: 0.8;
    background: #ff5a5f;
}

/*	3.3 Headings
    -------------------------------------------------------------- */

h1,
h1 small,
h2,
h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    letter-spacing: 1.5px;
    line-height: 18px;
}

h1 {
    font-size: 72px;
    color: #FFFFFF;
    letter-spacing: 3px;
    line-height: 93px;
    font-weight: 900;
    padding: 0;
}

h1 u {
    text-decoration: none;
    border-bottom: 4px solid #fff;
}

​ h1 span {
    display: block;
}

h1 small {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 7.5px;
    line-height: 25px;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-top: 10px;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}

h2.large {
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 40px;
}

h2.sub {
    margin-bottom: 0;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

header h1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.logo {
    float: left;
    margin: 2px 0 5px 20px;
    font-family: 'Open Sans', sans-serif;
}

.logo h4 {
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 2px;
    color: #007a87;
}

.logo h4 small {
    display: block;
    width: 100%;
    margin-top: 7px;
    font-size: 9px;
    color: #007a87;
    text-align: center;
}

.logo h4 u {
    text-decoration: none;
    border-bottom: 3px solid #007a87;
}

.centred {
    text-align: center;
}

/*	3.4 Texts
    -------------------------------------------------------------- */

.row p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 24px;
    position: relative;
    font-weight: 300;
}

.row p.intro {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 1.33px;
    text-indent: 1.33px;
}

.row .green .box h2,
.row .green .box h3,
.row .green .box p {
    color: #fff;
}

.row .box h2 {
    margin-top: 0;
}

.row .box h3 {
    margin-top: 1.25rem;
    margin-bottom: 5px;
}

.row .box p {
    margin-bottom: 0;
}

.row p span.large {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #82D2C2;
    letter-spacing: 4.5px;
    line-height: 50px;
    display: block;
    text-align: center;
}

.row p.info {
    margin-bottom: 2.5rem;
}

.row p.large {
    line-height: 30px;
    min-height: 30px;
    margin-bottom: 15px;
}

.row p i.fa {
    font-size: 28px;
    display: inline-block;
    line-height: 30px;
    float: left;
    color: #5ABAA0;
    margin-right: 5px;
    text-align: center;
}

.row p.small {
    font-style: italic;
}

.row p span.month {
    display: inline-block;
    width: 40%;
}

.row p span.price {
    display: inline-block;
    width: 20%;
}

.row p a:not(.btn) {
    color: #007a87;
}

.contactPhone i {
    font-size: 42px !important;
    margin-right: 22px !important;
    display: inline-block;
    color: #007a87 !important;
}

.contactMail i {
    margin-right: 13px !important;
    color: #007a87 !important;
}

/*	3.5 Lists
    -------------------------------------------------------------- */

ul:not(.main),
ol {
    margin-bottom: 1.25rem;
    list-style: none;
}

ul:not(.main) li,
ol li {
    position: relative;
    padding-left: 24px;
    min-height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    letter-spacing: 1px;
    font-weight: 300;
}

ul:not(.main) li i,
ol li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 23px;
    color: #82d2c2;
    font-size: 20px;
}

/* ==================================================================
    4.0 Sections + Footer
================================================================== */

header,
section,
footer {
    position: relative;
    width: 100%;
    height: auto;
}

section.light_grey {
    background-color: #F5F5F5;
}

section.medium_grey {
    background-color: #EBEBEB;
}

header {
    height: 540px;
    overflow: hidden;
    background-image: url(../../images/background2.jpg);
    background-position: center bottom;
    background-size: cover;
}

header .box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 0.9375rem;
}

section.contact.succesMSG {
    padding-bottom: 180px;
}

.columns.green {
    background-color: #007a87;
}

.maxi .box {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ==================================================================
    5.0 Images
================================================================== */

body.f-topbar-fixed {
    padding-top: 0 !important;
}

[data-magellan-expedition],
[data-magellan-expedition-clone] {
    background: none;
    padding: 0;
}

.navigation {
    position: fixed;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    z-index: 999;
    height: auto;
    min-height: auto;
    padding-right: 0.9375rem;
    background-color: #F5F5F5;
    min-height: 60px;
    border-top: 5px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navigation.white {
    background-color: #F5F5F5;
}

.navigation ul {
    width: 100%;
    max-width: 62.5rem;
    margin: 5px 0;
    position: relative;
    display: block;
    text-align: right;
    list-style: none;
    float: right;
}

.navigation ul li {
    margin: 0 10px;
    padding: 0;
    float: none;
    display: inline-block;
}

.navigation ul li:first-child {
    margin-left: 0px;
}

.navigation ul li:last-child {
    margin-right: 0px;
}

.navigation ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background: none;
    margin: 0;
    padding: 0 0 4px 0;
    letter-spacing: 1px;
    text-indent: 1px;
    min-height: 50px;
    line-height: 50px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.navigation ul li a:hover {
    border-color: #000;
}

.navigation.white ul li a {
    background: none;
}

.navigation.white ul li.active a {
    background: none;
    border-color: #ff5a5f;
    padding: 0 0 4px 0;
    color: #ff5a5f !important;
}

.navigation a#pull {
    display: none;
}


/* ==================================================================
    6.0 Images
================================================================== */

img.icon {
    width: 100%;
    max-width: 36px;
    margin-right: 15px;
    margin-top: -10px;
    margin-bottom: 30px;
}

.portrait-hide {
    display: block !important;
}

.portrait-show {
    display: none !important;
}

/* ==================================================================
    7.0 Forms
================================================================== */

.formList {
    list-style: none;
    position: relative;
    z-index: 1;
}

.formList li {
    margin-bottom: 5px;
}

.formList li input,
.formList li textarea {
    background: #FFFFFF;
    border: 1px solid #B8BBC6;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 0;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #B8BBC6;
    letter-spacing: 0.2px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.72);
}

.formList li textarea {
    line-height: 24px;
    padding: 4px 10px;
    height: 150px;
    resize: none;
}

.panel.succesMSG,
.panel.succesMSG-bookings {
    display: none;
    background-color: #82d2c2;
    border-radius: 5px;
    border: 1px solid #82d2c2;
    box-shadow: none;
    min-height: 150px;
    position: relative;
    color: #82d2c2;
}

.panel.succesMSG-bookings {
    min-height: auto;
    margin-top: 1.25rem;
}

.panel.succesMSG .box,
.panel.succesMSG-bookings .box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.row .succesMSG p,
.row .succesMSG-bookings p {
    color: #fff;
    padding: 0 0.9375rem;
}

.reveal-modal input[type="text"],
.reveal-modal input[type="text"]:focus,
.reveal-modal input[type="email"],
.reveal-modal input[type="email"]:focus,
.reveal-modal input[type="tel"],
.reveal-modal input[type="tel"]:focus,
.reveal-modal textarea,
.reveal-modal textarea:focus {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0;
    margin: 0 0 20px 0;
    padding-left: 20px;
    border: 1px solid #ccc;
    box-shadow: none;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.reveal-modal textarea,
.reveal-modal textarea:focus {
    height: 150px;
    line-height: 24px;
    padding: 12px 20px;
    resize: none;
}

.reveal-modal button,
.reveal-modal button:focus {
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    font-weight: 300;
    font-style: italic;
    color: #ccc;
}

:-moz-placeholder {
    font-weight: 300;
    font-style: italic;
    color: #ccc;
    opacity: 1.0;
}

::-moz-placeholder {
    font-weight: 300;
    font-style: italic;
    color: #ccc;
    opacity: 1.0;
}

:-ms-input-placeholder {
    font-weight: 300;
    font-style: italic;
    color: #ccc;
}

.reveal-modal .row p i {
    font-weight: 700;
    text-decoration: underline;
}

.reveal-modal select.error,
.reveal-modal select.error:focus,
.reveal-modal input.error,
.reveal-modal input.error:focus,
.reveal-modal textarea.error,
.reveal-modal textarea.error:focus {
    border: 1px solid #f00;
    color: #f00;
    margin-bottom: 0;
}

.error::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder,
.error:-moz-placeholder,
.error:focus:-moz-placeholder,
.error::-moz-placeholder,
.error:focus::-moz-placeholder,
.error:-ms-input-placeholder,
.error:focus:-ms-input-placeholder {
    color: #f00;
}

label.error {
    height: 20px;
    line-height: 15px;
    padding-bottom: 5px;
    font-size: 13px;
}

.error-list {
    margin-bottom: 1.25rem;
    list-style: none;
}

.error-list li {
    color: #f08373;
    position: relative;
}

.error-list li .fa {
    font-size: 12px;
    margin-right: 5px;
}

.error-list li a {
    color: #f08373;
    text-decoration: underline;
}


/* ==================================================================
    8.0 Google Maps
================================================================== */

#map_canvas {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    width: 100%;
    height: 600px;
}

#map_canvas .zoomHolder {
    padding: 0 25px 25px 0;
    position: relative;
    z-index: 99999;
}

#map_canvas .zoom-knoppen {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    width: 24px;
    height: 49px;
}

#map_canvas .spacer {
    width: 20px;
    height: 1px;
    margin-left: 2px;
    background-color: #a8a8a8;
}

#map_canvas .zoom-click {
    width: 24px;
    height: 24px;
}

#map_canvas .zoom-click.zIn {
    background-image: url(../img/zoomIn.png);
}

#map_canvas .zoom-click.zOut {
    background-image: url(../img/zoomOut.png);
}


/* ==================================================================
    9.0 Misc
================================================================== */

.mRight {
    margin-right: 25px;
}

.popup_bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0% 0%;
    display: none;
    z-index: 1004;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.reveal-modal {
    display: block !important;
    visibility: visible !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#wrapper {
    display: none;
}

.pointerDown {
    width: 50px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100px;
    font-size: 70px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: bounce-up-down 2.3s infinite;
    /* Safari 4+ */
    -moz-animation: bounce-up-down 2.3s infinite;
    /* Fx 5+ */
    -o-animation: bounce-up-down 2.3s infinite;
    /* Opera 12+ */
    animation: bounce-up-down 2.3s infinite;
}

/*FX*/

@-webkit-keyframes bounce-up-down {
    0% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        -o-transform: translateY(30%);
        transform: translateY(30%);
    }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-moz-keyframes bounce-up-down {
    0% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        -o-transform: translateY(30%);
        transform: translateY(30%);
    }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-o-keyframes bounce-up-down {
    0% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        -o-transform: translateY(30%);
        transform: translateY(30%);
    }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes bounce-up-down {
    0% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        -o-transform: translateY(30%);
        transform: translateY(30%);
    }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
