body{
	background-color: #eee;
}
#wrapper{
	margin-top: 60px;
}


.navbar-default{
	background-color: #1f4488;
	color: #fff;
	border-bottom: none;
}
.navbar-fixed-top{
	height: 60px;
}
#navbar-logo{
	display: inline-block;
	height: 40px;
	margin: 10px;
}
#languages{
	float: right;
}
#languages ul{
	list-style-type: none;
	margin: 20px 30px;
	padding: 0px;
}
#languages ul:after{
	content: '';
	display: block;
	clear: both;
}
#languages ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}
#languages ul li:not(:first-child){
	border-left: 2px solid;
}
#languages ul li a,
#languages ul li .active_language{
	display: inline-block;
	padding: 0px 5px;
	color: inherit;
}
#languages ul li .active_language{
	text-decoration: underline;
}

.banner {
	position: relative;
	margin-bottom: 30px;
}

.banner img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.banner-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	resize: vertical;
	overflow: auto;
	position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color:#fff;
}
.banner-text .h1{
	font-size: 3rem;
}
.banner-text p{
	font-size: 2rem;
}


.section_header{
	font-size: 22px;
	padding-bottom: 12px;
	margin-bottom: 30px;
	border-bottom: 2px solid #d8d8d8;
}




.app{
	margin-bottom: 30px;
	background-color: #fff;;
}

.app .photo{
	position: relative;
	display: block;
	border-bottom: 1px solid #eee;
	background: #fff url('../backend/images/nba_logo_large.png') center center no-repeat;
	background-size: 200px auto;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.app .photo:not(.has_image){
}
.app .photo.has_image{
	background-color: transparent;
	background-repeat: none;
	background-position: center top;
	background-size: cover;
}
.app .info{
	height: 280px;
	padding: 15px 15px;
	overflow:auto;
}
.app .info .app_title{
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 20px;
}
.app .info .app_title a{
	color: inherit;
}
.app .info .app_winners{
	font-size: 12px;
}
.app .info .app_prizes{
	font-size: 12px;
	margin-bottom: 0px;
}
.app .info ul.app_winners{
	list-style-type: none;
	padding-left:20px;
	margin-bottom:10px;
}
.app .info ul.app_prizes{
	list-style-type: none;
	padding-left:0px;
}
.app .dates{
	padding: 12px 15px;
	border-top: 1px solid #eee;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #a7a7a7;
}
.app .dates:after{
	content: '';
	display: block;
	clear: both;
}
.app .dates .contest-icon{
	float: right;
	font-size: 18px;
	color: #000;
}


.no_active_contests{
	padding:50px 0px 100px;
	color:#a9a9a9;
	text-align:center;
}
.no_active_contests .h1{
	font-size: 67px;
}
.no_active_contests p{
	font-size: 19px;
}



.footer{
	background-color: #1f4488;
	color: #fff;
	text-align: center;
	margin-top: 70px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.footer #footer-logo{
	display: inline-block;
	margin-bottom: 30px;
	height: 73px;
}
.footer .footer-images {
	margin-bottom: 30px;
	width: 100%;
	padding: 0px;
}
.footer .footer-image {
	display: inline-block;
	margin: 0px;
	padding: 0px 15px;
	width: 19%;
}
.footer .footer-image img {
	max-width: 100%;
	max-height: 75px;
}
.footer .address{
	margin-bottom: 30px;
}
.footer .footer-links{
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px;
}
.footer .footer-links li{
	display:inline-block;
	margin: 0px;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 18px;
}
.footer .footer-links li:not(:first-child){
	border-left: 1px solid;
}
.footer .footer-links a{
	display: inline-block;
	color: inherit;
}
