/*
 * css File
 * Author - Serdar GULER
 * Mail   - serdarguler1991@gmail.com
 */

.form-control::-webkit-input-placeholder { /* WebKit browsers */ color: #E4E4E4; }
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #E4E4E4; opacity: 1; }
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #E4E4E4; opacity: 1; }
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #E4E4E4; }

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,900&subset=latin,latin-ext);

html, body {height: 100%; color: #222222; font-family: 'Roboto', sans-serif; font-size: 14px;}
body {
	background: url(../img/bg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
img {max-width: 100%;}
a:hover, a:focus { text-decoration: none; outline: none;}

.container {
	max-width: 1040px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff; 
	border-bottom: 1px solid #777777;
	box-shadow: 1px 1px 5px #777777;
	padding:10px 0;
	z-index: 3;
}
.header .title h2 {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
}
.header .team {
	height: 70px;
	position: relative;
}
.header .team.team1 {padding-left: 60px; text-align: left;}
.header .team.team2 {padding-right: 60px; text-align: right;}
.header .team .logo {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
    margin-top: -25px;
}
.header .team.team1 .logo {
	left: 0;
}
.header .team.team2 .logo {
	right: 0;
}
.header .team .logo img {
	display: block;
	max-height: 100%;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.header .team .text {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
    font-weight: 700;
}

.scoreboard .box {
	border: 1px solid #999;
	text-align: center;
	overflow: hidden;
	width: 120px;
	margin: 0 auto;
}
.scoreboard .box .score {
	border: 1px solid #999;
	width: 50%;
	float: left;
	font-size: 15px;
	line-height: 38px;
	font-weight: 700;
}
.scoreboard .box .status {
	border: 1px solid #999;
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0;
	background: #9F0000;
    color: #ffffff;
}
.header .notes {
	font-size: 11px;
	margin-top: 10px;
}
.header .notes.team1 {
	text-align: left;
}
.header .notes.team2 {
	text-align: right;
}
.header .notes.team2 ul {
	float: right;
}
.header .notes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header .notes ul li {
	float: left;
	margin: 0 5px;
}

.section {padding-top: 150px;}
.section .container {
	max-width: 600px;
	border-radius: 10px;
	overflow: hidden;
}
.section .head {
	background: #757575;
    text-align: center;
    border-bottom: 1px solid #5A5A5A;
    color: #ffffff;
}
.section .head h2 {
	font-size: 20px;
    padding: 15px 0;
    margin: 0;
}
.section .items {
	background: url(../img/bg-white.png) repeat center center;
}
.section .items .item {
	padding: 15px;
	min-height: 76px;
	border-top: 1px solid #5A5A5A;
	transition: all ease 0.3s;
}
.section .items .item:hover {background: #ffffff;}
.section .items .item .text {
	padding-left: 60px;
}
.section .items .item .text h3 {
	font-size: 15px;
	font-weight: 700;
	color: #D47404;
	margin: 0;
}
.section .items .item .text p {
	margin: 10px 0 0 0;
}
.section .items .item .minute {
	position: absolute;
    left: 15px;
    top: 15px;
    width: 46px;
    color: #D27109;
    height: 46px;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    border: 2px solid #9B0100;
    background: #fff;
    border-radius: 100%;
    font-weight: 700;
}
.footer {text-align: center; padding: 15px 0;}
.footer img {border-radius: 10px; border: 10px solid #ffffff;}

/** == Responsive == **/

@media screen and (min-width: 992px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
	.scoreboard { position: absolute; left: 50%; padding: 0; width: 80px; margin-left: -40px;}
	.scoreboard .box {width: 80px;}
	.scoreboard .box .status {font-size: 12px;}
	.header .team.team1 {padding-right: 25px; padding-left: 45px;}
	.header .team.team2 {padding-left: 25px; padding-right: 45px;}
	.header .team .text {font-size: 15px;}
	.header .team .logo {width: 40px;}
	.header .title {position: absolute; width: 100%; bottom: 0;}
	.header {padding-bottom: 30px;}
	.header .notes {margin: 0; min-height: 15px;}
	.header .notes ul li {font-size: 10px;}
	.header .title h2 {font-size: 12px;}
	.section {padding-top: 125px;}
	.section .container {max-width: 100%; border-radius: 0;}
	.footer {background: #ffffff; border-top: 2px solid #5A5A5A;}
}
@media screen and (max-width: 479px) {
	.header {padding-bottom: 10px;}
	.header .container {padding: 0 5px;}
	.header .team {height: 50px;}
	.header .notes {display: none;}
	.header .title {position: relative;}
	.header .title h2 {margin: 10px 0 0 0;}
	.section {padding-top: 100px;}
	.scoreboard { position: absolute; left: 50%; padding: 0; width: 60px; margin-left: -30px;}
	.scoreboard .box {width: 60px;}
	.scoreboard .box .status {font-size: 10px; padding: 2px 0;}
	.scoreboard .box .score {line-height: 24px;}
	.header .team.team1 {padding-right: 15px; padding-left: 35px;}
	.header .team.team2 {padding-left: 15px; padding-right: 35px;}
	.header .team .text {font-size: 12px;}
	.header .team .logo {width: 30px;}
	.header .title h2 {font-size: 11px;}
	.section .items .item {padding: 10px 5px;}
	.section .items .item .minute {left: 5px; top: 10px;}
	.section .items .item .text {padding-left: 50px;}
	.section .items .item .text h3 {font-size: 13px;}
	.section .items .item .text p {font-size: 12px;}
	.section .head h2 {font-size: 16px;}
}
