* {
	margin:0px;
	padding:0px;
}
.clearfix{
	clear: both;
}
html{
	width: 100%;
	height: 100%;
	font-size: 13px;
	position: relative;
}
a{
	text-decoration: none;
	color:#1B5A77;
}

a img { border:none; }

body {
	font-family: 'Helvetica', Tahoma, sans-serif;
	margin:0;
	padding:0;
	background-color: #cbccac;
	height: 100%;
	width: 100%;
	background: url(/media/images/pattern.png);
	min-width: 1000px;
	font-size: 13px;
}
img { width: 100%;}

.header{
	position: relative;
	width: 100%;
	min-width:965px;
}
.header .background{
	display: block;
	position: relative;
	z-index: 0;
}
.header img.background{
	margin:0 auto;
	max-height:340px;
}
.header .footballer{
	display: block;
	width: 17%;
	position: absolute;
	bottom: 70px;
	min-width:190px;
	max-width:213px;
	left:480px;
}
.header .corner{
	display: block;
	width: 41.82291666666667%;
	margin: 0 auto;

}
.header #header-search{
	position:absolute;
	top:32%;
	left:66%;
}
.header #header-search input{
	background: rgba(255,255,255,0.5);
}
.header #header-search input:focus{
	background:#fff;
}

.header #nav {
	left: 0;
	margin-left: 0;
	top: 53px;
}

.header .cont{
	width:1000px;
	margin: 0 auto;
	position: relative;
}

/*NAVIGATION*/
#nav{
	text-align: center;
	position: absolute;
	top: 10px;
	left: 48%;
	margin-left: -21.65625em;
	z-index: 5;
	font-size: 14px;
}

#nav .menu_term, #nav  .menu  {
	height: 3.4375em;
	float: left;
	display: block;
}

#nav  .menu_term img{
	height: 100%;
	width: auto;
}

#nav .menu {
	background: url('/media/images/menu-mid-part.png') repeat-x;
}

#nav .menu .item{
	list-style-type: none;
	display: block;
	float: left;
	height: 2.5em;
	margin-top: 10px;
	padding: 0 1em;
	position:relative;
}

#nav .menu .item a.main{
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 0.85em;
	padding: 0.75em;
	float: left;
	font-weight: bold;
}

#nav .menu  .item:hover a.main{
	color: #e7e878;
}
#nav .menu  .item:hover a.main:hover{
	text-decoration:none;
}

#nav .menu .dropdown{
	display: none;
	position: absolute;
	top: 2.5em;
	left:-20%;
}

#nav .menu .dropdown ul{
	list-style-type: none;
	background: url('/media/images/dropdown_middle.png') repeat-y;
	background-size: contain;
	width: 135px;
	padding-bottom:5px;
	padding-top:10px;
}
#nav .menu .dropdown  img {
	display: block;
}

#nav .menu .dropdown .top{
	width: 135px;
	height: 22px;
	background: url('/media/images/dropdown_top.png') no-repeat;
	background-size: cover;
	display: block;
}

#nav .menu .dropdown .bot{
	height: 0.9375em;
	width: 135px;
	background: url('/media/images/dropdown_bottom.png') no-repeat;
	background-size: cover;
	display: block;
}

#nav .menu .dropdown li{
	margin-left: 10%;
	text-align: left;
	color: #FFF;
	border-bottom: solid 1px #213027;
	width: 80%;
	padding: 8px 0;
}

#nav .menu .dropdown li.last{
	border-bottom: none;
}

#nav .menu .dropdown a{
	color: #FFF;
	font-size: 12px;
	display: block;
}

#nav .menu .dropdown a:hover{
	background-size: contain;
	padding: 0 2em;
	margin: 0 -2em;
}
#nav .menu .dropdown a:hover .icon{
	background-color:rgba(0,0,0,0.7);
}

#nav .menu .dropdown .icon{
	width: 20px;
	display: block;
	vertical-align: middle;
	margin-right: 2px;
	text-align:center;
	float:left;
}


#nav .menu.left {

}

#nav .menu.left .item{
	border-right: solid 1px #213027;
}

#nav .menu.right {

}

#nav .menu.right .item{
	border-left: solid 1px #213027;
}


/*CONTENT*/
#content{
	width: 100%;
	margin: 0 auto;
	position:relative;
	display:block;
	max-width: 1400px;
	min-width:965px;
	margin-top:-7px;
}


.nav.arrows .left, .nav.arrows .right{
	display: block;
	float: left;
	width: 23%;
}

.nav.arrows .left{
	margin-right: 50%;
}

.header .time, .header .judge, .header .team{
	background: url('/media/images/schedule-top1.png') no-repeat;
	background-size: cover;
	width: 33.3333%;
	float: left;
	font-weight: bold;
	color: white;
	height: 2.2em;
	text-align: center;
	padding-top: 0.5em;
}

.header .team{
	background: url('/media/images/schedule-top2.png') no-repeat;
	background-size: cover;
	color: #073850;
}


#main-table{
	width:100%;
	margin-bottom:20px;
}
#main-table td{
	vertical-align: top;
}
#main-table td.td-divider{
	width:1%;
	min-width:5px;
}
#left-block{
	background: rgba(255,255,255,0.9);
	padding:10px;
	border-radius:5px;
	width:17%;
	min-width:150px;
	max-width:150px;
}
#left-block img{
	width:auto;
}
#main-content{
	min-width:545px;
}

#right-block{
	background: rgba(255,255,255,0.9);
	padding:10px;
	border-radius:5px;
	width:17%;
	min-width:215px;
	max-width:215px;
}


.read_more p {
	color: #fff;
	font-weight: bold;
	font-size: 0.875em;
	text-align: center;
	margin-top: 0.35em;
}
.read_more a{
	color: #fff;
}
.read_more{
	background: url('/media/images/more.png');
	margin-bottom: 0.5em;
}

#arrow{
	width: 1em;
}


#footer{
	background: #2b4039;
	height: 70px;
}
#footer .content-footer{
	color: #fff;
	margin: 0 auto;
    max-width: 1400px;
    min-width: 965px;
    width: 100%;
    padding-top:15px;
}
#footer .content-footer.index{
	max-width:1000px;
}
#footer #f-fldk{
	padding-left:10px;
}
#footer #f-fldk a.mail{
	color:#FFFFFF;
	margin-right:15px;
}
#footer .copy{
	margin-top:3px;
	float:left;
}
#footer img{
	width:20px;
	margin-left:7px;
}
#footer #developer{
	float:right;
	padding-right:10px;
	padding-top:3px;
}
#footer #developer a{
	color:#fff;
	margin-left:5px;
}
#footer #developer .mail{
	float:right;
	margin-top:3px;
}
.arrow.header{
	font-size: 95%;
}

.arrow.header.right{
	float: right;
	width: auto;
}

.arrow.header  img{
	display: block;
	width: auto;
	height: 100%;
}
.arrow.header .left, .arrow.header .right{
	height: 5.625em;
	float: left;
}

.arrow.header .middle{
	background: url('/media/images/arrow_header_middle.png') repeat-x;
	background-size: contain;
	height: 3.0em;
	padding-top: 1.5em;
	float: left;
	font-size: 1.25em;
}

.arrow.header a{
	color: #062f43;
}

.arrow.header.right a{
	color: #1b5a77;
}

.arrow.header a:hover {
	color: #8f2b0a;
}

.arrow.header a .important{
	color: #8f2b0a;
}

.arrow.header a:hover  .important{
	color: #062f43;
}

.arrow.header a img{
	width: 1em;
	height: auto;
	display: inline;
	vertical-align: middle;
}

@media screen and (min-width: 900px) {
}

@media screen and (min-width: 1152px) {
}

@media screen and (min-width: 1460px) {
}

@media screen and (min-width: 1760px) {
}
