body {
	margin-top: 50px;
	color: #000;
	background-image:url(../img/background.jpg);
	background-color: #2f2f2f;
	background-repeat: no-repeat;
	background-position: center top;
}
h2 {font: 22px 'ScHeliosCondCRegular',Verdana, Arial;}
h3 {font: 20px 'ScHeliosCondCRegular',Verdana, Arial;}
hr {
	/* margin-top: 20px; */
	/* margin-bottom: 20px; */
	/* border: 0; */
	border: 2px solid #333;
}
a:hover { text-decoration: none; }

/*---Информационное оконо загрузки AJAX---*/
#loading-layer { display: none; font-size: 11px; background: #000; padding: 10px; text-align: center; color: #fff; }
/*.table-bordered {
	border: 1px solid #ddd;
	margin-top: 20px;
}*/

.trainers .panel-body {
	padding-bottom: 0px;
}
.trainers .table {
	margin-bottom: 0px;
	text-align: center;
}
.trainers .table th{
	text-align: center;
	font-size: 85%;
	height: 51px;
}
.trainers .table td{
	font-size: 12px;
	padding: 4px;
}
.row {
	background-color: #ffffff;
}
.content .row {padding: 20px 0; margin-top: -20px;}
.trainers .row {padding: 0px 0;}
#footer .row {
	background:url(../img/footer_line.gif);
	background-repeat: repeat-x;
	background-color: #EFEFEF;
		
	font-size:12px;
	padding: 20px 0;
}
.content h3 {font-size: 22px;}
.thumbnail h3 {margin: 5px 0 0;}
.main-banner {
	/* background:url(../img/banner-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	margin: 0 -15px;
}
.matches-content {
	/* background-color: #ffffff;*/
	text-align: center;
	padding: 20px 0;
	/* border-bottom: 4px solid; */
}
.matches-content .title {
	background-color: #153772;
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px 20px;
}
.matches-tabs {
	padding: 20px 0;
	text-align: center;
	list-style: none;
}
.matches-tabs li {
	border-right: 1px solid #0b2e7a;
	float: left;
	width: 33%;
}

.matches-tabs li:last-child {
	border-right: none;
}
.matches-content .info {
	
	position: relative;
	width: 100%;
	min-height: 74px;
	margin-top: 14px;
}

.info .home-team-name, .info .away-team-name {
	display: inline-block;
	position: relative;
	
	vertical-align: middle;
	color: #0b2e7a;
	
	font-weight: bold;
}
.info .home-team-name {
	text-align: right;
}
.info .away-team-name {
	text-align: left;
}
.info .flag {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 5px;
	vertical-align: middle;
}
.info .kickoff, .info .score {
	/* width: 90px; */
}
.info .kickoff {
	display: inline-block;
	vertical-align: middle;
	color: #0b2e7a;
}
.info .kickoff time {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.matches-content .date-venue {
	clear: both;
	/* margin-top: 40px; */
	padding-top: 18px;
	/* color: #0b2e7a; */
	font-size: 12px;
	font-weight: bold;
}
.links-wrapper {
	margin-top: 20px;
}
.links-wrapper .links a {
	margin-left: 30px;
	display: inline-block;
	width: 150px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #242424;
	border-radius: 5px;
	color: #242424;
	font-size: 14px;
	text-transform: uppercase;
	transition: background 0.2s,box-shadow 0.7s;
}
.links-wrapper .links a:hover {
	/*border: none;*/
	background: #f8c300;
	color: #242424;
	text-decoration: none;
	/*box-shadow: 0 0 18px rgba(0,0,0,0.4);*/
}
.links-wrapper .links a:first-child {
	margin-left: 0;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	color: #111;
	font: 19px 'ScHeliosCondCRegular',Verdana, Arial;
	/*text-shadow: #454545 1px 1px 1px;*/
	/*font-weight: bold;*/
	border-color: #f8c300;
	background-color: #f8c300;
	
	background-image:url(../img/c_ball.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.modal-dialog {
	width: 700px;
   margin: 50px auto;
}
.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
}
.tblockwide {
    margin: 0 15px;
}
.tblock a {
	position: relative;
	display: block;
	padding: 8px 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #111;
	font: 19px 'ScHeliosCondCRegular',Verdana, Arial;
	/*text-shadow: #454545 1px 1px 1px;*/
	/*font-weight: bold;*/
	border-color: #f8c300;
	background-color: #f8c300;
	
	background-image:url(../img/c_ball.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: -1px;
	/* border: 1px solid #ddd; */
}
.yellow .panel-heading {
	color: #333;
	background-color: #f8c300;
	
}
.panel-heading {
	background-image:url(../img/c_ball.png);
	background-repeat: no-repeat;
	background-position: right top;
	font: 19px 'ScHeliosCondCRegular',Verdana, Arial;
	padding: 8px 15px;
}

.bg-yellow {
	background-color: #f8c300;
}
table th {
	text-align: center;
}

.list-group ul { list-style : none; margin: 0; padding:5px; }
.list-group .glyphicon-file{ color: #337ab7; }

#dle-content {margin: 0px 0; text-align: justify;}
#dle-content img	{
		border: 1px solid #ddd;
		padding: 2px;
		margin: 0 5px 0 0;
}
.news {
	
	display: inline-block;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
  	width: 100%;
}
.date { font-size: 12px; margin: 0 0 10px;}
.date a , .glyphicon { color: #777;}
.date a, .date span  span {padding-left: 5px;}
.date span {background-color: #f5f5f5; padding: 5px;}
#ntitle { margin: 0px; padding: 0 0 10px;}
.related-news {color: #337ab7;}
.related-news li { margin-top: 5px;}
/* .static img {padding: 5px;} */
.news img {padding-right: 10px; width: 140px;}
#ntitle a {color: #333;};
.reklama p {margin: 5px 0;}
#calendar-layer table { width: 100%;}
.btn { border: 1px solid #cccccc; padding: 6px 10px; }

/*.tblock {
	margin-top: 0px;
	font: 17px 'ScHeliosCondCRegular',Verdana, Arial;
}*/

nav {text-align: center; clear: both;}

.btn-yellow { background-color: #f8c300; color: #333; margin: 15px 0; }
.btn-yellow:hover {
  /*color: #555;*/
  background-color: #e6e6e6;
  border-color: #adadad;
}
.gallery img { border: 1px solid #d3d3d3; }
a.list-group-item {color: #000;}
#logo {
	float: left;
	height: 40px;
	/*line-height: 46px;*/
	margin: 0 10px 0 0;
	margin-top: 5px;
}
#logo img {
	margin: 0 10px 0 0;
	max-height: 40px;
	vertical-align: middle;
}
#logo a {
	color:#FFF;
	font-weight: bold;
}
/*.navbar-nav {
	margin: 8px 0;
}*/
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
}

@media (max-width: 1199px) {
	.matches-content .info { min-height: 65px;}
	.info .flag { width: 40px; height: 40px;	}
}
@media (max-width: 992px) {
	.matches-content .info {min-height: 55px;}
	.info .flag {
		/*display: none;*/
		width: 25px;
		height: 25px;
	}
	.info .home-team-name, .info .away-team-name, .info .kickoff { font-size: 10px; }
	.info .kickoff time {font-size: 18px;}
	.trainers .table th {
	font-size: 100%;
	height: 40px;
}
}
/*--------------------- Fonts ---------------------*/
@font-face {
	font-family:'Conv_zurichcondbold3-webfont';
	src: url('../fonts/sccondcbold-webfont.eot');
	src: local('O'), url('../fonts/sccondcbold-webfont.woff') format('woff'), url('../fonts/sccondcbold-webfont.ttf') format('truetype'), url('../fonts/sccondcbold-webfont.svg#webfontwE9Mslds') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'ScHeliosCondCBoldRegular';
	src: url('../fonts/sccondcbold-webfont.eot');
	src: local('O'), url('../fonts/sccondcbold-webfont.woff') format('woff'), url('../fonts/sccondcbold-webfont.ttf') format('truetype'), url('../fonts/sccondcbold-webfont.svg#webfontwE9Mslds') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'ScHeliosCondCRegular';
	src: url('../fonts/sccondc-webfont.eot');
	src: local('O'), url('../fonts/sccondc-webfont.woff') format('woff'), url('../fonts/sccondc-webfont.ttf') format('truetype'), url('../fonts/sccondc-webfont.svg#webfontYQjzljsZ') format('svg');
	font-weight: normal;
	font-style: normal;
}