/*
    Name: Mountain
    Description: Responsive Coming Soon 
    Version: 2.0
    Author: MountainTheme

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Countdown
     4. Services
     5. Subscribe
     6. Contact
     7. Google map
     8. Footer
     9. Responsive CSS
*/
/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html,
body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
.page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
}
.loader-icon {
    top: 50%;
    left: 50%;
    right: 0;
    position: absolute;
    margin: -20px 0 0 -20px;
    bottom: 0;
}

.services,
.subscribe,
.contact,
footer .container,
.contact-info {
    overflow: hidden;
}
/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
    text-align: center;
    height: 100%;
    padding-top: 85px;
}
header h1 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 70px;
    font-family: proxima-nova, sans-serif;
}
header p {
    font-size: 16px;
    color: #000;
    letter-spacing: 1.7px;
    line-height: 18px;
    padding-bottom: 10px;
    font-family: proxima-nova, sans-serif;
}

header a {
    color: #000;
}

header a:hover {
    color: #b89d69;
    text-decoration:none;
}
header .mouse {
    margin-left: -20px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
    -webkit-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
    -moz-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
    -o-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
}
header .mouse a {
    color: #F9F9F9;
    position: relative;
    bottom: 20px;
    line-height: 45px;
    font-size: 9px;
    text-align: center;
    width: 22px;
    height: 36px;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.6);
}
@keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}
@-webkit-keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}

.logo {
    display:block;
    width:100%;
}

.landscape {
    max-width:800px;
    margin:0 auto;
    margin-top: 43px;
}

.email {
    margin:40px 0;
}

p span {
    color:#b89d69;
}

a 

/* ================================= */
/* :::::::::: 8. Footer :::::::::::: */
/* ================================= */

footer {
    background-color: #242830;
    padding: 40px 0 40px;
    z-index: 10;
    position: relative;
    color: rgba(236, 240, 241, 0.4);
}
footer .social-icon li {
    float: left;
    margin-right: 20px;
    list-style: none;
}
footer .social-icon li i.fa {
    color: rgba(236, 240, 241, 0.4);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
footer .social-icon li:hover i.fa {
    color: rgba(236, 240, 241, 1);
}
footer .social-icon {
    float: left;
    margin-left: -15px;
}
footer .copyright {
    float: right;
}
footer a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: rgba(236, 240, 241, 0.4);
}
footer a:hover {
    color: rgba(236, 240, 241, 1);
    text-decoration: none;
}
.up-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(22, 182, 234, 0.5);
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.up-btn:hover {
    color: #fff;
    background: rgba(22, 182, 234, 1.0);
}
.up-btn i {
    color: #fff;
}
/* ================================= */
/* :::::: 9. Responsive CSS :::::::: */
/* ================================= */

@media only screen and (max-width: 1036px) {
    .services .col-md-4 {
        margin-bottom: 40px;
    }
    .subscribe button {
        width: 10%;
    }
    .contact input[type="submit"] {
        width: 20%;
    }
    .contact .error .name {
        left: 43.0%;
    }
}
@media only screen and (max-width: 756px) {
    .subscribe input[type="email"] {
        margin-bottom: 10px;
    }
    .subscribe button,
    .subscribe input[type="email"] {
        width: 25%;
    }
    .contact-info {
        padding-top: 40px;
        height: 100px!important;
    }
    .google-map .phone,
    .google-map .email {
        position: absolute;
    }
    .contact input[type="submit"] {
        width: 30%;
    }
    .google-map i.fa-map-marker {
        margin-left: -5px;
    }
    .contact .error .name {
        left: 42.5%;
    }
    header p {
        font-size: 14px;
    padding: 0 20px;
    }
    header h1 {
        font-size: 25px;
        padding-top: 1px;
        margin-bottom: 0px;

    }
    header .countdown {
        font-size: 2.1em;
        line-height: 50px;
        margin-top: -20px;
    }
    header .countdown span {
        line-height: 5px;
    }
    header .logo img {
        margin: 10px;
    }
    .mouse {
        display: none!important;
    }
    .services {
        padding-top: 180px;
    }
    header .welcome {
        padding-top: 10px;
    }
    #google-container {
        height: 320px;
    }
    #zoom-in {
        margin-top: 120px;
    }
    #zoom-in,
    #zoom-out {
        margin-left: 20px;
    }
    .welcome .logo {
        width: auto!important;
    }
    header {
        padding-top: 15px;
    }
}
@media only screen and (max-width: 540px) {
    .contact input[type="submit"] {
        width: 40%;
    }
    .contact .error .name {
        left: 41.2%;
    }
    header p {
        font-size: 14px;
    }
    header h1 {
        font-size: 25px;
        padding-top: 1px;
        margin-bottom: 0px;
        padding: 20px;
    }
    header .countdown {
        font-size: 2.3em;
        line-height: 50px;
    }
    header .countdown span {
        line-height: 5px;
    }
    header .logo img {
    width: 60%;
    height: auto;
    }
    .services {
        padding-top: 279px;
    }
    footer {
        text-align: center;
    }
    footer .social-icon {
        float: none;
        display: inline-block;
        text-align: center;
    }
    footer .copyright {
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width: 414px) {
    .services {
        padding-top: 90px;
    }
}
@media only screen and (max-width: 320px) {
    .services {
        padding-top: 180px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .subscribe {
        background-attachment: scroll!important;
        -webkit-background-size: cover;
        background-position: center;
    }
}