﻿@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: 'BentonSans Medium', 'BentonSans Light', Verdana, sans-serif;
}

/* ALERT BOX */
.alertbox-success,
.alertbox-error {
    background-color: #ecf0f1;
    width: 380px;
    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: #373641;
        padding: 20px 0;
        margin-top: 0;
        color: white;
    }

    .alertbox-success h2 {
        background-color: #1a3d2a;
    }

/* ------------------------------------- */
/* ------------GLOBAL STYLES------------ */
/* ------------------------------------- */

.text-white {
    color: #fff;
}

.text-aachen {
    font-family: 'AACHENBO', 'BentonSans Medium', Verdana, 'Oswald', sans-serif;
}

.text-light {
    font-family: 'BentonSans Light', Verdana, 'Oswald', sans-serif;
    font-weight: 300;
}

.text-agfblue {
    color: #000323;
}

.text-green {
    color: #1a3d2a;
}

.text-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

/* ------------------------------------- */
/* ----------MASTERPAGE START----------- */
/* ------------------------------------- */

.btn-logout {
    background-color: #373641;
    color: #fff;
    margin-top: -5px;
    border-radius: 0;
}

    .btn-logout:hover,
    .btn-logout:focus {
        background-color: #16151a;
        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 .navbar-toggle {
    border-color: #000323;
}


    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000323;
    }

.navbar-toggle {
    border-radius: 0;
}

.navbar-nav > li > a {
    line-height: 69px;
}

.img-nav-logo {
    max-width: 62px;
    margin-left: -17px;
    margin-top: -6px;
}

.menu {
    margin-right: 40px;
}

/* -------------NAVBAR END-------------- */



/* ------------------------------------- */
/* -------------LOGIN PAGE ------------- */
/* ------------------------------------- */
.login {
    background: url(../Images/bg.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    font-family: '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: #333;
    border-bottom: 2px solid #777;
}

    .form-login:focus {
        border-color: #000323;
        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: #000334;
        color: white;
    }

.forgot-pass {
    margin-top: 15px;
    font-size: 12px;
    font-family: 'Oswald', Verdana, sans-serif;
    font-weight: 300;
}

    .forgot-pass a {
        color: #000323;
    }

        .forgot-pass a:hover {
            text-decoration: none;
        }

.check-box {
    font-size: 10px;
    font-family: 'Oswald', Verdana, sans-serif;
    font-weight: 300;
}


/* ------------------------------------- */
/* -----------HOME START---------------- */
/* ------------------------------------- */



.home {
    background-color: #373641;
    min-height: 250px;
    padding-top: 75px;
    text-align: center;
    padding-left:52px;
}
.home-Logo {
    background-color: #373641;
    min-height: 250px;
   
    text-align: center;
}

    .home h2 {
        font-size: 40px;
        font-family: 'AACHENBO','BentonSans Medium', 'BentonSans Light', Verdana, 'Oswald', sans-serif;
    }

    .home h4 {
        font-family: 'BentonSans Light', Verdana, 'Oswald', sans-serif;
        font-weight: 300;
    }

    .home-allocate {
    margin-top: -20px;
}

.match-heading {
    margin-top: 15px;
}

.matches {
    margin-bottom: 25px;
    padding: 20px 0;
}

.products {
    background-color: #ecf0f1;
    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: #373641;
    color: #fff;
    text-transform: uppercase;
    
}

    .btn-join:hover,
    .btn-join:focus {
        background-color: #16151a;
        color: #fff;
    }

.btn-join-all {
    margin-left: 20px;
    background-color: #1a3e2a;
}

    .btn-join-all:hover,
    .btn-join-all:focus {
        background-color: #11482a;
        color: white;
    }

.match-scedule-list {
    margin-bottom: 20px;
}

.row-margin {
    margin-top:5px;

}

.img-padding {
padding-top:15px;
}
/* ------------------------------------- */
/* -------------JOINED PAGE ------------ */
/* ------------------------------------- */
.joined {
    padding-top: 20px;
}

.join-match-text {
    margin-top: 25px;
}

.form-join {
    background-color: #ECF0F1;
    border-radius: 0;
    box-shadow: none;
    padding: 5px;
    text-align: right;

}

    .form-join:focus {
        border-color: none;
        outline: none;
        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;
}

.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.jpg) center no-repeat;
        background-size: cover;
        height: 100vh;
        height: 100%;
        font-family: 'Oswald', Verdana, sans-serif;
    }

    .login-bg {
        background-color: #fff;
        min-height: 350px;
        padding: 20px 0;
        margin-top: 40px;
        margin-bottom: 40px;
        color: #000;
        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: 'BentonSans Medium', Verdana, '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;
    }

.sponsor-info {
    margin-bottom: 50px;
max-width: 100%;
}

.sponsor-holder {
max-width: 100%;
}
}
