@import url(http://fonts.googleapis.com/css?family=Exo+2:400,300,600,700italic&subset=cyrillic);
body {
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
a {
	color: #c82a2b;
	
}
a:focus,a:hover {
	text-decoration: none;
}
.header {
	background-attachment: fixed;
	background-image: url(../images/header3.jpg);
	overflow: hidden;
	padding: 180px 0 230px;
	text-align: center;
}
.header img {
	margin: 0 auto;
}
.header h1 {
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 36px;
	font-style: italic;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
}
.header h1 span {
	color: #d08e47;
}
.header p {
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 0 #000;
	font-weight: 400;
}
.header a {
	color: #ff8a3c;

	padding-bottom: 2px;
}
.header a:hover, .header a:focus {
	text-decoration: none;
	border-bottom-style: solid;
}
.header p.name {
	font-size: 38px;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.header figure {
	margin-bottom: 17px;
}
.about {
	padding: 73px 0 53px;
}
.training {
	background-attachment: fixed;
	background-image: url(../images/training.jpg);
	overflow: hidden;
	padding: 100px 0 120px;
	font-weight: 400;
}
.training .thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.training .thumbnail .img-thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
}
.training .thumbnail .caption {
	padding: 21px 19px 33px;
}
.training .thumbnail .title_wrap {
	border-bottom: 1px solid #eee;
	padding: 12px 20px 11px;
}
.training .thumbnail h2 {
	color: #303334;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
}
.training .thumbnail .caption p {
	font-weight: 300;
}
.gallery {
	margin-bottom: 15px;
}


.schedule {
	background-attachment: fixed;
	background-image: url(../images/schedule.jpg);
	overflow: hidden;
	padding: 100px 0 120px;
	font-weight: 400;
}
.schedule h2 span {
	font-size: 70%;
	color: #585858;
	font-weight: 300;
}

.contact {
	margin: 0;
	padding: 23px 0;
	box-shadow: 0px 0px 8px -2px #333 inset;
}
.contact p.title {
	font-weight: 400;
	font-size: 18px;
}

footer {
	background: #3e6208 url(../images/grass.jpg) repeat-x;
	padding: 35px 0;
	color: #fff;
	font-weight: 400;
	text-shadow: 2px 2px 0 #000;
}
footer a {
	color: #f50808;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #666;
}












@media (max-width: 560px) {
	body {
		font-size: 15px;
	}
.header {
	padding: 50px 0 70px;
}
.header h1 {
	font-size: 24px;
}
.header p.name {
	font-size: 28px;
}
}