﻿@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
    font-family: Morganite;
    src: url('../font/morganite/Morganite-ExtraBold.ttf') format('truetype');
    font-size: 2rem;
}

@font-face {
    font-family: EQHeadline;
    src: url('../font/eq-headline/EQ_Headline-regular.ttf') format('truetype');
}

html, body {
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Morganite','EQHeadline';
    background: #f1f1f1;
    font-size: 1rem;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
}

.landing {
    background-image: url(../images/landing-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .landing .register-section {
        bottom: 30%;
        right: 20%;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        position: fixed;
    }

.main-header {
    background: #000000;
    background-image: url(../images/bg-header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-content {
    padding-top: 150px;
    padding-bottom: 150px;
}

.cgold {
    color: #b39962 !important;
}

.morgan {
    font-family: Morganite !important;
}

.eq {
    font-family: EQHeadline !important;
}

.fs2re {
    font-size: 2.3rem;
}

.fs3re {
    font-size: 3rem;
}

.fs16p {
    font-size: 16px;
}

.fsup {
    letter-spacing: 5px;
    text-transform: uppercase;
}

.fs85 {
    font-size: 0.85rem;
}

.fs-ss {
    font-size: 70%;
}

.tidt5 {
    text-indent: 5%;
}

.error {
    color: red !important;
    font-size: 1.25rem;
}

.text-danger {
    color: red !important;
    font-size: 1.25rem;
}

.btn-email {
    cursor: pointer;
    background-color: #b39962;
    color: #fff;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

    .btn-email:hover {
        color: #fff;
    }

.btn-comingsoon {
    cursor: pointer;
    background-color: #9c9c9c;
    color: #fff;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

    .btn-comingsoon:hover {
        color: #fff;
    }

.btn-suggest {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.38);
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
}

    .btn-suggest:hover {
        color: #fff;
    }

.btn-brother {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .btn-brother:hover {
        color: #fff;
    }

.btn-brother-outline {
    background-color: #ffffff;
    color: #b39962;
    border: 1px solid #b39962;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-brother {
    min-height: 450px;
    border: 2px solid rgb(0, 0, 0);
    box-shadow: 15px 15px 0px #b39962, 0 12px 0 #000 inset;
    border-radius: 0px;
    font-family: EQHeadline !important;
}

.card-brother-sec {
    border-radius: 0px;
    border: 2px solid rgb(0, 0, 0);
    box-shadow: 0px 13px 0px #b39962, 0 12px 0 #000 inset;
    font-family: EQHeadline !important;
}

.file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}

.form-control {
    background-color: #f7f7f7 !important;
}

input.form-control {
    font-family: EQHeadline;
    border-radius: 25px;
}

.form-control.br-0 {
    border-right: 0px !important;
}

.form-control[readonly] {
    background-color: #f7f7f7;
}

.input-group-text {
    background-color: #f7f7f7;
    color: #919191;
    border-radius: 0px 25px 25px 0px;
}

textarea.form-control {
    border-radius: 10px;
    font-family: EQHeadline;
    background: #f7f7f7;
}

select.form-control {
    font-family: EQHeadline;
    background: #f7f7f7;
    border-radius: 25px;
}

.md-brother hr {
    border-top: 2px solid rgb(179, 153, 98);
}

.md-brother .modal-content {
    border-radius: 0px;
    border: 2px solid rgb(0, 0, 0);
    box-shadow: 0px 13px 0px #b39962, 0 12px 0 #000 inset;
}

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

label#Weight-error {
    left: 0px;
    position: absolute;
    bottom: -35px;
}

label#Height-error {
    left: 0px;
    position: absolute;
    bottom: -33px;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

footer {
    bottom: 0;
    min-height: 60px;
    width: 100%;
    background-color: #000;
}

    footer ul.social li a i {
        color: #fff;
        margin-right: 5px;
        font-size: 25px;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }


@media only screen and (max-width: 1024px) {
    .main-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .landing {
        background-image: url(../images/landing-tablet_large.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 0px;
    }

        .landing .register-section {
            bottom: 5%;
            width: 100%;
            display: flex;
            justify-content: center;
            position: fixed;
            right: auto;
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .landing {
        background-image: url(../images/landing-desktop.jpg);
    }

    .register-section .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    body {
        /*margin-bottom: 150px;*/
    }

    .landing {
        background-image: url(../images/landing-tablet.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 0px;
    }

        .landing .register-section {
            bottom: 5%;
            width: 100%;
            display: flex;
            justify-content: center;
            position: fixed;
            right: auto;
        }

    .main-content {
        padding-top: 50px;
    }

    .card-brother {
        margin-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 667px) {
    .landing {
        background-image: url(../images/landing-mobiles.jpg);
    }
}

@media only screen and (max-width: 468px) {
    .landing {
        background-image: url(../images/mobiles-sm.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 0px;
        /*background-position: top;
        background-position-y: -74px;*/
    }

        .landing .register-section {
            bottom: 10px;
        }

    .btn-email {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
