@import  "font-awesome.min.css";

@import  "ionicons.min.css";

@import  "bootstrap.min.css";

@import  "animate.css";

@import  "photoswipe.css";

@import  "default-skin/default-skin.css";

@import  "jquery.mCustomScrollbar.css";

@import  "vegas.css";

@import  "http://fonts.googleapis.com/css?family=Montserrat:400,700";

@import  "http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700";

@import  "https://fonts.googleapis.com/css?family=Raleway:400,200,600";

@import  "https://fonts.googleapis.com/css?family=Pacifico";

/* * LEGEND - Iconic Coming Soon Template
*
* This is a premium product available exclusively at this address http://themeforest.net/user/madeon08/portfolio
*
* This file is minified/crypted only for the demo, you will find an expanded, commented and accurate file in your download pack.
*
* Thanks for your support!
*
* */
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;
}

#loading {
    width: 100vw;
    height: 100vh;
    background: #20232D;
    position: fixed;
    z-index: 999;
}

#loading #preloader {
    position: relative;
    width: 100%;
    height: 80px;
    top: calc(50% - 50px);
    text-align: center;
    margin: 0 auto;
}

#loading #preloader:after {
    content: "Legend is loading";
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #4d515f;
    letter-spacing: 1px;
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    top: 90px;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    text-align: center;
}

#loading #preloader span {
    position: absolute;
    border: 4px solid #0fe0ba;
    border-radius: 100%;
}

#loading #preloader span:nth-child(1) {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    -webkit-animation: spin-1 1s infinite cubic-bezier(0.645,0.045,0.355,1);
    -moz-animation: spin-1 1s infinite cubic-bezier(0.645,0.045,0.355,1);
    animation: spin-1 1s infinite cubic-bezier(0.645,0.045,0.355,1);
}

#loading #preloader span:nth-child(2) {
    top: 20px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    -webkit-animation: spin-2 1s infinite cubic-bezier(0.645,0.045,0.355,1);
    -moz-animation: spin-2 1s infinite cubic-bezier(0.645,0.045,0.355,1);
    animation: spin-2 1s infinite cubic-bezier(0.645,0.045,0.355,1);
}

@-webkit-keyframes spin-1 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes spin-1 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spin-1 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spin-2 {
    0% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .3;
    }
}

@-moz-keyframes spin-2 {
    0% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .3;
    }
}

@keyframes spin-2 {
    0% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .3;
    }
}

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%;
    margin-top: 10vh;
}

.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: #0dc8a6;
    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;
    font-family: Raleway,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
}

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: 60px;
    font-weight: 400;
}

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: .8em;
    position: relative;
    top: .5em;
}

sup {
    font-size: .8em;
    position: relative;
    top: -.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: .3 !important;
}

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

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

.tooltip.top .tooltip-arrow {
    border-top-color: #2B2D35;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #2B2D35;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2B2D35;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #2B2D35;
}

.tooltip .tooltip-inner {
    background: #2B2D35;
    color: #0fe0ba;
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    font-weight: 400;
}

::-moz-selection {
    color: #fff;
    background-color: #0fe0ba;
}

::selection {
    color: #fff;
    background-color: #0fe0ba;
}

.light-btn {
    background: transparent;
    font-weight: 600;
    padding: .7em 2em;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid rgba(255,255,255,0.4);
}

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

.action-btn {
    background: #0fe0ba;
    font-weight: 600;
    padding: .7em 2em;
    color: #fff;
    display: inline-block;
    border: 1px solid #0fe0ba;
}

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

.global-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: visible;
    width: 100%;
    z-index: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s cubic-bezier(0.645,0.045,0.355,1);
    -moz-transition: all .5s cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all .5s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all .5s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .5s cubic-bezier(0.645,0.045,0.355,1);
}

.global-overlay.hide-overlay {
    opacity: .4 !important;
}

.global-overlay .overlay {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 3s cubic-bezier(0.215,0.61,0.355,1);
    -moz-transition: all 3s cubic-bezier(0.215,0.61,0.355,1);
    -ms-transition: all 3s cubic-bezier(0.215,0.61,0.355,1);
    -o-transition: all 3s cubic-bezier(0.215,0.61,0.355,1);
    transition: all 3s cubic-bezier(0.215,0.61,0.355,1);
    border-right: 1px solid #15171e;
}

.global-overlay .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);
}

.global-overlay .overlay .overlay-dash {
    background: url(../img/overlay.svg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
}

.brand-logo {
    position: relative;
    max-width: 120px;
    margin: auto;
    margin-bottom: 10px;
}

.polyfy-title {
    padding: 0 0 0 0;
    margin-left: 0px;
    color: #fff;
    text-transform: none;
    font-family: Pacifico,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
}

.text-countdown {
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    font-size: 40px;
}

.text-countdown #getting-started {
    display: inline-block;
}

.text-countdown #getting-started .second-timer {
    min-width: 70px;
    text-align: left !important;
    display: inline-block;
}

#home-wrap {
    position: fixed;
    background: transparent;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    z-index: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .6s cubic-bezier(0.645,0.045,0.355,1);
    -moz-transition: all .6s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .6s cubic-bezier(0.645,0.045,0.355,1);
}

#home-wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgba(32,35,45,0.8);
    z-index: 0;
    outline: none;
}

#home-wrap.hide-left {
    width: calc(50% - 50px) !important;
}

#home-wrap .content {
    position: absolute;
    z-index: 0;
    left: 0;
    padding: 0;
    top: 50vh;
    width: 100%;
    padding: 0 5%;
    -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: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible;
}

#home-wrap .content p {
    font-weight: 400;
    line-height: 1.4em;
    font-family: Raleway,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 30px;
}

#info-wrap {
    background: #fff;
    overflow: auto;
    color: #000;
    margin: 0;
    z-index: 15;
    position: relative;
    width: 50%;
    min-height: 100vh;
    left: 100vw;
    opacity: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .6s cubic-bezier(0.645,0.045,0.355,1);
    -moz-transition: all .6s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .6s cubic-bezier(0.645,0.045,0.355,1);
}

#info-wrap h1,#info-wrap h2,#info-wrap h3,#info-wrap h4,#info-wrap h5,#info-wrap h6 {
    color: #000;
    font-size: 50px;
}

#info-wrap p {
    color: #747c83;
}

#info-wrap.show-info {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    opacity: 1;
}

#info-wrap .center-text {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#info-wrap .content {
    width: 100%;
    padding: 8% 10% 0;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible;
}

#info-wrap .content h1,#info-wrap .content h2,#info-wrap .content h3,#info-wrap .content h4,#info-wrap .content h5,#info-wrap .content h6 {
    color: #757A86;
}

#info-wrap .content h3 {
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

#info-wrap .content span.separator {
    display: block;
    height: 2px;
    background: #fff;
    width: 100%;
    margin: 50px 0 60px;
}

#info-wrap .content p {
    color: #747c83;
}

#info-wrap h1,#info-wrap h2,#info-wrap h3,#info-wrap h4,#info-wrap h5,#info-wrap h6 {
    font-weight: 600;
}

#info-wrap h1.darky,#info-wrap h2.darky,#info-wrap h3.darky,#info-wrap h4.darky,#info-wrap h5.darky,#info-wrap h6.darky {
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
}

#info-wrap h1.lighty,#info-wrap h2.lighty,#info-wrap h3.lighty,#info-wrap h4.lighty,#info-wrap h5.lighty,#info-wrap h6.lighty {
    color: #F7F7F7;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
}

#info-wrap p {
    color: #747c83;
}

#info-wrap .hero {
    position: relative;
    background-color: #fff;
    height: 25vh;
    display: table;
    width: 100% !important;
    padding: 8% 10%;
    text-align: center;
}

#info-wrap .dark-hero {
    position: relative;
    background-color: #20232D;
    height: 25vh;
    display: table;
    width: 100% !important;
    padding: 8% 10%;
    text-align: center;
}

#info-wrap .dark-hero:after {
    z-index: 5;
    position: absolute;
    top: 98.1%;
    left: 50%;
    margin-left: -50px;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 50px #20232D;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

#info-wrap .content {
    padding: 0;
}

#info-wrap .content-form {
    padding: 8% 10%;
    background: #f2f3f7;
}

#info-wrap .no-padding-bottom {
    padding-bottom: 0;
}

#info-wrap .center-text {
    vertical-align: middle;
    display: table-cell;
}

#info-wrap .photo-line figure {
    padding: 0;
    margin: 0;
    width: 50%;
    -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);
    background: #000;
}

#info-wrap .photo-line figure.clear-second {
    clear: both;
}

#info-wrap .photo-line figure a.box-picture {
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    background: #20232D;
}

#info-wrap .photo-line figure a.box-picture img {
    opacity: .6;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#info-wrap .photo-line figure a.box-picture .text-center {
    bottom: 50%;
    line-height: 1;
    height: auto;
    width: 100%;
    text-align: center;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all .3s cubic-bezier(0.42,0,0.58,1);
    -moz-transition: all .3s cubic-bezier(0.42,0,0.58,1);
    -ms-transition: all .3s cubic-bezier(0.42,0,0.58,1);
    -o-transition: all .3s cubic-bezier(0.42,0,0.58,1);
    transition: all .3s cubic-bezier(0.42,0,0.58,1);
}

#info-wrap .photo-line figure a.box-picture .text-center h4 {
    color: #fff;
    font-family: Raleway,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 2px;
}

#info-wrap .photo-line figure a.box-picture .text-center p {
    color: #F7F7F7;
    font-weight: 600;
    font-size: .8em;
}

#info-wrap .photo-line figure a.box-picture:hover {
    background: #20232D;
}

#info-wrap .photo-line figure a.box-picture:hover img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#info-wrap .photo-line figure a.box-picture:hover p {
    opacity: 1;
}

#info-wrap .photo-line figure img {
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(0.42,0,0.58,1);
    -moz-transition: all .3s cubic-bezier(0.42,0,0.58,1);
    -ms-transition: all .3s cubic-bezier(0.42,0,0.58,1);
    -o-transition: all .3s cubic-bezier(0.42,0,0.58,1);
    transition: all .3s cubic-bezier(0.42,0,0.58,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s cubic-bezier(0.215,0.61,0.355,1);
    -moz-transition: all .6s cubic-bezier(0.215,0.61,0.355,1);
    -ms-transition: all .6s cubic-bezier(0.215,0.61,0.355,1);
    -o-transition: all .6s cubic-bezier(0.215,0.61,0.355,1);
    transition: all .6s cubic-bezier(0.215,0.61,0.355,1);
}

#info-wrap .photo-line figure figcaption {
    display: none;
}

#info-wrap .photo-line figure .photo-details {
    background: #fff;
    padding: 1em;
    text-align: left;
    color: #747c83;
}

#info-wrap .photo-line figure .photo-details h4 {
    font-weight: 800;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-size: .8em;
    opacity: 1;
    color: #747c83;
}

#info-wrap .photo-line figure .photo-details span.border {
    display: block;
    height: 2px;
    background: #0fe0ba;
    width: 10%;
    margin: .8em 0 1em;
}

#info-wrap .photo-line figure .photo-details p {
    font-size: .9em;
    color: #999;
    font-weight: 500;
    line-height: 1.2;
}

.command-info-wrap {
    position: fixed;
    top: 0;
    left: 100vw;
    opacity: 0;
    z-index: 5;
    color: #fff;
    padding: 0;
    background: #2B2D35;
    width: 50%;
    height: 100vh;
    border: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .6s cubic-bezier(0.645,0.045,0.355,1);
    -moz-transition: all .6s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .6s cubic-bezier(0.645,0.045,0.355,1);
}

.command-info-wrap.show-command {
    -webkit-transform: translate3d(calc(-100% - 50px),0,0);
    -moz-transform: translate3d(calc(-100% - 50px),0,0);
    -o-transform: translate3d(calc(-100% - 50px),0,0);
    -ms-transform: translate3d(calc(-100% - 50px),0,0);
    transform: translate3d(calc(-100% - 50px),0,0);
    opacity: 1 !important;
}

.command-info-wrap button.to-close {
    background: #2B2D35;
    font-size: 1.5em;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 50px;
    height: 100%;
    line-height: 100%;
    text-align: center;
    -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);
}

.command-info-wrap button.to-close i {
    -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);
}

.command-info-wrap button.to-close:hover {
    background: #22232a;
    color: #fff;
}

.command-info-wrap button.to-close:hover i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.command-info-wrap .to-scroll {
    background: transparent;
    font-size: 1.5em;
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    -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);
}

.command-info-wrap .to-scroll:hover {
    color: #fff;
}

.command-info-wrap .to-scroll.hide-scroll {
    bottom: -50px !important;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateY(0px);
    }

    50% {
        -moz-transform: translateY(10px);
    }

    100% {
        -moz-transform: translateY(0px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.scroll-down {
    display: inline-block;
    content: "";
    -webkit-animation: scroll 1.3s ease-out infinite forwards;
    -moz-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;
}

.widget-angle-top-right {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    padding: 0;
    color: #0fe0ba;
    font-size: 1em;
    border-top: 50px solid #2B2D35;
    border-left: 50px solid transparent;
}

.widget-angle-top-right span.icon-text {
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    font-weight: 700;
    position: absolute;
    top: -47px;
    left: -22px;
}

.widget-angle-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    border: none;
    padding: 0;
    color: #0fe0ba;
    font-size: 1em;
    border-bottom: 50px solid #2B2D35;
    border-left: 50px solid transparent;
}

.widget-angle-bottom-right span.icon-text {
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    font-weight: 700;
    position: absolute;
    top: 23px;
    left: -22px;
}

.widget-angle-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    border: none;
    padding: 0;
    color: #0fe0ba;
    font-size: 1em;
    border-bottom: 50px solid #2B2D35;
    border-right: 50px solid transparent;
}

.widget-angle-bottom-left span.icon-text {
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    font-weight: 700;
    position: absolute;
    top: 23px;
    left: 7px;
}

.widget-angle-top-left {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    padding: 0;
    color: #0fe0ba;
    font-size: 1em;
    border-top: 50px solid #2B2D35;
    border-right: 50px solid transparent;
}

.widget-angle-top-left span.icon-text {
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    font-weight: 700;
    position: absolute;
    top: -47px;
    left: 7px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 5px;
    height: auto;
    left: auto;
    top: 0;
    right: -5px;
    bottom: 0;
    z-index: 25;
    -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: #0fe0ba;
}

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

.dialog,.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dialog {
    position: fixed;
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    pointer-events: none;
}

.dialog__overlay {
    position: absolute;
    z-index: 1;
    background: rgba(31,34,46,0.9);
    opacity: 0;
    transition: opacity .3s;
}

.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto;
}

.dialog__content {
    width: 50%;
    max-width: 500px;
    min-width: 290px;
    background: transparent;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
    overflow: hidden;
    background: url(../img/background-newsletter.jpg) center;
    background-size: cover;
    border: 10px solid #2B2D35;
    -webkit-transition: all 3s cubic-bezier(0.645,0.045,0.355,1);
    -moz-transition: all 3s cubic-bezier(0.645,0.045,0.355,1);
    transition: all 3s cubic-bezier(0.645,0.045,0.355,1);
}

.dialog__content::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #0fe0ba;
    background: rgba(32,35,45,0.8);
}

.dialog--open .dialog__content {
    pointer-events: auto;
}

.dialog .close-newsletter {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    opacity: .5;
}

.dialog .close-newsletter:hover {
    opacity: 1;
}

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

.dialog .dialog-inner::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dialog .dialog-inner h4 {
    color: #fff;
    font-size: 40px;
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    font-weight: 700;
}

.dialog .dialog-inner p {
    color: #f2f3f7;
    font-size: 16px;
}

#subscribe p {
    font-weight: 400;
}

#subscribe #notifyMe {
    max-width: 450px;
    margin: auto;
    margin-top: 2em;
}

#subscribe #notifyMe .form-group {
    margin-bottom: 1em;
}

#subscribe #notifyMe .form-group .fa {
    color: #757A86;
    position: absolute;
    text-align: center;
    top: 15px;
    left: 15px;
}

#subscribe #notifyMe .form-group .form-control {
    text-align: center;
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    font-weight: 600;
    outline: medium none;
    padding: 0 1em;
    width: 100%;
    margin: auto;
    color: #000;
    -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);
}

#subscribe #notifyMe .form-group .form-control:hover,#subscribe #notifyMe .form-group .form-control:focus {
    box-shadow: none;
}

#subscribe #notifyMe .form-group .form-control::-webkit-input-placeholder {
    color: #747c83 !important;
}

#subscribe #notifyMe .form-group .form-control::-moz-placeholder {
    color: #747c83 !important;
}

#subscribe #notifyMe .form-group .form-control:-moz-placeholder {
    color: #747c83 !important;
}

#subscribe #notifyMe .form-group .form-control:-ms-input-placeholder {
    color: #747c83 !important;
}

#subscribe #notifyMe .form-group button.submit {
    border: 2px solid #0fe0ba;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-family: "Open Sans","Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    background: #0fe0ba;
    color: #fff;
    height: 50px;
    padding: 1em 0;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    width: 70%;
    margin: 20px auto 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);
}

#subscribe #notifyMe .form-group button.submit:hover {
    background: #0dc8a6;
    color: #fff;
}

#subscribe .block-message {
    min-height: 50px;
    position: absolute;
    bottom: -100px;
    width: 100%;
    left: 0;
    padding: 15px;
    background: transparent;
    -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);
}

#subscribe .block-message.show-block-error {
    bottom: 0;
    background: #FF1D4D;
}

#subscribe .block-message.show-block-valid {
    bottom: 0;
    background: #27AE60;
}

#subscribe p.notify-valid {
    color: #fff;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
}

.dialog__overlay {
    -webkit-transition: all .3s cubic-bezier(0.645,0.045,0.355,1);
    -moz-transition: all .3s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .3s cubic-bezier(0.645,0.045,0.355,1);
}

.dialog.dialog--open .dialog__content,.dialog.dialog--close .dialog__content {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    -moz-animation-name: anim-open;
    animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    -moz-animation-name: anim-close;
    animation-name: anim-close;
}

@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        -moz-transform: translate3d(0,50px,0);
        -o-transform: translate3d(0,50px,0);
        -ms-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }

    100% {
        opacity: 1;
        -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);
    }
}

@-moz-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        -moz-transform: translate3d(0,50px,0);
        -o-transform: translate3d(0,50px,0);
        -ms-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }

    100% {
        opacity: 1;
        -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);
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        -moz-transform: translate3d(0,50px,0);
        -o-transform: translate3d(0,50px,0);
        -ms-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }

    100% {
        opacity: 1;
        -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);
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
        -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);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        -moz-transform: translate3d(0,50px,0);
        -o-transform: translate3d(0,50px,0);
        -ms-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }
}

@-moz-keyframes anim-close {
    0% {
        opacity: 1;
        -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);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        -moz-transform: translate3d(0,50px,0);
        -o-transform: translate3d(0,50px,0);
        -ms-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }
}

@keyframes anim-close {
    0% {
        opacity: 1;
        -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);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        -moz-transform: translate3d(0,50px,0);
        -o-transform: translate3d(0,50px,0);
        -ms-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }
}

.info-contact {
    margin-bottom: 0;
}

.info-contact .item-map {
    padding: 0;
}

.info-contact .item-map:first-child {
    padding-left: 15px;
}

.info-contact .item-map:last-child {
    padding-right: 15px;
}

.info-contact .item-map .contact-item {
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
}

.info-contact .item-map .contact-item i {
    color: #0fe0ba;
    font-size: 2em;
}

.info-contact .item-map .contact-item a {
    font-weight: 600;
    color: #757A86;
}

.info-contact .item-map .contact-item a:hover {
    color: #0fe0ba;
}

#contact-form .form-control {
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    outline: medium none;
    height: 40px;
    width: 100%;
    color: #000;
    -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);
    text-align: left;
}

#contact-form .form-control:hover,#contact-form .form-control:focus {
    box-shadow: none;
}

#contact-form .form-control::-webkit-input-placeholder {
    color: #747c83 !important;
}

#contact-form .form-control::-moz-placeholder {
    color: #747c83 !important;
}

#contact-form .form-control:-moz-placeholder {
    color: #747c83 !important;
}

#contact-form .form-control:-ms-input-placeholder {
    color: #747c83 !important;
}

#contact-form textarea.form-control {
    min-height: 150px;
}

#contact-form button#valid-form {
    font-weight: 400;
    padding: 1em 2em;
    font-size: 1em;
    display: block;
    margin: 0 auto;
    background: #0fe0ba;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    width: 100%;
    line-height: 10px;
}

#contact-form button#valid-form:hover {
    background: #0dc8a6;
    color: #fff;
}

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

.success-message,.error-message {
    color: #757A86;
}

.success-message p,.error-message p {
    color: #757A86 !important;
}

.success-message .ion-checkmark-round,.error-message .ion-checkmark-round {
    color: #27AE60;
}

.error-message .ion-close-round {
    color: #FF1D4D;
}

.social-icons {
    position: absolute;
    left: 0;
    bottom: 5%;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .7s cubic-bezier(0.42,0,0.58,1);
    -moz-transition: all .7s cubic-bezier(0.42,0,0.58,1);
    -ms-transition: all .7s cubic-bezier(0.42,0,0.58,1);
    -o-transition: all .7s cubic-bezier(0.42,0,0.58,1);
    transition: all .7s cubic-bezier(0.42,0,0.58,1);
}

.social-icons i {
    color: #fff;
    -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);
}

.social-icons a {
    color: #fff;
    <!-- width: 40px; -->
    line-height: 40px;
    letter-spacing: 0;
    background: transparent;
    font-size: 1em;
    font-weight: bold;
    height: 0px;
    display: inline-block;
    text-align: center;
    margin-right: 2px;
    border: none;
    -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);
}

.social-icons a:hover {
    color: #0fe0ba;
    background: transparent;
}

.social-icons a:hover i {
    color: #0fe0ba;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

footer {
    padding: 10px 0;
    background: transparent;
    text-align: center;
}

footer p {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #757A86;
}

#stars {
    width: 1px;
    height: 1px;
    margin-left: 0;
    background: transparent;
    box-shadow: 110px 1720px #FFF ,1502px 803px #FFF ,2239px 2116px #FFF ,424px 1447px #FFF ,2065px 1413px #FFF ,634px 951px #FFF ,1694px 1868px #FFF ,1041px 1726px #FFF ,936px 811px #FFF ,2491px 12px #FFF ,64px 1049px #FFF ,781px 1496px #FFF ,1983px 2219px #FFF ,214px 185px #FFF ,2374px 2327px #FFF ,527px 571px #FFF ,1182px 1629px #FFF ,414px 1775px #FFF ,581px 282px #FFF ,1733px 1293px #FFF ,407px 113px #FFF ,1399px 1761px #FFF ,1199px 2200px #FFF ,899px 15px #FFF ,2128px 1033px #FFF ,1918px 1927px #FFF ,2289px 1882px #FFF ,1291px 825px #FFF ,882px 1128px #FFF ,209px 1248px #FFF ,1837px 118px #FFF ,384px 2404px #FFF ,2209px 1755px #FFF ,68px 1821px #FFF ,929px 490px #FFF ,2135px 2181px #FFF ,1998px 906px #FFF ,1932px 1786px #FFF ,959px 1284px #FFF ,2281px 2025px #FFF ,372px 363px #FFF ,2469px 1612px #FFF ,450px 324px #FFF ,1821px 2313px #FFF ,1400px 946px #FFF ,1507px 1521px #FFF ,503px 670px #FFF ,587px 1437px #FFF ,146px 452px #FFF ,926px 349px #FFF ,656px 59px #FFF ,1572px 609px #FFF ,1130px 139px #FFF ,1074px 530px #FFF ,637px 1612px #FFF ,2421px 1446px #FFF ,1630px 400px #FFF ,142px 1122px #FFF ,1892px 1919px #FFF ,851px 1588px #FFF ,2297px 656px #FFF ,1863px 1853px #FFF ,2279px 368px #FFF ,652px 1997px #FFF ,370px 169px #FFF ,1116px 1977px #FFF ,2368px 108px #FFF ,1080px 877px #FFF ,819px 956px #FFF ,2212px 1476px #FFF ,2176px 22px #FFF ,376px 786px #FFF ,4px 1212px #FFF ,2464px 2029px #FFF ,1536px 457px #FFF ,513px 1888px #FFF ,409px 331px #FFF ,330px 684px #FFF ,336px 1836px #FFF ,704px 298px #FFF ,4px 2320px #FFF ,2039px 385px #FFF ,1310px 1008px #FFF ,408px 1872px #FFF ,811px 901px #FFF ,849px 963px #FFF ,2144px 829px #FFF ,1961px 507px #FFF ,731px 566px #FFF ,938px 946px #FFF ,140px 27px #FFF ,829px 1061px #FFF ,1763px 638px #FFF ,1650px 709px #FFF ,743px 1308px #FFF ,932px 2454px #FFF ,293px 2344px #FFF ,1116px 1633px #FFF ,2081px 1061px #FFF ,302px 1182px #FFF ,1269px 381px #FFF ,1403px 585px #FFF ,1272px 713px #FFF ,2058px 635px #FFF ,91px 2312px #FFF ,998px 591px #FFF ,280px 1040px #FFF ,818px 2260px #FFF ,1366px 2311px #FFF ,1038px 1629px #FFF ,671px 797px #FFF ,665px 1275px #FFF ,671px 1619px #FFF ,900px 845px #FFF ,315px 1790px #FFF ,34px 2134px #FFF ,2333px 171px #FFF ,1355px 2161px #FFF ,1452px 35px #FFF ,636px 1244px #FFF ,1979px 283px #FFF ,270px 272px #FFF ,348px 570px #FFF ,1122px 227px #FFF ,1948px 1039px #FFF ,2033px 1349px #FFF ,1656px 984px #FFF ,503px 954px #FFF ,326px 886px #FFF ,1014px 2276px #FFF ,5px 424px #FFF ,2413px 1184px #FFF ,2454px 1220px #FFF ,1831px 2286px #FFF ,525px 2214px #FFF ,1520px 363px #FFF ,314px 192px #FFF ,2222px 1597px #FFF ,1208px 542px #FFF ,1391px 266px #FFF ,1685px 2448px #FFF ,591px 499px #FFF ,1755px 1285px #FFF ,1455px 1254px #FFF ,2476px 1694px #FFF ,1065px 640px #FFF ,764px 650px #FFF ,397px 416px #FFF ,2441px 69px #FFF ,1861px 2080px #FFF ,2374px 2076px #FFF ,2029px 2049px #FFF ,864px 655px #FFF ,1251px 1883px #FFF ,1074px 351px #FFF ,823px 1735px #FFF ,680px 2449px #FFF ,885px 511px #FFF ,673px 1908px #FFF ,1694px 2070px #FFF ,1592px 329px #FFF ,2198px 657px #FFF ,2335px 829px #FFF ,71px 427px #FFF ,361px 1259px #FFF ,1330px 1767px #FFF ,1729px 275px #FFF ,1438px 2176px #FFF ,1213px 2499px #FFF ,1712px 963px #FFF ,2162px 368px #FFF ,1679px 1747px #FFF ,19px 1324px #FFF ,1063px 1379px #FFF ,1597px 1960px #FFF ,1413px 1067px #FFF ,776px 1896px #FFF ,1111px 68px #FFF ,273px 313px #FFF ,1431px 2044px #FFF ,1625px 868px #FFF ,1568px 2421px #FFF ,2081px 138px #FFF ,1779px 2383px #FFF ,1177px 1269px #FFF ,561px 1636px #FFF ,1288px 1133px #FFF ,602px 2340px #FFF ,2063px 2129px #FFF ,641px 511px #FFF ,733px 2406px #FFF ,2077px 517px #FFF ,1062px 2315px #FFF ,1365px 1112px #FFF ,483px 2302px #FFF ,1398px 554px #FFF ,2466px 1109px #FFF ,2080px 920px #FFF ,696px 2356px #FFF ,611px 1394px #FFF;
    -webkit-animation: animStar 50s infinite linear;
    -moz-animation: animStar 50s infinite linear;
    animation: animStar 50s infinite linear;
}

#stars:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 110px 1720px #FFF ,1502px 803px #FFF ,2239px 2116px #FFF ,424px 1447px #FFF ,2065px 1413px #FFF ,634px 951px #FFF ,1694px 1868px #FFF ,1041px 1726px #FFF ,936px 811px #FFF ,2491px 12px #FFF ,64px 1049px #FFF ,781px 1496px #FFF ,1983px 2219px #FFF ,214px 185px #FFF ,2374px 2327px #FFF ,527px 571px #FFF ,1182px 1629px #FFF ,414px 1775px #FFF ,581px 282px #FFF ,1733px 1293px #FFF ,407px 113px #FFF ,1399px 1761px #FFF ,1199px 2200px #FFF ,899px 15px #FFF ,2128px 1033px #FFF ,1918px 1927px #FFF ,2289px 1882px #FFF ,1291px 825px #FFF ,882px 1128px #FFF ,209px 1248px #FFF ,1837px 118px #FFF ,384px 2404px #FFF ,2209px 1755px #FFF ,68px 1821px #FFF ,929px 490px #FFF ,2135px 2181px #FFF ,1998px 906px #FFF ,1932px 1786px #FFF ,959px 1284px #FFF ,2281px 2025px #FFF ,372px 363px #FFF ,2469px 1612px #FFF ,450px 324px #FFF ,1821px 2313px #FFF ,1400px 946px #FFF ,1507px 1521px #FFF ,503px 670px #FFF ,587px 1437px #FFF ,146px 452px #FFF ,926px 349px #FFF ,656px 59px #FFF ,1572px 609px #FFF ,1130px 139px #FFF ,1074px 530px #FFF ,637px 1612px #FFF ,2421px 1446px #FFF ,1630px 400px #FFF ,142px 1122px #FFF ,1892px 1919px #FFF ,851px 1588px #FFF ,2297px 656px #FFF ,1863px 1853px #FFF ,2279px 368px #FFF ,652px 1997px #FFF ,370px 169px #FFF ,1116px 1977px #FFF ,2368px 108px #FFF ,1080px 877px #FFF ,819px 956px #FFF ,2212px 1476px #FFF ,2176px 22px #FFF ,376px 786px #FFF ,4px 1212px #FFF ,2464px 2029px #FFF ,1536px 457px #FFF ,513px 1888px #FFF ,409px 331px #FFF ,330px 684px #FFF ,336px 1836px #FFF ,704px 298px #FFF ,4px 2320px #FFF ,2039px 385px #FFF ,1310px 1008px #FFF ,408px 1872px #FFF ,811px 901px #FFF ,849px 963px #FFF ,2144px 829px #FFF ,1961px 507px #FFF ,731px 566px #FFF ,938px 946px #FFF ,140px 27px #FFF ,829px 1061px #FFF ,1763px 638px #FFF ,1650px 709px #FFF ,743px 1308px #FFF ,932px 2454px #FFF ,293px 2344px #FFF ,1116px 1633px #FFF ,2081px 1061px #FFF ,302px 1182px #FFF ,1269px 381px #FFF ,1403px 585px #FFF ,1272px 713px #FFF ,2058px 635px #FFF ,91px 2312px #FFF ,998px 591px #FFF ,280px 1040px #FFF ,818px 2260px #FFF ,1366px 2311px #FFF ,1038px 1629px #FFF ,671px 797px #FFF ,665px 1275px #FFF ,671px 1619px #FFF ,900px 845px #FFF ,315px 1790px #FFF ,34px 2134px #FFF ,2333px 171px #FFF ,1355px 2161px #FFF ,1452px 35px #FFF ,636px 1244px #FFF ,1979px 283px #FFF ,270px 272px #FFF ,348px 570px #FFF ,1122px 227px #FFF ,1948px 1039px #FFF ,2033px 1349px #FFF ,1656px 984px #FFF ,503px 954px #FFF ,326px 886px #FFF ,1014px 2276px #FFF ,5px 424px #FFF ,2413px 1184px #FFF ,2454px 1220px #FFF ,1831px 2286px #FFF ,525px 2214px #FFF ,1520px 363px #FFF ,314px 192px #FFF ,2222px 1597px #FFF ,1208px 542px #FFF ,1391px 266px #FFF ,1685px 2448px #FFF ,591px 499px #FFF ,1755px 1285px #FFF ,1455px 1254px #FFF ,2476px 1694px #FFF ,1065px 640px #FFF ,764px 650px #FFF ,397px 416px #FFF ,2441px 69px #FFF ,1861px 2080px #FFF ,2374px 2076px #FFF ,2029px 2049px #FFF ,864px 655px #FFF ,1251px 1883px #FFF ,1074px 351px #FFF ,823px 1735px #FFF ,680px 2449px #FFF ,885px 511px #FFF ,673px 1908px #FFF ,1694px 2070px #FFF ,1592px 329px #FFF ,2198px 657px #FFF ,2335px 829px #FFF ,71px 427px #FFF ,361px 1259px #FFF ,1330px 1767px #FFF ,1729px 275px #FFF ,1438px 2176px #FFF ,1213px 2499px #FFF ,1712px 963px #FFF ,2162px 368px #FFF ,1679px 1747px #FFF ,19px 1324px #FFF ,1063px 1379px #FFF ,1597px 1960px #FFF ,1413px 1067px #FFF ,776px 1896px #FFF ,1111px 68px #FFF ,273px 313px #FFF ,1431px 2044px #FFF ,1625px 868px #FFF ,1568px 2421px #FFF ,2081px 138px #FFF ,1779px 2383px #FFF ,1177px 1269px #FFF ,561px 1636px #FFF ,1288px 1133px #FFF ,602px 2340px #FFF ,2063px 2129px #FFF ,641px 511px #FFF ,733px 2406px #FFF ,2077px 517px #FFF ,1062px 2315px #FFF ,1365px 1112px #FFF ,483px 2302px #FFF ,1398px 554px #FFF ,2466px 1109px #FFF ,2080px 920px #FFF ,696px 2356px #FFF ,611px 1394px #FFF;
}

#stars2 {
    width: 2px;
    height: 2px;
    margin-left: 0;
    background: transparent;
    box-shadow: 547px 356px #FFF ,1510px 1850px #FFF ,62px 57px #FFF ,1161px 593px #FFF ,950px 147px #FFF ,1925px 2384px #FFF ,927px 1265px #FFF ,748px 2020px #FFF ,1117px 1000px #FFF ,2300px 2430px #FFF ,1949px 917px #FFF ,299px 240px #FFF ,906px 1387px #FFF ,2072px 1467px #FFF ,977px 680px #FFF ,1974px 1424px #FFF ,881px 1744px #FFF ,2149px 775px #FFF ,1520px 596px #FFF ,231px 1369px #FFF ,1162px 508px #FFF ,977px 2473px #FFF ,339px 1440px #FFF ,996px 1078px #FFF ,1005px 1504px #FFF ,1870px 1043px #FFF ,1348px 2408px #FFF ,294px 2347px #FFF ,488px 1718px #FFF ,1922px 1556px #FFF ,2350px 26px #FFF ,2160px 1494px #FFF ,1495px 1762px #FFF ,631px 177px #FFF ,716px 922px #FFF ,279px 2174px #FFF ,1530px 703px #FFF ,2024px 1143px #FFF ,1394px 39px #FFF ,615px 1533px #FFF ,2026px 1039px #FFF ,2311px 2358px #FFF ,504px 2348px #FFF ,1726px 2196px #FFF ,627px 88px #FFF ,392px 405px #FFF ,855px 39px #FFF ,2455px 550px #FFF ,1722px 2194px #FFF ,227px 866px #FFF ,1972px 1715px #FFF ,1492px 658px #FFF ,1709px 2207px #FFF ,1190px 306px #FFF ,2235px 289px #FFF ,2324px 2076px #FFF ,978px 386px #FFF ,1723px 728px #FFF ,273px 824px #FFF ,539px 2208px #FFF ,1899px 906px #FFF ,101px 429px #FFF ,1935px 2224px #FFF ,2474px 367px #FFF ,1448px 13px #FFF ,651px 2172px #FFF ,2317px 1631px #FFF ,1818px 514px #FFF ,1560px 1209px #FFF ,1551px 2100px #FFF ,2150px 2451px #FFF ,1432px 1664px #FFF ,1479px 470px #FFF ,587px 639px #FFF ,801px 1740px #FFF ,1526px 853px #FFF ,2146px 2345px #FFF ,1725px 587px #FFF ,118px 1082px #FFF ,2226px 2141px #FFF ,500px 1465px #FFF ,2275px 1227px #FFF ,643px 1681px #FFF ,765px 1231px #FFF ,2319px 817px #FFF ,2152px 935px #FFF ,683px 165px #FFF ,643px 818px #FFF ,1856px 1657px #FFF ,2207px 1404px #FFF ,36px 2388px #FFF ,724px 255px #FFF ,385px 558px #FFF ,274px 25px #FFF ,1339px 1783px #FFF ,1629px 1123px #FFF ,1681px 1130px #FFF ,1926px 349px #FFF ,2183px 2405px #FFF ,1976px 1426px #FFF;
    -webkit-animation: animStar 100s infinite linear;
    -moz-animation: animStar 100s infinite linear;
    animation: animStar 100s infinite linear;
}

#stars2:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 547px 356px #FFF ,1510px 1850px #FFF ,62px 57px #FFF ,1161px 593px #FFF ,950px 147px #FFF ,1925px 2384px #FFF ,927px 1265px #FFF ,748px 2020px #FFF ,1117px 1000px #FFF ,2300px 2430px #FFF ,1949px 917px #FFF ,299px 240px #FFF ,906px 1387px #FFF ,2072px 1467px #FFF ,977px 680px #FFF ,1974px 1424px #FFF ,881px 1744px #FFF ,2149px 775px #FFF ,1520px 596px #FFF ,231px 1369px #FFF ,1162px 508px #FFF ,977px 2473px #FFF ,339px 1440px #FFF ,996px 1078px #FFF ,1005px 1504px #FFF ,1870px 1043px #FFF ,1348px 2408px #FFF ,294px 2347px #FFF ,488px 1718px #FFF ,1922px 1556px #FFF ,2350px 26px #FFF ,2160px 1494px #FFF ,1495px 1762px #FFF ,631px 177px #FFF ,716px 922px #FFF ,279px 2174px #FFF ,1530px 703px #FFF ,2024px 1143px #FFF ,1394px 39px #FFF ,615px 1533px #FFF ,2026px 1039px #FFF ,2311px 2358px #FFF ,504px 2348px #FFF ,1726px 2196px #FFF ,627px 88px #FFF ,392px 405px #FFF ,855px 39px #FFF ,2455px 550px #FFF ,1722px 2194px #FFF ,227px 866px #FFF ,1972px 1715px #FFF ,1492px 658px #FFF ,1709px 2207px #FFF ,1190px 306px #FFF ,2235px 289px #FFF ,2324px 2076px #FFF ,978px 386px #FFF ,1723px 728px #FFF ,273px 824px #FFF ,539px 2208px #FFF ,1899px 906px #FFF ,101px 429px #FFF ,1935px 2224px #FFF ,2474px 367px #FFF ,1448px 13px #FFF ,651px 2172px #FFF ,2317px 1631px #FFF ,1818px 514px #FFF ,1560px 1209px #FFF ,1551px 2100px #FFF ,2150px 2451px #FFF ,1432px 1664px #FFF ,1479px 470px #FFF ,587px 639px #FFF ,801px 1740px #FFF ,1526px 853px #FFF ,2146px 2345px #FFF ,1725px 587px #FFF ,118px 1082px #FFF ,2226px 2141px #FFF ,500px 1465px #FFF ,2275px 1227px #FFF ,643px 1681px #FFF ,765px 1231px #FFF ,2319px 817px #FFF ,2152px 935px #FFF ,683px 165px #FFF ,643px 818px #FFF ,1856px 1657px #FFF ,2207px 1404px #FFF ,36px 2388px #FFF ,724px 255px #FFF ,385px 558px #FFF ,274px 25px #FFF ,1339px 1783px #FFF ,1629px 1123px #FFF ,1681px 1130px #FFF ,1926px 349px #FFF ,2183px 2405px #FFF ,1976px 1426px #FFF;
}

#stars3 {
    width: 3px;
    height: 3px;
    margin-left: 0;
    background: transparent;
    box-shadow: 2114px 1192px #FFF ,47px 612px #FFF ,708px 498px #FFF ,2341px 658px #FFF ,444px 1180px #FFF ,1645px 302px #FFF ,1335px 2261px #FFF ,1967px 485px #FFF ,1582px 1103px #FFF ,940px 2098px #FFF ,1869px 74px #FFF ,1465px 1905px #FFF ,613px 1777px #FFF ,369px 2059px #FFF ,1898px 903px #FFF ,1475px 797px #FFF ,2136px 703px #FFF ,1832px 1690px #FFF ,1462px 1395px #FFF ,2052px 191px #FFF ,2395px 1350px #FFF ,696px 1522px #FFF ,1440px 1311px #FFF ,1798px 317px #FFF ,2389px 71px #FFF ,641px 2002px #FFF ,1695px 2473px #FFF ,1425px 2218px #FFF ,497px 2105px #FFF ,1406px 1913px #FFF ,847px 1699px #FFF ,2322px 1476px #FFF ,486px 102px #FFF ,1468px 330px #FFF ,673px 936px #FFF ,1634px 630px #FFF ,975px 1741px #FFF ,1747px 800px #FFF ,127px 1551px #FFF ,1063px 1226px #FFF ,1637px 1419px #FFF ,2108px 600px #FFF ,608px 52px #FFF ,816px 856px #FFF ,688px 2105px #FFF ,2085px 1765px #FFF ,702px 1967px #FFF ,669px 1817px #FFF ,2110px 143px #FFF ,452px 910px #FFF;
    -webkit-animation: animStar 150s infinite linear;
    -moz-animation: animStar 150s infinite linear;
    animation: animStar 150s infinite linear;
}

#stars3:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 2114px 1192px #FFF ,47px 612px #FFF ,708px 498px #FFF ,2341px 658px #FFF ,444px 1180px #FFF ,1645px 302px #FFF ,1335px 2261px #FFF ,1967px 485px #FFF ,1582px 1103px #FFF ,940px 2098px #FFF ,1869px 74px #FFF ,1465px 1905px #FFF ,613px 1777px #FFF ,369px 2059px #FFF ,1898px 903px #FFF ,1475px 797px #FFF ,2136px 703px #FFF ,1832px 1690px #FFF ,1462px 1395px #FFF ,2052px 191px #FFF ,2395px 1350px #FFF ,696px 1522px #FFF ,1440px 1311px #FFF ,1798px 317px #FFF ,2389px 71px #FFF ,641px 2002px #FFF ,1695px 2473px #FFF ,1425px 2218px #FFF ,497px 2105px #FFF ,1406px 1913px #FFF ,847px 1699px #FFF ,2322px 1476px #FFF ,486px 102px #FFF ,1468px 330px #FFF ,673px 936px #FFF ,1634px 630px #FFF ,975px 1741px #FFF ,1747px 800px #FFF ,127px 1551px #FFF ,1063px 1226px #FFF ,1637px 1419px #FFF ,2108px 600px #FFF ,608px 52px #FFF ,816px 856px #FFF ,688px 2105px #FFF ,2085px 1765px #FFF ,702px 1967px #FFF ,669px 1817px #FFF ,2110px 143px #FFF ,452px 910px #FFF;
}

@-webkit-keyframes animStar {
    from {
        -webkit-transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes animStar {
    from {
        -moz-transform: translateY(0px);
    }

    to {
        -moz-transform: translateY(-2000px);
    }
}

@keyframes animStar {
    from {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

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

#cloud-animation img {
    width: 100%;
    left: 0;
    top: 10%;
    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;
    z-index: 0 !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;
}

#player-nav {
    position: fixed;
    right: 30px;
    bottom: 30px;
    text-align: center;
    z-index: 1;
}

#player-nav li {
    display: inline-block;
    background: rgba(15,224,186,0.4);
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -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);
}

#player-nav li:hover {
    background: rgba(15,224,186,0.8);
}

#player-nav li:hover a {
    color: #fff;
}

#player-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: rgba(255,255,255,0.5);
}

.no-background {
    background: none !important;
}

#gradient {
    width: 100%;
    height: 100%;
    opacity: .8;
    padding: 0;
    margin: 0;
}

#fss-part {
    background: transparent !important;
}

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

.fss-wrap:before {
    background: rgba(32,35,45,0.5) !important;
}

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

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

#home-wrap:before {
    background: rgba(32,35,45,0.5) !important;
}

#square-canvas {
    display: block;
    position: fixed;
    top: -100px;
}

#starfield {
    position: fixed !important;
}

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

.pswp__bg {
    background: #20232D;
}

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

@media only screen and (max-width: 1024px) {
    .global-overlay.hide-overlay {
        opacity: 1 !important;
    }

    .global-overlay .overlay {
        left: 0;
        width: 100%;
        height: 100%;
    }

    .global-overlay .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);
    }

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

    .command-info-wrap {
        display: none !important;
    }

    #home-wrap {
        position: fixed;
        width: 100%;
        /* height: auto; */
        padding: 100px 0 150px;
    }

    #home-wrap.hide-left {
        width: 100% !important;
    }

    #home-wrap .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;
    }

    #info-wrap {
        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%;
        opacity: 1;
        left: 0;
    }

    #info-wrap.show-info {
        -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);
    }

    .mCSB_scrollTools {
        display: none;
    }

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

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

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

    .center-text h3 {
        font-size: 40px !important;
    }

    .photo-line figure {
        padding: 0;
        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) {
    #home-wrap {
        padding: 50px 0 100px;
    }

    #home-wrap .content {
        padding: 0 3%;
    }

    #home-wrap .content p {
        font-size: 16px;
    }

    #home-wrap.minimal-phone {
        height: 100vh;
    }

    #contact-form {
        margin-top: 50px;
    }

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

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

    .center-text h3 {
        font-size: 30px !important;
    }

    .text-countdown #getting-started .second-timer {
        min-width: 55px;
    }

    .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) {
    #home-wrap {
        padding: 50px 0 100px;
    }

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

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

    #contact-form {
        margin-top: 30px;
    }

    .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;
    }
}