@import url(bootstrap.min.css);
@import url(animate.css);
@import url(vegas.css);
@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");

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,
main {
    display: block
}

body {
    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 {
    background: #20232D;
    font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.5em;
    position: absolute;
    height: 100%
}

.scroll-touch {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

body,
html {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    width: 100%
}

body,
input,
select,
textarea {
    -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all .2s cubic-bezier(0.42, 0, 0.58, 1)
}

a {
    -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

a:hover {
    color: #00af94;
    text-decoration: none !important;
    outline: none !important
}

a:active,
a:focus {
    outline: none !important;
    text-decoration: none !important;
    color: #fff
}

button {
    -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
    cursor: pointer
}

button:hover,
button:active,
button:focus {
    outline: none !important;
    text-decoration: none !important;
    color: #2B2D35
}

strong,
b {
    font-weight: 700
}

em,
i {
    font-style: italic
}

p {
    margin: 0;
    font-size: 1em;
    line-height: 1.6em;
    color: #fff;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 400;
    line-height: 1.3em
}

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

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: inherit
}

h1 {
    font-size: 40px;
    font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 700
}

h2 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 30px
}

h3 {
    font-size: 30px;
    margin-bottom: 25px
}

h4 {
    font-size: 25px;
    margin-bottom: 25px
}

h5 {
    font-size: 20px;
    margin-bottom: 25px
}

h6 {
    font-size: 15px;
    margin-bottom: 25px
}

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

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

.clear {
    clear: both
}

.display-none {
    display: none !important
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.no-margin-bottom {
    margin-bottom: 0
}

.opacity-0 {
    opacity: 0 !important;
    visibility: hidden !important
}

.opacity-03 {
    opacity: 0.3 !important
}

.opacity-1 {
    opacity: 1 !important;
    visibility: visible !important
}

.index-999 {
    z-index: -999 !important
}

.light-btn {
    background: transparent;
    font-weight: 600;
    padding: 0.7em 2em;
    color: #fff;
    margin-right: 10px;
    border: 2px solid #fff;
    display: block;
    float: left
}

.light-btn:hover {
    background: #fff;
    color: #2B2D35;
    border-color: #fff
}

.action-btn {
    background: #00c8aa;
    font-weight: 600;
    padding: 0.7em 2em;
    color: #fff;
    border: 2px solid #00c8aa;
    display: block;
    float: left
}

.action-btn:hover {
    background: #fff;
    color: #2B2D35;
    border-color: #fff
}

.global-overlay {
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100%;
    overflow: visible;
    width: 100%;
    opacity: 0
}

.overlay {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: -50%;
    background: rgba(32, 35, 45, 0.8);
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    border-right: 1px solid #15171e
}

.overlay.skew-part {
    -webkit-transform: skew(-25deg, 0deg);
    -moz-transform: skew(-25deg, 0deg);
    -ms-transform: skew(-25deg, 0deg);
    -o-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg)
}

#left-side {
    position: fixed;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all .3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all .3s cubic-bezier(0, 0, 0.58, 1);
    transition: all .3s cubic-bezier(0, 0, 0.58, 1)
}

#left-side .content {
    position: absolute;
    z-index: 0;
    left: 0;
    padding: 0;
    top: 50vh;
    width: 100%;
    padding: 0 10%;
    -webkit-transition: all .3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all .3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all .3s cubic-bezier(0, 0, 0.58, 1);
    transition: all .3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible
}

.mCSB_scrollTools {
    position: absolute;
    width: 5px;
    height: auto;
    left: auto;
    top: 0;
    right: -5px;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .5s cubic-bezier(0.7, 0, 0.3, 1)
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    height: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #757a86;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 5px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: center
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #00c8aa
}

.mCSB_scrollTools-left {
    right: 50% !important
}

#block-answer {
    min-height: 60px;
    margin-top: 1em;
    text-align: center;
    color: #757A86
}

#cloud-animation {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    position: fixed
}

#cloud-animation img {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute
}

@-webkit-keyframes animCloud {
    from {
        -webkit-transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%)
    }
}

@-moz-keyframes animCloud {
    from {
        -moz-transform: translateX(100%)
    }

    to {
        -moz-transform: translateX(-100%)
    }
}

@keyframes animCloud {
    from {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

#cloud1 {
    -webkit-animation: animCloud 25s infinite linear;
    -moz-animation: animCloud 25s infinite linear;
    animation: animCloud 25s infinite linear
}

#cloud2 {
    -webkit-animation: animCloud 35s infinite linear;
    -moz-animation: animCloud 35s infinite linear;
    animation: animCloud 35s infinite linear
}

#cloud3 {
    -webkit-animation: animCloud 45s infinite linear;
    -moz-animation: animCloud 45s infinite linear;
    animation: animCloud 45s infinite linear
}

#cloud4 {
    -webkit-animation: animCloud 55s infinite linear;
    -moz-animation: animCloud 55s infinite linear;
    animation: animCloud 55s infinite linear
}

.mbYTP_wrapper {
    width: 100vw !important;
    min-width: 0 !important;
    left: 0 !important
}

.ytb-overlay {
    background: rgba(32, 35, 45, 0.6)
}

.light-overlay {
    background: rgba(32, 35, 45, 0.5) !important
}

.no-background {
    background: none !important
}

#gradient {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    padding: 0px;
    margin: 0px
}

#constellationel {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute
}

#fss-part {
    background: transparent !important
}

#container {
    height: 100%;
    position: absolute;
    width: 70%;
    left: 30%
}

.back-fss {
    height: 100%;
    position: absolute;
    width: 100%
}

.back-fss canvas {
    width: 100% !important;
}

#dotty {
    position: fixed;
    top: 0;
    left: 0
}

#xmas {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

#rainy {
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

#starfield {
    position: fixed !important
}

#bubble {
    background: #20232D;
    background-image: url(../img/bubble-pattern.png);
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden
}

#fireworks {
    background: transparent;
    position: fixed;
    top: 0;
    left: 50%;
    overflow: hidden
}

#wavybg-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

#wavybg-wrapper canvas {
    width: 100%;
    height: 100%
}

#square-canvas {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#stars_effect {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

body.smooth-bubbles {
    background: #23224E
}

canvas {
    position: fixed;
    top: 0;
    left: 0
}

canvas#canvasbg {
    background: transparent
}

#flash {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    padding: 0px;
    margin: 0px
}

.wrap {
    position: fixed;
    z-index: -30;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    margin: auto;
    background-image: -webkit-linear-gradient(296deg, #EF106D 0%, #FFD800 100%);
    background-image: linear-gradient(-206deg, #EF106D 0%, #FFD800 100%)
}

.wrap-2 {
    position: fixed;
    z-index: -30;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    margin: auto;
    background-image: -webkit-linear-gradient(296deg, #C05DFF 0%, #2B2D35 100%);
    background-image: linear-gradient(-206deg, #C05DFF 0%, #2B2D35 100%)
}

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

.pswp__bg {
    background: #20232D
}

.pswp__caption h4 {
    margin-bottom: 10px !important
}

@media only screen and (max-width: 1024px) {
    .overlay {
        left: 0;
        width: 100%;
        height: 100%
    }

    .overlay.skew-part {
        -webkit-transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg)
    }

    #container {
        height: 100%;
        position: absolute;
        width: 100%;
        left: 0
    }

    #stars,
    #stars2,
    #stars3 {
        margin-left: 0 !important
    }

    .brand-logo {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 25px 0
    }

    .light-btn {
        padding: 0.7em 0;
        margin-right: 0;
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
        max-width: 50%
    }

    .action-btn {
        padding: 0.7em 0;
        float: none;
        margin: 0 auto;
        max-width: 50%
    }

    #left-side {
        position: relative;
        width: 100%;
        height: auto;
        padding: 100px 0 150px
    }

    #left-side .content {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        text-align: center
    }

    .social-icons {
        left: 0;
        bottom: 0;
        margin-left: 0;
        margin-bottom: 0
    }

    #right-side {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
        width: 100%
    }

    #right-side.hide-right {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    #close-more-info {
        display: none
    }

    .mCSB_scrollTools {
        right: 0
    }

    .mCSB_scrollTools-left {
        right: 0 !important
    }
}

@media only screen and (max-width: 768px) {
    .light-btn {
        max-width: 70%;
        min-width: 60%
    }

    .action-btn {
        max-width: 70%;
        min-width: 60%
    }

    .photo-line figure {
        padding: 0;
        margin: 0 0 20px !important;
        width: 100% !important;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2)
    }

    .info-contact .item-map:first-child {
        padding-left: 0
    }

    .info-contact .item-map:last-child {
        padding-right: 0
    }

    .dialog__content {
        width: 80%;
        max-width: 80%;
        min-width: 75%
    }

    .dialog .dialog-inner {
        padding: 40px 20px 90px;
        overflow: hidden
    }
}

@media only screen and (max-width: 480px) {
    #left-side {
        padding: 50px 0 100px
    }

    #left-side .content {
        padding: 0 3%
    }

    #left-side.minimal-phone {
        height: 100vh
    }

    h1.text-intro {
        font-size: 30px
    }

    h2.text-intro {
        font-size: 18px
    }

    .light-btn {
        max-width: 80%;
        min-width: 70%
    }

    .action-btn {
        max-width: 80%;
        min-width: 70%
    }

    .dialog__content {
        width: 95%;
        max-width: 95%;
        min-width: 75%
    }

    .dialog .close-newsletter {
        top: 2px;
        right: 5px
    }

    .dialog .dialog-inner {
        padding: 40px 20px 50px
    }

    .dialog .dialog-inner h4 {
        font-size: 25px;
        margin-bottom: 20px
    }

    #subscribe .block-message {
        padding: 5px 2px
    }

    #subscribe p.notify-valid {
        font-size: 12px
    }
}

@media screen and (max-device-width: 667px) and (orientation: landscape) {
    #left-side {
        padding: 50px 0 100px
    }

    h1.text-intro {
        font-size: 30px
    }

    h2.text-intro {
        font-size: 18px
    }

    .dialog__content {
        width: 100%;
        max-width: 100%;
        min-width: 75%
    }

    .dialog .close-newsletter {
        top: 2px;
        right: 5px
    }

    .dialog .dialog-inner {
        padding: 40px 20px 50px
    }

    .dialog .dialog-inner h4 {
        font-size: 25px;
        margin-bottom: 5px
    }

    #subscribe #notifyMe {
        margin-top: 10px
    }

    #subscribe #notifyMe .form-group .form-control {
        width: 70%;
        margin: 0;
        float: left
    }

    #subscribe #notifyMe .form-group button.submit {
        width: 30%;
        margin: 0;
        float: left
    }

    #subscribe .block-message {
        padding: 5px 2px
    }

    #subscribe p.notify-valid {
        font-size: 12px
    }
}