﻿@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

@font-face {
    font-family: BentonSans Medium;
    src: url('../fonts/BentonSans Medium.otf');
    font-weight: 400;
}

@font-face {
    font-family: BentonSans Light;
    src: url('../fonts/BentonSans Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: AACHENBO;
    src: url('../fonts/AACHENBO.TTF');
}

body {    
    font-family: 'Helvetica Neue', Helvetica, Oswald, sans-serif;
    background: url(../Images/Baggrund.jpg) center;
    background-attachment: fixed;
    color: white;
}

/* ALERT BOX */
.alertbox-success,
.alertbox-error {
    background-color: #ecf0f1;
    width: 450px;
    height: 200px;
    box-shadow: rgba(0,0,0,0.9) 0 6px 20px;
    z-index: 9999;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 150px;
}

    .alertbox-success button,
    .alertbox-error button {
        margin-right: 10px;
    }

    .alertbox-success h2,
    .alertbox-error h2 {
        background-color: #B60C28;
        padding: 20px 0;
        margin-top: 0;
        color: white;
    }

    .alertbox-success h2 {
        background-color: #1a3d2a;
    }

    .alertbox-success p {
        color: black;
    }

    .alertbox-error p {
        color: black;
    }

/* ------------------------------------- */
/* ------------GLOBAL STYLES------------ */
/* ------------------------------------- */

.text-white {
    color: #fff;
}

.text-muted {
    color: #999;
}

.text-aachen {
   font-family: 'Helvetica Neue', Helvetica, Oswald, sans-serif;
}

.text-light {
   font-family: 'Helvetica Neue', Helvetica, Oswald, sans-serif;
    font-weight: 300;
}

.text-fcmred {
    color: #B60C28;
}

.text-green {
    color: #1a3d2a;
}

.text-black {
    color: #000;
}

.text-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

/* ------------------------------------- */
/* ----------MASTERPAGE START----------- */
/* ------------------------------------- */

.btn-logout {
    background-color: #B60C28;
    color: #fff;
    margin-top: -5px;
    border-radius: 0;
}

    .btn-logout:hover,
    .btn-logout:focus {
        background-color: #8B0000;
        color: #fff;
        margin-top: -5px;
        border-radius: 0;
    }

.main-content {
    margin-top: 100px;
}

/* AD-SPACE */
.ad-space {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* FOOTER */
footer {
    margin-bottom: 50px;
    margin-top: 50px;
}

/* ------------NAVBAR BEGIN------------- */
.navbar {
    min-height: 100px;
}

.navbar-default {
    background-color: rgba(0,0,0,0.55);
    border: none;
}

    .navbar-default .navbar-toggle {
        border-color: #B60C28;
    }


        .navbar-default .navbar-toggle .icon-bar {
            background-color: #B60C28;
        }

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #B60C28;
    }

.navbar-nav > li > a {
    line-height: 69px;
}


.img-nav-logo {
    max-width: 120px;
    margin-left: -17px;
}

.menu {
    margin-right: 40px;
}

.form-select-sponsorship {
    background-color: transparent;
    color: white;
    border-radius: 0;
    margin-top: 33px;
}
/* -------------NAVBAR END-------------- */



/* ------------------------------------- */
/* -------------LOGIN PAGE ------------- */
/* ------------------------------------- */
.login {
    background: url(../Images/bg.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
   font-family: 'Helvetica Neue', Helvetica, Oswald, Verdana, sans-serif;
}

.login-bg {
    background-color: rgba(255,255,255,0.85);
    min-height: 350px;
    padding: 80px 0;
    margin-top: 120px;
    color: #000;
    border: 1px solid #777;
    box-shadow: rgba(0,0,0,0.6) 0 6px 10px;
}

.form-login {
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 30px;
    text-align: center;
    color: white;
    border-bottom: 2px solid red;
}

    .form-login:focus {
        border-color: red;
        box-shadow: none;
        outline: 0;
    }

.img-logo {
    max-width: 125px;
    margin-bottom: 0;
}

.login-heading {
    margin-bottom: 75px;
}

.btn-login {
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #000323;
    color: #fff;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

    .btn-login:hover {
        background-color: #000334;
        -moz-transition: all ease-in 0.2s;
        -o-transition: all ease-in 0.2s;
        -webkit-transition: all ease-in 0.2s;
        transition: all ease-in 0.2s;
        color: white;
    }

    .btn-login:focus {
        background: #B60C28;
        color: white;
    }

.forgot-pass {
    margin-top: 15px;
    font-size: 12px;
   font-family: 'Helvetica Neue', Helvetica, Oswald, Verdana, sans-serif;
    font-weight: 300;
}

    .forgot-pass a {
        color: #fff;
    }

        .forgot-pass a:hover {
            text-decoration: none;
        }

.check-box {
    font-size: 10px;
   font-family: 'Helvetica Neue', Helvetica, Oswald, Verdana, sans-serif;
    font-weight: 300;
    color: #fff;
}


/* ------------------------------------- */
/* -----------HOME START---------------- */
/* ------------------------------------- */



.home {
    background-color: rgba(255,255,255,0.05);
    min-height: 250px;
    padding-top: 75px;
    text-align: center;
}

.welcome {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.home h2 {
    font-size: 40px;
   font-family: 'Helvetica Neue', Helvetica, Oswald, sans-serif;
}

.home h4 {
   font-family: 'Helvetica Neue', Helvetica, Oswald, sans-serif;
    font-weight: 300;
}

.home h5 {
   font-family: 'Helvetica Neue', Helvetica, Oswald, sans-serif;
    font-weight: 300;
}

.home-allocate {
    margin-top: -20px;
}

.match-heading {
    margin-top: 15px;
}

.matches {
    margin-bottom: 25px;
    padding: 20px 0;
    /*padding-bottom: 35px;*/
   /* background-color: rgba(0,0,0,0.75);*/
}

.products {
    background-color: rgba(255,255,255,0.05);
    padding: 20px 0 40px;
}

.margin-right {
    margin-right: 20px;
}

.th-right {
    text-align: right !important;
}

.btn-webshop {
    margin-top: 35px;
    border-radius: 0;
    width: 100%;
    background-color: #2C3E50;
    color: #fff;
    text-transform: uppercase;
}

    .btn-webshop:hover,
    .btn-webshop:focus {
        background-color: #000334;
        color: #fff;
    }

.btn-join {
    border-radius: 0;
    background-color: #B60C28;
    color: #fff;
    text-transform: uppercase;
}

    .btn-join:hover,
    .btn-join:focus {
        background-color: #B60C28;
        color: #fff;
    }

.btn-join-all {
    margin-left: 20px;
    background-color: #222;
}

    .btn-join-all:hover,
    .btn-join-all:focus {
        background-color: #333;
        color: white;
    }

.match-scedule-list {
    margin-bottom: 20px;
}


/* ------------------------------------- */
/* -------------JOINED PAGE ------------ */
/* ------------------------------------- */
.joined {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: rgba(0,0,0,0.75);
}

.join-match-text {
    margin-top: 25px;
}

.form-join {
    background-color: #ECF0F1;
    border-radius: 0;
    box-shadow: none;
    padding: 5px;
    color: black;
    text-align: right;
}

    .form-join:focus {
        border-color: none;
        outline: none;
        color: black;
        box-shadow: none;
    }

.form-comment {
    width: 100%;
    border-radius: 0;
    margin: 40px 0 20px;
    min-height: 100px;
    padding: 10px 6px;
}

    .form-comment:focus {
        border-color: #2C3E50;
    }
/* ------------------------------------- */
/* -------------PROFILE PAGE ----------- */
/* ------------------------------------- */
.sponsor-info {
    margin-bottom: 50px;
    max-width: 50%;
}

.sponsor-holder {
    max-width: 50%;
}

.profile {
    /*margin-bottom: 50px;*/
    padding-bottom: 40px;
    padding-top: 20px;
    background-color: rgba(0,0,0,0.75);
}

.profile-update-info {
    margin-top: 50px;
}

/* ------------------------------------- */
/* -------------MEDIA QUERIES----------- */
/* ------------------------------------- */

@media screen and (min-width:1000px) and (max-width:1400px) {
    .login-bg {
        margin-top: 80px;
    }
}

/* TABLET */
@media screen and (min-width:768px) and (max-width:991px) {
}


/* MOBILE */
@media screen and (min-width: 300px) and (max-width: 650px) {
    .login {
        background: url(../Images/bg_login-xs.jpg) center no-repeat;
        background-size: cover;
        height: 100vh;
        height: 100%;
       font-family: 'Helvetica Neue', Helvetica, Oswald, Verdana, sans-serif;
    }

    .login-bg {
        background-color: rgba(0,0,0,0.9);
        min-height: 350px;
        padding: 20px 0;
        margin-top: 40px;
        margin-bottom: 40px;
        color: #fff;
        border: 1px solid #777;
        box-shadow: rgba(0,0,0,0.6) 0 6px 10px;
    }

    .navbar {
        min-height: 50px;
    }

    .navbar-nav > li > a {
        line-height: 20px;
    }

    .img-nav-logo {
        max-width: 60px;
        margin-left: 0;
        margin-top: -6px;
    }

    .main-content {
        margin-top: 50px;
    }

    .home {
        padding-top: 55px;
    }

    .match-heading {
        text-align: center;
    }

    .grid-heading {
        text-align: center;
    }

    .home h2 {
        font-size: 21px;
       font-family: 'Helvetica Neue', Helvetica, Oswald, sans-serif;
    }

    .home h5 {
        font-size: 11px;
    }

    .responsive {
        height: 50px;
    }

    .btn-margin {
        margin-bottom: 20px;
    }

    .btn-join-all {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .xs-matchname {
        max-width: 120px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .xs-matchdate {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .sponsor-info {
        margin-bottom: 50px;
        max-width: 100%;
    }

    .sponsor-holder {
        max-width: 100%;
    }
}
