﻿body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

html, body {
    margin: 0 0;
    padding: 0 0;
    background-color: #f1f2f2;
}

nav.navbar.navbar-default {
    margin-top: 15px;
    border: 0;
    background: none;
}

.navbar-brand h1 {
    padding: 5px 0;
    margin: 0 0;
}

ul.nav.navbar-nav li {
    text-align: right;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background:none;
}

@media (max-width: 4000px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-brand {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
        margin: auto;
        padding: 0 0;
    }
}


/* Login & Reg */
/* ----------------------------------- */
.container-box.small-box {
    max-width: 390px;
}

.container-box h1 {
    text-align: center;
    font-size:30px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 30px 0;
}

.container-box {
    max-width: 940px;
    background: #f7f8f8;
    margin: 100px auto 50px auto;
    padding: 20px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
}

.btn-pace-light.btn-fb, .btn-pace-light.btn-ggl {
    background-size: 12px;
    padding: 6px;
    margin: 10px auto;
    display: block;
    width: 100%;
}

.container-box .divider, .container-box .divider-or {
    background: #ddd;
    height: 2px;
    z-index: 0;
    border-bottom: 1px solid white;
    margin: 20px auto;
}

.container-box .divider-or {
    margin: 50px auto;
}

.container-box .divider-copy {
    z-index: 1;
    background: #f7f8f8;
    padding: 0 20px;
    margin: 0 auto;
    width: 140px;
    margin-top: -78px;
    text-align: center;
}

    .container-box .divider-copy .or {
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-size: 20px;
        text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
    }

.container-box .desc {
    font-style: italic;
    font-size: 80%;
}

.container-box form {
    margin: 20px auto 10px auto;
}


/* Components */
/* ----------------------------------- */
.btn {
    white-space: normal;
}

.btn-justify {
    width: 100%;
}

.btn-default.btn-pace {
    background: #31acf4;
    color: white;
    border: 1px solid #31acf4;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(49, 172, 244, 1) -moz-box-shadow: 0px 3px 0px 0px rgba(49, 172, 244, 1) box-shadow: 0px 3px 0px 0px rgba(49, 172, 244, 1) font-weight: 300;
}

    .btn-default.btn-pace:hover {
        background: white;
        color: #31acf4;
        border: 1px solid #31acf4;
    }

h4.modal-title {
    font-size: 26px;
    font-weight: 300;
    color: #31acf4;
}

h4.modal-subtitle {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin-top: -2px;
}

.btn-default.btn-pace-light {
    background: white;
    color: #31acf4;
    border: 2px solid #31acf4;
    font-weight: 300;
    line-height: 28px;
}

.btn-default.btn-pace-light:hover {
    background: #31acf4;
    color: white;
    border: 2px solid #31acf4;
}

small, .small {
    font-weight: 400;
    font-size: 85%;
}

.icon {
    width: 20px;
    height: 22px;
    display: inline-block;
}

.btn-small {
    line-height: 16px;
    font-size: 14px;
}

.input-lg {
    border: 2px solid #ddd;
    font-size:14px;
}

.form-group {
    margin-bottom: 28px;
}

a.btn-fb:hover {
    text-decoration: none;
}

/* Headings */
/* ----------------------------------- */
h1.heading {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    font-size: 32px;
    color: #bcbec0;
}

h2.heading {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    font-size: 26px;
    color: #bcbec0;
}

h2.heading.error {
    text-align: left;
}

h3.heading {
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #bcbec0;
}

.btn-group-justified {
    width: 400px;
}

.btn-group-justified .btn {
    line-height: 20px;
    width: 50%;
    border-color: #ddd;
    color: #999;
    font-weight: 300;
    padding: 10px 0;
    background-color: #fff;
    line-height: 28px;
}

h4.name {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 21px;
    color: #bcbec0;
}


label.error {
    color: red;
}

.FormMessage {
    margin-top: 30px;
    color: #555;
    font-size: 18px;
    font-weight: bold;
}

input#txtConfirmationText {
    visibility:collapse;height:0;margin:0;padding:0;
}

#Header {background-color:#fff; margin:0 auto;text-align:center;border-bottom:1px solid #eee;}
#Header img {margin:10px 0;display:inline;}