/*--
        Author: BootstrapTema
        Author URL: http://bootstraptema.ru/
        License: Creative Commons Attribution 3.0 Unported
        License URL: http://creativecommons.org/licenses/by/3.0/
--*/
.coming-soon-top {
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    min-height: 80px;
}
.coming-soon-top .logo-wrapper {
    padding-top: 10px;
}
.coming-soon-content {
    margin-top: 4%;
    text-align: center;
}
.coming-soon-content h3 {
    font-size: 3em;
    line-height: 1.3em;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 40px;
    text-shadow: 1px 1px 8px #000000;
}
.coming-soon-content p {
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
}
.coming-soon-subscribe {
    padding-top: 30px;
    margin-bottom: 20px;
}
.coming-soon-subscribe .btn {
    border-radius: 0 5px 5px 0;
}
.coming-soon-subscribe p {
    margin-top: 10px;
}
.coming-soon-social {
    margin-top: 60px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -ms-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.coming-soon-social a {
    display: inline-block;
}
.coming-soon-social:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.full-screen-background {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
.btn {
    border: 1px solid #4f8db3;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    background: none repeat scroll 0 0 #4f8db3;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
}