@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400");

body {
    position: relative;
    margin: 0;
    padding: 0;
    background: #000 url("../img/bg-top.png");
    font: 10px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif;
}

.shows {
    display: block !important;
}

.login-div h1, .order-div h1 {
    font-size: 35px !important;
    text-align: center !important;
}

#forget, #logins-back {
    cursor: pointer;
}

.fullBG {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    min-height: 1000px;
    background: rgba(27, 39, 51, 0.9);
    top: 0;
    left: 0;
    z-index: 999999;
}

.fullBG .btn-close {
    position: relative;
    top: 0;
    left: 20px;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    cursor: pointer;
}

.fullBG .btn-close small {
    position: absolute;
    top: 30px;
    margin-left: 15px;
    font-size: 15px;
}

#welcome {
    position: relative;
    padding: 0;
    margin: 150px 0 0 0;
    font-size: 100px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
}

#actions {
    position: relative;
    padding: 0;
    margin: 100px 0;
}

#actions .btnG {
    position: relative;
    width: 200px;
    display: inline-block;
    padding: 20px 10px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}

#actions .btnG:hover {
    background: #fff;
    color: #000;
}

#actions .blue {
    background: #2980b9;
}

#actions .green {
    background: #16a085;
}

#actions .yellow {
    background: #f39c12;
}

.contact-ajax input.names {
    border-radius: 6px 6px 0 0;
    border-bottom: 1px #d0d0d0 solid;
}

.contact-ajax input.emails {
    border-radius: 0 0 0 0;
    border-bottom: 1px #d0d0d0 solid;
}

.contact-ajax textarea.msgs {
    outline: none;
    border: 0px;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 6px 6px;
}

.footer {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 18px;
}

.footer a {
    color: #16a085;
    cursor: pointer;
}
.footer a:hover {
    color: #f39c12;
    text-decoration: none;
}

.partner {
    color: #fff !important;
}
.partner a {
    color: #16a085;
}
.partner a:hover {
    color: #f39c12;
    text-decoration: none;
}

@media only screen and (min-width: 300px) and (max-width: 700px) {
    #welcome {
        /* Styles */
        font-size: 60px;
        margin: 50px 0 0 0;
    }

    .footer {
        position: relative;
    }
}

@media only screen and (min-width: 200px) and (max-width: 700px) {
    #actions {
        margin: 20px 0;
    }
}

/*# sourceMappingURL=home.css.map */
