@font-face {
	font-family: 'Roboto';
	src: url('../fonts/RobotoRegular/RobotoRegular.eot');
	src: url('../fonts/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoRegular/RobotoRegular.woff') format('woff'),
		url('../fonts/RobotoRegular/RobotoRegular.ttf') format('truetype'),
		url('../fonts/RobotoRegular/RobotoRegular.svg#RobotoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/RobotoThin/RobotoThin.eot');
	src: url('../fonts/RobotoThin/RobotoThin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoThin/RobotoThin.woff') format('woff'),
		url('../fonts/RobotoThin/RobotoThin.ttf') format('truetype'),
		url('../fonts/RobotoThin/RobotoThin.svg#RobotoThin') format('svg');
	font-weight: 200;
	font-style: normal;
}

a:focus {
	outline: none;
}

html {
	height: 100%;
}

body {
	/*overflow-x: hidden;*/
	background: #FFFFFF;
	min-width: 1000px;
	height: 100%;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.btn-success,
.btn-success:hover,
.btn-success:focus {
	outline: none;
	color: #F3EEE6;
	font-size: 13px;
	font-family: Tahoma;
	border-color: #568A4A;
	background-color: #568A4A;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.container {
	width: 1000px;
	min-width: 1000px;
	background: white;
	padding: 0;
	min-height: 100%;
	margin-bottom: -75px;
	border: 1px solid #E7E9E9;
	border-top-width: 0;
	border-bottom-width: 0;
	background-color: #FFF;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

.container:after {
	content: "";
	display: block;
}

.header {
	color: #FFF;
	margin-bottom: 15px;
	background: #3E6D98;

}

.column.title,
.column.search {
	min-height: 160px;
}

.column.title a {
	overflow: auto;
	margin: auto;
	display: block;
	padding: 18px 0 25px 165px;
	background: url('/vs/common/img/logo.png') no-repeat;
	background-position: 22px 41px;
}

.column.title span {
	color: #F3EEE6;
	padding-right: 14px;
	display: inline-block;
	margin: 0;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 200;
}

.column.title a h1 {
	color: #F3EEE6;
	padding-right: 14px;
	display: inline-block;
	margin: 0;
	font-size: 32px;
	font-family: 'Roboto';
	font-weight: 200;
	margin-bottom: 10px;
}

#search {
	overflow: auto;
	margin: auto;
	height: 32px;
	/*
	margin-right: 30px;
	margin-bottom: 5px;
	position: absolute;*/

	top: 0;
	left: 0;
	bottom: -100px;
	right: 0;
}

#search input {
	float: left;
	border: none;
	background-color: transparent;
}

#search .input {
	font: 13px/28px Tahoma, Arial, sans-serif;
	width: 100%;
	height: 31px;
	padding: 0 32px 1px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #B2C2D6;
	color: #B2C2D6;
	outline: none;
}

#search .input:focus {
	color: #FFF;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #FFF;
}

@-moz-document url-prefix() {
	#search .input {
		height: 30px;
		padding-bottom: 2px;
	}
}

#search .search {
	width: 32px;
	height: 32px;
	margin-left: -32px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNWRHWFIAAADwSURBVDhPjZI7EoMwDEST+9+BioqKioqKiooDUFHRJzmAwvPMeszySYr1RyuvVxo9IuKAdV1jmqaY5zle788WOuaU2F14WNd1VFW1Q9d18b4Ry4e2bdMDRMZxDNzgBAGJLcuypV6I4IAkhEpSQEwfOAfSAnmVIOgjdudSEyEpwUkHeZTn8fwDYk461B+P53rZnXQ0TRPA4w/m4MpmCZXd9/123XNpkc07NxqBs7LTIjfAu8+jcobOhi4fGCSSJIY76te95Hye8kHAicpDhB7gpnTrQgeRO6gsFzpNvoML4fo08RdciODTk/6B+jYMQ3wBHhVvjvOWwkgAAAAASUVORK5CYII=') center center no-repeat;
	opacity: 0.6;
	cursor: pointer;
	outline: none;
}

#main-carousel {
	width: 970px;
	height: 300px;
	min-height: 300px;
	max-height: 300px;
	overflow: hidden;
	background-color: #3E6D98;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

#main-carousel .carousel-inner .item {
	border-radius: 4px;
	overflow: hidden;
}

#main-carousel .carousel-button-left,
#main-carousel .carousel-button-right {
	position: absolute;
	top: 0;
	width: 150px;
	height: 300px;
	background-color: transparent;
	z-index: 20;
}

#main-carousel .carousel-button-left {
	background: url(../img/lb/prev.png) left center no-repeat;
}

#main-carousel .carousel-button-right {
	left: 820px;
	background: url(../img/lb/next.png) right center no-repeat;
}

#main-carousel .carousel-button-left-a,
#main-carousel .carousel-button-right-a {
	display: block;
	width: 150px;
	height: 300px;
}

.column.h-menu-wrapper {
	padding: 0 15px;
	margin-bottom: 15px;
}

.column.h-menu-wrapper .h-menu {
	height: 52px;
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	border-collapse: separate;
	background: #3E6D98;
}

.column.h-menu-wrapper .h-menu td {
	padding: 0 5px;
	font-size: 13px;
	/*min-width: 137px;*/
	font-family: Tahoma;
	border-left: 1px solid #5E85A9;
	border-right: 1px solid #265C8F;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	text-transform: uppercase;
}

.column.h-menu-wrapper .h-menu td:first-child,
.column.h-menu-wrapper .h-menu td:first-child:hover {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-left: none;
}

.column.h-menu-wrapper .h-menu td:last-child,
.column.h-menu-wrapper .h-menu td:last-child:hover {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-right: none;
}

.column.h-menu-wrapper .h-menu td:hover {
	background: #5E85A9;
}

.column.h-menu-wrapper .h-menu td a {
	color: #F3EEE6;
}

.column.h-menu-wrapper .h-menu td:hover a {
	text-decoration: underline;
}

.column.h-menu-wrapper .h-menu .sub-h-menu {
	display: none;
	position: absolute;
	background: #3E6D98;
	width: 225px;
	top: 52px;
	z-index: 9999;
	border: 1px solid #265C8F;
	left: -1px;
}

.column.h-menu-wrapper .h-menu .sub-h-menu ul {
	padding: 0;
}

.column.h-menu-wrapper .h-menu .sub-h-menu li {
	list-style-type: none;
	padding: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	display: block;
	margin: 0;

}

.column.h-menu-wrapper .h-menu .sub-h-menu li a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5px 15px;
}

.column.h-menu-wrapper .h-menu .sub-h-menu li a:hover {
	text-decoration: underline;
	background: #5E85A9;
}

.column.h-menu-wrapper .h-menu .sub-h-menu li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
/*
.column.h-menu-wrapper .h-menu td:hover .sub-h-menu {
	display: block;
}
*/
.phone {
	/*margin-top: 22px;*/
	background: url(/vs/common/img/phone.png) no-repeat 3px 5px;
	padding: 3px 10px 0px 38px;
}

.phone span {
	display: inline-block;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 200;
}

.special {
	background: url('/vs/new/special/img/eye.png') no-repeat;
    margin-top: 5px;
    padding-left: 20px;
}

.special a {
	padding: 3px 0px 5px 16px;
	color: #FFF;
	font-size: 15px;
	font-family: 'Roboto';
	font-weight: 200;
}

.rightto {
	padding: 12px 15px;
	background-color: #CED9E3;
	border-radius: 2px;
	margin-bottom: 10px;
	text-align: center;
	color: #265C8F;
}

.rightto tr {
	background: none !important;
}

.rightto p{
	margin: 5px;
}
.column.leftside {
	padding-left: 15px;
	padding-right: 5px;
}

.content {
	padding-right: 15px;
	min-height: 350px;
	margin-bottom: 10px;
}

.column.leftside .v-menu {
	padding: 0;
	margin: 0 0 15px 0;
	background-color: #CED9E3;
	border-radius: 2px;
}

.column.leftside .v-menu ul {
	list-style: none;
	padding: 0;
}

.column.leftside .v-menu ul li {
	position: relative;
	font: 13px Tahoma;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #AEBFCD;
}

.column.leftside .v-menu ul li:last-child {
	border-bottom: 1px solid transparent;
}

.column.leftside .v-menu ul li a,
.column.leftside .v-menu ul li a:hover {
	color: #3E6D98;
	text-decoration: none;
}

.column.leftside .v-menu ul li a {
	display: block;
	padding: 12px 26px 12px 0;
	text-transform: uppercase;
}

.column.leftside .v-menu ul li a.arr div.arrow {
	display: none;
}

/*.column.leftside .v-menu ul li:hover > ul {
	display: block;
}*/

.column.leftside .v-menu ul li:hover a.arr .arrow,
.column.leftside .v-menu ul li a.arr:hover .arrow {
	display: block;
	position: absolute;
	right: -40px;
	top: 0px;
	height: 0px;
	width: 0px;
	border: 20px solid rgba(0, 0, 0, 0);
	border-left: 10px solid #ABABAB;
	z-index: 5;
}

.column.leftside .v-menu ul li:hover {
	margin: 0;
	position: relative;
	top: -1px;
	background-color: #E5F2FF;
	border: 10px solid #E5F2FF;
	border-top-width: 0;
	border-bottom-width: 1px;
	z-index: 2;
}

.column.leftside .v-menu ul li:hover a {
/*	position: relative;*/
	/*top: 1px;*/
}

.column.leftside .v-menu ul li a.arr {
	background: url(../img/menu-arrow.png) right center no-repeat;
}
.column.leftside .v-menu ul li .sub {
	border-bottom: 0;
	background: #E5F2FF;
}

.column.leftside .v-menu ul li ul {
	display: none;
	position: absolute;
	top: 0px;
	right: -245px;
	padding: 12px 0;
	width: 240px;
	min-width: 235px;
	max-width: 235px;
	background-color: #E5F2FF;
}


.column.leftside .v-menu ul li ul li {
	position: relative;
	/*background-color: none;*/
	border-bottom: 1px solid transparent;
}

/*.column.leftside .v-menu ul li ul li:hover {
	background: none;
	border-right: none;
	border-left: 10px solid transparent;
	border-bottom: 1px solid transparent;
}
*/
.column.leftside .v-menu ul li ul li:hover a,
.column.leftside .v-menu ul li ul li a:hover {
	/*position: relative;*/
	/*top: 2px;*/
}

.column.leftside .v-menu ul li ul li a {
	padding: 8px;
}

.column.leftside .v-menu ul li ul li a:hover {
	text-decoration: underline;
}

.column.leftside .map {
	margin-bottom: 30px;
}

.column.leftside .map #map {
	border: 5px solid #FFF;
	height: 160px;
	margin-bottom: 18px;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.33);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.33);
}

.column.leftside .map a {
	display: block;
	color: #3E6D98;
	font-size: 12px;
	font-family: Tahoma;
	text-align: center;
	text-decoration: underline;
}

.column.leftside .vote {
	margin-bottom: 40px;
}

.column.leftside .vote span.question,
.column.leftside .vote label.answer {
	font-size: 13px;
	font-family: Tahoma;
	color: #333333;
}

.column.leftside .vote span.question {
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}

.column.leftside .vote .answers,
.column.leftside .vote .button {
	margin-bottom: 18px;
}

.column.leftside .vote label.answer {
	font-weight: normal;
}

.article {
	margin-bottom: 20px;
}

.column.article,
.column.article.main-article {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}

.column.article .news-list .new {
	margin-bottom: 30px;
	overflow: hidden;
	height: 180px;
}

.column.article .news-list .new p {
	font-size: 12px;
	font-family: Tahoma;
	color: #666666;
}

.column .article table,
.column .article td {
	border-collapse: collapse;
}

.column .article table {
	font-size: 13px;
	margin-bottom: 20px;
	border-spacing: 0 10px;
}

.column .article table td,
.column .article table thead tr td {
	color: #333333;
	padding: 10px 20px;
	font-size: 13px;
	font-family: Tahoma;
}

.column .article table thead tr td,
.column .article table thead tr th,
.column .article table tr th {
	padding: 0 20px;
	font-weight: bold;
	background-color: #E3DBCE;
	border-top: 10px solid #E3DBCE;
	border-bottom: 10px solid #E3DBCE;
	border-right: 1px solid #CDBFAE;
}

.column .article table thead tr td:last-child,
.column .article table thead tr th:last-child,
.column .article table tbody tr th:last-child {
	border-right: none;
}

.column .article table tbody tr {
	background: #F3EEE6;
	border-bottom: 1px solid #CDBFAE;
}


.image-preview img,
.news-list .image-preview img {
	width: 240px;
	height: 180px;
}
.news .image-preview{float: left;}
.news .image-preview img {
	width: 320px;
	height: 220px;
}

.image-preview img {
	float: left;
	margin-right: 20px;
	margin-bottom: 1px;
}

.news-list .image-preview img {
	margin: 0;
}

.column.article .news-list .new .body {
	min-height: 180px;
	padding: 10px 20px 10px 260px;
	background-color: #E3DBCE;
}

.column.article .news-list .new .body.no-img {
	padding-left: 20px;
}

.column.article .news-list .paginator {
	margin-top: 40px;
	margin-bottom: 0;
}

.column.article .news-list .switcher {
	margin-top: -40px;
	float: right;
}

.column.article .news-list .switcher.single{
	margin-top: 0;
}

.column.article .news-list .paginator ul,
.column.article .news-list .switcher ul {
	list-style: none;
	padding: 0;
}

.column.article .news-list .paginator ul li {
	display: inline-block;
	margin-right: 15px;
}

.column.article .news-list .switcher ul li {
	display: inline;
	/*margin-right: 15px;*/
	float: right;
}

.column.article .news-list .paginator ul li:last-child,
.column.article .news-list .switcher ul li:last-child {
	margin-right: 0;
}

.news-list .paginator ul li a, 
.news-list .switcher ul li a {
	display: block;
	width: 30px;
	height: 30px;
	color: #666666;
	line-height: 1;
	font-size: 14px;
	font-family: Tahoma;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #CDBFAE;
	background-color: #E3DBCE;
}

.column.article .news-list .paginator ul li.collapsed {
	height: 30px;
	color: #666666;
	font-size: 14px;
	font-family: Tahoma;
	margin: 0 10px 0 -5px;
}

.news-list .paginator ul li a:hover,
.news-list .switcher ul li a:hover {
	border: 1px solid #3E6D98;
}

.news-list .paginator ul li a:hover,
.news-list .paginator ul li a:focus,
.news-list .paginator ul li a:visited,
.news-list .switcher ul li a:hover,
.news-list .switcher ul li a:focus,
.news-list .switcher ul li a:visited {
	text-decoration: none;
}

.news-list .paginator ul li.active a,
.news-list .switcher ul li.active a {
	color: #F3EEE6;
	border: 1px solid #3E6D98;
	background-color: #3E6D98;
}

a h2 {
	text-decoration: underline;
}

h2 {
	margin-top: 0;
	margin-bottom: 25px;
	font: 25px Tahoma;
}
.column.article .new {
	margin-bottom: 50px;
}

.column.article h2,
.column.article .new h2 {
	margin-bottom: 15px;
}

.column.article h3,
.column.news-title h3,
.column.article .new h3,
.column.article .news-list h3,
.column.main-article .main-new h3 {
	margin-top: 20px;
	font: 18px Tahoma;
	color: #3E6D98;
}

.column.article h4 {
	line-height: 2;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	color: #333333;
}

.column.article blockquote {
	padding: 0;
	color: #333333;
	text-align: left;
	border-left: none;
	line-height: 1.333;
	font-size: 18px;
	font-family: Tahoma;
	margin-bottom: 20px;
}

.column.article a.document {
	display: inline;
	background-image: url(/vs/common/img/files/unknown.png);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px;
	margin: 0;
	background-position: 0 50%;
	line-height: 3.077;
}

.column.article a.document.pdf{
	background-image: url(/vs/common/img/files/pdf.png);
}

.column.article a.document.xls{
	background-image: url(/vs/common/img/files/xls.png);
}

.column.article a.document.doc{
	background-image: url(/vs/common/img/files/doc.png);
}

.column.article a.document.ppt{
	background-image: url(/vs/common/img/files/ppt.png);
}

.column.article span.size {
	height: auto;
	margin: 0 0 0 5px;
	padding: 5px;
	font-size: 13px;
	font-family: Tahoma;
	color: #999999;
	line-height: 3.077;
	display: inline;
}

.column.article a,
.column.article .files.size {
	display: inline-block;
	height: auto;
	margin: 0;
	font-size: 13px;
	font-family: Tahoma;
	color: #3E6D98;
	line-height: 3.077;
}

.column.article a {
	text-decoration: underline;
}

.column.article a.file {
	margin-left: 29px;
}

.column.article .files {
	display: inline-block;
	width: 17px;
	height: 22px;
	position: absolute;
	margin: 9px 0;
	margin-left: -29px;
	background-image: url(../img/files.png);
}

.column.article .files.pdf {
	background-position: 0px 0px;
}

.column.article .files.doc {
	background-position: -17px 0px;
}

.column.article .files.xls {
	background-position: -34px 0px;
}

.column.article .files.ppt {
	background-position: -51px 0px;
}

.column.article .files.size {
	color: #999999;
	width: auto;
	height: auto;
	background: none;
}

.column.article ol,
.column.article ul {
	font-size: 13px;
	font-family: Tahoma;
	color: #333333;
	line-height: 2;
}

.column.article ul {
	list-style: url(../img/marker-line.png);
	padding-top: 8px;
}

.column.article label {
	font-size: 13px;
	font-family: Tahoma;
	color: #333333;
	font-weight: bold;
	line-height: 2;
}

.column.article input,
.column.article input:hover,
.column.article input:focus,
.column.article input:active,
.column.article select,
.column.article select:hover,
.column.article select:focus,
.column.article select:active {
	height: 30px;
	outline: none;
	padding: 2px 4px;
	margin-bottom: 10px;
	border-radius: 2px;
	background-color: #FFF;
	border: 1px solid #588B4C;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

.column.article .select-wrapper select {
	-webkit-appearance: none;
	overflow: hidden;
	background-color: #FFF;
	padding-right: 28px;
	background: #FFF url(../img/select.png) no-repeat center right;
}

.column.article select option {
	border-bottom: 1px solid #EFF2EA;
}

.column.main-article .main-new p {
	margin-top: 20px;
	font-size: 12px;
	font-family: Tahoma;
}

.column.article .news-list .new h2 {
	font-size: 18px;
	font-family: Tahoma;
	color: rgb(84, 137, 72);
}


.column.rightside {
	padding-left: 5px;
	padding-right: 0;
}

.column.rightside .actions {
	padding: 18px;
	background-color: #E3DBCE;
}

.column.rightside .actions h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 13pt;
}

.column.rightside .actions ul {
	padding: 0;
	list-style: none;
}

.column.rightside .actions ul li {
	margin-bottom: 20px;
	font: 13px Tahoma;
}

.column.rightside .actions ul li a,
.column.rightside .actions ul li a:hover,
.column.rightside .actions ul li a:focus {
	color: #3E6D98;
	text-decoration: underline;
}

.column.leftside .vote a.all-votes,
.column.rightside .actions a.all-actions,
.column.main-article .main-new a.main-new-more,
.column.indicators a.all-news {
	color: #666666;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: underline;
	padding-left: 19px;
	background: url(../img/all-actions.png) left center no-repeat;
}

.new-date {
	display: block;
}

.new-title {
	display: block;
}

.column.news-title,
.column.news {
	padding-left: 15px;
	padding-right: 0;
}

#carousel-news .carousel-inner {
	overflow: visible;
	width: 460px;
}

#carousel-news .item a {
	display: block;
	width: 100%;
	height: 320px;
	margin-bottom: 15px;
	overflow: hidden;
}

#carousel-news .item a img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 
	min-height: 320px;
}

#carousel-news .item .carousel-caption {
	padding: 0;
	color: #333333;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left;
	text-shadow: none;
	font-family: Tahoma;
	position: static;
	min-height: 125px;
}

.column.indicators {
	padding-right: 0;
	margin-bottom: 20px;
}

.column.indicators .carousel-indicators {
	float: right;
	width: 240px;
	height: 320px;
	margin: 0;
	margin-bottom: 15px;
	padding-left: 0;
	text-align: left;
	position: static;
}

.column.indicators .carousel-indicators li {
	display: block;
	margin: 0;
	width: 100%;
	height: 33.33%;
	text-indent: 0;
	line-height: 1.25;
	border: none;
	border-radius: 0;
	background-color: #F3EEE6;
	padding: 12px 10px 15px 19px;
	position: static;
}

.column.indicators .carousel-indicators li.active {
	background-color: #E3DBCE;
	border: none;
}

.column.indicators .carousel-indicators li.active a {
	text-decoration: none;
}

.column.indicators .carousel-indicators li.active span.arrow {
	content: '';
	float: left;
	position: relative;
	top: -32px;
	left: -29px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 53.5px 10px 53.5px 0;
	margin-right: -10px;
	border-color: transparent #E3DBCE transparent transparent;
}

.column.indicators .carousel-indicators li a.title {
	color: #3E6D98;
	display: block;
	font-size: 13px;
	font-family: Tahoma;
	text-decoration: underline;
}

span.date {
	display: block;
	color: #898989;
	font-size: 12px;
	font-family: Tahoma;
	margin-bottom: 5px;
}

.article span.date {
	margin-bottom: 15px;
}

#new-carousel, .carousel-2 {
	float: left;
	margin-right: 20px;
	width: 320px;
	overflow: hidden;
}

#new-carousel .carousel-inner,
.carousel-2  .carousel-inner{
	height: 220px;
}

#new-carousel .carousel-indicators ,
.carousel-2 .carousel-indicators 
{
	position: relative;
	top: 0;
	z-index: 10;
}

#new-carousel .carousel-indicators li,
.carousel-2 .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 0;
	margin: 15px 3px 0;
	border-color: #CDBFAE;
	background-color: #E3DBCE;
}

#new-carousel .carousel-indicators li:hover,
.carousel-2 .carousel-indicators li:hover,
#new-carousel .carousel-indicators li.active,
.carousel-2 .carousel-indicators li.active {
	border-color: #3E6D98;
}

#new-carousel .carousel-indicators li.active,
.carousel-2 .carousel-indicators li.active {
	background-color: #3E6D98;
}

.partners {
	background-color: #E3DBCE;
	font-size: 12px;
	padding: 0;
}

.partners div {
	padding-left: 0;
}

.partners .partner-one {
	height: 120px;
	vertical-align: bottom;
}

.partners .partner-one img {
	margin-left: -60px;
	position: absolute; 
/*  bottom: 20px; */
}

.partners .partner-one a{
	color: #666666;
	margin-top: 40px;
	margin-left: 70px;
	display: block;
	text-decoration: underline;
}

.partners .partner-one {

}

.partners .partner-two {

}

.partners .partner-three {

}

.footer {
	color: #F3EEE6;
	background-color: #3E6D98;
}

.footer a {
	color: #F3EEE6;
	text-decoration: underline;
}

.footer .column.who,
.footer .column.copy,
.footer .column.company {
	font: 12px Tahoma;
}

.footer .column.who {
	padding: 20px 30px 10px 30px;
}

.footer .column.copy,
.footer .column.company {
	padding: 10px 30px 20px 30px;
}

.AlignLeft {text-align: left;}
.AlignCenter {text-align: center;}
.AlignRight {text-align: right;}
.AlignJustify {text-align: justify;}

#new-carousel .carousel-indicators ,
.carousel-2 .carousel-indicators {
	margin-top: -35px;
}


.line2 {
	max-height: 34px;
	line-height: 17px;
	overflow: hidden;
}
.line3 {
	max-height: 51px;
	line-height: 17px;
	overflow: hidden;
	height: 51px; /* Р·Р°РјРµРЅРёС‚СЊ */
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.line7 {
	max-height: 119px;
	line-height: 17px;
	overflow: hidden;
	height: 119px; /* Р·Р°РјРµРЅРёС‚СЊ */
	text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

h2.line2{
	line-height: 23px;
	max-height: 46px;
}

.carousel-indicators li a span.line4 {
	max-height: 64px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.carousel.carousel-fade {
	opacity: 1;
	border-radius: 4px;
}
.carousel.carousel-fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.carousel-fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.carousel-fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}



.fotko {margin-bottom: 15px;}

/*Non responsive, Bitch!*/

/* Non-responsive overrides for Bootstrap 3
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  max-width: none !important;
  width: 970px;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-left: 0;
  margin-right: 0;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}

.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

.navbar-form {
  float: left;
  border: none;
  margin: 7px 15px;
  padding: 0 15px;
}

.navbar-form .form-control {
  width: auto;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav > li {
  float: left;
}

.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

.calendar ul {
	padding: 0;
}

.calendar li {
	list-style-type: none;
	display: inline;
}

.news-wrapper, .news-content {
	margin-left: -10px;
	margin-right: -10px;
}

.news-content {
	margin-bottom: 10px;
}

.new-date {
	font-size: 12px;
	color: #808080;
}

.news-img img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news {
	margin-bottom: 10px;
	overflow: hidden;
}

.news .fotko {
	margin-bottom: 0;
	float: left;
	margin-right: 10px;
}

.all-news {
	float: right;
}

.sticky-footer, .container:after {
	height: 75px;
}
.sticky-footer {
	margin: 0 auto;
	width: 998px;
	border-right: 1px solid #3E6D98;
	border-left: 1px solid #3E6D98;
	position: relative;
	left: -1px;
}

.content table {
	border: 1px solid #d5d5d5;
	border-collapse: collapse;
}

.content thead {
	background: #3E6D98;
	color: white;
}

.content table tbody tr:nth-child(2n+1) {
	background: #f5f5f5;
}

.content th, .content td {
	padding: 15px 30px;
}

.new {
	margin-bottom: 15px;
}

.content .title {
	color: #3E6D98;
}

.albom {
	float: left;
	margin-right: 15px;
}

.social {
	margin: 10px 0 10px 32px;
}
.icons p{
	font: 14px Tahoma, sans-serif;
	color: #265C8F;
	text-transform: uppercase;
	margin-bottom: 8px;

}
.social img {
	height: 30px;
	width: 30px;
}

.adban h4{
	text-align: center;
}
.adban a img{
	margin: 15px 31px;
	width: 165px;
}

.photo-gallery .photos {
	display: -webkit-inline-box;
}
.photo-gallery .photos img{
	width: 150px;
	margin-right: 20px;
	float: left;
}

.photo-gallery {
	margin: 20px 0;
}
.photo-gallery .allphoto{
	margin: 20px 0;
}

.help-button {
	margin: 10px auto;
	width: 250px;
	text-align: center;
	border-collapse: separate;
	background: #da314b;
	font-family: Tahoma;
	border: 1px solid rgba(0,0,0,0.06);
	border-radius: 4px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.help-button a {
	color: #fff;
	font-size: 15px;
	padding: 15px 5px;
	display: block;
    text-decoration: none;
}
.help-button a:hover {
    background: #e4354f;
    text-decoration: none;
	border-color: rgba(0,0,0,0.21);
}

.volunteer-form textarea {
	max-width: 100%;
}
.volunteer-form .item {
	margin-bottom: 15px;
}
.volunteer-form .item .q-left {
	font-weight: bold;
	margin-bottom: 5px;
}
.volunteer-form .item .red {
	color: red;
}
.volunteer-form .item .key-field.flat {
	font-weight: normal;
}
form#formo4ka .item .q-left .button {
	color: #3E6D98;
	background: #CED9E3;
	border-radius: 2px;
	padding: 10px 15px;
	border: 0;
	text-transform: uppercase;
}
form#formo4ka .item .q-left .button:hover {
	background: #E5F2FF;
}
.volunteer-form  .item .q-left .checkbox {
	float: left;
	margin-right: 5px;
}
.volunteer-form  .item .comment {
	font-size: 13px;
	color: #666;
}
.footer-banners {
	margin: 20px 0;
}

.phone a {
	color: #ff000b;
}

.phone p.gor_lin a {
	color:#ff000b!important;
	/*padding-left: 15px;*/
}

.promo-line{
	background: #ced9e3;
	background: linear-gradient(to right, #ced9e3, #fcfdfd);
	padding: 10px;
	height: 116px;
	margin-bottom: 17px;
	position: relative;
}
.promo-line .action{
	display: none;
	padding-left: 47px;
	position: absolute;
}
.promo-line  .action:first-child{
	display: block;
}
.promo-line .action {

}

.promo-line .action .img-wrapper {
	display: inline-block;
	float: left;
	width: 250px;
	overflow: hidden;
	height: 96px;
	background-color: white;
	text-align: center;
}

.promo-line .action .img-wrapper img{
	height: 96px;
}

.promo-line .action .promo-text {
	display: inline-block;
	float: left;
	background-color: #fbfbfc;
	padding: 6px;
	width: 435px;
	height: 96px;
	overflow: hidden;
	font-size: 14px;
	margin-left: 10px;
}
.promo-line .action .promo-text a {
	color: #000;
}
.promo-line .action .promo-text a:hover,
.promo-line .action .promo-text a:active {
	text-decoration: none;
	color: #111;
}
.promo-line .social a {
	display: block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	border: 1px solid #b2b2b2;
	margin: 0 0 8px 8px;

}
.promo-line .social .vk {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNWRHWFIAAAEMSURBVDhPpZCxjkdAEIf5FyJaBYVEIhIPQKUSIgoFjUZCJBKJXskLeAa1F9EpeaC53RWTE3I5d8W32fnmN1MMBwD/4lG+4VG+4VG+gT1VVUGWZZDnOSmPRpIkpMsxyrJEP88zy1Lqur6H+75n4X3f0cVxzBxF0zT0URQdclkWlLIsY/h0YRgyN00T5gRBgG3bjiDF931stm3LBs7adV1WK4qCmXEcjwx9KOu6As/zGLBtG/+iKIJpmlg7jsOGLwsoTdNg6Cc8zyPxhwUUy7JuAxRJki51URQkTr7fh090Xb+EVVUl+nonyjAM9+GTruvAMAz4fD6QpilRhw+CABewo56Nv/Io3/Aofw9wXwhUZbGC5R0wAAAAAElFTkSuQmCC');
}
.promo-line .social .fb {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNWRHWFIAAACWSURBVDhP7ZC7DQMhDIahYQTEBmyAxCrMgwRiA2joGYWlHAcFdFgUOV2TIsVX+H8VZgDwiKM4qbWC1hqEEJhkA5rZjiu9d+Ccr+LtgZTSKimlwHsPMUa09tx2XAkhrAHnHErn3FFsrY3SHDDGQM4ZSilo79ntWOKnSJFSok2yVBgiKU6stWiTLBUmj37w5j/wCwPfAewFiO6YxgB+e4MAAAAASUVORK5CYII=');
}

.promo-line .form-search-wrapper {
	position: absolute;
	right: 58px;
	bottom: 9px;
}

#search {
	clear: right;
	width: 176px;
}

#search .input {
	border: 1px solid #9e9e9e;
	color: #9e9e9e;
}

#search .input:focus {
	border: 1px solid #9e9e9e;
	color: #9e9e9e;
	background: white;
}

#search .input::-webkit-input-placeholder { /* WebKit browsers */
	color: #9e9e9e;
}

#search .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #9e9e9e;
}

#search .input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #9e9e9e;
}

#search .input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #9e9e9e;
}

.promo-line .icons {
	overflow: hidden;
}
