body {
	color: #242424;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	text-transform: uppercase;
}
h1, .h1 {
	font-size: 25px;
	font-weight:600;
}
h2, .h2 {
	font-size: 20px;
}
h3, .h3 {
	font-size: 18px;
}
h4, .h4 {
	font-size: 15px;
}
h5, .h5 {
	font-size: 12px;
}
h6, .h6 {
	font-size: 10px;
}
.white{
	color:#fff;
}
.bigtext{
	font-size: 40px;
	font-weight: 900;
}
.justext{
	font-size: 26px;
	font-weight: 900;	
}
.trans{
	background: transparent;

}
.lead {
	font-size: 19px;
}
a,
a:hover,
a:focus {
	color: #013f88;
}
.btn {
	
}
.main-head{
	height: 65px;
}

.carousel .item {
	max-height: 798px;
}

.carousel-control {
	width: 45px;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
	background-color: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	font-size: 14px;
}
.carousel-caption {
	text-align: left;
	text-shadow: none;
}
.carousel-caption {
	left: 15%;
	right: 15%;
}
.carousel-caption {
	top: 60px;
}
.carousel-inner .zagolovok {
	font-size: 38px;
	margin-bottom: 22px;
	text-transform: none;
}
.carousel-inner p {
	font-size: 16px;
	margin-bottom: 22px;
	max-width: 450px;
}
.carousel-inner small {
	color: #fff;
	display: block;
	font-size: 26px;
}
.carousel-inner .btn {
	background-color: transparent;
	border-color: #fff;
}
.carousel-inner .btn:focus {
	background-color: transparent;
	border-color: #fff;
}
.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-default > .panel-heading {
	background-color: #FF910C;
	-webkit-box-shadow: #ff910c 0 0 0 1px;
	box-shadow: #ff910c 0 0 0 1px;
	border: none;
}
.panel-default {
	border: none;
}
.btn-warning {
	background-color: #FFCC51;
	border-color: #C97713;
	color: #242424;
}
.input-group-addon {
	background-color: #FF910C;
	color: #995C11;
	border: none;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #FF910C;
}
.input-group-btn > .btn-default {
	background-color: #EDEDED;
}
.input-group-btn > .btn {
	color: #9d9d9d;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
	color: #70420a;
	font-size: 12px;
}
.panel-collapse .panel-body {
	background-color: #F1E9E0;
}
.panel-group .panel + .panel {
	border-bottom: 8px solid #e77901;
	margin-top: -6px;
	position: relative;
	z-index: 1;
}
.panel-group .panel:last-child {
	border-bottom: none;
}
.list-group-item {
	background-color: #F1E9E0;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #f5f5f5;
	color: #242424;
	border: none;
	border-bottom: #DDDDDD 1px solid;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
	text-transform: uppercase;
	font-size: 12px;
}
.panel > .list-group .list-group-item span, .panel > .panel-collapse > .list-group .list-group-item span {
	border-bottom: dashed 1px #242424;
}
.panel > .list-group .list-group-item:hover span, .panel > .panel-collapse > .list-group .list-group-item:hover span {
	border-bottom: dashed 1px transparent;
}
.panel-group .panel-title {
	position: relative;
}
.panel-title a .btn {
	background-color: transparent;
	border: medium none;
	border-radius: 0;
	padding: 9px 12px;
	position: absolute;
	right: -16px;
	top: -11px;
	border-left: #E3810B 1px solid;
}
.panel-title a .btn:focus,
.panel-title a .btn:active {
	background-color: transparent;
	border-color: #E3810B;
}
.well {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #F1E9E0;
	border-color: #D5CDC3;
}
.breadcrumb {
	background-color: transparent;
	padding: 0;
}
.breadcrumb a {
	color: #9a9a9a;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb > li + li::before {
	content: ">";
	color: #9a9a9a;
}