@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300i,400i");
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Pro'), url('GothaProReg.woff') format('woff');
    }
@font-face {
        font-family: 'Planets Signature Regular';
        font-style: normal;
        font-weight: normal;
        src: local('Planets Signature Regular'), url('PlanetsSignature.woff') format('woff');
        }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Gotham Pro';
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Page */

@-moz-keyframes load-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes load-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-viewport {
    width: device-width;
}

/* Preloader
---------------------------------------------------------------------------- */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #0E0201;
}

#preloader .txt {
    position: absolute;
    bottom: -30%;
    right: 10%; }

#preloader .txt-perc {
    font-size: 450px;
    font-family: "Gotham Pro", serif;
   color: #d8d4d2;
    opacity: 0.02;
    margin: 0 0 6px 0;
    max-width: 400px;
    text-align: center; }

#preloader .progress {
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(../images/logo-grey.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 0 100%;
    margin: 0 auto 0 auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#preloader .progress span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 300px;
    height: 0;
 
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 0 100%; }

#preloader.is-hidden {
    visibility: hidden;
    opacity: 0; }

.is-loading {
    overflow: hidden; }

#modal-frame {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100vh;
    z-index: 110;
}

.pages {
    position: absolute;
    top: 8px;
    cursor: pointer;
    left: 4em;
    z-index: 333333;
    }

.pages li {display: inline-block;margin-left: 16px;}

.modal-toggle {
    z-index: 220000;
    color: #6e7b98;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: .7em;
}

.media-toggle {
    z-index: 220000;
    color: #6e7b98;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: .7em;
}

.lang{
    z-index: 220000;
    color: #6e7b98;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: .7em;
}

.inner-modal {width: 40%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #040e1e;padding: 3em;}

.inner-modal .modal-toggle {
    right: 4em;
    top: 2em;
    position: absolute;
    left: initial;
    cursor: pointer;
}


section.s5 {
    padding: 3em;
}
.w30px{
    width:30%;
 }
.container {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
}

a.back img,
 a.back span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 11px;
    margin: 10px 5px;
}


a.index.back {
    position: fixed;
    z-index: 222222;
    top: 7px;
}

.retbox{
width: 100%;
}
.videobox{
    float: left;
    margin-left: 25px;
    margin-bottom: 25px;
    width: 520px;

}
.mediabox{
  
    margin-left: auto;
    margin-right: auto;
}
.cross {max-width: 2em;position: absolute;top: 0;left: 0;}

input {
    border: 1px solid #2a3c5a;
    display: block;
    width: 100%;
    margin: 2em 0;
    background: none;
    padding: 0.5em;
}

.contact-form input {
    line-height: normal;
    width: 100%;
    background: none;
    height: 50px;
    margin-bottom: 30px;
    border: none;
   color: #d8d4d2;
    border-bottom: 1px solid #4c4541;
    border-top: 1px solid #4c4541;
}
textarea#content {
    width: 100%;
    min-height: 170px;
    background: none;
    border: none;
    color: #222;
    border: 1px solid #2a3c5a;
    padding: .5em;
    color: #ffffff;
}

input#submit {
    border-top: none;
    border-bottom: 2px solid #182031;
    background: #262c3b;
    width: 50%;
    margin-top: 25px;
    float: right;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input#submit:hover {background: #252a3a;color: #fff;}


.media {font-size: 10px; padding: 2em;}

.media h1 {font-size:42px;}

html {
    width: 100%;
    height: 100%;
}

body {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: -moz-flex-start;
    -webkit-justify-content: -webkit-flex-start;
    -ms-justify-content: -ms-flex-start;
    justify-content: flex-start;
    -ms-overflow-style: scrollbar;
    width: 100%;
    height: 100%;
    min-height: 30rem;
    overflow: hidden;
}

#mediapage {
  overflow: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  background: #0e171f;
  padding-top: 50px;
}

@media screen and (max-width: 736px) {

    html {
        height: auto;
    }

    body {
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }

}

@media screen and (max-width: 480px) {

    html, body {
        min-width: 100%;
    }

}

/* Typography */

html {
    font-size: 18pt;
    font-size: 1vmax;
}

@media screen and (max-width: 1680px) {

    html {
        font-size: 12pt;
        font-size: 1.1vmax;
    }

}

@media screen and (max-width: 1280px) {

    html {
        font-size: 11pt;
        font-size: 1.5vmax;
    }

}

body, input, select, textarea {
    color: rgb(218, 218, 218);
    font-family: "Gotham Pro","Open Sans", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.65;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    border-bottom-color: transparent;
    color: #ffe4b4;
}

strong, b {
    color: rgba(255, 255, 255, 0.875);
    font-weight: 400;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 1.5rem 0;
    color: #c5c5c5;
    font-size: 0.8em;
}

body.is-ie p {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: rgba(255, 255, 255, 0.875);
    font-family: "Gotham Pro",'Playfair Display', Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 0.75rem 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1.major, h2.major, h3.major {
    position: relative;
}


 
.s5 .centerBox{
    margin-left: 600px;;
}
.s5 content {padding: 2em;}
.s5 {background: url(../images/bg5.png);background-size: cover;background-position: 0 0em;}
.s5 .logokosmos{
    position: absolute;
    top: 290px;
    right:200px;
}
.s5 .logokosmos .imglogo{
 
}
h1 {
    font-size: 6.6rem;
    line-height: 1;
}

h1.major {
    margin: 0 0 .625rem 0;
}

h1.major:after {
    bottom: -1.325rem;
}



h2 {
    font-size: 1.75rem;
    line-height: 1.2;
}

h2.major {
    margin: 0 0 1.9875rem 0;
}

h2.major:after {
    bottom: -1.2rem;
}

h3 {
    font-size: 1.325rem;
}

h3.major {
    margin: 0 0 1.875rem 0;
}

h3.major:after {
    bottom: -0.75rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 0.7rem;
}

sub {
    font-size: 0.8rem;
    position: relative;
    top: 0.5rem;
}

sup {
    font-size: 0.8rem;
    position: relative;
    top: -0.5rem;
}

blockquote {
    border-left: solid 0.25rem rgba(255, 255, 255, 0.25);
    font-style: italic;
    margin: 0 0 1.5rem 0;
    padding: 0.375rem 0 0.375rem 1.5rem;
}

code {
    background: rgba(255, 255, 255, 0.075);
    border-radius: 0.25rem;
    font-family: "Gotham Pro","Courier New", monospace;
    font-size: 0.8rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.65rem;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Gotham Pro","Courier New", monospace;
    font-size: 0.8rem;
    margin: 0 0 1.5rem 0;
    white-space: pre-wrap;
}

pre code {
    display: block;
    line-height: 1.625;
    padding: 1rem 1.5rem;
    overflow-x: auto;
    margin: 0;
}

hr {
    border: 0;
    border-bottom: solid 2px rgba(255, 255, 255, 0.25);
    margin: 1.875rem 0;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media screen and (max-width: 736px) {

    html {
        font-size: 12pt;
    }

    h1 {
        font-size: 2.25rem;
        line-height: 1.2;
    }

    h1.major {
        margin: 0 0 0.625rem 0;
    }

    h1.major:after {
        bottom: -1.325rem;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    h2.major {
        margin: 0 0 1.9875rem 0;
    }

    h2.major:after {
        bottom: -1.2rem;
    }

    h3 {
        font-size: 1rem;
    }

    h3.major {
        margin: 0 0 1.875rem 0;
    }

    h3.major:after {
        bottom: -0.75rem;
    }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.9rem;
    }

    h6 {
        font-size: 0.7rem;
    }

    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
        display: none;
    }

}

@media screen and (max-width: 360px) {

    html {
        font-size: 11pt;
    }

}


.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

.select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.select-wrapper:before {
    display: block;
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: rgba(255, 255, 255, 0.75);
    pointer-events: none;
    text-align: center;
}

body.is-ie .select-wrapper:before {
    line-height: 2.5;
}

.select-wrapper select::-ms-expand {
    display: none;
}


@media screen and (max-width: 736px) {

    form {
        margin: -1.5rem 0 1.5rem 0;
        width: 100%;
    }

    form > .field {
        padding: 1.5rem 0 0 0;
        width: 100% !important;
    }

    form > .actions {
        margin: 1.5rem 0 0 0;
    }

}

img.logoimage{
    max-width: 620px;
    widows: 100%;
}

/* Image */

.image {
    display: inline-block;
    position: relative;
    border: 0;
}

.image[data-position] img {
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image[data-position="top left"] img {
    -moz-object-position: top left;
    -webkit-object-position: top left;
    -ms-object-position: top left;
    object-position: top left;
}

.image[data-position="top"] img {
    -moz-object-position: top;
    -webkit-object-position: top;
    -ms-object-position: top;
    object-position: top;
}

.image[data-position="top right"] img {
    -moz-object-position: top right;
    -webkit-object-position: top right;
    -ms-object-position: top right;
    object-position: top right;
}

.image[data-position="right"] img {
    -moz-object-position: right;
    -webkit-object-position: right;
    -ms-object-position: right;
    object-position: right;
}

.image[data-position="bottom right"] img {
    -moz-object-position: bottom right;
    -webkit-object-position: bottom right;
    -ms-object-position: bottom right;
    object-position: bottom right;
}

.image[data-position="bottom"] img {
    -moz-object-position: bottom;
    -webkit-object-position: bottom;
    -ms-object-position: bottom;
    object-position: bottom;
}

.image[data-position="bottom left"] img {
    -moz-object-position: bottom left;
    -webkit-object-position: bottom left;
    -ms-object-position: bottom left;
    object-position: bottom left;
}

.image[data-position="left"] img {
    -moz-object-position: left;
    -webkit-object-position: left;
    -ms-object-position: left;
    object-position: left;
}

.image[data-position="center"] img {
    -moz-object-position: center;
    -webkit-object-position: center;
    -ms-object-position: center;
    object-position: center;
}

.image[data-position="25% 25%"] img {
    -moz-object-position: 25% 25%;
    -webkit-object-position: 25% 25%;
    -ms-object-position: 25% 25%;
    object-position: 25% 25%;
}

.image[data-position="75% 25%"] img {
    -moz-object-position: 75% 25%;
    -webkit-object-position: 75% 25%;
    -ms-object-position: 75% 25%;
    object-position: 75% 25%;
}

.image[data-position="75% 75%"] img {
    -moz-object-position: 75% 75%;
    -webkit-object-position: 75% 75%;
    -ms-object-position: 75% 75%;
    object-position: 75% 75%;
}

.image[data-position="25% 75%"] img {
    -moz-object-position: 25% 75%;
    -webkit-object-position: 25% 75%;
    -ms-object-position: 25% 75%;
    object-position: 25% 75%;
}

.image img {
    display: block;
}

.image.left, .image.right {
    max-width: 40%;
}

.image.left img, .image.right img {
    width: 100%;
}

.image.left {
    float: left;
    padding: 0 1.5rem 1rem 0;
    top: 0.25rem;
}

.image.right {
    float: right;
    padding: 0 0 1rem 1.5rem;
    top: 0.25rem;
}

.image.fit {
    display: block;
    margin: 0 0 1.5rem 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.main {
    display: block;
    margin: 0 0 2.25rem 0;
    width: 100%;
}

.image.main img {
    width: 100%;
}


/* Panel */

.panel {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.panel > * {
    position: relative;
    min-width: 5rem;
}

.panel > *.color0 {
    background: #131a29;

    background-size: 100%;
}

.panel > .intro {
    padding: 3.5rem 3.5rem 2rem 3.5rem ;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: -moz-flex-start;
    -webkit-align-items: -webkit-flex-start;
    -ms-align-items: -ms-flex-start;
    align-items: flex-start;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 22rem;
}

.panel > .intro.joined {
    width: 18.5rem;
    padding-right: 0;
}

.panel > .intro.joined + .inner {
    padding-left: 2.625rem;
}

.panel > .inner {
    padding: 3.5rem 3.5rem 2rem 3.5rem ;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: -moz-flex-start;
    -webkit-align-items: -webkit-flex-start;
    -ms-align-items: -ms-flex-start;
    align-items: flex-start;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.panel > .inner.columns {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.panel > .inner.columns > * {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 3.5rem;
}

.panel > .inner.columns > :first-child {
    margin-left: 0;
}

.panel > .inner.columns.divided > * {
    margin-left: 7rem;
}

.panel > .inner.columns.divided > *:before {
    content: '';
    position: absolute;
    top: 3.5rem;
    width: 2px;
    height: calc(100% - 7rem);
    margin-left: -3.5rem;
    background-color: rgba(255, 255, 255, 0.25);
}

.panel > .inner.columns.divided > :first-child {
    margin-left: 0;
}

.panel > .inner.columns.divided > :first-child:before {
    display: none;
}

.panel > .inner.columns.aligned {
    -moz-align-items: -moz-flex-start;
    -webkit-align-items: -webkit-flex-start;
    -ms-align-items: -ms-flex-start;
    align-items: flex-start;
}

.panel .span-0-25 {
    width: 2.5rem;
}

.panel .span-0-5 {
    width: 5rem;
}

.panel .span-0-75 {
    width: 7.5rem;
}

.panel .span-1 {
    width: 10rem;
}

.panel .span-1-25 {
    width: 12.5rem;
}

.panel .span-1-5 {
    width: 15rem;
}

.panel .span-1-75 {
    width: 17.5rem;
}

.panel .span-2 {
    width: 20rem;
}

.panel .span-2-25 {
    width: 22.5rem;
}

.panel .span-2-5 {
    width: 25rem;
}

.panel .span-2-75 {
    width: 27.5rem;
}

.panel .span-3 {
    width: 30rem;
}

.panel .span-3-25 {
    width: 32.5rem;
}

.panel .span-3-5 {
    width: 35rem;
}

.panel .span-3-75 {
    width: 37.5rem;
}

.panel .span-4 {
    width: 40rem;
}

.panel .span-4-25 {
    width: 42.5rem;
}

.panel .span-4-5 {
    width: 45rem;
}

.panel .span-4-75 {
    width: 47.5rem;
}

.panel .span-5 {
    width: 50rem;
}

.panel .span-5-25 {
    width: 52.5rem;
}

.panel .span-5-5 {
    width: 55rem;
}

.panel .span-5-75 {
    width: 57.5rem;
}

.panel .span-6 {
    width: 60rem;
}

.panel .span-6-25 {
    width: 62.5rem;
}

.panel .span-6-5 {
    width: 65rem;
}

.panel .span-6-75 {
    width: 67.5rem;
}

.panel .span-7 {
    width: 70rem;
}

.panel .span-7-25 {
    width: 72.5rem;
}

.panel .span-7-5 {
    width: 75rem;
}

.panel .span-7-75 {
    width: 77.5rem;
}

.panel .span-8 {
    width: 80rem;
}

.panel .span-8-25 {
    width: 82.5rem;
}

.panel .span-8-5 {
    width: 85rem;
}

.panel .span-8-75 {
    width: 87.5rem;
}

.panel .span-9 {
    width: 90rem;
}

.panel .span-9-25 {
    width: 92.5rem;
}

.panel .span-9-5 {
    width: 95rem;
}

.panel .span-9-75 {
    width: 97.5rem;
}

.panel .span-10 {
    width: 100rem;
}

.panel .span-12 {
    width: 120rem;
}

.panel.small {
    width: 35rem;
}

.panel.medium {
    width: 50rem;
}

.panel.large {
    width: 65rem;
}

.panel.small .span-0-25, .panel.medium .span-0-25, .panel.large .span-0-25 {
    width: 2.5%;
}

.panel.small .span-0-5, .panel.medium .span-0-5, .panel.large .span-0-5 {
    width: 5%;
}

.panel.small .span-0-75, .panel.medium .span-0-75, .panel.large .span-0-75 {
    width: 7.5%;
}

.panel.small .span-1, .panel.medium .span-1, .panel.large .span-1 {
    width: 10%;
}

.panel.small .span-1-25, .panel.medium .span-1-25, .panel.large .span-1-25 {
    width: 12.5%;
}

.panel.small .span-1-5, .panel.medium .span-1-5, .panel.large .span-1-5 {
    width: 15%;
}

.panel.small .span-1-75, .panel.medium .span-1-75, .panel.large .span-1-75 {
    width: 17.5%;
}

.panel.small .span-2, .panel.medium .span-2, .panel.large .span-2 {
    width: 20%;
}

.panel.small .span-2-25, .panel.medium .span-2-25, .panel.large .span-2-25 {
    width: 22.5%;
}

.panel.small .span-2-5, .panel.medium .span-2-5, .panel.large .span-2-5 {
    width: 25%;
}

.panel.small .span-2-75, .panel.medium .span-2-75, .panel.large .span-2-75 {
    width: 27.5%;
}

.panel.small .span-3, .panel.medium .span-3, .panel.large .span-3 {
    width: 30%;
}

.panel.small .span-3-25, .panel.medium .span-3-25, .panel.large .span-3-25 {
    width: 32.5%;
}

.panel.small .span-3-5, .panel.medium .span-3-5, .panel.large .span-3-5 {
    width: 35%;
}

.panel.small .span-3-75, .panel.medium .span-3-75, .panel.large .span-3-75 {
    width: 37.5%;
}

.panel.small .span-4, .panel.medium .span-4, .panel.large .span-4 {
    width: 40%;
}

.panel.small .span-4-25, .panel.medium .span-4-25, .panel.large .span-4-25 {
    width: 42.5%;
}

.panel.small .span-4-5, .panel.medium .span-4-5, .panel.large .span-4-5 {
    width: 45%;
}

.panel.small .span-4-75, .panel.medium .span-4-75, .panel.large .span-4-75 {
    width: 47.5%;
}

.panel.small .span-5, .panel.medium .span-5, .panel.large .span-5 {
    width: 50%;
}

.panel.small .span-5-25, .panel.medium .span-5-25, .panel.large .span-5-25 {
    width: 52.5%;
}

.panel.small .span-5-5, .panel.medium .span-5-5, .panel.large .span-5-5 {
    width: 55%;
}

.panel.small .span-5-75, .panel.medium .span-5-75, .panel.large .span-5-75 {
    width: 57.5%;
}

.panel.small .span-6, .panel.medium .span-6, .panel.large .span-6 {
    width: 60%;
}

.panel.small .span-6-25, .panel.medium .span-6-25, .panel.large .span-6-25 {
    width: 62.5%;
}

.panel.small .span-6-5, .panel.medium .span-6-5, .panel.large .span-6-5 {
    width: 65%;
}

.panel.small .span-6-75, .panel.medium .span-6-75, .panel.large .span-6-75 {
    width: 67.5%;
}

.panel.small .span-7, .panel.medium .span-7, .panel.large .span-7 {
    width: 70%;
}

.panel.small .span-7-25, .panel.medium .span-7-25, .panel.large .span-7-25 {
    width: 72.5%;
}

.panel.small .span-7-5, .panel.medium .span-7-5, .panel.large .span-7-5 {
    width: 75%;
}

.panel.small .span-7-75, .panel.medium .span-7-75, .panel.large .span-7-75 {
    width: 77.5%;
}

.panel.small .span-8, .panel.medium .span-8, .panel.large .span-8 {
    width: 80%;
}

.panel.small .span-8-25, .panel.medium .span-8-25, .panel.large .span-8-25 {
    width: 82.5%;
}

.panel.small .span-8-5, .panel.medium .span-8-5, .panel.large .span-8-5 {
    width: 85%;
}

.panel.small .span-8-75, .panel.medium .span-8-75, .panel.large .span-8-75 {
    width: 87.5%;
}

.panel.small .span-9, .panel.medium .span-9, .panel.large .span-9 {
    width: 90%;
}

.panel.small .span-9-25, .panel.medium .span-9-25, .panel.large .span-9-25 {
    width: 92.5%;
}

.panel.small .span-9-5, .panel.medium .span-9-5, .panel.large .span-9-5 {
    width: 95%;
}

.panel.small .span-9-75, .panel.medium .span-9-75, .panel.large .span-9-75 {
    width: 97.5%;
}

.panel.small .span-10, .panel.medium .span-10, .panel.large .span-10 {
    width: 100%;
}


@media screen and (max-width: 736px) {

    .panel {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .panel > *.color1 {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
        background-size: 128px 128px, auto;
        background-color: #726193;
    }

    .panel > *.color2 {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
        background-size: 128px 128px, auto;
        background-color: #e37b7c;
    }

    .panel > *.color3 {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
        background-size: 128px 128px, auto;
        background-color: #ffe4b4;
    }

    .panel > *.color4 {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
        background-size: 128px 128px, auto;
        background-color: #353865;
    }

    .panel > *.color1-alt {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.175) 25%, rgba(227, 123, 124, 0.175) 50%, rgba(255, 228, 180, 0.175));
        background-size: 128px 128px, auto;
        background-color: #6c5e86;
    }

    .panel > *.color2-alt {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.175) 25%, rgba(227, 123, 124, 0.175) 50%, rgba(255, 228, 180, 0.175));
        background-size: 128px 128px, auto;
        background-color: #de7172;
    }

    .panel > *.color3-alt {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.175) 25%, rgba(227, 123, 124, 0.175) 50%, rgba(255, 228, 180, 0.175));
        background-size: 128px 128px, auto;
        background-color: #fedea6;
    }

    .panel > *.color4-alt {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.175) 25%, rgba(227, 123, 124, 0.175) 50%, rgba(255, 228, 180, 0.175));
        background-size: 128px 128px, auto;
        background-color: #323459;
    }

    .panel > .intro {
        padding: 2.8875rem 1.75rem 1.3875rem 1.75rem ;
        width: 100% !important;
    }

    .panel > .intro.joined {
        padding-bottom: 0;
        padding-right: 1.75rem;
    }

    .panel > .intro.joined + .inner {
        padding-top: 0;
        padding-left: 1.75rem;
    }

    .panel > .inner {
        padding: 2.8875rem 1.75rem 1.3875rem 1.75rem ;
    }

    .panel > .inner.columns {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .panel > .inner.columns > * {
        margin-left: 0;
        margin-top: 0;
    }

    .panel > .inner.columns > :first-child {
        margin-top: 0;
    }

    .panel > .inner.columns.divided > * {
        margin-left: 0;
        margin-top: 3.5rem;
    }

    .panel > .inner.columns.divided > *:before {
        content: '';
        position: absolute;
        top: auto;
        left: 1.75rem;
        width: calc(100% - 3.5rem);
        height: 2px;
        margin-left: 0;
        margin-top: -1.75rem;
    }

    .panel > .inner.columns.divided > :first-child {
        margin-top: 0;
    }

    .panel .span-0-25 {
        width: 100%;
    }

    .panel .span-0-5 {
        width: 100%;
    }

    .panel .span-0-75 {
        width: 100%;
    }

    .panel .span-1 {
        width: 100%;
    }

    .panel .span-1-25 {
        width: 100%;
    }

    .panel .span-1-5 {
        width: 100%;
    }

    .panel .span-1-75 {
        width: 100%;
    }

    .panel .span-2 {
        width: 100%;
    }

    .panel .span-2-25 {
        width: 100%;
    }

    .panel .span-2-5 {
        width: 100%;
    }

    .panel .span-2-75 {
        width: 100%;
    }

    .panel .span-3 {
        width: 100%;
    }

    .panel .span-3-25 {
        width: 100%;
    }

    .panel .span-3-5 {
        width: 100%;
    }

    .panel .span-3-75 {
        width: 100%;
    }

    .panel .span-4 {
        width: 100%;
    }

    .panel .span-4-25 {
        width: 100%;
    }

    .panel .span-4-5 {
        width: 100%;
    }

    .panel .span-4-75 {
        width: 100%;
    }

    .panel .span-5 {
        width: 100%;
    }

    .panel .span-5-25 {
        width: 100%;
    }

    .panel .span-5-5 {
        width: 100%;
    }

    .panel .span-5-75 {
        width: 100%;
    }

    .panel .span-6 {
        width: 100%;
    }

    .panel .span-6-25 {
        width: 100%;
    }

    .panel .span-6-5 {
        width: 100%;
    }

    .panel .span-6-75 {
        width: 100%;
    }

    .panel .span-7 {
        width: 100%;
    }

    .panel .span-7-25 {
        width: 100%;
    }

    .panel .span-7-5 {
        width: 100%;
    }

    .panel .span-7-75 {
        width: 100%;
    }

    .panel .span-8 {
        width: 100%;
    }

    .panel .span-8-25 {
        width: 100%;
    }

    .panel .span-8-5 {
        width: 100%;
    }

    .panel .span-8-75 {
        width: 100%;
    }

    .panel .span-9 {
        width: 100%;
    }

    .panel .span-9-25 {
        width: 100%;
    }

    .panel .span-9-5 {
        width: 100%;
    }

    .panel .span-9-75 {
        width: 100%;
    }

    .panel .span-10 {
        width: 100%;
    }

    .panel.small, .panel.medium, .panel.large {
        width: 100% !important;
    }

    .panel.small .span-0-25, .panel.medium .span-0-25, .panel.large .span-0-25 {
        width: 100%;
    }

    .panel.small .span-0-5, .panel.medium .span-0-5, .panel.large .span-0-5 {
        width: 100%;
    }

    .panel.small .span-0-75, .panel.medium .span-0-75, .panel.large .span-0-75 {
        width: 100%;
    }

    .panel.small .span-1, .panel.medium .span-1, .panel.large .span-1 {
        width: 100%;
    }

    .panel.small .span-1-25, .panel.medium .span-1-25, .panel.large .span-1-25 {
        width: 100%;
    }

    .panel.small .span-1-5, .panel.medium .span-1-5, .panel.large .span-1-5 {
        width: 100%;
    }

    .panel.small .span-1-75, .panel.medium .span-1-75, .panel.large .span-1-75 {
        width: 100%;
    }

    .panel.small .span-2, .panel.medium .span-2, .panel.large .span-2 {
        width: 100%;
    }

    .panel.small .span-2-25, .panel.medium .span-2-25, .panel.large .span-2-25 {
        width: 100%;
    }

    .panel.small .span-2-5, .panel.medium .span-2-5, .panel.large .span-2-5 {
        width: 100%;
    }

    .panel.small .span-2-75, .panel.medium .span-2-75, .panel.large .span-2-75 {
        width: 100%;
    }

    .panel.small .span-3, .panel.medium .span-3, .panel.large .span-3 {
        width: 100%;
    }

    .panel.small .span-3-25, .panel.medium .span-3-25, .panel.large .span-3-25 {
        width: 100%;
    }

    .panel.small .span-3-5, .panel.medium .span-3-5, .panel.large .span-3-5 {
        width: 100%;
    }

    .panel.small .span-3-75, .panel.medium .span-3-75, .panel.large .span-3-75 {
        width: 100%;
    }

    .panel.small .span-4, .panel.medium .span-4, .panel.large .span-4 {
        width: 100%;
    }

    .panel.small .span-4-25, .panel.medium .span-4-25, .panel.large .span-4-25 {
        width: 100%;
    }

    .panel.small .span-4-5, .panel.medium .span-4-5, .panel.large .span-4-5 {
        width: 100%;
    }

    .panel.small .span-4-75, .panel.medium .span-4-75, .panel.large .span-4-75 {
        width: 100%;
    }

    .panel.small .span-5, .panel.medium .span-5, .panel.large .span-5 {
        width: 100%;
    }

    .panel.small .span-5-25, .panel.medium .span-5-25, .panel.large .span-5-25 {
        width: 100%;
    }

    .panel.small .span-5-5, .panel.medium .span-5-5, .panel.large .span-5-5 {
        width: 100%;
    }

    .panel.small .span-5-75, .panel.medium .span-5-75, .panel.large .span-5-75 {
        width: 100%;
    }

    .panel.small .span-6, .panel.medium .span-6, .panel.large .span-6 {
        width: 100%;
    }

    .panel.small .span-6-25, .panel.medium .span-6-25, .panel.large .span-6-25 {
        width: 100%;
    }

    .panel.small .span-6-5, .panel.medium .span-6-5, .panel.large .span-6-5 {
        width: 100%;
    }

    .panel.small .span-6-75, .panel.medium .span-6-75, .panel.large .span-6-75 {
        width: 100%;
    }

    .panel.small .span-7, .panel.medium .span-7, .panel.large .span-7 {
        width: 100%;
    }

    .panel.small .span-7-25, .panel.medium .span-7-25, .panel.large .span-7-25 {
        width: 100%;
    }

    .panel.small .span-7-5, .panel.medium .span-7-5, .panel.large .span-7-5 {
        width: 100%;
    }

    .panel.small .span-7-75, .panel.medium .span-7-75, .panel.large .span-7-75 {
        width: 100%;
    }

    .panel.small .span-8, .panel.medium .span-8, .panel.large .span-8 {
        width: 100%;
    }

    .panel.small .span-8-25, .panel.medium .span-8-25, .panel.large .span-8-25 {
        width: 100%;
    }

    .panel.small .span-8-5, .panel.medium .span-8-5, .panel.large .span-8-5 {
        width: 100%;
    }

    .panel.small .span-8-75, .panel.medium .span-8-75, .panel.large .span-8-75 {
        width: 100%;
    }

    .panel.small .span-9, .panel.medium .span-9, .panel.large .span-9 {
        width: 100%;
    }

    .panel.small .span-9-25, .panel.medium .span-9-25, .panel.large .span-9-25 {
        width: 100%;
    }

    .panel.small .span-9-5, .panel.medium .span-9-5, .panel.large .span-9-5 {
        width: 100%;
    }

    .panel.small .span-9-75, .panel.medium .span-9-75, .panel.large .span-9-75 {
        width: 100%;
    }

    .panel.small .span-10, .panel.medium .span-10, .panel.large .span-10 {
        width: 100%;
    }

    .panel.color1 {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
        background-size: 128px 128px, auto;
        background-color: #726193;
    }

    .panel.color2 {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
        background-size: 128px 128px, auto;
        background-color: #e37b7c;
    }

    .panel.color3 {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
        background-size: 128px 128px, auto;
        background-color: #ffe4b4;
    }

    .panel.color4 {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
        background-size: 128px 128px, auto;
        background-color: #353865;
    }

    .panel.color1-alt {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.175) 25%, rgba(227, 123, 124, 0.175) 50%, rgba(255, 228, 180, 0.175));
        background-size: 128px 128px, auto;
        background-color: #6c5e86;
    }

    .panel.color2-alt {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.175) 25%, rgba(227, 123, 124, 0.175) 50%, rgba(255, 228, 180, 0.175));
        background-size: 128px 128px, auto;
        background-color: #de7172;
    }

    .panel.color3-alt {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.175) 25%, rgba(227, 123, 124, 0.175) 50%, rgba(255, 228, 180, 0.175));
        background-size: 128px 128px, auto;
        background-color: #fedea6;
    }

    .panel.color4-alt {
        background-image: url("../images/overlay.png"), linear-gradient(135deg, rgba(114, 97, 147, 0.175) 25%, rgba(227, 123, 124, 0.175) 50%, rgba(255, 228, 180, 0.175));
        background-size: 128px 128px, auto;
        background-color: #323459;
    }

}



.cover {
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Page Wrapper */

#page-wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: -moz-flex-start;
    -webkit-justify-content: -webkit-flex-start;
    -ms-justify-content: -ms-flex-start;
    justify-content: flex-start;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    height: 100%;
    padding: 1rem;
    background: #000000;
}

@media screen and (orientation: portrait) {

    #page-wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }

}

@media screen and (min-aspect-ratio: 16 / 7) {

    #page-wrapper {
        padding: 6vh;
    }

}

@media screen and (min-aspect-ratio: 16 / 6) {

    #page-wrapper {
        padding: 0;
    }

}

@media screen and (max-width: 736px) {

    #page-wrapper {
        height: auto;
        padding: 1rem;
    }

}

@media screen and (max-width: 480px) {

    #page-wrapper {
        padding: 0;
    }

}

/* Wrapper */

#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-transition: opacity 1s ease-out, -moz-transform 0.75s ease-out;
    -webkit-transition: opacity 1s ease-out, -webkit-transform 0.75s ease-out;
    -ms-transition: opacity 1s ease-out, -ms-transform 0.75s ease-out;
    transition: opacity 1s ease-out, transform 0.75s ease-out;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
    cursor: default;
    position: relative;
    height: 100%;
}

#wrapper > .scrollZone {
    position: fixed;
    width: 6rem;
    height: inherit;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: -ms-grab;
    cursor: grab;
    z-index: 10100;
}

#wrapper > .scrollZone.left {
    left: 0;
}

#wrapper > .scrollZone.right {
    right: 0;
}

#wrapper > .copyright {
    position: absolute;
    bottom: -3rem;
    right: 0;
    font-size: 0.8rem;
    color: rgba(46, 43, 55, 0.375);
    margin-bottom: 0;
}

#wrapper > .copyright a:hover {
    color: inherit;
}

#wrapper.is-dragging {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: -ms-grab;
    cursor: grab;
}

#wrapper.is-dragging * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#wrapper.is-dragging *:not(a, .image) {
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: -ms-grab;
    cursor: grab;
}

#wrapper.is-dragged * {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}

body.is-loading #wrapper {
    -moz-transform: translateX(2rem);
    -webkit-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    transform: translateX(2rem);
    opacity: 0;
}

@media screen and (max-width: 736px) {

    #wrapper {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        margin: 0 0 5rem 0;
        box-shadow: 0 0.25rem 1.5rem 0.25rem rgba(46, 43, 55, 0.5);
    }

    #wrapper > .scrollZone {
        display: none;
    }

    #wrapper > .copyright {
        display: block;
        width: 100%;
        text-align: center;
    }

    body.is-loading #wrapper {
        -moz-transform: translateY(1rem);
        -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
        transform: translateY(1rem);
    }

}

@media screen and (max-width: 480px) {

    #wrapper {
        box-shadow: none;
    }

    body.is-loading #wrapper {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

}

/* Home */

p.sub {
    text-transform: uppercase;
    letter-spacing: 0.8em;
    font-size: 0.8rem;
}

.s1 .major {
    position: relative;
    display: inline-block;
    font-size: 5em;
    font-weight: 600;
}

.overflow {
    overflow: hidden;
    display: inline-block;
    margin-top: -50px;
}

span.sep {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #323547;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 8px;
}

.panel.banner .image img.hero  {
    width: 50em;
    padding: 60px 60px 0 60px;
}

span.hero-chiffre {
    font-size: 5em;
    font-weight: bold;
    line-height: 1;
    color: #212941;
}

.setup {
    margin: 2em;
    padding: 8em;
}

.s1 .content {
    position: relative;
    top: 50%;
    left: 47%;
    height: 30%;
    transform: translate(-50%,-50%);
}

.s1 {background: url(../images/bg.png);background-size: cover;background-position: 0 -6em; background-repeat: no-repeat;}

.s1 img.hero {
    position: absolute;
    right: 15em;
    top: 70%;
    transform: translate(0%,-50%);
    width: 225px;
}
.s1 .subTitle{
    color:#B5ACA0;
    font-size: 59px;
    text-transform: uppercase;
    font-family: "Gotham Pro",'Playfair Display', Helvetica, sans-serif;
    font-weight: 100!important;
    line-height: 1.3;
    margin: -20px 0 1.50rem 0;
}
.s1 .subTitleS1{
    max-width: 44em!important;
    color:#B5ACA0;
    font-weight: 200!important;
    text-align: justify;
    font-size: 14px;
}
.moonSubTitle {
    font-size: 29px;
    text-transform: uppercase;
    font-family: "Gotham Pro",'Playfair Display', Helvetica, sans-serif;
    font-weight: 100!important;
    line-height: 1.3;
    margin: 70px 0 0.75rem -80px;
}


.moonSubTitleRight{
    position: absolute;
    font-size: 29px;
    text-transform: uppercase;
    font-family: "Gotham Pro",'Playfair Display', Helvetica, sans-serif;
    font-weight: 100!important;
    line-height: 1.3;
   right: 90px;
}
.rightText1{
    position: absolute;
    width: 34em;
    right: -50px;
    top: 50px;
font-size:13px;
text-align: justify
}
.rightText2{
    position: absolute;
    width: 28em;
    right: -50px;
    top: 160px;
    font-size:13px;
    padding-top: 15px;
    text-align: justify
}
.leftText1,.leftText2,.leftText3{ position: relative!important;
    padding: 10px;
    
    margin-left:auto;
    margin-right:auto;
    font-size:24px;
    text-align: justify
}
.leftText1{
    width:540px;
margin-left:-130px;
font-size:13px;
text-align: justify
}
.leftText2{
    width: 540px;
    margin-left:-15px;
    font-size:13px;
    padding-top: 15px;
    text-align: justify
}
.leftText3{
    width: 540px;
    margin-left:35px;
    font-size:13px;
    padding-top: 25px;
    text-align: justify
}
nav {
    position: absolute !important;
    left: 7em;
    bottom: 5em;
}

nav ul li {
    display:inline-block;
    margin: 15px 45px 15px 0;
    position: relative;
    z-index: 21;
}

nav ul li span {position:absolute;top: -18px;right: 2px;font-weight: bold;font-size: 3.1rem;opacity: .2;color: #fff; z-index: 0;}
nav ul li a{
   
    z-index: 9999;
}
nav p.sub {
    letter-spacing: 0.3em;
    color: #d2d2d2;
    text-transform: capitalize!important;
    font-size: 24px;
}


.social {
    position: absolute;
    top: -15em;
    right: 1em;
}


.s2 .content {
    position: relative;
    top: 5em;
    left: 50%;
    height: 30%;
    transform: translate(-50%,-50%);
}

.s2 .snbr {
    bottom: -37em;
}

.s2 {background: url(../images/bg2.png) no-repeat;background-size: cover;background-position: 0 -6em; }

.s2 h1 {font-size: 2.7em;color: #6f737c;text-transform: uppercase;}

p.text {
    max-width: 44em;
    text-align: justify
}

.inline {display: inline-block; vertical-align: middle;}

.smtext {max-width: 21em;margin-left: 1.6em;padding-top: 1.3em;}
.centre {
    float: left;
    margin-left: 5em;
}
.MoonBoxTitle{
    font-family: 'Gotham Pro';
    font-size: 2em;
    font-weight: bold;
    padding-left: 100px;
}
.imgCOCKTAIL1{
    position: absolute;
    left: -60px;
    top:-60px;
}
.imgCOCKTAIL1 img{
    width: 307px;
    height: 420px;
}
.imgCOCKTAIL2{
    position: absolute;
    right: -460px;
    top:-160px;
}
.imgCOCKTAIL2 img{
    width: 371px;
    height: 488px;
}
.COCKTAILBoxTitle1{
    font-family: 'Gotham Pro';
    font-size: 2em;
    font-weight: bold;
    padding-left: 280px;
}
.COCKTAILBoxTitle2{
    font-family: 'Gotham Pro';
    font-size: 2em;
    font-weight: bold;
    margin-right: -140px;
    text-align: right;
}
.COCKTAILBoxText1{width: 51em;
    padding-left: 280px;
    text-align: justify;
    position: absolute;
    font-size: 13px;
    
}
.COCKTAILBoxText2{width: 24em;
    right:-140px;
    text-align: right;
    position: absolute;
    font-size: 13px;
    
}
.COCKTAILBoxText3{width: 24em;
    right:-140px;
    text-align: justify;
    position: absolute;
    font-size: 13px;
    top: 150px;
    
}
.Boxcocktails1{float:left;margin-right: 50px; margin-top: -25px; position: relative;} 
.Boxcocktails2{float:right;right: 600px; top: 90px; position: absolute;} 
.BoxMoon1{float:left;margin-left: 120px; margin-top: 300px; position: relative;} 
.BoxMoon2{float:left;margin-left: 120px; margin-top: 150px;position: relative;}
.BoxMoon3{float:left;margin-left: 120px; margin-top: 0px;position: relative;}
.moonBoxText1{width: 36em;
    padding-left: 100px;
    text-align: justify;
    position: absolute;
    font-size: 13px;
    
}
.moonBoxText2{width: 40em;
    padding-left: 100px;
    text-align: justify;
    position: absolute;
    font-size: 13px;
    
}
.moonBoxText3{width: 37em;
    padding-left: 100px;
    text-align: justify;
    position: absolute;
    font-size: 13px;
    
}
.imgMoon{
    position: absolute;
    left: -60px;
    top:-60px;
}
.imgMoon img{
    width: 140px;
    height: 140px;
}


#s2 .leftBox {
    padding-left:40px;
}
.leftBox {float:left;margin-right: 10px;}
.leftBox2{float:right;margin-right: 1em;}

.leftBox2 .smtext {text-align: right;letter-spacing: 0.3em;}
.leftBox .smtext {letter-spacing: 0.3em;}

.leftBox2 .sub {text-align: right;margin-top: 4em;margin-right: -0.83em;}

.leftBox2 .text {text-align: right;margin-left: auto;}
div.text {
    max-width: 42em;
    text-align: justify
}
.load.inline.figure {
    width: 10em;
    margin: 0 0 0.7em 0;
}

.s3 {background: url(../images/bg_moon.png);background-size: cover; }

.s3 h1 {font-size: 3em;color: #6f737c;text-transform: uppercase;}

.s3 .leftBox2 {
    float: right;
    margin-right: 30em;
    max-width: 41em;
}

.s3 .leftBox2 .side {
    margin-top: 0
}

img.epice {
    float: right;
    margin-right: 9em;
    width: 25em;
    position: relative;
}

.box {
    max-width: 32em;
    position: relative;
    /* left: 12em; */
}

img.moon {
    position: absolute;
    max-width: 38em;
    top: -7em;
}

.s3 .text.side {max-width: 22em;text-align: left;margin-left: 1em;}

.side {display: inline-block; vertical-align: top; text-align: left;}

.process {
    position: absolute;
    bottom: -7em;
    right: -3em;
    color: #230607
}
.s5 h1 {    font-family: 'Gotham Pro';
    font-size: 7em;
    font-weight: bold;color: #230607}

.s4 {background: #0f1521;background-image: url(../images/bg_astro.png);background-size: cover; background-position: 0;}

.s4 h1 {font-size: 3em;position: relative;z-index: 99;}

.montage {
    margin-top: 2em;
}

.tit {
    display: inline-block;
    vertical-align: top;
    margin-right: 2em;
}

h1.major.m2 {
    margin-top: 3em;
}
.moons2{
    margin-left: -120px;
    margin-right: -40px;
}
.s4 .major {display: inline-block;color: #6f737c;text-transform: uppercase;}

.s4 .hero {position: absolute;}
.astroBoxTitle{
    font-size: 28px;
    font-weight: 500;
}
.astroV{margin-top: 90px;
    position: relative;
    float: left;
    width: 25em;
    margin-left: -20px;
}
.astroV2{margin-top: -50px;
    position: relative;
    float: left;
    width: 25em;
    margin-left: 110px;
}
.astroBox1{
    border-left: 2px solid #fff;
    padding-left: 15px;
    float: left;
    width: 30em;
    font-size: 14px;
    margin-bottom: 30px;
}
.astroBox1 .text,.astroBox2 .text,.astroBox1 .text,.astroBox3 .text,.astroBox4 .text{
    font-size: 12px;
 padding-bottom: 20px;
}
.astroBox2{
    border-left: 2px solid #fff;
    padding-left: 30px;
    float: left;
    width: 30em;
    font-size: 14px;
}
.astroBox3{
    border-left: 2px solid #fff;
    padding-left: 15px;
    float: right;
    width: 30em;
    font-size: 14px;
    margin-bottom: 30px;
}
.astroBox4{
    border-left: 2px solid #fff;
    padding-left: 15px;
    float: right;
    width: 30em;
    font-size: 14px;
}
.cadre, .btl {
    position: absolute;
    width: 25em;
    right: 0;
}

.s4 .leftBox {
    margin-left: 0;
}

.gin {
    position: absolute;
    top: 8em;
    left: 23em;
    z-index: 1;
}

.gin h1 {
    font-size: 5em;
    color: #212941;
}

.subr {text-align: right;}

.subr2 {
    margin-top: 2em;
}

.snbr {
    position: absolute;
    bottom: -21em;
    right: -3em;
}

span.nbr {
    font-size: 15em;
    font-weight: bold;
    color: #230607;
}
div.bigTitleCOCKTAILS{
    font-size: 7em;
    position: absolute;
    bottom: -485px;
    left: -120px;
    font-weight: bold;
    color: #230607;
}
.astroBoxPage .snbr {
    position: absolute;
    bottom: 13em;
    right: -11em;
}
.cocktails2 .snbr {
    bottom: -37em;
}
.s5 .snbr {
    position: absolute;
    top: -4em;
    right: -6em;
}

.bigTitleLeft1{
    opacity: .9;
    font-family: 'Gotham Pro';
    font-size: 6em;
    font-weight: bold;
    color: #230607;
    position: absolute;
    top: -140px;
    left: -170px;
    
}
.bigTitleRight1{
    opacity: .9;
    font-family: 'Gotham Pro';
    font-size: 6em;
    font-weight: bold;
    color: #230607;
    position: absolute;
    top: -140px;
    right: -250px;
    
}
.bigTitleLeft2{
    opacity: .9;
    font-family: 'Gotham Pro';
    font-size: 6em;
    font-weight: bold;
    color: #230607;
    position: absolute;
    top: -35px;
    left: -170px;
    
}
.bigTitleastroBox{
    opacity: .9;
    font-family: 'Gotham Pro';
    font-size: 6em;
    font-weight: bold;
    color: #230607;
    position: absolute;
    bottom: -200px;
    left: -135px;
    
} 
.snbr .sub {
    position: absolute;
    top: 50%;
    right: -1em;
}

.social li {display: block; margin: 1em;}


.mobile {display: none;}
.full {display: block;}

.box .sub {margin-top: 2em;}

.tit .sub {
    margin-left: 0.35em;
}

.tit .subl {
    margin-right: -0.55em;
}





@media screen and (max-width: 1900px) {

}

@media screen and (max-width: 1700px) {


}

@media screen and (max-width: 1600px) {

}


@media screen and (max-width: 1450px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1350px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1250px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1024px) {



}

@media screen and (max-width: 992px) {

    .s1, .s2, .s3, .s4 {
        background-position: 0 0;
    }


    .setup {
        margin: 10em 2em;
        padding: 4em;
    }

    .social {
        position: absolute;
        top: -10em;
        right: 1em;
    }



}  

@media screen and (max-width: 991px) { 

}

@media screen and (max-width: 736px) {

    .setup {
        margin: 5em 0em;
        padding: 2em;
    }
    
    .centre {
    float: left;
    margin-left: 0;
}
    
    .inline {
    display: block;
    vertical-align: middle;
}

    .social {
        position: relative;
        top: 0;
    }

    .social li {display: inline-block; margin: 0;}

    .s1 img.hero {
        position: relative;
    }

    .s1 h1 {font-size: 6em;}

    h1.major.m2 {
        margin-top: 0;
    }
    .gin {position: initial;}

    img.hero.cadre{display:none;}

    span.sep {
        display: block;
        opacity: 0;
    }

    .leftBox2 .sub {
        text-align: left;
        margin-top: 4em;
    }

    .side {
        display: block;
        vertical-align: top;
        text-align: left;
    }

    nav {
        position: initial!important;
        left: 0;
        bottom: 0em;
    }

    nav ul li {
        display: block;
        margin: 15px 45px 15px 0;
        position: relative;
        max-width: 1em;
    }

    .end {
        position: relative;
        width: 40em;
        height: 15em;
    }

    .s1 .content {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        transform: translate(0,0);
    }

    .s1 img.hero {
        position: initial;
        /* right: 10em; */
        /* top: 70%; */
        transform: translate(0%,0%);
        width: 30em;
    }

    .s2 .content {
        position: inherit;
        top: 5em;
        left: 50%;
        height: 30%;
        transform: translate(0%,0%);
    }
    .s2 .content {
        position: inherit;
        top: 5em;
        left: 50%;
        height: 30%;
        transform: translate(0%,0%);
    }
    .leftBox {float:left;margin-left: 0;}
    .leftBox2{float:left;margin-right: 0;}

    .box {
        max-width: 25em;
        position: relative;
        left: 0;
    }


}
nav ul li a {
    font-size:24px;
    font-family: 'Planets Signature Regular';
    letter-spacing: 4px
} 
@media screen and (max-width: 450px) {
  img.hero {
    width:60%!important;
  }
  

   
    a.back{
        display: none;
    }
    ul.pages li span{
        font-weight: bold;
        color: #ffffff;
   
    }
    h1.major {
        padding-top: 25px;
        font-size: 36px!important;
        font-weight: bold
    }
    .box {
        max-width: 24em;
        position: relative;
        left: 0;
    }

  .subr,.subl{
      text-align: left !important;
  }

    p.text {
        max-width: 24em; 
    }

    .leftBox2 .sub {
        text-align: left;
        margin-top: 4em;
    }

    .s3 .text.side {
        max-width: 19em;
        text-align: left;
        margin-left: 0em;
        display: block;
    }

    .leftBox2 .text {
        margin-left: 0;
        text-align: left;
    }

    .leftBox2 .sub {
        text-align: left;
        margin-top: 2em;
        max-width: 11em;
    }
    
    .setup {
    margin: 0em 0em;
    padding: 2em;
}

    .mobile {
    display: block;
    float: left;
    width: 100%;
}
    .full {display: none;}

    .mfig {
        width: 150px;
    }

    p.sub {
        text-transform: uppercase;
        letter-spacing: 0.8em;
        font-size: 0.8rem;
        max-width: 11em;
        color: #ffffff;
    }

    .leftBox2 {
        float: left;
        margin-right: 0;
        width: 30em;
    }
 .s2  p.sub {
    text-transform: uppercase;
    letter-spacing: 0.8em;
    font-size: 0.6rem;
    padding-top: 10px;
    max-width: 100%!important;
    color: #ffffff;
}

h1.major.m2 {
    padding-top: 10px;
}
.cadre, .btl {
    position: absolute;
    width: 25em;
    left: 0;
}
#s1{
    padding-top:100px;
}
.social{
    display: none;
}
.MobilTitle{
 
    visibility: visible; opacity: 1; transform: translate3d(0px, 0px, 0px);
}
.s1 .subTitle{
    font-size: 19px;
    text-transform: uppercase;
    font-family: "Gotham Pro",'Playfair Display', Helvetica, sans-serif;
    font-weight: 100;
    line-height: 1.3;
    margin: -20px 0 1.50rem 0;
}
.s1 img.hero {
    position: relative!important;
    margin-left: 160px;
    width: 305px!important;
    height: 1038px!important;
}
nav {
    margin-top: 15px;
    margin-left: -10px;
    position: relative !important;
    text-align: center
    
}
nav ul li {
   float: left;
    margin: 15px 45px 15px 45px;
    position: relative;
    z-index: 21;
}
nav ul li span {position:absolute;top: -33px;right: -26px;font-weight: bold;font-size: 3.1rem;opacity: .2;color: #fff; z-index: 0;}

nav ul li a{
    font-weight: bold;
    z-index: 9999;
}
.leftmarginli{
    clear: both;
    margin-left: 80px;
}
.s1,.right{
    max-width:450px!important;
}

/* gizle */
.bigTitleLeft1,.bigTitleLeft2,.bigTitleRight1,.process,.snbr{
 display: none;
 visibility: hidden;
    
}
.moonSubTitleRight{
    position: relative!important;
    font-size: 29px;
    text-transform: uppercase;
    font-family: "Gotham Pro",'Playfair Display', Helvetica, sans-serif;
    font-weight: 100!important; 
    margin:10px auto;
    right: 0px;
    left: 10px;
}
.moonSubTitle{ position: relative!important;
    font-size: 29px;
    text-transform: uppercase;
    font-family: "Gotham Pro",'Playfair Display', Helvetica, sans-serif;
    font-weight: 100!important; 
    margin:10px auto;
    right: 0px;
    left: 10px;
}



.leftBox, .leftBox2 { position: relative!important;
    padding-left:0;
    margin-left: 0;
    float: none!important;
}

#s2 .leftBox {
    padding-left: 0;
    height: auto!important;
}
.box {
    max-width: 300px;
    position: relative;
    left: 0;
}
.s3 .leftBox2 {
    float: none;
    margin-right: 0em;
    max-width: 450px;
}
.s2 .content {
 
    height: auto!important;
   
}
.rightText1{
    padding: 10px;
    position: relative;
    width: 300px;
    margin:0 0;
    right: 0;
    top: 0;
font-size:13px;
text-align: justify
}
.rightText2{
    padding: 10px;
    position: relative;
    width: 300px; 
   margin:0 0;
    right: 0;
    top: 0;
    font-size:13px;
    padding-top: 15px;
    text-align: justify
}

.ourmissionmobile{
        position: relative!important;
    font-size: 29px;
    text-transform: uppercase;
    font-family: "Gotham Pro",'Playfair Display', Helvetica, sans-serif;
    font-weight: bold; 
    margin:10px auto;
    right: 0px;
    left: 10px;
}

.MoonBoxTitle{
    font-family: 'Gotham Pro';
    font-size: 24px;
    font-weight: bold;
    padding-left: 0;
}

.moonBoxText1{width: 300px;
    padding-left: 0;
    text-align: justify;
    position: relative;
    font-size: 13px;
    
}
.moonBoxText2{width: 300px;
    padding-left: 0;
    text-align: justify;
    position: relative;
    font-size: 13px;
    
}
.moonBoxText3{width: 300px;
    padding-left: 0;
    text-align: justify;
    position: relative;
    font-size: 13px;
    
}
.imgMoon{
    position: relative;
    left: 0;
    top:0;
}
.imgMoon img{
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
}
.BoxMoon1{float:none;margin-left: 0; margin-top: 10px; position: relative;} 
.BoxMoon2{float:none;margin-left: 0; margin-top: 10px;position: relative;}
.BoxMoon3{float:none;margin-left: 0; margin-top: 10px;position: relative;}

.astroV{margin-top: 0;
    position: relative;
    float: none;
    width: 300px;
    margin-left: 10px;
}
.astroV2{margin-top: 0;
    position: relative;
    float: none;
    width: 300px;
    margin-left: 10px;
}
.astroBox1{
    border-left: 2px solid #fff;
    padding-left: 15px;
    float: none;
    width: 300px;
    font-size: 14px;
    margin-bottom: 30px;
}
.astroBox2{
    border-left: 2px solid #fff;
    padding-left: 30px;
    float: none;
    width: 300px;
    font-size: 14px;
    font-size: 14px;
    margin-bottom: 30px;
}
.astroBox3{
    border-left: 2px solid #fff;
    padding-left: 15px;
    float: none;
    width: 300px;
    font-size: 14px;
    margin-bottom: 30px;
}
.astroBox4{
    border-left: 2px solid #fff;
    padding-left: 15px;
    float: none;
    width: 300px;
    font-size: 14px;
}

.s5 .centerBox{
    width: 320px;
padding: 10px;
    background-color: #000000;
    opacity: .8;
    margin-left:-20px;
    margin-top: 50px;
}
.centerBox p.sub {
    text-transform: uppercase;
    letter-spacing:  normal;
    font-size: 21px;
    max-width: 300px;
    color: #ffffff;
    font-weight: bold
}

.s5 .logokosmos{
    position: relative;
    top: 0;
    right:0;
}


#s6 .s2 .content {
 
    height: auto!important;
   
}


.imgCOCKTAIL1{
    position: relative;
    left: 0;
    top:0;
}
.imgCOCKTAIL1 img{
    width: 137px;
    height: 220px;
}
.imgCOCKTAIL2{
    position: relative;
    right: 0;
    top:0;
}
.imgCOCKTAIL2 img{
    width: 161px;
    height: 220px;
}
.COCKTAILBoxTitle1{
    font-family: 'Gotham Pro';
    font-size: 2em;
    font-weight: bold;
    padding-left: 0;
}
.COCKTAILBoxTitle2{
    font-family: 'Gotham Pro';
    font-size: 2em;
    font-weight: bold;
    margin-right: 0;
    text-align: justify;
}
.COCKTAILBoxText1{width: 300px;
    padding-left: 0;
    text-align: justify;
    position: relative;
    font-size: 13px;
    
}
.COCKTAILBoxText2{width: 300px;
    right:0;
    text-align: justify;
    position: relative;
    font-size: 13px;
    
}
.COCKTAILBoxText3{width: 300px;
    right:0;
    text-align: justify;
    position: relative;
    font-size: 13px;
    top: 0;
    
}
.Boxcocktails1{float:none;margin-right: 0; margin-top: 15px; position: relative;} 
.Boxcocktails2{float:none;right: 0; top: 15px; position: relative;} 

 

body{
    overflow-x: hidden!important;;
}

}

.right{
    max-width:1920px!important;
}
 
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {

    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #3e8e41;}

  .moonSubTitle strong{ 
      font-weight: 900;
  } .moonSubTitleRight strong{ 
    font-weight: 900;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 30%;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    max-width: 600px;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
 
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 30%;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    max-width: 640px;
    max-height: 640px;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content2, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .closeImage {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .closeImage:hover,
  .closeImage:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content2 {
      width: 100%;
    }
  }
 