@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic);

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lazy-image {
    opacity: 0;
    transition: opacity 3.5s ease;
}

.lazy-hidden {
    opacity: 1;
}

body {
    margin: 0;
    font-size: 10px;
    font-family: "Roboto", "Source Sans Pro", Arial, Verdana, sans-serif;
    font-weight: 300;
    background: #fff;
}

#section-form p.success {
    font-size: 26px;
    text-align: left;
}

input,
button,
textarea {
    font-family: "Roboto", "Source Sans Pro", Arial, Verdana, sans-serif;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

a img {
    border: none;
}

strong {
    font-weight: 400;
}

.fancybox-skin {
    background: #fff;
    border-radius: 0;
}



.page {
    /*
    margin: auto;
    max-width: 192em;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    */
}

.section-content {
    margin: auto;
    max-width: 144em;
    width: 95%;
}



.fixed-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1.5em 0.9em;
    z-index: 1000;
    transition: background 0.5s ease;
}

.fixed-navigation .logo-waw,
.fixed-navigation .logo-aquanautes,
.fixed-navigation .languages {
    margin: 0;
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.fixed-navigation .logo-waw,
.fixed-navigation .languages {
    width: 13.25%;
}

.fixed-navigation .logo-aquanautes {
    width: 72.5%;
}

.fixed-navigation .logo-waw {
    text-align: left;
}

.fixed-navigation .logo-waw img {
    max-width: 100%;
}

.fixed-navigation .logo-aquanautes img {
    width: 8em;
    opacity: 0;
    transition: all 0.5s ease;
}

.show-navigation-background .fixed-navigation {
    background: rgba(0,0,0,0.75);
}

.show-navigation-background .fixed-navigation .logo-aquanautes img {
    opacity: 1;
}

.fixed-navigation .languages {
    color: #999;
    font-size: 18px;
    text-align: right;
}

.fixed-navigation .languages a {
    color: #999;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    transition: all 0.5s ease;
    line-height: 1em;
}

.fixed-navigation .languages a + a {
    background: url("../images/language-separator.png") no-repeat left center;
    margin-left: 3px;
    padding-left: 20px;
}

.fixed-navigation .languages a:hover {
    color: #eee;
}

.fixed-navigation .languages a.selected {
    color: #eee;
    font-weight: 400;
}



#section-title,
#section-help,
#section-pictures {
    box-shadow: inset 0 0 40px rgba(0,0,0,0.5);
}

#section-title {
    text-align: center;
}

#section-title .section-content {
    width: 70%;
}

#section-title .logos {
    display: none;
    padding: 1.5em;
}

#section-title .logo-waw {
    max-width: 35%;
    float: left;
}

#section-title .logo-aquanautes {
    clear: both;
    padding: 35em 0 8em 0;
    padding: 5% 0;
}

#section-title .logo-aquanautes p {
    color: #fff;
    font-size: 25px;
}

#section-title .logo-aquanautes p.big {
    font-size: 38px;
    margin: 80px 0 20px 0;
}

#section-title .logo-aquanautes .logo {
    max-width: 60%;
}

#section-title .drop-list {
    height: 500px;
    overflow: hidden;
    position: relative;
}

#section-title .drop-list .drop {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

@media only screen and (min-width: 641px) {

    #section-title .drop-list .drop {
        padding: 5px 0;
        height: 110px;
        line-height: 110px;
        left: 0;
        right: 0;
        position: absolute;
    }

    #section-title .drop-list .drop-1 {
        animation: animation-item-1 36s linear infinite;
    }

    #section-title .drop-list .drop-2 {
        animation: animation-item-2 36s linear infinite;
    }

    #section-title .drop-list .drop-3 {
        animation: animation-item-3 36s linear infinite;
    }

    #section-title .drop-list .drop-4 {
        animation: animation-item-4 36s linear infinite;
    }

    #section-title .drop-list .drop-5 {
        animation: animation-item-5 36s linear infinite;
    }

    #section-title .drop-list .drop-6 {
        animation: animation-item-6 36s linear infinite;
    }

    #section-title .drop-list .drop-7 {
        animation: animation-item-7 36s linear infinite;
    }

    #section-title .drop-list .drop-8 {
        animation: animation-item-8 36s linear infinite;
    }

    #section-title .drop-list .drop-9 {
        animation: animation-item-9 36s linear infinite;
    }
}

@keyframes animation-item-1 {
    0%   { opacity: 0; top:  0;     }
    10%  { opacity: 0; top: -110px; }
    20%  { opacity: 0; top:  880px; }
    30%  { opacity: 0; top:  770px; }
    40%  { opacity: 0; top:  660px; }
    50%  { opacity: 0; top:  550px; }
    60%  { opacity: 0; top:  440px; }
    70%  { opacity: 1; top:  330px; }
    80%  { opacity: 1; top:  220px; }
    90%  { opacity: 1; top:  110px; }
    100% { opacity: 0; top:  0;     }
}

@keyframes animation-item-2 {
    0%   { opacity: 1; top:  110px; }
    10%  { opacity: 0; top:  0;     }
    20%  { opacity: 0; top: -110px; }
    30%  { opacity: 0; top:  880px; }
    40%  { opacity: 0; top:  770px; }
    50%  { opacity: 0; top:  660px; }
    60%  { opacity: 0; top:  550px; }
    70%  { opacity: 0; top:  440px; }
    80%  { opacity: 1; top:  330px; }
    90%  { opacity: 1; top:  220px; }
    100% { opacity: 1; top:  110px; }
}

@keyframes animation-item-3 {
    0%   { opacity: 1; top:  220px; }
    10%  { opacity: 1; top:  110px; }
    20%  { opacity: 0; top:  0;     }
    30%  { opacity: 0; top: -110px; }
    40%  { opacity: 0; top:  880px; }
    50%  { opacity: 0; top:  770px; }
    60%  { opacity: 0; top:  660px; }
    70%  { opacity: 0; top:  550px; }
    80%  { opacity: 0; top:  440px; }
    90%  { opacity: 1; top:  330px; }
    100% { opacity: 1; top:  220px; }
}

@keyframes animation-item-4 {
    0%   { opacity: 1; top:  330px; }
    10%  { opacity: 1; top:  220px; }
    20%  { opacity: 1; top:  110px; }
    30%  { opacity: 0; top:  0;     }
    40%  { opacity: 0; top: -110px; }
    50%  { opacity: 0; top:  880px; }
    60%  { opacity: 0; top:  770px; }
    70%  { opacity: 0; top:  660px; }
    80%  { opacity: 0; top:  550px; }
    90%  { opacity: 0; top:  440px; }
    100% { opacity: 1; top:  330px; }
}

@keyframes animation-item-5 {
    0%   { opacity: 0; top:  440px; }
    10%  { opacity: 1; top:  330px; }
    20%  { opacity: 1; top:  220px; }
    30%  { opacity: 1; top:  110px; }
    40%  { opacity: 0; top:  0;     }
    50%  { opacity: 0; top: -110px; }
    60%  { opacity: 0; top:  880px; }
    70%  { opacity: 0; top:  770px; }
    80%  { opacity: 0; top:  660px; }
    90%  { opacity: 0; top:  550px; }
    100% { opacity: 0; top:  440px; }
}

@keyframes animation-item-6 {
    0%   { opacity: 0; top:  550px; }
    10%  { opacity: 0; top:  440px; }
    20%  { opacity: 1; top:  330px; }
    30%  { opacity: 1; top:  220px; }
    40%  { opacity: 1; top:  110px; }
    50%  { opacity: 0; top:  0;     }
    60%  { opacity: 0; top: -110px; }
    70%  { opacity: 0; top:  880px; }
    80%  { opacity: 0; top:  770px; }
    90%  { opacity: 0; top:  660px; }
    100% { opacity: 0; top:  550px; }
}

@keyframes animation-item-7 {
    0%   { opacity: 0; top:  660px; }
    10%  { opacity: 0; top:  550px; }
    20%  { opacity: 0; top:  440px; }
    30%  { opacity: 1; top:  330px; }
    40%  { opacity: 1; top:  220px; }
    50%  { opacity: 1; top:  110px; }
    60%  { opacity: 0; top:  0;     }
    70%  { opacity: 0; top: -110px; }
    80%  { opacity: 0; top:  880px; }
    90%  { opacity: 0; top:  770px; }
    100% { opacity: 0; top:  660px; }
}

@keyframes animation-item-8 {
    0%   { opacity: 0; top:  770px; }
    10%  { opacity: 0; top:  660px; }
    20%  { opacity: 0; top:  550px; }
    30%  { opacity: 0; top:  440px; }
    40%  { opacity: 1; top:  330px; }
    50%  { opacity: 1; top:  220px; }
    60%  { opacity: 1; top:  110px; }
    70%  { opacity: 0; top:  0;     }
    80%  { opacity: 0; top: -110px; }
    90%  { opacity: 0; top:  880px; }
    100% { opacity: 0; top:  770px; }
}

@keyframes animation-item-9 {
    0%   { opacity: 0; top:  880px; }
    10%  { opacity: 0; top:  770px; }
    20%  { opacity: 0; top:  660px; }
    30%  { opacity: 0; top:  550px; }
    40%  { opacity: 0; top:  440px; }
    50%  { opacity: 1; top:  330px; }
    60%  { opacity: 1; top:  220px; }
    70%  { opacity: 1; top:  110px; }
    80%  { opacity: 0; top:  0;     }
    90%  { opacity: 0; top: -110px; }
    100% { opacity: 0; top:  880px; }
}

#section-presentation {
    background: #004875;
    background: linear-gradient(to bottom,  #004875 0%,#008bd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004875', endColorstr='#008bd2',GradientType=0 );
    padding: 5% 0 2.5% 0;
    text-align: center;
}

#section-presentation h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 1em 0;
}

#section-presentation p {
    color: #fff;
    font-size: 25px;
    line-height: 1.3em;
    margin: 0;
}

#section-presentation p a {
    color: inherit;
}

#section-presentation p + p {
    margin-top: 60px;
}





#section-workshop-intro {
    padding-top: 7%;
    padding-bottom: 7%;
}



.section-workshop {
    padding-top: 50px;
    padding-bottom: 80px;
}

.section-workshop .header {
    margin-bottom: 50px;
    overflow: hidden;
    width: 100%;
}

.section-workshop .title {
    width: 50%;
    float: left;
}

.section-workshop .title h1 {
    color: #0081c3;
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 20px 0;
}

.section-workshop .title p.number {
    color: #0081c3;
    font-size: 35px;
    margin: 0;
}

.section-workshop .title p.description {
    font-size: 18px;
    line-height: 1.3em;
    margin: 0;
}

.section-workshop .information {
    width: 45%;
    float: right;
}

.section-workshop .information > div {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 33.33%;
}

.section-workshop .information > div img {
    width: 75px;
}

.section-workshop .information > div p {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
}

.section-workshop .information > div p.value {
    color: #999;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
}

.section-workshop .information > div.location p.value {
    font-size: 16px;
}


.section-workshop .objectives {
    clear: both;
}

.section-workshop .objectives h2 {
    color: #333;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0081c3;
}

.section-workshop .objectives .objective {
    padding: 0 2%;
    text-align: center;
}

.section-workshop .objectives .objective img {
    margin-bottom: 15px;
}

.section-workshop .objectives .objective h3 {
    color: #009EDF;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.section-workshop .objectives .objective p {
    font-size: 16px;
    margin: 0;
}

.section-workshop .layout-4-columns > div,
.section-workshop .layout-3-columns > div {
    display: table-cell;
    vertical-align: top;
}

.section-workshop .layout-3-columns > div {
    width: 33.33%;
}

.section-workshop .layout-4-columns > div {
    width: 25%;
}

.section-workshop .layout-beach-workshop {
    width: 100%;
    overflow: hidden;
}

.section-workshop .column-image {
    float: left;
}

.section-workshop .column-image p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 1em 0;
}

.section-workshop .column-image img {
    display: block;
    margin: auto;
}

.section-workshop .column-texts {
    overflow: hidden;
}

.section-workshop .column-texts > div {
    display: inline-block;
    vertical-align: top;
}

.section-workshop .column-texts > div.objective-text-1 {
    width: 40%;
    padding-left: 4%;
}

.section-workshop .column-texts > div.objective-text-2 {
    width: 59.5%;
    padding-left: 4%;
}

.section-workshop .column-texts > div ol {
    margin: 0;
    padding: 0;
}

.section-workshop .column-texts > div ol li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    list-style-type: upper-alpha;
    margin: 0 0 0 20px;
    padding: 0;
}

.section-workshop .column-texts > div ol li + li {
    margin-top: 0.5em;
}

.section-workshop .column-texts > div ol li span {
    color: #0081c3;
    font-weight: 300;
}



#section-pictures {
    min-height: 640px;
}

.section-pictures-beaches {
    background: url("../images/picture-workshop-beaches-border.png") repeat-x left bottom;
    box-shadow: inset 0 15px 20px rgba(0,0,0,0.5) !important;
}



#section-form {
    background: #2ca8e0;
    background: url("../images/footer-animals.png") repeat center top, linear-gradient(to bottom,  #2ca8e0 0%,#0e71b8 100%);
    background-size: 90% auto, auto;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca8e0', endColorstr='#0e71b8',GradientType=0 );
    padding: 5% 0 2.5% 0;
}

#section-form .form-intro .address {
    margin-bottom: 60px;
}

#section-form .form-intro .address .location {
    display: inline-block;
    margin-right: 50px;
    margin-top: 10px;
    vertical-align: top;
}

#section-form .form-intro .address .date {
    background: url("../images/calendar.png") no-repeat center center;
    background-size: 100% 100%;
    display: none;
    margin: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding: 35px 30px 15px 30px;
}

#section-form .form-intro .address .date span {
    display: block;
}

#section-form .form-intro .address .date span.separator {
    background: #fff;
    border-radius: 5px;
    width: 80%;
    height: 5px;
    margin: 10px auto;
}


#section-form h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    margin: 0 0 20px 0;
}

#section-form p {
    color: #fff;
    font-size: 20px;
    margin: 0 0 20px 0;
}

#section-form form {
    margin-top: 2.5%;
    margin-bottom: 5%;
}

#section-form form .title {
    color: #fff;
    font-size: 20px;
    margin: 0 0 20px 0;
}

#section-form form .data {
    width: 60%;
    float: left;
    margin-bottom: 60px;
}

#section-form form .data .field {
    width: 100%;
    overflow: hidden;
}

#section-form form .data .field + .field {
    margin-top: 20px;
}

#section-form form .data .field label {
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
    margin-right: 2%;
    float: left;
    width: 20%;
}

#section-form form .data .field input {
    float: left;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 10px;
    width: 78%;
}

#section-form form .data .field input:focus {
    background-color: rgba(255,255,255,0.2);
    outline: none;
}

#section-form form .data .field input.error {
    background-color: #d36666;
}

#section-form form .dates {
    width: 35%;
    float: right;
    margin-bottom: 60px;
}

#section-form form .comments {
    clear: both;
    width: 100%;
}

#section-form form .comments .field label {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 0;
    width: 100%;
}

#section-form form .comments .field textarea {
    background: transparent url("../images/form-textarea.png") repeat left top;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 42px;
    padding: 0 10px;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

#section-form form .field textarea:focus {
    background-color: rgba(255,255,255,0.2);
    outline: none;
}

#section-form form .dates {
    text-align: center;
}

#section-form form .month {
    position: relative;
    display: inline-block;
    width: 45%;
    max-width: 209px;
}

#section-form form .month img {
    width: 100%;
}

#section-form form .month + .month {
    margin-left: 9%;
}

#section-form form .month p {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

#section-form form .month .entry label {
    color: #fff;
    display: block;
    position: absolute;
    width: 25%;
    height: 25%;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    bottom: 20%;
    cursor: pointer;
    transition: all 0.5s ease;
}

#section-form form .month .entry label:hover {
    background: rgba(255,255,255,0.5);
}

#section-form form .month .entry label.error {
    background-color: #d36666;
}

#section-form form .month .entry label span:before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#section-form form .month .entry label span {
    display: inline-block;
    vertical-align: middle;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#section-form form .month .entry label span sup {
    font-size: 12px;
}

#section-form form .month .entry-1 label {
    left: 20%;
}

#section-form form .month .entry-2 label {
    right: 20%;
}

#section-form form .month .entry input {
    display: none;
}

#section-form form .month .entry input:checked + label {
    background: #fff;
    color: #0081c3;
}

#section-form form .buttons {
    margin-top: 30px;
}

#section-form form .buttons button {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 200;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

#section-form form .buttons button:hover {
    background: #fff;
    color: #0081c3;
}

#section-form .footer {
    display: table;
    width: 100%;
}

#section-form .footer {
    position: relative;
}

#section-form .footer > div.waw {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    text-align: center;
}

#section-form .footer > div.aquanautes {
    text-align: center;
    margin: 0 25%;
}

#section-form .footer > div.aquanautes img {
    max-width: 75%;
}

#section-form .footer > div.roca {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10%;
    text-align: center;
}


@media only screen and (max-width: 800px) {

    .fixed-navigation {
        background: rgba(0,0,0,0.75);
    }

    .fixed-navigation .logo-waw,
    .fixed-navigation .languages {
        width: 30%;
    }

    .fixed-navigation .logo-aquanautes {
        width: 37%;
    }

    .fixed-navigation .logo-aquanautes img {
        display: inline !important;
        opacity: 1 !important;
        width: 6em;
    }

    #section-title .section-content {
        width: 95%;
        padding-top: 60px;
    }

    #section-social .button span {
        display: none;
    }

    #section-form form .data,
    #section-form form .dates {
        float: none;
        width: 100%;
        margin: 10% 0;
    }

    .section-workshop .title {
        float: none;
        width: 100%;
        margin-bottom: 5%;
    }

    .section-workshop .information {
        float: none;
        width: 100%;
    }

    .section-workshop .column-image {
        float: none;
        margin-bottom: 7.5%;
        margin-bottom: 7.5%;
    }
}


@media only screen and (max-width: 640px) {

    .fixed-navigation .languages {
        font-size: 3.2vw;
    }

    .fixed-navigation .languages a + a {
        margin-left: 10px;
        padding-left: 0;
        background: none;
    }

    #section-title .section-content {
        padding-top: 80px;
    }

    #section-title .logos {
        display: block;
    }

    #section-pictures {
        min-height: 250px;
    }

    .section-workshop .information > div {
        display: block;
        width: 100%;
    }

    .section-workshop .information > div + div {
        margin-top: 3%;
    }

    .section-workshop .layout-3-columns > div,
    .section-workshop .layout-4-columns > div {
        display: block;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .section-workshop .layout-3-columns > div + div,
    .section-workshop .layout-4-columns > div + div {
        margin-top: 7.5%;
    }

    .section-workshop .column-texts > div.objective-text-1,
    .section-workshop .column-texts > div.objective-text-2 {
        width: 100%;
        padding-left: 0;
    }

    .section-workshop .column-texts > div.objective-text-2 ol {
        margin-top: 0.8em;
    }

    #section-title .logo-aquanautes p,
    #section-title .logo-aquanautes p.big {
        font-size: 24px;
    }

    #section-presentation h1 {
        font-size: 32px;
    }

    #section-presentation p {
        font-size: 20px;
    }

    #section-workshop-intro img {
        display: block;
        margin: auto;
        max-width: 60%;
    }

    .section-workshop .title h1 {
        font-size: 45px;
    }

    .section-workshop .information > div {
        width: 100%;
        overflow: hidden;
    }

    .section-workshop .information > div img {
        float: left;
        margin-right: 12px;
    }

    .section-workshop .information > div p {
        overflow: hidden;
        text-align: left;
    }

    .section-workshop .information > div + div {
        margin-top: 20px;
    }


}
