/* ==========================================================================
 General and Typography 
========================================================================== */
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header .banner h1 {
    font-family: 'Kreon',serif;
}

.navbar-brand h2, #header .subtitle h4, .navbar-brand h4 {
    font-family: 'Pacifico', serif;
    color: white;
    font-size: 23px;
}



/* ==========================================================================
 Header 
========================================================================== */
#header {
    -webkit-background-size: /*@@prefixmycss->No equivalent*/;
    -moz-background-size: cover;
    -o-background-size: /*@@prefixmycss->No equivalent*/;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 41, 56, 0.05);
    z-index: 0;
}

#header .center {
    position: relative;
    z-index: 1;
    color: white;
}

#header .bottom {
    color: white;
}

#footer h3 {
    color: #155c94;
}

#header .center .slogan {
    font-size: 26px;
    text-transform: uppercase;
}

#header .banner h1 {
    font-size: 118px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

#header .subtitle h4 {
    font-size: 38px;
}

#header .bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}

    #header .bottom a {
        font-size: 58px;
        color: whitesmoke;
        position: relative;
        top: -5px;
    }

/* ==========================================================================
 Navigation 
========================================================================== */
#menu {
    background: rgba(211, 230, 231, 1);
    margin-bottom: 0;
    border-color: #55cbd2;
    background: #55cbd2;
    height: 65px;
    vertical-align: central;
    z-index: 999;
    padding-left:0px;
    padding-right:0px;
}

.navbar-brand h2 {
    margin-top: 0;
    font-weight: bold;
    text-shadow: none;
}

.navbar-brand {
    padding-top: 8px;
    padding-bottom: 0;
    position: relative;
}

.navbar-inverse .navbar-nav > li > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: bold;
    text-shadow: none;
    background: #55cbd2;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a {
        background: #55cbd2;
        color: white;
        text-shadow: none;
        -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    }

.navbar-brand h2, .navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-toggle {
    font-size: 2.5em;
    padding: 0px;
    border: 0px;
    margin: 0px 15px 0px 0px;
    color: white;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: transparent;
    color: darkcyan;
}

.navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
}

#navbar {
    padding-top: 1vh;
}

.signupForm {
    background: #55cbd2;
    padding: 16px 0;
}

    .signupForm .form-control {
        background: transparent;
        border-radius: 0;
        border: 2px solid white;
        color: white;
    }

    .signupForm .btn-primary {
        background: #000000;
        border-radius: 0;
        box-shadow: none;
        border: 2px solid black;
        transition: all 0.4s;
    }

        .signupForm .btn-primary:hover {
            background: white;
            color: #55cbd2;
            border-color: #9CDEE2;
        }

        .signupForm .btn-primary:focus {
            outline: none;
        }

/* do not group these rules */
.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control::-moz-placeholder {
    color: #fff;
}
/* firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #fff;
}
/* ie */
input:-moz-placeholder {
    color: #fff;
}





/* ==========================================================================
 Video 
========================================================================== */

.cyan-wrapper {
    background: rgb(197, 255, 241);
    color: rgb(0, 90, 94);
}

h1.giant-heading {
    font-size: 60px;
    font-family: 'Kreon',serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 80%;
    letter-spacing: -4px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 1px;
    padding-bottom: 62.5%;
}

    .video-container > iframe {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
    }

/* ==========================================================================
 Story 
========================================================================== */
.light-wrapper {
    background: #FFFFFF;
}

.inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-title {
    font-size: 45px;
    line-height: 60px;
    color: rgb(0, 90, 94);
    /*margin-bottom: 15px;*/
    font-weight: 600;
    font-family: 'Pacifico', serif;
    margin-top: 0;
}



.main.lead {
    /*margin-bottom: 100px;*/
}

.lead {
    font-size: 16px;
    font-weight: normal;
    /* text-transform:uppercase; */
    margin-bottom: 15px;
    color: #999999;
    position: relative;
    /* font-family: 'Kreon',serif; */
}

    .lead:after {
        position: absolute;
        content: ' ';
        background: #55cbd2;
        width: 80px;
        height: 3px;
        bottom: -15px;
        left: 50%;
        margin-left: -40px;
    }

.story .col-wrapper {
    padding: 0 10px;
}

.story .icon-wrapper {
    position: relative;
    height: 80px;
    margin-top: 40px;
}

span.up-caps {
    float: left;
    font-size: 100px;
    line-height: 80px;
    font-family: 'Kreon',serif;
    font-weight: 700;
    margin-right: 10px;
}

p {
    line-height: 22px;
    margin-bottom: 30px;
}


/* ==========================================================================
 Gallery 
========================================================================== */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
    overflow: hidden;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

    /* Common style */
    .grid figure {
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
        margin: -0.135em;
        width: 33.333%;
        height: 400px;
        /*background: #3085a3;*/
        text-align: center;
        cursor: pointer;
        float: left;
    }

        .grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            opacity: 0.8;
            max-width: initial !important;
            max-height: initial !important;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #f0f8ff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before,
            .grid figure figcaption::after {
                pointer-events: none;
            }

        .grid figure figcaption,
        .grid figure a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Anchor will cover the whole item by default */
        /* For some effects it will show as a button */
        .grid figure a {
            z-index: 1000;
            text-indent: 200%;
            white-space: nowrap;
            font-size: 0;
            opacity: 0;
        }

        .grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

            .grid figure h2 span {
                font-weight: 800;
            }

        .grid figure h2,
        .grid figure p {
            margin: 0;
        }

        .grid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    height: 50%;
    text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.6);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

    figure.effect-roxy img {
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0);
    }

    figure.effect-roxy figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 1px solid #fff;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    figure.effect-roxy figcaption {
        padding: 3em;
        text-align: left;
    }

    figure.effect-roxy h2 {
        padding: 30% 0 10px 0;
    }

    figure.effect-roxy p {
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    figure.effect-roxy:hover img {
        opacity: 0.7;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-roxy:hover figcaption::before,
    figure.effect-roxy:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    /*background: #55cbd2;*/
    padding: 10px;
}

    figure.effect-bubba img {
        opacity: 0.7;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-bubba:hover img {
        opacity: 0.4;
    }

    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-bubba figcaption::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    figure.effect-bubba figcaption::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }

    figure.effect-bubba h2 {
        padding-top: 80%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    figure.effect-bubba p {
        padding: 20px 2.5em;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    figure.effect-bubba:hover figcaption::before,
    figure.effect-bubba:hover figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    figure.effect-bubba:hover h2,
    figure.effect-bubba:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    figure.effect-romeo img {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,0,300px);
        transform: translate3d(0,0,300px);
    }

    figure.effect-romeo:hover img {
        opacity: 0.6;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-romeo figcaption::before,
    figure.effect-romeo figcaption::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: 1px;
        background: #fff;
        content: '';
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }

    figure.effect-romeo:hover figcaption::before {
        opacity: 0.5;
        -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
        transform: translate3d(-50%,-50%,0) rotate(45deg);
    }

    figure.effect-romeo:hover figcaption::after {
        opacity: 0.5;
        -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
        transform: translate3d(-50%,-50%,0) rotate(-45deg);
    }

    figure.effect-romeo h2,
    figure.effect-romeo p {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }

    figure.effect-romeo h2 {
        -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
        transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
    }

    figure.effect-romeo p {
        padding: 0.25em 2em;
        -webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
        transform: translate3d(0,-50%,0) translate3d(0,150%,0);
    }

    figure.effect-romeo:hover h2 {
        -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
        transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
    }

    figure.effect-romeo:hover p {
        -webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
        transform: translate3d(0,-50%,0) translate3d(0,100%,0);
    }

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
    background: #18a367;
}

    figure.effect-layla img {
        min-width: 100%;
        height: -webkit-calc(100% + 40px);
        height: calc(100% + 40px);
    }

    figure.effect-layla figcaption {
        padding: 3em;
    }

        figure.effect-layla figcaption::before,
        figure.effect-layla figcaption::after {
            position: absolute;
            content: '';
            opacity: 0;
        }

        figure.effect-layla figcaption::before {
            top: 50px;
            right: 30px;
            bottom: 50px;
            left: 30px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transform: scale(0,1);
            transform: scale(0,1);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }

        figure.effect-layla figcaption::after {
            top: 30px;
            right: 50px;
            bottom: 30px;
            left: 50px;
            border-right: 1px solid #fff;
            border-left: 1px solid #fff;
            -webkit-transform: scale(1,0);
            transform: scale(1,0);
            -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
        }

    figure.effect-layla h2 {
        padding-top: 26%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }

    figure.effect-layla p {
        padding: 0.5em 2em;
        text-transform: none;
        opacity: 0;
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    figure.effect-layla img,
    figure.effect-layla h2 {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    figure.effect-layla img,
    figure.effect-layla figcaption::before,
    figure.effect-layla figcaption::after,
    figure.effect-layla p {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-layla:hover img {
        opacity: 0.7;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-layla:hover figcaption::before,
    figure.effect-layla:hover figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    figure.effect-layla:hover h2,
    figure.effect-layla:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-layla:hover figcaption::after,
    figure.effect-layla:hover h2,
    figure.effect-layla:hover p,
    figure.effect-layla:hover img {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
    background: #4a3753;
}

    figure.effect-honey img {
        opacity: 0.9;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-honey:hover img {
        opacity: 0.5;
    }

    figure.effect-honey figcaption::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background: #fff;
        content: '';
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    figure.effect-honey h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1em 1.5em;
        width: 100%;
        text-align: left;
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

        figure.effect-honey h2 i {
            font-style: normal;
            opacity: 0;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: translate3d(0,-30px,0);
            transform: translate3d(0,-30px,0);
        }

    figure.effect-honey figcaption::before,
    figure.effect-honey h2 {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }

    figure.effect-honey:hover figcaption::before,
    figure.effect-honey:hover h2,
    figure.effect-honey:hover h2 i {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

    figure.effect-oscar img {
        opacity: 0.9;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-oscar figcaption {
        padding: 3em;
        background-color: rgba(58,52,42,0.7);
        -webkit-transition: background-color 0.35s;
        transition: background-color 0.35s;
    }

        figure.effect-oscar figcaption::before {
            position: absolute;
            top: 30px;
            right: 30px;
            bottom: 30px;
            left: 30px;
            border: 1px solid #fff;
            content: '';
        }

    figure.effect-oscar h2 {
        margin: 20% 0 10px 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    figure.effect-oscar figcaption::before,
    figure.effect-oscar p {
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    figure.effect-oscar:hover h2 {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-oscar:hover figcaption::before,
    figure.effect-oscar:hover p {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    figure.effect-oscar:hover figcaption {
        background-color: rgba(58,52,42,0);
    }

    figure.effect-oscar:hover img {
        opacity: 0.4;
    }

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
    text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}


figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
    background-color: #17819c;
}

    figure.effect-ruby img {
        opacity: 0.7;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    figure.effect-ruby:hover img {
        opacity: 0.5;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    figure.effect-ruby h2 {
        margin-top: 20%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    figure.effect-ruby p {
        margin: 1em 0 0;
        padding: 3em;
        border: 1px solid #fff;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,20px,0) scale(1.1);
        transform: translate3d(0,20px,0) scale(1.1);
    }

    figure.effect-ruby:hover h2 {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-ruby:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
    background: #2e5d5a;
}

    figure.effect-milo img {
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-30px,0,0) scale(1.12);
        transform: translate3d(-30px,0,0) scale(1.12);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    figure.effect-milo:hover img {
        opacity: 0.5;
        -webkit-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

    figure.effect-milo h2 {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 1em 1.2em;
    }

    figure.effect-milo p {
        padding: 0 10px 0 0;
        width: 50%;
        border-right: 1px solid #fff;
        text-align: right;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-40px,0,0);
        transform: translate3d(-40px,0,0);
    }

    figure.effect-milo:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
    background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
    background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}

    figure.effect-dexter img {
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-dexter:hover img {
        opacity: 0.4;
    }

    figure.effect-dexter figcaption::after {
        position: absolute;
        right: 30px;
        bottom: 30px;
        left: 30px;
        height: -webkit-calc(50% - 30px);
        height: calc(50% - 30px);
        border: 7px solid #fff;
        content: '';
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    figure.effect-dexter:hover figcaption::after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-dexter figcaption {
        padding: 3em;
        text-align: left;
    }

    figure.effect-dexter p {
        position: absolute;
        right: 60px;
        bottom: 60px;
        left: 60px;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0);
    }

    figure.effect-dexter:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
    background: #42b078;
}

    figure.effect-sarah img {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    figure.effect-sarah:hover img {
        opacity: 0.4;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-sarah figcaption {
        text-align: left;
    }

    figure.effect-sarah h2 {
        position: relative;
        overflow: hidden;
        padding: 0.5em 0;
    }

        figure.effect-sarah h2::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

    figure.effect-sarah:hover h2::after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-sarah p {
        padding: 1em 0;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    figure.effect-sarah:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe figcaption > span {
    float: right;
}

figure.effect-zoe p {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-zoe h2,
figure.effect-zoe figcaption > span {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

    figure.effect-zoe figcaption > span::before {
        display: inline-block;
        padding: 8px 10px;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover figcaption > span {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover figcaption > span:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover figcaption > span:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover figcaption > span:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

    figure.effect-chico figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 1px solid #fff;
        content: '';
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    figure.effect-chico figcaption::before,
    figure.effect-chico p {
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

figure.effect-chico h2 {
    padding: 20% 0 20px 0;
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 69.5em) {
    .grid figure {
        width: 50%;
    }

        .grid figure figcaption {
            font-size: 90%;
        }
}


@media screen and (max-width: 41.5em) {

    .grid figure {
        width: 100%;
    }
}






/* ==========================================================================
 News and events 
========================================================================== */
.blog .left .news > img, .blog .right .news > img {
    width: 40%;
}

.blog .right .news > img {
    float: left;
    margin-right: 15px;
}

.blog .left .news > img {
    float: right;
    margin-left: 15px;
}

.blog .left .news {
    text-align: right;
    padding-right: 40px;
}

.blog .right .news {
    padding-left: 40px;
}

.row.blog {
    background-image: url(../img/timeline-divider.png);
    background-repeat: repeat-y;
    background-position: center top;
}

.news h3 {
    font-family: 'Kreon',serif;
    font-size: 20px;
    color: #55cbd2;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 18px;
}

.news .fold-link {
    background: #55cbd2;
    color: white;
    font-family: 'Pacifico', serif;
    padding: 2px 5px;
}

.news {
    margin-bottom: 50px;
}

    .news p {
        margin-bottom: 20px;
    }


/* ==========================================================================
 footer 
========================================================================== */
.dark-wrapper {
    background: #55cbd2;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

    .dark-wrapper .ss-style-top::before {
        background-image: linear-gradient(315deg,#ed0121 50%,transparent 50%),linear-gradient(45deg,#ed0121 50%,transparent 50%);
    }

.social-bar {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

    .social-bar a {
        display: inline-block;
        margin-right: 11px;
        font-size: 2.15em;
        text-decoration: none;
        color: white;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 350ms ease;
        -moz-transition: opacity 350ms ease;
        -o-transition: opacity 350ms ease;
        transition: opacity 350ms ease;
    }

        .social-bar a:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

.themeBy {
    color: #55cbd2;
    background: white;
}

footer ul {
    margin: 0;
    list-style: none;
}

    footer ul li a {
        color: white;
        transition: all 0.4s;
    }

/* ==========================================================================
 Responsive styles 
========================================================================== */

@media (max-width: 1199px) {

    h1.giant-heading {
        font-size: 50px;
    }

    .item .carousel-caption h1 {
        font-size: 80px;
        font-weight: 800;
    }
}


@media (max-width: 991px) {

    h1.giant-heading {
        font-size: 40px;
    }

    .item .carousel-caption h1 {
        font-size: 60px;
        font-weight: 800;
        color: #001f3f;
    }
}


@media (max-width:767px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        /*background: #55cbd2;*/
        color: white;
        background: #55cbd2;
    }


    #header .banner h1 {
        font-size: 60px;
    }

    #header .subtitle h4 {
        font-size: 22px;
    }

    .social-bar {
        text-align: left;
        margin-top: 30px;
    }

    h1.giant-heading {
        font-size: 65px;
        text-align: center;
    }


    .blog .left .news > img, .blog .right .news > img {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .news h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .news {
        text-align: left !important;
        padding: 0px !important;
    }

    .row.blog {
        background: none;
    }

    .mb10 {
        margin-bottom: 10px;
        display: block;
    }

    .section-title {
        font-size: 25px;
    }

    footer ul {
        padding-left: 0;
        margin-top: 20px;
        border-top: 1px solid;
        padding-top: 10px;
        border-bottom: 1px solid;
        padding-bottom: 10px;
    }

    .item .carousel-caption h1 {
        font-size: 30px;
        font-weight: 800;
    }
}


/*Custom Css*/
.homepageTitle {
    top: 12vh;
    left: 23vw;
    position: absolute;
    font-family: 'Fasthand';
    font-weight: 800;
    color: darkblue;
}

    .homepageTitle h1 {
        font-size: 3.2vw;
    }

.homepageCaption {
    top: 20vh;
    left: 50vw;
    position: absolute;
    font-family: 'Advent Pro';
    font-style: italic;
    font-weight: 600;
    font-size: 1.5vw;
}

.bgimage {
    width: 100%;
    height: 100%;
    position: relative;
}

.sitelogo {
    height: 150px;
    width: 180px;
    margin-top: 0;
    position: relative;
    bottom: 100%;
}

.bodySection {
    /*padding-top: 2%;*/
}

/*
* ==========================================================================
* Services Section
* ==========================================================================
*/
.services-section {
    text-align: center;
}

    .services-section .services-header {
        margin-bottom: 50px;
        font-size: 25px;
    }

        .services-section .services-header .services-header-title {
            margin-bottom: 15px;
        }

    .services-section .services-row-tail {
        margin-top: 50px;
    }

    .services-section .services-icon {
        color: #1bbd9b;
        margin-bottom: 30px;
    }

    .services-section .services-title {
        margin-bottom: 15px;
    }

    .services-section .services-desc {
        margin-bottom: 30px;
    }

@media (max-width: 767px) {
    .services-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .services-section .services-group {
            margin-bottom: 50px;
        }

        .services-section .services-row-tail {
            margin-top: 0;
        }
}

.services-icon .fa:hover {
    padding: 0 10px 0 10px;
    color: white;
    background: #1BBD9B;
    border-radius: 3px;
    transition: .4s;
}

.services-group {
    padding: 10px;
    background: #1BBD9B;
    color: white;
    height: 100px;
}

.service-icon {
    color: white;
}

img {
    width: 100%;
}

.articlePadding {
    padding: 2% 0 2% 0;
}

/*
    MENU's 
*/
#mu-restaurant-menu {
    display: inline;
    float: left;
    width: 100%;
    padding: 100px 0;
}

.mu-restaurant-menu-area {
    display: inline;
    float: left;
    width: 100%;
}

.mu-restaurant-menu-content {
    display: inline;
    float: left;
    margin-top: 00px;
    width: 100%;
}

.mu-restaurant-menu {
    display: inline-block;
    width: 100%;
    text-align: left;
    border: none;
}

    .mu-restaurant-menu li {
        display: inline-block;
        float: none;
    }

        .mu-restaurant-menu li a {
            font-family: "Open Sans", sans-serif;
            font-size: 18px;
            border-radius: 0;
            color: #fff;
            font-size: 18px;
            margin: 0 15px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .mu-restaurant-menu li a:hover,
            .mu-restaurant-menu .active a,
            .mu-restaurant-menu .active a:hover,
            .mu-restaurant-menu .active a:focus {
                background-color: #FFF;
            }

.mu-tab-content-area {
    display: inline;
    float: left;
    width: 100%;
    padding: 50px 0;
}

.mu-tab-content-left {
    display: inline;
    float: left;
    padding-right: 15px;
    width: 100%;
}

.mu-tab-content-right {
    display: inline;
    float: left;
    padding-left: 15px;
    width: 100%;
}

.mu-menu-item-nav li {
    border-bottom: 1px dashed #ccc;
    display: inline;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
}

    .mu-menu-item-nav li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .mu-menu-item-nav li .media .media-left {
        width: 110px;
        height: 110px;
    }

        .mu-menu-item-nav li .media .media-left a,
        .mu-menu-item-nav li .media .media-left a img {
            display: block;
            width: 110px;
            height: 110px;
        }

    .mu-menu-item-nav li .media .media-body .media-heading {
        font-size: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

        .mu-menu-item-nav li .media .media-body .media-heading a {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            text-transform: uppercase;
        }

    .mu-menu-item-nav li .media .media-body .mu-menu-price {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.5px;
        line-height: 20px;
    }

    .mu-menu-item-nav li .media .media-body p {
        margin-top: 10px;
        font-size: 14px;
    }

.aboutItem {
    color: white;
}

    .aboutItem .title {
        font-size: 19px;
        font-weight: 500;
        vertical-align: middle;
    }

.footer {
    bottom: 0;
    margin: 0 auto !important;
    text-align: center !important;
    width: 100% !important;
    height: 40px;
    position: absolute;
}

.contact .title {
    color: orange;
    font-size: 16px;
    font-weight: 600;
}

.contact .name {
    color: blue;
    font-size: 16px;
    font-weight: 700;
}

.contact .normal {
    color: black;
    font-size: 14px;
}

.contact .color {
    color: blue;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.mission-title {
    font-size: 22px;
    line-height: 40px;
    color: #55cbd2;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Kreon',serif;
    margin-top: 0;
}

.footerlink a {
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    color: white;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 350ms ease;
    -moz-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

* {
    margin: 0;
    padding: 0;
}

.dropdown-menu {
    background: #55cbd2;
}

    .dropdown-menu > li > a {
        /*background: #55cbd2;*/
        color: white;
    }

.carousel-inner > .item > img {
height: 480px;
max-height: 480px;
}

.articleimg {
    max-height: 480px;
}

.item .carousel-caption h1, .item .carousel-caption h3 {
    color: #f0f8ff;
    font-weight: 800;
}

#mission img {
    max-height: 300px;
    max-width: 450px;
    border:2px solid black;
}

.block450 {
    max-width: 450px;
}

.span-logo {
    margin-top: -3vh;
    display: inline-block;
    vertical-align: top;
    width: 9vw;
}

#BotChat {
    border: 1px solid #333;
    float: left;
    height: 400px;
    position: fixed;
    z-index: 999;
    bottom: 5px;
    right: 10px;
	width: 25%;
}

    #BotChat.wc-wide {
        width: 768px;
    }

    #BotChat.wc-narrow {
        width: 320px;
    }

    #botButton {
        border:none;
       background:none;
        width:100px;
        /*height:100px;*/
        position:fixed;
        z-index:10;
    }

    #botButton img {
        max-width:100%;
        max-height:100%;
    }


.bot-block {
    position: relative;
}
