﻿/*MASTER*/

html {
/*    font-size:10px !important;*/
}
body {
    height: 100%;
    
}

.navbar-default .navbar-nav > li > a {
    height: 64px;
    line-height: 64px;
}

#stickyBrand {
    position: fixed;
    left: 24px;
    z-index: 99999;
}


    #stickyBrand a {
        padding-top: 0px;
        font-size: 16px;
        color: #161618 !important;
        letter-spacing: 1px;
        height: 48px;
        line-height: 64px;
    }

        #stickyBrand a:hover {
            text-decoration: none;
        }

        #stickyBrand a img {
            width: 102px;
        }

#footer {
    margin-top: 50px;
    font-size: 12px;
    font-weight: 300;
    background-color: #fafafa;
}

    #footer span {
        color: #707070;
    }

    #footer .footer-link {
        margin-left: 8px !important;
        margin-right: 8px !important;
        margin-bottom: 8px !important;
        padding-top: 4px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        color: #141414 !important;
        text-decoration: none !important;
    }

    #footer a:hover {
        text-decoration: none;
        color: #1c6bba !important;
    }

.form-group {
    margin-bottom: 0px;
}

#spinner_loader {
    margin-top: 20px !important;
    opacity: 0;
    transition: all 500ms ease-in-out
}

form {
    height: 100%;
}

#footer {
    padding: 24px;
}

.navbar {
    background-color: #101010;
}

/*.navbar-toggler {
    border: 0 !important;
    color: rgba(255, 255, 255, 0.96);
}*/

.social-list li {
    margin: 0 16px;
    display: inline;
}
/*MASTER END*/

/*MAKE <b> Bold*/
b, strong {
    font-weight:bold;
}

section {
    padding-top: 1rem;
}

.headline, .subline {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.1;
    text-transform: initial;
}

.subline {
    font-size: 1.6rem;
}

.text-container {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 300;
}


    .text-container small {
        font-size: 0.8rem;
    }

.table {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-weight:300;
}

.card {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    border-radius: 0;
}
.card-register {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    max-width: 640px;
}

.form-group {
    text-align: left;
}

.form-row {
    margin-top: 1rem;
}

@media (max-width: 480px) {
    .form-row {
        margin-top:0;
    }

    .form-group {
        margin-top:0.5rem;
    }
}

.btn-common {
    border-color: #282830;
    background-color: transparent;
    color: #282830;
    letter-spacing: 0.02em;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 16px;
    border-radius:0;
    transition: all ease-in-out 100ms, 300ms
}

    .btn-check + .btn-common:hover, .btn-check + .btn-common:active, .btn-check:checked + .btn-common, .btn-common:hover, .btn-common:active {
        color: #fff !important;
        background-color: #101010 !important;
        border-color: #101010 !important;
    }


.btn-inverse {
    font-family: MazdaType-Regular,Arial,sans-serif;
    color: #000;
    background-color: #fff;
    border-radius:0;
}

    .btn-inverse:hover, .btn-inverse:active {
        background-color: #910a2d !important;
        color: #fff;
        box-shadow: 0 4px 11px rgba(55, 125, 255, 0.35);
        border-color: #282830 !important;
    }


.form-group label {
    font-weight: 500;
}


.hero-pic {
    min-height: 333px;
    background-image: url(/img/hero_pic.png);
    background-position: center;
    background-size: cover;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    border-bottom: 2px solid #910a2d;
    color: #fff;
}

.navbar-nav .nav-link {
    padding: 3px 0 !important; 
    font-size: 14px;
    line-height: 1.33;
}

@media (min-width: 480px) {
    .hero-pic {
        min-height: 428px;
    }

    .headline {
        font-size: 2.25rem;
    }
}

@media (min-width: 580px) {
    .hero-pic {
        min-height: 428px;
    }
}

@media (min-width: 1024px) {

    .hero-pic {
        min-height: 549px;
    }
    .headline {
        font-size: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .hero-pic {
        min-height: 630px;
    }
}

@media (min-width: 1600px) {
    .hero-pic {
        min-height: 45vw;
    }
}

@media (min-width: 1800px) {
    .hero-pic {
        min-height: 33vw;
        background-position: center -130px;
    }
}


.btn.disabled {
    pointer-events: auto;
    cursor: not-allowed;
}

