
html {
	height: 100%;
}
body {
	height: 100%;
}

.nav-car {
	display: none !important;
}

@element 'html, body' and (min-scroll-y: 300px) {
	#wrap .navbar,
	#wrap-inner .navbar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 37px;
		border-bottom: 2px solid #8e8e8e;
		background: #6b6969;
		-webkit-box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.5);
		box-shadow: 0px 15px 25px -15px rgba(0,0,0,0.5);
	}
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: auto \9;
}

.img-thumbnail {
	width: auto \9;
}

a {
	color: #D60000;
}

a:focus, a:hover {
	color: #8A0000;
}

a,
button,
input {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

.black-a a {
	color: #333;
	font-size: 12px;
}

.black-a a:hover,
.black-a a:focus {
	color: #8A0000;
}

@media (min-width: 1200px){
	.black-a a {
		font-size: 14px;
	}
}


h1 {
	font-size: 26px;
	line-height: 34px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #283D6B;
}

@media (max-width: 767px) {
	h1 {
		font-size: 16px;
		font-family: Arial;
		text-transform: uppercase;
		line-height: 22px;
		font-weight: bold;
		color: #283D6B;
		margin-top: 0;
		margin-bottom: 20px;
	}
}

.title-h {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 7px 15px;
	color: #fff;
	font-size: 14px;
	line-height: 1.42857143;
	text-transform: uppercase;
	font-weight: bold;
}

.title-h.blue {
	background-color: #0B53A5;
}

.title-h.red {
	background-color: #D60000;
}

.btn-default {
	color: #fff;
	text-shadow: 1px 1px 0 #8A0000;
	background: #D60000;
	border-color: #D60000;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover {
	color: #fff;
	text-shadow: 1px 1px 0 #8A0000;
	background: #8A0000;
	border-color: #8A0000;
}

.btn-search {
	display: block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	outline: none;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	text-shadow: none;
	background-color: #D60000;
	border: 2px solid #D60000;
	height: 38px;
	line-height: 22px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-search:after {
	content: "";
	position: relative;
	z-index: -1;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-search:before {
	content: "\f002";
	position: absolute;
	left: 0;
	top: -100%;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	height: 100%;
	width: 100%;
	line-height: 32px;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-search:active {
	background-color: #D60000;
	top: 2px;
}

.btn-search span {
	color: #fff !important;
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.2s;
	-moz-backface-visibility: hidden;
	transition: all 0.2s;
	backface-visibility: hidden;
}

.btn-search:active:before {
	color: #fff;
}

.btn-search:hover,
.btn-search:focus {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border: 2px solid #D60000;
	color: #fff;
	text-shadow: none;
	background-color: #D60000;
}

.btn-search:hover span,
.btn-search:focus span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}

.btn-search:hover:before {
	top: 0;
}

.radio label,
.checkbox label {
	line-height: 20px;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 17px 35px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
	color: #D60000;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	color: #8A0000;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #D60000;
	border-color: #D60000;
}

#wrap,
#wrap-inner {
	min-height: 100%;
	height: auto;
	margin: 0 auto -284px;
	padding: 0 0 284px;
	overflow-x: hidden;
}

#footer {
	margin-top: 20px;
	padding-top: 40px;
	height: 264px;
}

@media (max-width: 991px) {
	#wrap,
	#wrap-inner {
		margin: 0 auto -301px;
		padding: 0 0 301px;
	}

	#footer {
		height: 281px;
	}

	.mar-top-xs {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	#wrap,
	#wrap-inner {
		margin: 0 auto -400px;
		padding: 0 0 400px;
	}

	#footer{
		padding-top: 20px;
		height: 380px;
	}

	.mar-top-xs {
		margin-top: 20px;
	}
}

.mar-top {
	margin-top: 20px;
}

.footer {
	border-top: 3px solid #eee;
	background: #656565;
	color: #fff;
	font-size: 12px;
}

.footer p,
.footer a {
	margin-bottom: 5px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer a:hover,
.footer a:focus {
	color: #ddd;
	text-decoration: none;
}

.footer h2:before {
	content: '';
	position: relative;
	display: block;
	background-image: url(/images/logo-bw.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	width: 55px;
	height: 70px;
	float: left;
	margin-top: -13px;
	margin-right: 15px;
}

.footer h2 {
	display: block;
	font-size: 20px;
	line-height: 25px;
	padding: 15px 0;
	margin: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.60);
}

.footer h3 {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 10px;
	padding: 5px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer h3:hover,
.footer h3:focus {
	border-bottom: 1px solid #D60000;
}

@media (max-width: 767px) {
	.footer h2 {
		font-size: 14px;
		line-height: 18px;
	}
}

.footer span {
	color: #fff;
	margin-right: 10px;
	font-size: 18px;
}

.site-name {
	padding-top: 15px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.site-name p {
	margin: 0;
	line-height: 31px;
}

#map {
	border-radius: 4px;
	display: block;
	height: 400px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	#map {
		height: 200px;
	}
}

.icon {
	color: #D60000;
	margin-right: 10px;
	font-size: 16px;
}

.text-muted .icon {
	color: #6b6969;
}

.icon-rev {
	color: #D60000;
	margin-left: 10px;
	font-size: 16px;
}

.icon-round {
	border-radius: 50%;
	background: #D60000;
	color: #fff;
	padding: 10px 13px;
	font-size: 35px;
	line-height: 35px;
	display: inline-block;
	margin: 20px 0px 5px;
}

.footer .icon {
	color: #eee;
}

.border-round {
	border-radius: 10px;
}

.header-bg {
	color: #535252;
	margin: 8px 0;
	background: rgba(207,207,197,1);
	background: -moz-linear-gradient(top, rgba(207,207,197,1) 0%, rgba(245,243,231,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,197,1)), color-stop(100%, rgba(245,243,231,1)));
	background: -webkit-linear-gradient(top, rgba(207,207,197,1) 0%, rgba(245,243,231,1) 100%);
	background: -o-linear-gradient(top, rgba(207,207,197,1) 0%, rgba(245,243,231,1) 100%);
	background: -ms-linear-gradient(top, rgba(207,207,197,1) 0%, rgba(245,243,231,1) 100%);
	background: linear-gradient(to bottom, rgba(207,207,197,1) 0%, rgba(245,243,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfc5', endColorstr='#f5f3e7', GradientType=0 );
}

.header-bg:before {
	content: '';
	position: absolute;
	height: 8px;
	width: 100%;
	top: 0px;
	background: rgba(214,0,0,1);
	background: -moz-linear-gradient(left, rgba(214,0,0,1) 0%, rgba(214,0,0,1) 50%, rgba(11,83,165,1) 50%, rgba(11,83,165,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,0,0,1)), color-stop(50%, rgba(214,0,0,1)), color-stop(50%, rgba(11,83,165,1)), color-stop(100%, rgba(11,83,165,1)));
	background: -webkit-linear-gradient(left, rgba(214,0,0,1) 0%, rgba(214,0,0,1) 50%, rgba(11,83,165,1) 50%, rgba(11,83,165,1) 100%);
	background: -o-linear-gradient(left, rgba(214,0,0,1) 0%, rgba(214,0,0,1) 50%, rgba(11,83,165,1) 50%, rgba(11,83,165,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,0,0,1) 0%, rgba(214,0,0,1) 50%, rgba(11,83,165,1) 50%, rgba(11,83,165,1) 100%);
	background: linear-gradient(to right, rgba(214,0,0,1) 0%, rgba(214,0,0,1) 50%, rgba(11,83,165,1) 50%, rgba(11,83,165,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60000', endColorstr='#283d6b', GradientType=1 );
}

.header-bg:after {
	content: '';
	position: absolute;
	height: 10px;
	width: 100%;
	top: 165px;
	border-top: 2px solid #bdbcba;
	background: rgba(214,0,0,1);
	background: -moz-linear-gradient(left, rgba(214,0,0,1) 0%, rgba(214,0,0,1) 50%, rgba(11,83,165,1) 50%, rgba(11,83,165,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,0,0,1)), color-stop(50%, rgba(214,0,0,1)), color-stop(50%, rgba(11,83,165,1)), color-stop(100%, rgba(11,83,165,1)));
	background: -webkit-linear-gradient(left, rgba(214,0,0,1) 0%, rgba(214,0,0,1) 50%, rgba(11,83,165,1) 50%, rgba(11,83,165,1) 100%);
	background: -o-linear-gradient(left, rgba(214,0,0,1) 0%, rgba(214,0,0,1) 50%, rgba(11,83,165,1) 50%, rgba(11,83,165,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,0,0,1) 0%, rgba(214,0,0,1) 50%, rgba(11,83,165,1) 50%, rgba(11,83,165,1) 100%);
	background: linear-gradient(to right, rgba(214,0,0,1) 0%, rgba(214,0,0,1) 50%, rgba(11,83,165,1) 50%, rgba(11,83,165,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60000', endColorstr='#283d6b', GradientType=1 );
}

.header-img {
	background-image: url(http://www.ksgp-cis.ru/images/head-right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 159px;
}

.header-bg .h1 {
	font-size: 21px;
	line-height: 20px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #283D6B;
	margin-top: 15px;
	margin-bottom: 5px;
}

.header-bg p {
	margin-top: 20px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.header-bg .h1 {
		font-size: 16px;
	}
}

.navbar {
	min-height: 35px;
	margin-bottom: 20px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

#wrap-inner .navbar {
	margin-bottom: 0;
}

.navbar-default .navbar-brand {
	color: #fff;
	font-weight: bold;
	height: 35px;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 25px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #eee;
}

.navbar-default {
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #8e8e8e;
	background: #6b6969;
	z-index: 900;
}

.footer .navbar-default {
	background: transparent;
	border: 0;
	margin-bottom: 25px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	font-family: Arial;
	padding: 5px 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: rgba(255,255,255,0.3);
	color: #fff;
}

.footer .navbar-default .navbar-nav > li > a {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin-right: 10px;
}

.footer .navbar-default .navbar-nav > li > a:hover,
.footer .navbar-default .navbar-nav > li > a:focus,
.footer .navbar-default .navbar-nav > li > a:active {
	border-bottom: 1px solid #D60000;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
		line-height: 25px;
		padding: 5px 8px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		line-height: 20px;
		text-align: center;
	}
}

.navbar-default .dropdown-menu {
	margin-top: 2px !important;
	background-color: #f5f5f5;
	border: 0px;
}

.navbar-default .dropdown-menu .divider {
	background-color: rgba(255,255,255,.1);
	margin: 3px 0;
}

.navbar-default .dropdown-menu > li > a {
	padding: 5px 20px;
	font-size: 12px;
	color: #777;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background-color: rgba(255,255,255,0.3);
	color: #fff;
}

@media (max-width: 991px) {
	.navbar-default .dropdown-menu > li > a {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.navbar {
		min-height: 35px;
	}

	.navbar-right {
		text-align: right;
	}

	.navbar-default .navbar-toggle {
		padding: 7px 10px;
		margin-top: 3px;
		margin-bottom: 2px;
		border: 1px solid #fff;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: rgba(255,255,255,0.3);
	}

	.navbar-default .navbar-toggle:focus .icon-bar,
	.navbar-default .navbar-toggle:hover .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-collapse {
		margin-top: 0px;
		border-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: rgba(255,255,255,0.3);
		color: #fff;
	}

	.navbar-nav .open .dropdown-menu {
		background-color: rgba(255,255,255,0.3);
		text-align: center;
	}
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	display: block;
	opacity: 0;
	top: 0 !important;
	left: 0% !important;
	margin-top: -8px;
	margin-left: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	-webkit-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out 0.1s;
	-moz-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out 0.1s;
	-o-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out 0.1s;
	-ms-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out 0.1s;
	transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out 0.1s;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
	left: 100% !important;
	opacity: 1;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-width: 0;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

@media (max-width: 767px) {
	.dropdown-submenu > .dropdown-menu {
		opacity: 1;
	}
}

.form-control {
	box-shadow: none;
	height: 30px;
	padding: 3px 5px;
	font-size: 12px;
}

.form-control:focus {
	border-color: #D60000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(214,0,0,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(214,0,0,.6);
}

.fill {
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.breadcrumb-bg {
	background: #ddd;
}

.breadcrumb {
	padding-left: 30px;
	border-radius: 0;
	font-size: 13px;
	background: #ddd;
	box-shadow: none;
	margin: 0;
}

.breadcrumb > .active {
	color: #535252;
}

.breadcrumb>li+li:before {
	color: #535252;
}

.list-group a {
	color: #0A0F02;
	display: block;
	border-left: 2px solid #0A0F02;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.list-group a b {
	color: #D60000; 
}

.list-group-item {
	border: 1px solid #eee;
}

.list-group a:hover,
.list-group a:focus,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	color: #D60000;
	border-color: #eee;
	border-left: 2px solid #D60000;
	text-decoration: none;
	padding-left: 5px;
	background-color: transparent;
}

.panel-title {
	cursor: pointer;
}

.panel-title:after {
	content: "\f077";;
	display: inline-block;
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.panel-title.collapsed:after {
	content: "\f078";
	display: inline-block;
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.panel-filtres > .panel-heading {
	color: #fff;
	background-color: #D60000;
	border-color: #8A0000;
}

.panel-filtres .panel-body {
	padding: 10px;
}

.nouislider-wrapper .form-control {
	font-size: 12px;
	max-width: 75px;
	padding: 1px 3px;
}

.partnership {
	background-color: #fff;
	border: 2px solid #888;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.partnership:hover {
	border: 2px solid #D60000;
}

.partnership a i,
.partnership a span {
	color: #888;
	display: inline-block;
}

.partnership a i {
	font-size: 35px;
	margin-bottom: 20px;
}

.nav-tabs.nav-justified > li > a {
	border-bottom: 0;
    border-radius: 0;
    padding: 0;
    border: 2px solid transparent;
}

.nav-tabs.nav-justified > li > a h2 {
	margin: 15px 0px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs > li > a:hover {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 8px;
}

.tab-content {
	padding-top: 20px;
}

.well .input-group {
	width: 100%;
}

.panel-default {
	border-radius: 0;
	border: 0;
}

.panel-default .panel-body {
	background: #f8f8f8;
}

.panel-default > .panel-heading {
	color: #fff;
	border-bottom: 0;
	padding: 7px 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel-default > .panel-heading.blue {
	background-color: #0B53A5;
}

.panel-default > .panel-heading.red {
	background-color: #D60000;
}

.panel-default img {
	width: 100%;
	max-width: 150px;
	border: 3px solid #fff;
}

.panel-default h2 {
	color: #D60000;
	font-size: 18px;
	margin: 10px 0;
}

.panel-default p {
	color: #283D6B;
	font-weight: bold;
}

.panel-default.panel-main p {
	color: inherit;
	font-weight: normal;
}

.panel-default.panel-news p:last-child {
	color: inherit;
	font-weight: normal;
	font-size: 12px;
	margin-top: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.panel-default span {
	display: block;
	color: #333;
	font-weight: normal;
}

.panel-default p:last-child {
	margin-top: 20px;
}

.panel-default.panel-main p:last-child {
	margin-top: 10px;
}

.panel-default a:before {
	content: '';
	display: inline-block;
	position: relative;
	height: 20px;
	width: 5px;
	margin-right: 15px;
	background: rgba(255,163,163,1);
	background: -moz-linear-gradient(top, rgba(255,163,163,1) 0%, rgba(255,163,163,1) 33%, rgba(255,61,61,1) 33%, rgba(255,61,61,1) 66%, rgba(214,0,0,1) 66%, rgba(214,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,163,163,1)), color-stop(33%, rgba(255,163,163,1)), color-stop(33%, rgba(255,61,61,1)), color-stop(66%, rgba(255,61,61,1)), color-stop(66%, rgba(214,0,0,1)), color-stop(100%, rgba(214,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,163,163,1) 0%, rgba(255,163,163,1) 33%, rgba(255,61,61,1) 33%, rgba(255,61,61,1) 66%, rgba(214,0,0,1) 66%, rgba(214,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,163,163,1) 0%, rgba(255,163,163,1) 33%, rgba(255,61,61,1) 33%, rgba(255,61,61,1) 66%, rgba(214,0,0,1) 66%, rgba(214,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,163,163,1) 0%, rgba(255,163,163,1) 33%, rgba(255,61,61,1) 33%, rgba(255,61,61,1) 66%, rgba(214,0,0,1) 66%, rgba(214,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,163,163,1) 0%, rgba(255,163,163,1) 33%, rgba(255,61,61,1) 33%, rgba(255,61,61,1) 66%, rgba(214,0,0,1) 66%, rgba(214,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa3a3', endColorstr='#d60000', GradientType=0 );
}

.panel-default.panel-main a:before {
	content: '';
	display: inline-block;
	position: relative;
	height: auto;
	width: auto;
	margin-right: 0px;
	background: none;
}

.nav-list li a {
	display: block;
	color: #333;
	border: 0px;
	padding: 5px 0px;
	margin-right: 0px;
	border-left: 0px;
}

.nav-list li a:before {
	display: none;
}

.nav-list li a i {
	color: #D60000;
	font-size: 16px;
	margin-right: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav-list li a:hover,
.nav-list li a:focus {
	color: #8A0000;
	background-color: transparent;
	border: 0px;
	border-left: 0px;
	padding-left: 10px;
}

.news-caption {
	overflow: hidden;
	height: 450px;
	margin-bottom: 40px;
	-webkit-transition: height 0.2s ease-in-out;
	-moz-transition: height 0.2s ease-in-out;
	-o-transition: height 0.2s ease-in-out;
	-ms-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
}

.news-caption:after {
	content: '';
	position: absolute;
	bottom: 75px;
	left: 15px;
	height: 40px;
	width: calc(100% - 30px);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(248,248,248,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(248,248,248,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(248,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f8f8f8',GradientType=0 );
}

.news-caption.open {
	height: auto;
	-webkit-transition: height 0.2s ease-in-out;
	-moz-transition: height 0.2s ease-in-out;
	-o-transition: height 0.2s ease-in-out;
	-ms-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
}

.news-caption button {
	position: absolute;
	bottom: 30px;
}

.news-row {
	text-align: justify;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
}

@media (min-width: 1200px) {
	.news-row {
		font-size: 14px;
	}
}

#wrap-inner .news-row {
	font-size: 14px;
}

.news-row p:first-child {
	margin-bottom: 3px;
	font-weight: bold;
}

.arrow-line {
	display: block;
	background-image: url(http://mos-pool.ru/ksgp-cis-test.ru/images/kn-white.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 15px;
}

.arrow-line img {
	display: block;
	margin-right: 3px;
	float: left;
	border: 1px solid #eee;
}

.arrow-line b {
	display: block;
	color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.arrow-line a:hover,
.arrow-line a:focus {
	text-decoration: none;
}

.arrow-line a:hover b,
.arrow-line a:focus b {
	color: #0B53A5;
}

.rectangle {
	counter-reset: li; 
	list-style: none; 
	padding: 0;
}

.rectangle span {
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	margin: .5em 0 .5em 2.5em;
	background: transparent;
	color: #000;
	text-decoration: none;
	transition: all .3s ease-out;
}
.rectangle span:hover {
	background: transparent;
}       
.rectangle span:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	color: #fff;
	background: #D60000;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}
.rectangle span:after {
	position: absolute;
	content: "";
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	transition: all .3s ease-out;
}
.rectangle span:hover:after {
	left: -.5em;
	border-left-color: #D60000;
}

.caption-img {
	height: 150px;
	overflow: hidden;
}

.caption-img a > img {
	display: none;
}

.thumbnail {
	border-radius: 0;
}

.thumbnail:hover {
	border: 1px solid #0B53A5;
}

.text-indent {
	text-indent: 1.5em;
}

.news-img {
	max-width: 300px;
	margin-right: 20px;
}

.thumb-cover{
	max-height: 200px;
	height: 200px;
    background-size: cover;
    background-position: center;
}