﻿@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);


body {
    font-family: 'Oswald', sans-serif;
    background-attachment: fixed;
}

.validation-help ul {
    list-style-type: none;
}


/* ALERT BOX */
.alertbox-success,
.alertbox-error {
    background-color: rgba(255,255,255,1);
    width: 350px;
    height: 200px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.5) 0 3px 12px;
    z-index: 9999;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: 210px;

}

    .alertbox-success button,
    .alertbox-error button {
	font-size: 10pt;
        margin-right: 10px;
	width: 50px;
	margin-top: -1px;
    }

    .alertbox-success h2,
    .alertbox-error h2 {
        background-color: #7a0311;
	text-shadow: rgba(0,0,0,0.2) 0 2px 4px;
        border-radius: 10px 10px 0 0;
        padding: 12px 0;
        margin-top: 0;
        color: white;
       margin-bottom: 15px;
    }

    .alertbox-error p,
    .alertbox-success p {
        margin-bottom: 30px;
        margin-top: 10px;
	line-height: 8px;
    }


/* ------------------------------------- */
/* ------------GLOBAL STYLES------------ */
/* ------------------------------------- */

.text-white {
    color: #fff;
}

.text-muted {
    color: #999;
}

.text-aachen {
    font-family: 'Oswald', sans-serif;
}

.text-light {
    font-family: 'Oswald', sans-serif;
    /*color: #ffffff;*/
    font-size: 13pt;
    font-weight: 300;
    /*margin-top: 140px;*/
    /*margin-left: 37px;*/
}

.text-fcmred {
    color: #e00200;
}

.text-green {
    color: #1a3d2a;
}

.text-black {
    color: #000;
}

.text-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

.text-nc-green {
    color: #cc061d;
}

.text-nc-blue {
    color: #33383c;
}

.text-pull-right {
    text-align: right;
    /*margin-top: 138px;*/
    /*margin-left: 88px;*/
    font-size: 13pt;
    width: 100%;
}

/* ------------------------------------- */
/* ----------MASTERPAGE START----------- */
/* ------------------------------------- */

/*#3e3b3b*/

.btn-logout {
    background-color: #cc061d;
    color: #fff;
    margin-top: -5px;
    border-radius: 0;
}

    .btn-logout:hover,
    .btn-logout:focus {
        background-color: #e67e22;
        color: #fff;
        margin-top: -5px;
        border-radius: 0;
    }

.main-content {
  
    width: 100%;
    height: 100%;
    margin-top: 75px;

    background: url(../Images/forside4.jpg) center no-repeat;
   /*background-size:     cover;                      /* <------ */
    /*background-repeat:   no-repeat;*/
    /*background-position: center center;*/             /* optional, center the image */
    
    position:absolute;
    background-attachment: fixed;
}

.img-sponsors {
    width: 100%;
}

/* AD-SPACE */
.ad-space {
    border-top: 50px solid #fff;
    border-bottom: 50px solid #fff;
    padding: 25px 0;
}

/* FOOTER */
footer {
    margin-bottom: 40px;
}
.tekst {
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	background-color: #202020;
	color: #ffffff;
	position:absolute;
	top:180px;
	left:center;
	width:1250px;
	/*height:650px;*/
	padding: 30px;
	opacity: 0.75;
	border-radius:12px;
    box-shadow: rgba(0,0,0,0.6) 0 1px 40px;
}

/* ------------NAVBAR BEGIN------------- */
.navbar {
      min-height: 89px;
 box-shadow: rgba(0,0,0,0.6) 0 1px 80px;
 background-color: #ffffff;
border-bottom: 10px solid #cc061d;
}


.navbar-default {
    background-color: #ecf0f1;
    border: none;
}

.navbar-toggle {
    border-radius: 0;
    border-color:  #cc061d;
}

.navbar-toggle .icon-bar {
    background-color: #cc061d;
}

.navbar-nav > li > a {
    line-height: 50px;
    color:  #cc061d;
    	font-size: 17px;
}

.btn-logout {
font-size: 15px;
border-radius: 3px;
padding-top: 2px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 10px;
box-shadow: rgba(0,0,0,0.6) 0 1px 5px;
}

.navbar-nav > li > a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.navbar-nav > li > a:focus {
    background-color: transparent;
    text-decoration: underline;
}

.img-nav-logo {
    max-height: 130px;
    margin-left: center;
}

.menu {
    margin-right: 40px;
}

.form-select-sponsorship {
    background-color: transparent;
    color: white;
    border-radius: 0;
    margin-top: 33px;
}

/* -------------NAVBAR END-------------- */



/* ------------------------------------- */
/* -----------HOME START---------------- */
/* ------------------------------------- */

.home {
    background-color: rgba(255,255,255,0.05);
  min-height: auto;
    padding-top: 75px;
    text-align: center;
    color: #33383c;
}

    .home h2 {
        font-size: 40px;
        font-family: 'Oswald', sans-serif;
        text-shadow: rgba(0,0,0,0.2) 0 2px 4px;
    }

    .home h5 {
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
    }

.match-heading {
    margin-top: 15px;
}

.matches {
    padding: 20px 0;
    padding-bottom: 35px;
    /*background-color: rgba(255,255,255,0.8);*/
}

.match-margin {
    margin-bottom: 30px;
}

.products {
    background-color: rgba(255,255,255,0.5);
    padding: 20px 0 40px;
}

.margin-right {
    margin-right: 20px;


}

.th-right {
    text-align: right !important;
}

.allocate {
    margin-top: 25px;
}

.btn-join {
    width: 11%;
    border-radius: 3px;
    margin-top: 5px;
    margin-right: 14px;
    background-color: #8e0414;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
    width: 109px;
box-shadow: rgba(0,0,0,0.2) 0 2px 6px;
}

    .btn-join:hover,
    .btn-join:focus {
        background-color:#51020b;
        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;
}


.event-bg {
    padding: 25px 25px;
    background-color: rgba(255,255,255,0.65);
    margin-right: 12px;
    margin-left: 12px;
    box-shadow: rgba(0,0,0,0.2) 0 2px 6px;
    width: 31.2%;
    margin-bottom: 24px;
}

/* ------------------------------------- */
/* -------------JOINED PAGE ------------ */
/* ------------------------------------- */
.joined {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #ecf0f1;
}

.signup {
    padding-bottom: 40px;
}

.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;
    }

/* ------------------------------------- */
/* -------------PROFILE PAGE ----------- */
/* ------------------------------------- */
.profile {
    padding-bottom: 40px;
    padding-top: 20px;
    background-color: rgba(255,255,255,0.8);
}

.logo-profile {
 /*  margin-top: 95px;
    opacity: 0.3;*/
    -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;
    max-width: 450px
}

    .logo-profile:hover {
      /*   opacity: 1;*/ 
        -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;
    }

.sponsor-info {
    margin-bottom: 40px;
}


/* ------------------------------------- */
/* -------------MEDIA QUERIES----------- */
/* ------------------------------------- */

/* TABLET */
@media screen and (min-width:768px) and (max-width:991px) {
}


/* MOBILE */
@media screen and (min-width: 300px) and (max-width: 650px) {
    .login-bg {
        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 60px 10px;
    }

    .navbar {
        min-height: 50px;
    }

    .login-heading h4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-nav > li > a {
        line-height: 20px;
    }

    .img-nav-logo {
        max-width: 80px;
        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: '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;
    }

    .alertbox-success,
    .alertbox-error {
        max-width: 280px;
    }

    .form-select-sponsorship {
    background-color: white;
    color: #333;
    border-radius: 0;
    margin-top: 33px;
}

    .event-bg {
    padding: 25px;
    background-color: rgba(255,255,255,0.65);
    box-shadow: rgba(0,0,0,0.2) 0 2px 6px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}
}
