/* =========== © 2016 Centroarts.com =========== */

/* Сброс */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }

html { height: 100%; min-height: 100%; }
body { min-height: 100%; }
html, html a { -webkit-font-smoothing: antialiased; }

/* Настройка основной типографии */
body, select, input, textarea, button {
	font: normal 14px/1.5 Arial, Helvetica, sans-serif;
	color: #353535;
	outline: none;
}
	a { 
		outline: none;
		color: #239f9f;
		text-decoration: none;
	}
	a:hover { text-decoration: underline; }

	a img { border: 0 none; }
	a > img { vertical-align: bottom; }

/* Заголовки H1-6 */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
	margin: 2em 0 .6em 0;
	letter-spacing: -0.01em;
	line-height: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}
h1, .h1 { font-size: 23px; }
h2, .h2 { font-size: 21px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }

.addcomment h3 { margin: .3em 0 .6em 0; }

/* Частые стили */
.strike { text-decoration: line-through; }
.nobr { white-space: nowrap; }
.hide { display: none; }
.title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }
.uline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.justify { text-align: justify; }
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
	fieldset { border: 1px solid rgba(0,0,0,0.1); padding: 20px; margin-bottom: 25px; }
	fieldset legend { font-weight: bold; }

.grey { color: #919191; }
.grey a { color: inherit; }
.grey a:hover { color: #353535; }
.blue { color: #3394e6; }
.orange { color: #e85319; }

sup { vertical-align: super; font-size: smaller; }
sub { vertical-align: sub; font-size: smaller; }
.over { display: inline-block; vertical-align: middle; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
a .over { cursor: pointer; }

.cover { background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }

/* Настройка других элементов */
ul { padding-left: 25px; list-style: disc outside; }
ol { padding-left: 25px; list-style: decimal outside; }

	strong, b { font-weight: bold }
	em, cite, i { font-style: italic }
	caption { text-align: left }
	th, td { vertical-align: middle }
	small, .small { font-size: .9em; }
	hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

	.clr { clear: both }
	.clrfix:after { clear: both; content: ""; display: table; }

/* --- Деление на колонки --- */
@media only screen and (min-width: 601px) {
.grid_1_2, .grid_1_4 {
	float: left; margin-right: 4%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	.grid_1_2 { width: 48%; }
	.grid_1_4 { width: 22%; }
	.grid_last { margin-right: 0; }
}

/* --- Bootstrap --- */
/* DropDown Меню и формы */
.dropdown { position: relative; }
	.dropdown-menu, .dropdown-form {
		min-width: 160px; padding: 12px 0; border-radius: 2px; margin-top: 5px !important; display: none; z-index: 99; position: absolute;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1); background-clip: padding-box;
		background-color: #fff;
	}
	.dropdown-menu { list-style: none; margin: 0; }
	.dropdown-form { padding: 40px; }

	.dropdown-menu.dot:before, .dropdown-form.dot:before {
		content: "";
		position: absolute;
		top: 0; left: 50%;
		margin: -11px 0 0 -11px;
		width: 22px; height: 22px;
		border-radius: 50%;
		background-color: #fff;
	}

	/* DropMenu */
	.dropdown-menu li a { height: 1%; padding: 5px 20px; border: 0 none; display: block; white-space: nowrap; text-decoration: none; color: inherit; }
	.dropdown-menu li a:hover { background-color: #e05b37; color: #fff; }
	.open .dropdown-menu, .open .dropdown-form { display: block; }

/* Expand & Collapse */
.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
	.fade.in { opacity: 1; }
	.collapse { overflow: hidden; height: 0; width: 0; display: inline-block; }
	.collapse.in { display: block; width: auto; height: auto; }
	.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }

/* --- Работа вкладок --- */
.tab-content > .tab-pane { display: none; }
	.tab-content > .active { display: block; }

/* --- Иконки --- */
.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	fill: #3394e6;
	vertical-align: middle;
}
	.icon-logo { width: 42px; height: 42px; }

	.icon-vk { width: 10px; height: 1em; }
	.icon-tw { width: 14px; height: 1em; }
	.icon-fb { width: 8px; height: 1em; }
	.icon-gp { width: 18px; height: 1em; }
	.icon-ya { width: 7px; height: 1em; }
	.icon-od { width: 10px; height: 1em; }
	.icon-mail { width: 16px; height: 1em; }

	.grey .icon { fill: #919191; }

/* --- Layout --- */
body { background: #ededed; }
.wrp { max-width: 1437px; }

/* --- Структура --- */
.conteiner:after, #header:after { clear: both; content: ""; display: table; }
.midside {
	float: left;
	padding: 0 350px 0 13%;
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.rightside {
	float: right;
	width: 300px;
	padding: 0 25px;
	margin-left: -350px;
	position: relative;
}

/* --- Шапка сайта --- */
#header { margin-bottom: 25px; }
#header, #header_menu { height: 80px; }
.header {
	width: 100%; height: 0; z-index: 22;
	position: fixed;
	left: 0; top: 0;
}
	.header .midside { height: 0; }
	#header_menu {
		position: relative; z-index: 15;
		padding: 0 25px; 
		background-color: #3394e6;
		border-radius: 0 0 2px 2px;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

.fixcont {
	max-width:1000px;
    padding-right: 0px;
    padding-left: 0px;
}


/*   header   */ 

.bgwhite {
    background: #fff;
	border-top: 10px solid #239f9f;
}

.logo-info {
    float: left;
    color: #6e6e6e;
    font-size: 14px;
    padding-top: 25px;
	padding-bottom: 15px;
}
.lang-poisk {
    padding-top: 25px;
    padding-bottom: 15px;
}
.logo-img1 {
    float: right;
	    padding-top: 4px;
}
.logo-img {
    float: right;
    padding-top: 25px;
    padding-bottom: 15px;
}
.logo-img-ge {
    float: left;
    margin-right: 10px;
}
.site-ge-upravlenie {
    float: left;
}
.site-upravlenie {
    margin-top: 12px;
}
.site-upravlenie {
	font-weight: 600;
    font-size: 16px;
}
.site-ge, .site-upravlenie {
    margin-bottom: 0;
    line-height: 1em;
}
h1.site-ge {
    margin: 0.5em 0;
}
.site-ge a {
    color: #239f9f;
    font-size: 28px;
    display: block;
    margin-top: -5px;
	font-weight: 100;
}
.site-ge a:hover {
    text-decoration:none;
}

.lang {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px rgb(2, 99, 135);
    margin: 5px 0;
}

/*   header   */ 

.menubg {
    background: #239e9e;
    background: -moz-linear-gradient(top,#2fffff 0%,#239e9e 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2fffff),color-stop(100%,#239e9e));
    background: -webkit-linear-gradient(top,#2fffff 0%,#239e9e 100%);
    background: -o-linear-gradient(top,#2fffff 0%,#239e9e 100%);
    background: -ms-linear-gradient(top,#2fffff 0%,#239e9e 100%);
    background: linear-gradient(to bottom,#2fffff 0%,#239e9e 100%);
}
.dropdown:hover > .dropdown-menu { 
    display: block; 
}
.dropdown-menu, .dropdown-form {
    margin-top: -2px !important; 
}
.tvmenu>li>a {
    padding: 10px 15px;
    color: #036588;
}
.topmenu, .topmenu2 {
    border-bottom: 0px;
}
.topmenu>li>a, .topmenu2>li>a {
    border-radius: 0px;
    color: #062727;
    font-weight: bold;
}
.topmenu2>li>a {
    padding: 10px 7px;
}
.topmenu>li>a:hover {
	border: 0 1px;
    border-color: #eee #eee #ddd;
}
.topmenu>li>a:focus, .topmenu>li>a:hover {
    background: #2ffefe;
    background: -moz-linear-gradient(top,#239f9f 0%,#2ffefe 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#239f9f),color-stop(100%,#2ffefe));
    background: -webkit-linear-gradient(top,#239f9f 0%,#2ffefe 100%);
    background: -o-linear-gradient(top,#239f9f 0%,#2ffefe 100%);
    background: -ms-linear-gradient(top,#239f9f 0%,#2ffefe 100%);
    background: linear-gradient(to bottom,#239f9f 0%,#2ffefe 100%);
}
.dropdown-menu li a:hover {
    background-color: #a27100;
    color: #fff;
}


.main-wrapper {
    background: #fff url(../images/mainwrapperbg.png) repeat-x top;
    overflow: hidden;
}

.polosa-vert-r {
    background: url(../images/line-dot-v.png) repeat-y left;
    position: relative;
}
.polosa-vert-l {
    background: url(../images/line-dot-v.png) repeat-y right;
    position: relative;
}
/*   anons   */ 

.views-anons {
    background: url(../images/line-dot-h.png) repeat-x bottom;
    padding: 20px 0;
    overflow: hidden;
}

.views-anons a:hover{
    text-decoration:none;
}
.views-anons-title a{
    color: #555555 !important;
}


.views-anons-data {
    float: left;
    overflow: hidden;
    width: 20%;
    margin: 0 4% 0 1%;
}
.fancy-mes, .fancy-data {
    background: none repeat scroll 0 0 #239f9f;
}
.fancy-mes, .fancy-data {
    background: #239f9f;
}
.fancy-mes, .fancy-data {
    background: #239f9f;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.fancy-time {
    color: #9a9a9a;
    text-align: center;
    display: block;
    border-bottom: 5px solid #9a9a9a;
    font-size: 12px;
}
.views-anons-title {
    float: right;
    width: 75%;
    margin-top: -4px;
}
/*   anons   */ 


/* news */
h3.titlenews {
    margin: 20px 0 0 0;
}
h4.datenews {
    margin: 4px 0 0 0;
    font-size: 12px;
}
/* news */

h3.col-title {
    color: #0b4444;
    background: url(../images/line-dot-h.png) repeat-x bottom;
    margin: 20px 0 0 0;
    overflow: hidden;
	padding-bottom: 5px;
}

/*partnerts */
.bl-partners {
    margin-top: 20px;
}
.bl-partners a {
    padding: 2px;
    display: block;
    border: 1px dotted #000;
    margin-bottom: 4px;
}
.bl-partners a img {
    width: 100%;
    max-width: 100%;
}
/*partnerts */


/* footer */ 
.footerbg {
    background: #239f9f;
    color: #fff;
    padding: 40px 0;
}
.footerbg img {
    float: left;
    width: 60px;
}
.textfooter {
    padding-left: 65px;
    font-size: 18px;
}
.textfooter p {
    line-height: 15px;
	padding: 3px 0;
}
.textfooter p span {
    font-size: 12px;
}
/* footer */ 
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 4px;
}

.glyphicon-eye-open:before {
    padding-right: 7px;
}