/*
Theme Name: Pluto
Theme URI: https://niteothemes.com/cmp-coming-soon-maintenance/?theme=pluto
Author: NiteoThemes
Author URI: https://niteothemes.com/
Version: 1.4

Pluto CMP Theme, Copyright 2018 NiteoThemes
Pluto CMP Theme is distributed under the terms of the GNU GPL

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl.html

All used scripts are distributed under the terms of the GNU GPL v2 or later or under MIT license. 
Bundled images are distributed under the terms of the GNU GPL v2 or later or under MIT license or Unsplash license.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normaalize.css/
*/

body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

canvas {
    height: 100%!important;
}

.cmp-subscribe input::-webkit-input-placeholder {
    color: white;
}

.cmp-subscribe input::-moz-placeholder {
    color: white;
}

.cmp-subscribe input:-ms-input-placeholder {
    color: white;
}

.cmp-subscribe input:-moz-placeholder {
    color: white;
}

.delay-small {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.delay-small-1 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.delay-big {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.delay-big-1 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.delay-huge {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.delay-huge-1 {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 2.5em;
    margin-bottom: .5em;
    margin-top: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.lang-switch-wrapper {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 100;
}

.section-body {
    display: flex;
    flex: 1;
    min-height: 100vh;
    max-width: 720px;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 100;
}

.logo-container {
    margin-top: auto;
    margin-bottom: auto;
}

.logo-wrapper {
    padding: 50px 0;
    max-width: 100%;
    margin: 0 auto;
}

.logo-wrapper img {
    max-width: 100%;
    max-height: 200px;
}

.text-logo {
    font-size: 2em;
    margin-bottom: 0.5em;
    display: inline-block;
}

/* COUNTER */

#counter {
    display: flex;
    align-self: center;
    z-index: 1;
}

.counter-box {
    margin: 0 1em;
}

.counter-number {
    font-size: 3em;
    font-weight: 700;
}

.counter-label {
    font-weight: 700;
    font-size: 0.9em;
    display: inline;
}

.footer {
    z-index: 1;
}

/* SUBSCRIBE FORM */

.cmp-subscribe input {
    -webkit-appearance: none;
    border-radius: 4px;
}

.cmp-subscribe input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 4px;
}

#subscribe-form {
    display: flex;
    flex-direction: column;
    margin: 2em 0;
}

.cmp-form-inputs {
    order: 1;
}

.cmp-form-notes p {
    margin: 0;
}

.cmp-subscribe input {
    outline: none;
    border-radius: 4px;
    border: 1px solid white;
    box-sizing: border-box;
    padding: 5px 10px;
}

.cmp-subscribe input:focus, .cmp-subscribe input:active {
    border: 1px solid white;
}

.cmp-subscribe input[type="email"] {
    background: transparent;
    color: white;
    text-indent: 7px;
    min-width: 220px;
}

.cmp-subscribe input[type="submit"] {
    min-width: 100px;
    padding: 5px 10px;
    background: white;
    text-transform: uppercase;
    font-weight: 700;
    color: #1f1f1f;
    cursor: pointer;
}

#background-wrapper, #background-image, #background-color, .slide-background, #slider-wrapper, .background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#background-wrapper {
    overflow: hidden;
}

#background-image, .slide-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#background-image, #slider-wrapper {
    opacity: 0;
    transition: opacity 400ms;
    z-index: 0;
}

#background-image.loaded, .loaded #slider-wrapper {
    opacity: 1;
}

.video-banner iframe, .video-banner video {
    transition: opacity 1500ms;
}

#background-image.pattern {
    background-repeat: repeat;
    background-size: initial;
}

#background-image:not(.slide) {
    background-attachment: fixed;
}

.slide {
    position: relative;
    height: 100%;
}

.slick-list, .slick-slider, .slick-track {
    height: 100%;
}

.prev, .next {
    display: block;
    position: absolute;
    bottom: 40px;
    width: 58px;
    height: 58px;
    z-index: 1;
    border-radius: 50%;
    color: white;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    background-color: transparent;
    transition: background-color 300ms ease-in-out;
}

.prev {
    right: 100px;
}

.next {
    right: 40px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.prev::before, .next::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border-right: 2px solid white;
    border-top: 2px solid white;
}

.prev::before {
    left: 4px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.next::before {
    left: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.next:hover, .prev:hover {
    opacity: .8;
}

.social-container {
    margin-top: auto;
}

.social-list {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    margin-top: auto;
    line-height: 3;
}

.social-list li {
    list-style: none;
    display: inline-block;
    padding: 0 2px;
    text-align: center;
}

.social-list a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 1.8em;
    width: 2em;
    height: 2em;
    line-height: 2.1;
    background: transparent;
    transition: background 300ms linear;
    border-radius: 50%;
}

.social-list a:hover i {
    -webkit-animation: spin 300ms linear;
    animation: spin 300ms linear;
}

.social-google-plus:hover {
    background-color: #dd4b39;
}

.social-facebook:hover {
    background-color: #3b5998;
}

.social-twitter:hover {
    background-color: #1da1f2;
}

.social-instagram:hover {
    background-color: #cd486b;
}

.social-skype:hover {
    background-color: #00aff0;
}

.social-500px:hover {
    background-color: #0099e5;
}

.social-deviantart:hover {
    background-color: #05cc47;
}

.social-behance:hover {
    background-color: #1769ff;
}

.social-dribbble:hover {
    background-color: #ea4c89;
}

.social-pinterest:hover {
    background-color: #bd081c;
}

.social-linkedin:hover {
    background-color: #0077b5;
}

.social-tumblr:hover {
    background-color: #35465c;
}

.social-youtube:hover {
    background-color: #cd201f;
}

.social-vimeo:hover {
    background-color: #1ab7ea;
}

.social-flickr:hover {
    background-color: #0063dc;
}

.social-vk:hover {
    background-color: #45668e;
}

.social-envelope-o:hover {
    background-color: #2c2b2b;
}

.social-soundcloud:hover {
    background-color: #ff7700;
}

.social-whatsapp:hover {
    background-color: #075e54;
}

.social-phone:hover {
    background-color: #2c2b2b;
}

.social-telegram:hover {
    background-color: #e0cfb1;
}

.social-xing:hover {
    background-color: #126567;
}

.social-github:hover {
    background-color: #4078c0;
}

.social-snapchat:hover {
    background-color: #FFFC00;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 17px!important;
    }
}

@media only screen and (max-width: 680px) {
    .section-body h2 {
        font-size: 2em;
    }
    body {
        font-size: 15px!important;
    }
    .section-body {
        width: 90%;
    }
}

@media only screen and (max-width: 560px) {
    .section-body h2 {
        font-size: 1.5em;
    }
    .section-body p {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 420px) {
    .section-body {
        width: 95%;
    }
}