/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@mainLight: #a8383d;
/*
#ed5057
rgba(237,80,87,1)
*/

@mainLightDark: #88191e;
/*
#b42026
rgba(180,32,38,1)
*/

@mainDarkLight: #7d0d12;
/*
#a71118
rgba(167,17,24,1)
*/

@mainDark: #6e090c;
/*
#9a0c12
rgba(154,12,18,1)
*/

/*
 * + Reset
*/
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, font, 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 {	margin: 0;	padding: 0;	outline: 0;}
a img { border:0; }
body {	margin: 0;	padding: 0;	outline: 0;	vertical-align: top;}
ol, ul {	list-style: none;}
blockquote:before, blockquote:after, q:before, q:after {	content: '';	content: none;}
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}
/*
 *
 * - Reset
 *
*/
header, nav, section, article, aside, footer {
   display:block;
}
a{
  color: inherit;
}

hr{
	border-color: #c3c3c3;
	border-top: 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'PT Serif', serif;
	font-weight: bold;
}


html, body{
 /* height: auto !important;*/
  height: 100%;
}

body{
	min-width: 320px;
	font: 13px 'Open Sans', sans-serif;
	line-height: 1.5;
	color: #000;
	background: #f8f8f8;
}


.content{}

	.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
		margin: 0.8em 0;
		color: #000;
		line-height: normal;
	}

	.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a{
	 color: inherit;
	 text-decoration: inherit;
	}
	.content h6{
		font-size: 13px;
	}
	.content h5{
		font-size: 16px;
	}
	.content h4{
		font-size: 18px;
	}
	.content h3{
		font-size: 20px;
	}
	.content h2{
		font-size: 22px;
	}
	.content h1{
		font-size: 24px;
	}

	.content p, .content ul li, .content ol li{
		margin: 1em 0;
	}

	.content strong{
		font-weight: bold;
		color: #000;
	}

	.content ul, .content ol{
		padding-left: 1em;
	}
	.content ul li, .content ol li{
		margin: 0.2em 0;
	}
	.content ul{
		list-style: none;
		margin: 1em 0;
	}
		.content ul li{
			padding-left: 13px;
			position: relative;
		}
			.content ul li:before{
				content: '';
				display: block;
				position: absolute;
				left: 1px;
				top: 7px;
				width: 5px;
				height: 5px;
				background: #888;
				border-radius: 50%;
			}

	.content ol{
		list-style: inside decimal;
	}

	.content a{
		color: inherit;
		text-decoration: underline;
		color: #466f83;
	}
		.content a:hover{
			text-decoration: none;
		}

	.content table{
		border-collapse: collapse;
		width: 100%;
		margin: 10px 0;
		border-color: #888;
	}
		.content table tr{
			border-bottom: 1px solid #d3d3d3;
		}
		.content table th{
			font-size: 12px;
			padding: 2px 10px;
			font-weight: bold;
			border-bottom: 1px solid #d3d3d3;
			background: rgb(248,248,248);
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(248,248,248,1)),to(rgba(232,232,232,1)));
			background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%);
			background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%);
		}
		.content table td{}
		.content table td{
			padding: 5px 10px;
		}

	.content img{
		max-width: 100%;
	}
	
	.content .table-wrapper {
		width: 100%;
		overflow: auto;
	}


.content form .rows{
	display: table;
	width:100%;
}
	.content form .rows > div{
		display: table-row;
	}
		.content form .rows label{
			display: table-cell;
			width: 150px;
			margin-right: 5px;
		}
			.content form .required label:after{
				content: ' *';
				color: #9e0d13;
			}

		.content form input, .content form textarea, .content form select{
			width: 100%;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			border:1px solid #d3d3d3;
			background: #fff;
			padding: 5px 10px;
		}

	.content form label{
		display: block;
		color: #333333;
		font-weight: bold;
		padding: 15px 0;
	}
		.content form textarea{
			height: 150px;
		}

	.content form .textarea{
		display: block;
	}
	.content form .textarea label{
		display: block;
		width:100%;
		padding-bottom: 5px;
	}


	.content form .capture{
		display: table;
		width: 100%;
	}
		.content form .capture > div{
			display: table-row;
		}
			.content form .capture .col{
				display: table-cell;
				width: 220px;
				padding-right: 10px;
				text-align: right;
			}
				.content form .capture .col + .col{
					width: auto;
					text-align: center;
				}
				.content form .capture .col + .col + .col{
					width: 120px;
					padding-right: 0;
				}

	.content form .capture label{
		padding-bottom: 5px;
	}
		.content form .capture .captureImg{
			padding-right: 5px;
		}

	.content form .submit{
		width: 100%;
		height: 26px;
		border: none;
		-webkit-box-shadow: 0;
		        box-shadow: 0;
		color: #fff;
		font-size: 14px;
		line-height: 26px;
		padding: 0;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		border-radius: 3px;

		background: @mainLight;
		background: -webkit-gradient(linear,  left top, left bottom,  from(@mainLight), color-stop(50%, @mainLightDark), to(@mainDark));
		background: -o-linear-gradient(top,  @mainLight 0%, @mainLightDark 50%, @mainDark 100%);
		background: linear-gradient(to bottom,  @mainLight 0%, @mainLightDark 50%, @mainDark 100%);
	}





table.table_site {
  border-collapse: collapse;
}
  table.table_site th, table.table_site thead td {
    font-weight: bold;
    padding: 5px 10px;
    border: 3px solid #888;
    text-align: center;
  }
  table.table_site td {
    padding: 5px;
    border-bottom: 1px solid #888;
  }
  table.table_site p{
    line-height: normal;
    margin: 5px 0;
  }

ul.nav_pages{
	list-style: none;
	padding: 35px 0;
	border-top: 1px solid #d3d3d3;
	text-align: center;
}
	ul.nav_pages li{
		display: inline-block;
		padding: 0;
		margin: 0 5px;
		background: 0;
		padding: 0;
		font-weight: bold;
			font-size: 14px;
	}
		ul.nav_pages li:before,ul.nav_pages li:after,ul.nav_pages li a:before,ul.nav_pages li a:after{
			display: none !important;
		}
		ul.nav_pages li span{
			color: #98151b;
		}
		ul.nav_pages li a{
			color: #466f83;

		}


a.back{
	display: inline-block;
	padding-left: 1em;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
	a.back:before{
		content:"\f053";
		font-size: 11px;
		line-height: 18px;

		position: absolute;
		left: 0;
		top: 1px;

		display:inline-block;
		font-family:FontAwesome;
		font-style:normal;
		font-weight:normal;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
	}
a.back.large{
	font-size: 14px;
	line-height: 20px;
}
	a.back.large:before{
		font-size: 14px;
		line-height: 20px;
	}

a.file{
	display: inline-block;
	padding-left: 22px;
	position: relative;
	font-size: 12px;
	line-height: 18px;
}
	a.file:before{
		content:"\f0c7";
		font-size: 18px;
		line-height: 18px;

		position: absolute;
		left: 0;
		top: 10px;

		display:inline-block;
		font-family:FontAwesome;
		font-style:normal;
		font-weight:normal;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
	}

.filesBlock p{
	margin: 0.5em 0;
}
.filesBlock a.file{
	font-size: 18px;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;

}

a.videoTranslation{
	display: inline-block;
	padding-left: 2em;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #466f83;
}
	a.videoTranslation:before{
		content:"\f03d";
		font-size: 22px;
		line-height: 18px;

		position: absolute;
		left: 0;
		top: 1px;

		display:inline-block;
		font-family:FontAwesome;
		font-style:normal;
		font-weight:normal;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
	}


h1.pageTitle{
	font: bold 24px/28px 'PT Serif', serif;
	color: #98151b;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 0.4em;
}
	h1.pageTitle a{
		text-decoration: none;
		color: inherit;
	}

.breadcrumbs{
	font-size: 12px;
	line-height: 18px;
	color: #aaaaaa;
	margin-bottom: 1em;
}
.breadcrumbs a{
	position: relative;
	display: inline-block;
	text-decoration: underline;
	padding-right: 1em;
}
	.breadcrumbs a:after{
		content: '/';
		text-decoration: none;
		position: absolute;
		right: 0.3em;
	}
.breadcrumbs span{}

.noImg{
	background: #e1eaee url(../images/noImg.png) center center no-repeat;
}

.pagesList{
	font-size: 18px;
}
	.pagesList p{
		margin: 0.5em 0;
	}

.clear{clear: both;}
.overflow{overflow: hidden;}


.container{
  max-width: 1256px;
  margin: 0 auto;
  position: relative;
}


/*--------------------------------MAIN HEADER----------------------------------------*/
.mainHeader{
	position: relative;
	// background: url(../images/headerImg1.png) center -30px no-repeat;
}

	.mainHeader.padding{
		margin-bottom: 53px;
	}


 .mainHeader .container{
 	padding-top: 30px;
 	min-height: 190px;
 	padding-bottom: 10px;
 }
	.mainHeader .col{
		display: inline-block;
		vertical-align: top;
		width: 55%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding-right: 180px;
	}
		.mainHeader .col + .col{
			width: 45%;
			padding-left: 50px;
			padding-right: 0;
			text-align: right;
		}

	.mainHeader .logo{
		display: inline-block;
		vertical-align: top;
		margin-right: 25px;
		width: 112px;
		height: 118px;
		background: url(../images/headerLogo.png);
		background-repeat: no-repeat;
		background-position: center center;
		overflow: hidden;
		text-indent: -999px;
		background-size: contain;
	}
	.mainHeader address{
		font-style: normal;
		display: inline-block;
		vertical-align: top;
		position: relative;
		z-index: 2;
		margin-bottom: 20px;
	}
		.mainHeader address strong{
			color: #a7181f;
		}

	.mainHeader .feedBack{
		display: inline-block;
		vertical-align: top;
		position: relative;
		/*padding-left: 20px;*/
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		position: relative;
		z-index: 2;
		padding: 5px 10px 5px 30px;
		border-radius: 3px;

		border-bottom: 2px solid #c43b40;
		background: @mainLight;
		background: -webkit-gradient(linear,  left top, left bottom,  from(@mainLight),color-stop(50%, @mainLightDark),color-stop(51%, @mainDarkLight),to(@mainDark));
		background: -o-linear-gradient(top,  @mainLight 0%,@mainLightDark 50%,@mainDarkLight 51%,@mainDark 100%);
		background: linear-gradient(to bottom,  @mainLight 0%,@mainLightDark 50%,@mainDarkLight 51%,@mainDark 100%);
		
		&.obr {
			margin-left: 140px;
		}
	}
		.mainHeader .feedBack:before{
			content:"\f0e0";
			position: absolute;
			left: 10px;
			top: 5px;

			display:inline-block;
			font-family:FontAwesome;
			font-style:normal;
			font-weight:normal;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

	.mainHeader .feedBack:hover {
		opacity: .7;
	}

	.mainHeader .dateTime{
		display: inline-block;
		vertical-align: top;
		margin-left: 30px;
	}
		.mainHeader .dateTime .date{
			display: block;
			font-size: 14px;
			color: #98151b;
			padding-bottom: 5px;
			border-bottom: 1px solid #98151b;

		}
		.mainHeader .dateTime .time{
			font-size: 29px;
			color: #333333;
		}

	.mainHeader .search{
		margin-top: 5px;
		position: relative;
		z-index: 2;
	}
		.mainHeader .search form{
			display: inline-block;
			border: 1px solid #d6d6d6;
		}
			.mainHeader .search input{
				border: 0;
				-webkit-box-shadow: 0;
				        box-shadow: 0;
				background: 0;
				padding: 0;
				margin: 0;
			}
			.mainHeader .search input.query{
				padding: 8px 10px;
				height: 18px;
				line-height: 18px;
			}
			.mainHeader .search .submit{
				border: 0;
				-webkit-box-shadow: 0;
				        box-shadow: 0;
				background: 0;
				padding: 0;
				margin: 0;
				cursor: pointer;
				width: 40px;
				font-size: 20px;
				height: 34px;
				line-height: 34px;
				color: #98151b;
			}

	.mainHeader .link{
		position: absolute;
		width: 500px;
		height: 200px;
		bottom: 0;
		left: 50%;
		margin-left: -250px;
		background: url(../images/headerImg1.png) center top no-repeat;
		// background: url(../images/headerImg3.png) center top no-repeat;
	}

.mainHeader .sup-col {
	display: inline-block;
	vertical-align: top;
}

.mainHeader .top-img {
	/*display: none;*/
	display: block;
    width: 150px;
    margin: 0 0 10px auto;
}
	.mainHeader .top-img img {
		display: block;
    	width: 100%;
	}

/*--------------------------------MAIN FOOTER----------------------------------------*/
.mainFooter{
	padding: 25px 0 10px 0;
	color: #939393;
	font-size: 12px;
}
	.mainFooter .container{}
	.mainFooter .col{
		display: inline-block;
		width: 33.3%;
		vertical-align: bottom;
	}
		.mainFooter .col + .col{
			text-align: center;
		}.mainFooter .col + .col + .col{
			text-align: right;
		}
	.mainFooter .logo{
		width: 69px;
		height: 71px;
		background: url(../images/footerLogo.png);
		margin-right: 5px;
		display: inline-block;
		vertical-align: top;
	}
	.mainFooter .text{
		display: inline-block;
		vertical-align: top;
		padding-top: 5px;
	}
	.mainFooter address{
		font-style: normal;
	}
	.mainFooter .copy{
		font-size: 11px;
		color: #333333;
		margin-top: 7px;
		text-transform: uppercase;
	}
	.mainFooter .counters{}
	.mainFooter .developer{
		margin-top: 3px;
	}

	.socials {
		&__items {
			margin-top: 5px;
			font-size: 20px;
			a {
				-webkit-transition: color .2s;
				-o-transition: color .2s;
				transition: color .2s;
				&:hover {
					color: rgb(237,80,87);
				}
			}
		}
	}


/*--------------------------------MAIN NAV----------------------------------------*/
.mainNav{
	border-bottom: 3px solid #c43b40;
	background: rgb(237,80,87);
	background: -webkit-gradient(linear,  left top, left bottom,  from(@mainLight),color-stop(50%, @mainLightDark),color-stop(51%, @mainDarkLight),to(@mainDark));
	background: -o-linear-gradient(top,  @mainLight 0%,@mainLightDark 50%,@mainDarkLight 51%,@mainDark 100%);
	background: linear-gradient(to bottom,  @mainLight 0%,@mainLightDark 50%,@mainDarkLight 51%,@mainDark 100%);

	text-align: center;
}
	.mainNav__mobile {
		display: none;
	}

	.mainNav.fixed{
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
		margin: 0;
	}

	.mainNav .mainNav__items > ul > li{
		display: inline-block;
		position: relative;
	}
		.mainNav .mainNav__items > ul > li > a{
			text-decoration: none;
			display: block;
			cursor: pointer;
			font: 16px/32px 'PT Serif', serif;
			color: #fff;
			text-transform: uppercase;
			/*padding: 9px 50px;*/
			padding: 9px 20px;
		}
			.mainNav .mainNav__items > ul > li.current > a, .mainNav .mainNav__items > ul > li:hover > a{
				background: -webkit-gradient(linear,  left top, left bottom,  from(#ed5057), color-stop(50%, #b42026), color-stop(51%, #a71118), to(#9a0c12));
				background: -o-linear-gradient(top,  #ed5057 0%, #b42026 50%, #a71118 51%, #9a0c12 100%);
				background: linear-gradient(to bottom,  #ed5057 0%, #b42026 50%, #a71118 51%, #9a0c12 100%);
				-webkit-box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.05);
				        box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.05);
			}



		.mainNav .mainNav__items li ul{
			display: none;
		}
			.mainNav .mainNav__items li:hover ul{
				display: block;
				position: absolute;
				left: 0;
				top: 100%;
				width: 100%;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				min-width: 200px;
				padding: 20px;
				z-index: 5;
				background: rgba(112,0,5,0.95);
				text-align: left;
			}
			.mainNav .mainNav__items li ul li{
				margin: 5px 0;
			}
			.mainNav .mainNav__items li ul li a{
				color:#fff;
				text-decoration: underline;
				font-size: 13px;
				line-height: normal;
			}
				.mainNav .mainNav__items li ul li a:hover, .mainNav .mainNav__items li ul li a.current{
					text-decoration: none;
				}

/*--------------------------------PANEL----------------------------------------*/
.panel{
	margin: 15px 0;
	color: #fff;
	font-size: 12px;
	line-height: normal;
}
	.panel .container{
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 30px 65px 10px 65px;
		border-radius: 3px;

		background: @mainLight;
		background: -webkit-gradient(linear,  left top, left bottom,  from(@mainLight), color-stop(50%, @mainLightDark), to(@mainDark));
		background: -o-linear-gradient(top,  @mainLight 0%, @mainLightDark 50%, @mainDark 100%);
		background: linear-gradient(to bottom,  @mainLight 0%, @mainLightDark 50%, @mainDark 100%);
	}

	.panel .simple{
		margin-top: 10px;
	}
		.panel .simple li{
			display: inline-block;
			margin-right: 10px;
		}


/*--------------------------------FOOTER NAV----------------------------------------*/
.footNav{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px;
}
.footNav > ul{
		display: table-row;
	}
		.footNav  > ul > li{
			display: table-cell;
			vertical-align: top;
			margin: 0px;
			padding: 0 0 40px 0;
		}

/*

*/
			.footNav > ul > li > a{
				font-size: 13px;
				text-transform: uppercase;
				font-weight: bold;
			}

			.footNav li ul{
				margin: 5px 0;
				width: 180px;
				text-align: left;
			}
				.footNav li ul li{
					margin: 5px 0;
				}
					.footNav li ul li a{
						color: #ff969b;
					}
					.footNav li ul li a:hover{
						color: #fff;
					}


/*--------------------------------SUB NAV----------------------------------------*/
.subNav{

}
	.subNav ul{

	}
		.subNav ul li{
			/*margin: 2px 0;*/
			margin: 15px 0;
		}


			.subNav ul li a{
				display: block;
				font-size: 13px;
				line-height: 16px;
				text-decoration: none;
				letter-spacing: -0.5px;

				padding: 9px 5px 9px 10px;
				border-left: 3px solid transparent;
				border-bottom: 1px solid #d3d3d3;

				background: rgb(248,248,248); /* Old browsers */
				background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(248,248,248,1)),to(rgba(232,232,232,1)));
				background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%);
				background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
			}
			.subNav ul li a:hover, .subNav ul li a.current{
				color: #456e82;

				border-left-color: #270581;

				background: rgb(238,247,255); /* Old browsers */
				background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(238,247,255,1)),to(rgba(212,233,253,1)));
				background: -o-linear-gradient(top,  rgba(238,247,255,1) 0%,rgba(212,233,253,1) 100%);
				background: linear-gradient(to bottom,  rgba(238,247,255,1) 0%,rgba(212,233,253,1) 100%); /* W3C */
			}


			.subNav ul li.liId40 a{
				padding-left: 60px;
				position: relative;
			}
			.subNav ul li.liId40 a:after{
				content: '';
				background: url(../images/vict.png) no-repeat;
				display: block;
				width: 40px;
				height: 40px;
				top: 50%;
				left: 10px;
				margin-top: -20px;
				background-size: contain;
				position: absolute;
			}

			.subNav ul li.liId15, .subNav ul li.liId17{
				margin-top: 3em;
			}

			.subNav ul li.liId83 a{
				padding-left: 60px;
				position: relative;
			}
			.subNav ul li.liId83 a:after{
				content: '';
				background: url(../images/map.png) no-repeat;
				display: block;
				width: 40px;
				height: 40px;
				top: 50%;
				left: 10px;
				margin-top: -20px;
				background-size: contain;
				position: absolute;
			}

/*--------------------------------GOV LINKS----------------------------------------*/
.govLinks{
	margin: 15px 0;
}
	.govLinks .container{
		text-align: justify;
	}
		.govLinks .container:after{
			width: 100%;
			height: 0px;
			visibility: hidden;
			overflow: hidden;
			content: '';
			display: inline-block;
			}

		.govLinks a{
			display: inline-block;
			vertical-align: top;
			width: 230px;
			text-align: left;
			margin: 15px 10px;
			font-size: 12px;
			text-decoration: none;
			color: #aaaaaa;
			line-height: 15px;
		}
		.govLinks a:hover p{
			text-decoration: underline;
		}
			.govLinks a .img{
				width: 60px;
				height: 60px;
				display: inline-block;
				vertical-align: top;
				overflow: hidden;
			}
				.govLinks a .img img{
					display: block;
					margin: 0;
					margin-left: -60px;
					padding: 0;
				}
					.govLinks a:hover .img img{
						margin-left: 0;
					}

			.govLinks a p{
				display: inline-block;
				width: 160px;
				vertical-align: top;
				margin-left: 5px;
				margin-right: 5px;
			}


/*--------------------------------ARTICLES----------------------------------------*/
.articles{

}
	.articles .wrapper{
		text-align: justify;
	}
		.articles .wrapper:after{
			width: 100%;
			height: 0px;
			visibility: hidden;
			overflow: hidden;
			content: '';
			display: inline-block;
		}
		.articles article{
			display: inline-block;
			vertical-align: top;
			width: 185px;
			margin-bottom: 15px;
			text-align: left;
		}
			.articles article .img{
				width: 185px;
				height: 124px;
				overflow: hidden;
			}
				.articles article .img img{
					width: 185px;
					/*height: 124px;*/
					display: block;
				}
				.articles article .img .noImg{
					height: 124px;
				}


			.articles article .video .img{
				position: relative;
			}

				.articles article .video .img:before{
					content:"\f04b";
					display: block;
					font-size: 36px;
					line-height: 50px;
					width: 50px;
					text-align: center;

					color: #bf0d16;
					opacity: 0.8;
					z-index: 5;

					position: absolute;
					left: 50%;
					top: 50%;
					margin-left: -25px;
					margin-top: -25px;

					display:inline-block;
					font-family:FontAwesome;
					font-style:normal;
					font-weight:normal;
					-webkit-font-smoothing:antialiased;
					-moz-osx-font-smoothing:grayscale;
				}
					.articles article .video .img:hover:before{
						opacity: 1;
					}

			.articles article .date{
				font-size: 13px;
				color: #333333;
				margin: 5px 0 5px 0;
			}
			.articles article h2{
				font: 13px/18px 'Open Sans', sans-serif;
				color: #466f83;
				text-decoration: underline;
				margin: 0;
				padding: 0;
			}
				.articles article h2 a{

				}
					.articles article h2 a:hover{
						color: #98151b;
					}

		.articles .scroller{

		}


/*--------------------------------ONE ARTICLE----------------------------------------*/
.oneArticle{

}
	.oneArticle header h1{
		margin: 0.4em 0;
		margin-bottom: 0.8em;
		font-size: 18px;
		line-height: normal;
	}

	.oneArticle .video{
		text-align: center;
		margin:15px 0;
	}

		.oneArticle .video .videoContainer{
			position: relative;
		}

		.oneArticle .video .videoContainer:before{
			content:"\f04b";
			display: block;
			font-size: 36px;
			line-height: 50px;
			width: 50px;
			text-align: center;

			color: #bf0d16;
			opacity: 0.8;
			z-index: 5;

			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -25px;
			margin-top: -25px;

			display:inline-block;
			font-family:FontAwesome;
			font-style:normal;
			font-weight:normal;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		.oneArticle .video .videoContainer:hover:before{
			opacity: 1;
		}

		.oneArticle .video .videoContainer img{
			cursor: pointer;
		}
		.oneArticle .video .videoContainer iframe{
			position: relative;
			z-index: 10;
		}

	.oneArticle .img{
		float: left;
		display: block;
		width: 260px;
		/*height: 170px;*/
		margin-right: 15px;
		margin-bottom: 15px;
	}
		.oneArticle .img img{
			width: 260px;
			/*height: 170px;*/
			display: block;
		}

	.oneArticle .gallery{
		padding-bottom: 15px;
		border-bottom: 1px solid #d3d3d3;
		margin-bottom: 5px;
	}
		.oneArticle .gallery a{
			display: inline-block;
			width: 84px;
			height: 55px;
			margin-right: 5px;
			margin-bottom: 3px;
		}
			.oneArticle .gallery a img{
				width: 84px;
				height: 55px;
				display: block;
			}

	.oneArticle .yashare-auto-init{
		margin-top: -5px;
	}
	.oneArticle .text{

	}
	.oneArticle .bottom{
		border-bottom: 1px solid #d3d3d3;
		margin-top: 25px;
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
		.oneArticle .bottom .col{
			display: inline-block;
			vertical-align: bottom;
			width: 50%;
		}
		.oneArticle .bottom .col + .col {
			text-align: right;
			font-size: 12px;
			color: #808080;
		}


/*--------------------------------MAIN EVENT----------------------------------------*/
.mainEvent{

}
	.mainEvent article{

	}
		.mainEvent article > div{
			display: inline-block;
			vertical-align: top;
		}
			.mainEvent article > div + div{
				margin-left: 3%;
				width: 54%;
			}
		.mainEvent article .img{
			width: 43%;
			padding-top: 5px;
		}
			.mainEvent article .img img{
				width: 100%;
				display: block;
			}
			.mainEvent article .img .noImg{
				height: 120px;
			}

		.mainEvent article .date{
			margin: 0;
			padding: 0;
		}
		.mainEvent article h3{
			font: 12px 'Open Sans', sans-serif;
			color: #466f83;
			margin: 0;
			padding: 0;
		}
			.mainEvent article h3 a{

			}



/*--------------------------------LAST ENACTMENTS----------------------------------------*/
.last_enactments{

}
	.last_enactments #last_enactments_wrap{
		/*height: 185px;*/
		/*overflow: hidden;*/
		position: relative;
		padding-right: 30px;
		margin-right: -30px;
	}

	.last_enactments article{
		padding: 15px 0;
	}
		.last_enactments article .date{
			margin: 0;
			padding: 0;
		}
		.last_enactments article h3{
			font: 12px 'Open Sans', sans-serif;
			color: #466f83;
			margin: 0;
			padding: 0;
		}
			.last_enactments article h3 a{

			}



/*--------------------------------LAST ENACTMENTS----------------------------------------*/
.last_videos{

}
	.last_videos #last_videos_wrap{
		height: 260px;
		overflow: hidden;
		position: relative;
		padding-right: 30px;
		margin-right: -30px;
	}
	.last_videos article{
		margin-bottom: 15px;
	}
		.last_videos article .img{
			margin-top: 5px;
			position: relative;
		}
			.last_videos article .img:before{
				content:"\f04b";
				display: block;
				font-size: 36px;
				line-height: 50px;
				width: 50px;
				text-align: center;

				color: #bf0d16;
				opacity: 0.8;
				z-index: 5;

				position: absolute;
				left: 50%;
				top: 50%;
				margin-left: -25px;
				margin-top: -25px;

				display:inline-block;
				font-family:FontAwesome;
				font-style:normal;
				font-weight:normal;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;
			}
			.last_videos article .img:hover:before{
				opacity: 1;
			}

			.last_videos article .img img{
				display: block;
				width: 100%;
			}
			.last_videos article .img .noImg{
				height: 120px;
			}

		.last_videos article .date{
			margin: 0;
			padding: 0;
		}
		.last_videos article h3{
			font: 12px 'Open Sans', sans-serif;
			color: #466f83;
			margin: 0;
			padding: 0;
		}
			.last_videos article h3 a{

			}



/*--------------------------------LAST ENACTMENTS----------------------------------------*/
.linkPanel{
	text-align: center;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}




/*--------------------------------GALLERY----------------------------------------*/
.gallery{
	margin-left: -10px;
	margin-right: -10px;
}
	.gallery a{
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 10px 10px;
		position: relative;
	}
		.gallery a img{
			display: block;
		}

		.gallery a:before{
			content:"\f055";
			display: block;
			font-size: 36px;
			line-height: 50px;
			width: 50px;
			text-align: center;

			color: #fff;
			opacity: 0.5;
			z-index: 5;

			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -25px;
			margin-top: -25px;

			display:inline-block;
			font-family:FontAwesome;
			font-style:normal;
			font-weight:normal;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
			.gallery a:hover:before{
				opacity: 1;
			}




/*--------------------------------VIDEOGALLERY----------------------------------------*/
.videogallery{

}
	.videogallery .wrapper{
		text-align: justify;
	}
		.videogallery .wrapper:after{
			width: 100%;
			height: 0px;
			visibility: hidden;
			overflow: hidden;
			content: '';
			display: inline-block;
		}
		.videogallery article{
			display: inline-block;
			vertical-align: top;
			width: 185px;
			margin-bottom: 15px;
			text-align: left;
		}
			.videogallery article .img{
				width: 185px;
				height: 124px;
				position: relative;
			}
				.videogallery article .img img{
					width: 185px;
					height: 124px;
					display: block;
				}
				.videogallery article .img:before{
					content:"\f04b";
					display: block;
					font-size: 36px;
					line-height: 50px;
					width: 50px;
					text-align: center;

					color: #bf0d16;
					opacity: 0.8;
					z-index: 5;

					position: absolute;
					left: 50%;
					top: 50%;
					margin-left: -25px;
					margin-top: -25px;

					display:inline-block;
					font-family:FontAwesome;
					font-style:normal;
					font-weight:normal;
					-webkit-font-smoothing:antialiased;
					-moz-osx-font-smoothing:grayscale;
				}
					.videogallery article .img:hover:before{
						opacity: 1;
					}

			.videogallery article .date{
				font-size: 13px;
				color: #333333;
				margin: 5px 0 5px 0;
			}
			.videogallery article h2{
				font: 13px/18px 'Open Sans', sans-serif;
				color: #466f83;
				text-decoration: underline;
				margin: 0;
				padding: 0;
			}
				.videogallery article h2 a{

				}
					.videogallery article h2 a:hover{
						color: #98151b;
					}

		.videogallery .scroller{

		}



/*--------------------------------EMPLOYEES----------------------------------------*/
.employees{

}
	.employees article{

	}
		.employees article > div{
			display: inline-block;
			vertical-align: top;
		}
			.employees article > div.img{
				width:30%;
				margin-right: 2%;
			}
				.employees article > div.img .noImg{
					height: 218px;
				}
			.employees article > div + div{
				width: 68%;
			}



/*--------------------------------EMPLOYEE----------------------------------------*/
.employee{

}
	.employee .col{
		display: inline-block;
		vertical-align: top;
		width:30%;
		margin-right: 2%;
		padding-bottom: 50px;
		word-wrap: break-word;
	}

	.employee .col + .col{
		width: 68%;
		margin-right: 0;
	}

	.employee h6{
		font-weight: normal;
		font-size: 13px;
		color: #666666;
		font-family: inherit;
		margin: 0;
	}
	.employee .img{
	}
		.employee .img .noImg{
			height: 218px;
		}
	.employee .empContacts{
		padding: 15px 0;
		border-bottom: 1px solid #c3c3c3;
	}

	.employee .empSchedule{
		padding-top: 5px;
		padding-bottom: 15px;
		border-bottom: 1px solid #c3c3c3;
	}
	.employee .empAssociation{
		padding-top: 5px;
	}



/*--------------------------------COMITET EMPLOYEES----------------------------------------*/
.comEmployees{

}
	.comEmployees article{
		margin-bottom: 5px;
	}
		.comEmployees article > div{
			display: inline-block;
			vertical-align: top;
		}
		.comEmployees article .img{
			width: 45px;
			margin-right: 10px;
		}
			.comEmployees article .img img{
				display: block;
				width: 100%;
			}
			.comEmployees article .img .noImg{
				height: 60px;
				background-size: contain;
			}

		.comEmployees article > div + div a{
			font-weight: bold;
		}



/*--------------------------------PAGE----------------------------------------*/
.page{
	padding: 30px 0;
}
	.page .container{
		/*box-sizing: border-box;*/
		padding: 0 20px;
	}
	.page .container > aside{
		float: left;
		width: 320px;
		margin-right: 30px;
		max-width: 26%;
	}
	.page .container > aside + aside{
		float: right;
		margin-left: 30px;
		margin-right: 0;
		width: 260px;
	}

		.page aside .aside-before{
			margin-bottom: 15px;
		}
		.page aside .aside-before img {
			display: block;
			max-width: 100%;
			margin: 0 auto;
		}
		.page aside > section{
			padding: 0px 10px 10px 10px;
			margin-bottom: 25px;

			border-bottom: 1px solid #d3d3d3;
			background: rgb(247,247,247); /* Old browsers */
			background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(247,247,247,1)),to(rgba(243,243,243,1)));
			background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(243,243,243,1) 100%);
			background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(243,243,243,1) 100%); /* W3C */
		}
			.page aside > section > h2{
				font-size: 18px;
				color: #010101;
				margin: 0 0 10px 0;
				text-align: center;
			}
				.page aside > section > h2 a{
					color: inherit;
					text-decoration: none;
				}



/*--------------------------------SCROLLBAR----------------------------------------*/
.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 2px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 4px;
		background: #d6d6d6;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {

}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {


}

.ps-container .ps-scrollbar-y-rail.in-scrolling {


}

.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 12px;
		width: 17px;
		background: url(../images/scrollYRunner.png);
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #63003a;
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: -2px; /* there must be 'right' for ps-scrollbar-y */
    height: 17px;
		width: 12px;
		background: url(../images/scrollYRunner.png);
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {

}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}

.views-toggles {
	clear: both;
	text-align: right;
	padding-top: 20px;
	> span, > a {
		margin-left: 15px;
		margin-bottom: 15px;
		vertical-align: top;
	}
}








.questions {
	position: relative;
}
.questions .q-item {
	margin-bottom: 35px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.questions .q-item > .col {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}
.questions .q-item > .col + .col{
	width: 23%;
	margin-left: 2%;
	padding-top: 1em;
}
.questions .q-item .q-question {
	display: block;
	text-decoration: underline;
	margin-bottom: 10px;
	font-style: 16px;
	cursor: pointer;
}
.strong {
	font-weight: bold;
}
.questions .q-item .date {
	display: inline-block;
	background: fade(#ed5057,40);
	padding: 3px 5px;
}
.questions .q-item .info p {
	margin: 0;
}
.questions .q-item .info .theme {
	margin-bottom: 5px;
}
.questions .q-item .info .author {
	margin-bottom: 5px;
}
.questions p {
	margin-top: 0;
}
.questions .askQuest{
	position: absolute;
	right: 0;
	top: -48px;
	width: 200px;
	height: 26px;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;

	background: @mainLight;
	background: -webkit-gradient(linear,  left top, left bottom,  from(@mainLight),color-stop(50%, @mainLightDark),color-stop(51%, @mainDarkLight),to(@mainDark));
	background: -o-linear-gradient(top,  @mainLight 0%,@mainLightDark 50%,@mainDarkLight 51%,@mainDark 100%);
	background: linear-gradient(to bottom,  @mainLight 0%,@mainLightDark 50%,@mainDarkLight 51%,@mainDark 100%);
}
#askQuest .agreement-checkbox{
	max-width: 520px;
}
#addResp .agreement-checkbox{
	max-width: 520px;
}











@font: Arial, Verdana, sans-serif;

@white: #fff;
@black: #000;
@blue: #9DD1FF;
@dblue: #063462;

.btn-pv-on {
	display: inline-block;
	vertical-align: top;
	font: bold 15px/20px @font;
	padding: 8px 5px;
	border-radius: 4px;
	border: 2px solid #000;
	background: #fff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 38px;
	color: #000;
	text-align: center;
	&:hover {
		border-color: transparent;
		background: #000;
		color: #fff;
	}
}

.btn-sv-on {
	z-index: 20;

	display: inline-block;
	vertical-align: top;
	font: bold 15px/20px @font;
	padding: 8px 10px;
	border: 2px solid @black;
	background: @white;
	color: @black;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 4px;
	&:hover {
		border-color: @white;
		background: @black;
		color: @white;
	}
}

.sv {
	.sv-panel {
		display: block !important;
		left: 0;
		top: 0;
		width: 100%;
		position: relative;
		z-index: 200;

		border-bottom: 2px solid @black;

		.sv-panel-container {
			max-width: 980px;
			margin: 0 auto;
		}
		.sv-panel-col {
			display: inline-block;
			vertical-align: top;
			width: 33.333%;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			padding: 15px 15px;
			text-align: center;
		}
		.sv-param {
			margin-bottom: 10px;
		}
		.sv-param-title {
			font: bold 16px/20px @font;
			display: inline-block;
			vertical-align: middle;
			margin-right: 15px;
		}
		.svp-color {
			display: inline-block;
			vertical-align: middle;
			width: 32px;
			height: 32px;
			margin: 4px 2px;
			font: bold 16px/20px @font;
			text-align: center;
			text-decoration: none;
			padding: 5px 5px;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			border: 1px solid transparent;
			cursor: pointer;
			&.svp-color-default {
				background: @white;
				border-color: @black;
				color: @black;
			}
			&.svp-color-invert {
				background: @black;
				border-color: @white;
				color: @white;
			}
			&.svp-color-blue {
				background: @blue;
				border-color: @dblue;
				color: @dblue;
			}
		}
		.svp-size {
			display: inline-block;
			vertical-align: middle;
			width: 32px;
			height: 32px;
			margin: 4px 2px;
			font: bold 16px/20px @font;
			text-align: center;
			text-decoration: none;
			padding: 5px 5px;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			border: 1px solid @black;
			cursor: pointer;
			&.svp-size-default {
				font-size: 16px;
			}
			&.svp-size-medium {
				font-size: 20px;
			}
			&.svp-size-large {
				font-size: 28px;
			}
		}
		.svp-images {
			display: inline-block;
			vertical-align: middle;
			width: 32px;
			height: 32px;
			margin: 4px 2px;
			font: bold 16px/20px @font;
			text-align: center;
			text-decoration: none;
			padding: 5px 5px;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			border: 1px solid @black;
			cursor: pointer;
			&.svp-images-on {
				display: none;
			}
		}
		.btn-sv-off {
			display: inline-block;
			vertical-align: middle;
			height: 32px;
			margin: 4px 2px;
			font: bold 16px/20px @font;
			text-align: center;
			text-decoration: none;
			padding: 5px 15px;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			border: 1px solid @black;
			cursor: pointer;
		}
	}
	&.svci {
		.sv-panel {
			background: @black;
			border-bottom-color: @white;
			color: @white;
			.svp-size, .svp-images, .btn-sv-off {
				border-color: @white;
			}
		}
	}
	&.svcb {
		.sv-panel {
			background: @blue;
			border-bottom-color: @dblue;
			color: @dblue;
			.svp-size, .svp-images, .btn-sv-off {
				border-color: @dblue;
			}
		}
	}
	&.svif {
		.svp-images {
			display: none;
			&.svp-images-on {
				display: inline-block;
			}
		}
	}
	.btn-sv-on {
		display: none;
	}
	.main-wrapper {
		background: @white;
		color: @black !important;
		* {
			color: @black !important;
		}
		hr {
			border-color: @black;
		}

		.content {
			h1, .h1, .h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
				color: @black
			}
		
			strong, .strong, b, .b {
				color: @black
			}
			a {
				color: @black;
			}
			table {
				border-color: @black;
				tr {
					border-bottom-bolor: @black;
				}
				th {
					border-bottom-color: @black;
					background: @white;
				}
			}
			form {
				.required label:after{
					color: @white;
				}
				input, textarea, select {
					border-color: @black;
					background: @white;
				}
				label{
					color: @black;
				}
				.submit {
					border: 1px solid @black;
					color: @black;
					background: @white;
				}
			}
		}
		table.table_site {
			th, td {
				border-color: @black;
			}
			td {
				border-bottom-color: @black;
			}
		}
		ul.nav_pages {
			border-top-color: @black;
			li {
				span {
					color: @black;
				}
				a {
					color: @black;
				}
			}
		}
		a.videoTranslation {
			color: @black;
		}
		h1.pageTitle {
			color: @black;
			border-bottom-color: @black;
		}
		.breadcrumbs {
			color: @black;
		}
		.noImg {
			background-color: @white;
		}
		.mainHeader{
			background: @white;
			address strong {
					color: @black;
			}
			.feedBack, .btn-pv-on {
				color: @black;
				border: 1px solid @black;
				background: @white;
			}
			.dateTime {
				.date {
					color: @black;
					border-bottom-color: @black;
				}
				.time {
					color: @black;
				}
			}
			.search {
				form {
					border-color: @black;
				}
				.submit {
					color: @black;
				}
			}
		}
		.mainFooter {
			color: @black;
			.copy {
				color: @black;
			}
		}
		.mainNav {
			border-top: 2px solid @black;
			border-bottom: 2px solid @black;
			background: @white;
			.mainNav__items {
				> ul {
					> li {
						> a {
							color: @black;
						}
						&.current, &:hover {
							> a {
								background: @white;
								-webkit-box-shadow: none;
								        box-shadow: none;
								text-decoration: underline;
							}
						}
						&:hover {
							ul {
								background: @white;
							}
						}
						ul li a {
							color: @black;
						}
					}
				}
			}
		}
		.panel {
			color: @black;
			.container {
				background: @white;
			}
		}
		.footNav {
			> ul > li > a{
			}
			li ul li a {
				color: @black;
				&:hover{
					color: @black;
					text-decoration: underline;
				}
			}
		}
		.subNav {
			ul li a {
				border-bottom: @black;
				background: @white;
				&:hover, &.current{
					color: @black;
					border-left-color: @black;
					background: @white;
					text-decoration: underline;
				}
			}
		}
		.govLinks a {
			color: @black;
		}
		.articles article {
			.date {
				color: @black;
			}
			h2 {
				font-size: 13px;
				line-height: 18px;
				color: @black;
				a:hover {
					color: @black;
					text-decoration: underline;
				}
			}
		}
		.oneArticle {
			.gallery {
				border-bottom-color: @black;
			}
			.bottom {
				border-bottom-color: @black;
				.col + .col{
					color: @black;
				}
			}
		}
		.mainEvent {
			article {
				h3 {
					color: @black;
				}
			}
		}
		.last_enactments article h3 {
			color: @black;
		}
		.last_videos article h3{
			font-size: 12px;
			color: @black;
		}
		.videogallery article  {
			.date {
				color: @black;
			}
			h2 {
				font-size: 13px;
				line-height: 18px;
				color: @black;
				a:hover {
					color: @black;
					text-decoration: underline;
				}
			}
		}
		.employee {
			h6 {
				font-size: 13px;
				color: @black;
			}
			.empContacts {
				border-bottom-color: @black;
			}
			.empSchedule {
				border-bottom-color: @black;
			}
		}
		.page aside > section {
			border-bottom-color: @black;
			background: @white;
			> h2 {
				color: @black;
			}
		}
	}
	&.svci {
		.main-wrapper {
			background: @black ;
			color: @white !important;
			* {
				color: @white !important;
			}
			hr {
				border-color: @white;
			}

			.content {
				h1, .h1, .h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
					color: @white;
				}
			
				strong, .strong, b, .b {
					color: @white;
				}
				a {
					color: @white;
				}
				table {
					border-color: @white;
					tr {
						border-bottom-bolor: @white;
					}
					th {
						border-bottom-color: @white;
						background: @black ;
					}
				}
				form {
					.required label:after{
						color: @black ;
					}
					input, textarea, select {
						border-color: @white;
						background: @black ;
					}
					label{
						color: @white;
					}
					.submit {
						border: 1px solid @white;
						color: @white;
						background: @black ;
					}
				}
			}
			table.table_site {
				th, td {
					border-color: @white;
				}
				td {
					border-bottom-color: @white;
				}
			}
			ul.nav_pages {
				border-top-color: @white;
				li {
					span {
						color: @white;
					}
					a {
						color: @white;
					}
				}
			}
			a.videoTranslation {
				color: @white;
			}
			h1.pageTitle {
				color: @white;
				border-bottom-color: @white;
			}
			.breadcrumbs {
				color: @white;
			}
			.noImg {
				background-color: @black ;
			}
			.mainHeader{
				background: @black ;
				address strong {
						color: @white;
				}
				.feedBack, .btn-pv-on {
					color: @white;
					border: 1px solid @white;
					background: @black ;
				}
				.dateTime {
					.date {
						color: @white;
						border-bottom-color: @white;
					}
					.time {
						color: @white;
					}
				}
				.search {
					form {
						border-color: @white;
					}
					.submit {
						color: @white;
					}
				}
			}
			.mainFooter {
				color: @white;
				.copy {
					color: @white;
				}
			}
			.mainNav {
				border-top: 2px solid @white;
				border-bottom: 2px solid @white;
				background: @black ;
				.mainNav__items {
					> ul {
						> li {
							> a {
								color: @white;
							}
							&.current, &:hover {
								> a {
									background: @black ;
									-webkit-box-shadow: none;
									        box-shadow: none;
									text-decoration: underline;
								}
							}
							&:hover {
								ul {
									background: @black ;
								}
							}
							ul li a {
								color: @white;
							}
						}
					}
				}
			}
			.panel {
				color: @white;
				.container {
					background: @black ;
				}
			}
			.footNav {
				> ul > li > a{
				}
				li ul li a {
					color: @white;
					&:hover{
						color: @white;
						text-decoration: underline;
					}
				}
			}
			.subNav {
				ul li a {
					border-bottom: @white;
					background: @black ;
					&:hover, &.current{
						color: @white;
						border-left-color: @white;
						background: @black ;
						text-decoration: underline;
					}
				}
			}
			.govLinks a {
				color: @white;
			}
			.articles article {
				.date {
					color: @white;
				}
				h2 {
					color: @white;
					a:hover {
						color: @white;
						text-decoration: underline;
					}
				}
			}
			.oneArticle {
				.gallery {
					border-bottom-color: @white;
				}
				.bottom {
					border-bottom-color: @white;
					.col + .col{
						color: @white;
					}
				}
			}
			.mainEvent {
				article {
					h3 {
						color: @white;
					}
				}
			}
			.last_enactments article h3 {
				color: @white;
			}
			.last_videos article h3{
				color: @white;
			}
			.videogallery article  {
				.date {
					color: @white;
				}
				h2 {
					color: @white;
					a:hover {
						color: @white;
						text-decoration: underline;
					}
				}
			}
			.employee {
				h6 {
					color: @white;
				}
				.empContacts {
					border-bottom-color: @white;
				}
				.empSchedule {
					border-bottom-color: @white;
				}
			}
			.page aside > section {
				border-bottom-color: @white;
				background: @black ;
				> h2 {
					color: @white;
				}
			}
		}
	}
	&.svcb {
		.main-wrapper {
			background: @blue ;
			color: @dblue !important;
			* {
				color: @dblue !important;
			}
			hr {
				border-color: @dblue;
			}

			.content {
				h1, .h1, .h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
					color: @dblue;
				}
			
				strong, .strong, b, .b {
					color: @dblue;
				}
				a {
					color: @dblue;
				}
				table {
					border-color: @dblue;
					tr {
						border-bottom-bolor: @dblue;
					}
					th {
						border-bottom-color: @dblue;
						background: @blue ;
					}
				}
				form {
					.required label:after{
						color: @blue ;
					}
					input, textarea, select {
						border-color: @dblue;
						background: @blue ;
					}
					label{
						color: @dblue;
					}
					.submit {
						border: 1px solid @dblue;
						color: @dblue;
						background: @blue ;
					}
				}
			}
			table.table_site {
				th, td {
					border-color: @dblue;
				}
				td {
					border-bottom-color: @dblue;
				}
			}
			ul.nav_pages {
				border-top-color: @dblue;
				li {
					span {
						color: @dblue;
					}
					a {
						color: @dblue;
					}
				}
			}
			a.videoTranslation {
				color: @dblue;
			}
			h1.pageTitle {
				color: @dblue;
				border-bottom-color: @dblue;
			}
			.breadcrumbs {
				color: @dblue;
			}
			.noImg {
				background-color: @blue ;
			}
			.mainHeader{
				background: @blue ;
				address strong {
						color: @dblue;
				}
				.feedBack, .btn-pv-on {
					color: @dblue;
					border: 1px solid @dblue;
					background: @blue ;
				}
				.dateTime {
					.date {
						color: @dblue;
						border-bottom-color: @dblue;
					}
					.time {
						color: @dblue;
					}
				}
				.search {
					form {
						border-color: @dblue;
					}
					.submit {
						color: @dblue;
					}
				}
			}
			.mainFooter {
				color: @dblue;
				.copy {
					color: @dblue;
				}
			}
			.mainNav {
				border-top: 2px solid @dblue;
				border-bottom: 2px solid @dblue;
				background: @blue ;
				.mainNav__items {
					> ul {
						> li {
							> a {
								color: @dblue;
							}
							&.current, &:hover {
								> a {
									background: @blue ;
									-webkit-box-shadow: none;
									        box-shadow: none;
									text-decoration: underline;
								}
							}
							&:hover {
								ul {
									background: @blue ;
								}
							}
							ul li a {
								color: @dblue;
							}
						}
					}
				}
			}
			.panel {
				color: @dblue;
				.container {
					background: @blue ;
				}
			}
			.footNav {
				> ul > li > a{
				}
				li ul li a {
					color: @dblue;
					&:hover{
						color: @dblue;
						text-decoration: underline;
					}
				}
			}
			.subNav {
				ul li a {
					border-bottom: @dblue;
					background: @blue ;
					&:hover, &.current{
						color: @dblue;
						border-left-color: @dblue;
						background: @blue ;
						text-decoration: underline;
					}
				}
			}
			.govLinks a {
				color: @dblue;
			}
			.articles article {
				.date {
					color: @dblue;
				}
				h2 {
					color: @dblue;
					a:hover {
						color: @dblue;
						text-decoration: underline;
					}
				}
			}
			.oneArticle {
				.gallery {
					border-bottom-color: @dblue;
				}
				.bottom {
					border-bottom-color: @dblue;
					.col + .col{
						color: @dblue;
					}
				}
			}
			.mainEvent {
				article {
					h3 {
						color: @dblue;
					}
				}
			}
			.last_enactments article h3 {
				color: @dblue;
			}
			.last_videos article h3{
				color: @dblue;
			}
			.videogallery article  {
				.date {
					color: @dblue;
				}
				h2 {
					color: @dblue;
					a:hover {
						color: @dblue;
						text-decoration: underline;
					}
				}
			}
			.employee {
				h6 {
					color: @dblue;
				}
				.empContacts {
					border-bottom-color: @dblue;
				}
				.empSchedule {
					border-bottom-color: @dblue;
				}
			}
			.page aside > section {
				border-bottom-color: @dblue;
				background: @blue ;
				> h2 {
					color: @dblue;
				}
			}
		}
	}
	&.svif {
		.main-wrapper {
			img {
				visibility: hidden !important;
				disblay: none !important;
			}
		}
	}
	&.svsm {
		.main-wrapper {
			font-size: 16px;
			.content h6{
				font-size: 15px;
			}
			.content h5{
				font-size: 18px;
			}
			.content h4{
				font-size: 20px;
			}
			.content h3{
				font-size: 22px;
			}
			.content h2{
				font-size: 24px;
			}
			.content h1{
				font-size: 26px;
			}
			.content table th{
				font-size: 14px;
			}
			.content form .submit{
				font-size: 16px;
				line-height: 28px;
			}
			ul.nav_pages li{
				font-size: 16px;
			}
			a.back{
				font-size: 14px;
				line-height: 20px;
			}
			a.back:before{
				font-size: 13px;
				line-height: 20px;
			}
			a.back.large{
				font-size: 16px;
				line-height: 22px;
			}
			a.back.large:before{
				font-size: 16px;
				line-height: 22px;
			}
			a.file{
				font-size: 14px;
				line-height: 20px;
			}
			a.file:before{
				font-size: 20px;
				line-height: 20px;
			}
			.filesBlock a.file{
				font-size: 20px;
			}
			a.videoTranslation{
				font-size: 16px;
				line-height: 20px;
			}
			a.videoTranslation:before{
				font-size: 24px;
				line-height: 20px;
			}
			h1.pageTitle{
				font-size: 26px;
				line-height: 30px;
			}
			.breadcrumbs{
				font-size: 14px;
				line-height: 20px;
			}
			.pagesList{
				font-size: 20px;
			}
			.mainHeader .dateTime .date{
				font-size: 16px;
			}
			.mainHeader .dateTime .time{
				font-size: 31px;
			}
			.mainFooter{
				font-size: 14px;
			}
			.mainFooter .copy{
				font-size: 13px;
			}
			.mainNav .mainNav__items > ul > li > a{
				font-size: 18px;
			}
			.mainNav .mainNav__items li ul li a{
				font-size: 15px;
			}
			.panel{
				font-size: 14px;
			}
			.footNav > ul > li > a{
				font-size: 15px;
			}
			.subNav ul li a{
				font-size: 15px;
				line-height: 18px;
			}
			.govLinks a{
				font-size: 14px;
				line-height: 17px;
			}
			.articles article .video .img:before{
				font-size: 38px;
				line-height: 52px;
			}
			.articles article .date{
				font-size: 15px;
			}
			.articles article h2{
				font-size: 15px;
				line-height: 20px;
			}
			.oneArticle header h1{
				font-size: 20px;
			}
			.oneArticle .bottom .col + .col{
				font-size: 14px;
			}
			.mainEvent article h3{
				font-size: 14px;
			}
			.last_enactments article h3{
				font-size: 14px;
			}
			.last_videos article .img:before{
				font-size: 38px;
				line-height: 52px;
			}
			.last_videos article h3{
				font-size: 14px;
			}
			.videogallery article .date{
				font-size: 15px;
			}
			.videogallery article h2{
				font-size: 15px;
				line-height: 20px;
			}
			.employee h6{
				font-size: 15px;
			}
			.page aside > section > h2{
				font-size: 20px;
			}
		}
	}
	&.svsl {
		.main-wrapper {
		font-size: 21px;
		.content h6{
			font-size: 18px;
		}
		.content h5{
			font-size: 21px;
		}
		.content h4{
			font-size: 23px;
		}
		.content h3{
			font-size: 25px;
		}
		.content h2{
			font-size: 27px;
		}
		.content h1{
			font-size: 29px;
		}
		.content table th{
			font-size: 17px;
		}
		.content form .submit{
			font-size: 19px;
			line-height: 31px;
		}
		ul.nav_pages li{
			font-size: 19px;
		}
		a.back{
			font-size: 17px;
			line-height: 23px;
		}
		a.back:before{
			font-size: 16px;
			line-height: 23px;
		}
		a.back.large{
			font-size: 19px;
			line-height: 25px;
		}
		a.back.large:before{
			font-size: 19px;
			line-height: 25px;
		}
		a.file{
			font-size: 17px;
			line-height: 23px;
		}
		a.file:before{
			font-size: 23px;
			line-height: 23px;
		}
		.filesBlock a.file{
			font-size: 23px;
		}
		a.videoTranslation{
			font-size: 19px;
			line-height: 23px;
		}
		a.videoTranslation:before{
			font-size: 27px;
			line-height: 23px;
		}
		h1.pageTitle{
			font-size: 29px;
			line-height: 33px;
		}
		.breadcrumbs{
			font-size: 17px;
			line-height: 23px;
		}
		.pagesList{
			font-size: 23px;
		}
		.mainHeader .dateTime .date{
			font-size: 19px;
		}
		.mainHeader .dateTime .time{
			font-size: 34px;
		}
		.mainFooter{
			font-size: 17px;
		}
		.mainFooter .copy{
			font-size: 16px;
		}
		.mainNav .mainNav__items > ul > li > a{
			font-size: 21px;
		}
		.mainNav .mainNav__items li ul li a{
			font-size: 18px;
		}
		.panel{
			font-size: 17px;
		}
		.footNav > ul > li > a{
			font-size: 18px;
		}
		.subNav ul li a{
			font-size: 18px;
			line-height: 21px;
		}
		.govLinks a{
			font-size: 17px;
			line-height: 20px;
		}
		.articles article .video .img:before{
			font-size: 41px;
			line-height: 55px;
		}
		.articles article .date{
			font-size: 18px;
		}
		.articles article h2{
			font-size: 18px;
			line-height: 23px;
		}
		.oneArticle header h1{
			font-size: 23px;
		}
		.oneArticle .bottom .col + .col{
			font-size: 17px;
		}
		.mainEvent article h3{
			font-size: 17px;
		}
		.last_enactments article h3{
			font-size: 17px;
		}
		.last_videos article .img:before{
			font-size: 41px;
			line-height: 55px;
		}
		.last_videos article h3{
			font-size: 17px;
		}
		.videogallery article .date{
			font-size: 18px;
		}
		.videogallery article h2{
			font-size: 18px;
			line-height: 23px;
		}
		.employee h6{
			font-size: 18px;
		}
		.page aside > section > h2{
			font-size: 23px;
		}
	}
	}
}


body.print {
	.mainHeader {
		.feedBack, .btn-sv-on, .search {
			display: none;
		}
	}
	.mainNav { display: none; }
	.subNav { display: none; }
	.aside-before { display: none; }
	.last_enactments { display: none; }
	.last_videos { display: none; }
	.linkPanel { display: none; }
	.govLinks { display: none; }
	.panel { display: none; }
	.counters { display: none; }
	.mainEvent { display: none; }
}

@media print {
	.btn-pv-on {
		display: none;
	}
	.mainHeader {
		.feedBack, .btn-sv-on, .search {
			display: none;
		}
	}
	.mainNav { display: none; }
	.subNav { display: none; }
	.aside-before { display: none; }
	.last_enactments { display: none; }
	.last_videos { display: none; }
	.linkPanel { display: none; }
	.govLinks { display: none; }
	.panel { display: none; }
	.counters { display: none; }
	.mainEvent { display: none; }
}





@media screen and (max-width:1280px) {
	.container {
		max-width: 970px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.mainHeader {
		background-position: center center;
		background-size: 400px auto;
		.link {
			height: auto;
			top: 0;
		}
		.container {
			padding-top: 20px;
			min-height: 0;
		}
		.logo {
			display: block;
			margin-right: 0;
			margin-bottom: 15px;
		}
		address {
			display: block;
			margin-bottom: 10px;
		}
		.feedBack.obr {
			margin-left: 0;
		}
		.col {
			padding-right: 200px;
			width: 50%;
			+ .col {
				width: 50%;
				padding-right: 0;
				padding-left: 200px;
			}
		}
		.dateTime {
			margin-left: 0;
			margin-bottom: 15px;
		}
		.views-toggles {
			display: inline;
		}
		.search {
			margin-top: 15px;
		}
	}
	.btn-sv-on {
		font-size: 12px;
	}
	.rss {
		margin-top: 5px;
		margin-left: 10px;
	}
	.mainNav {
		.mainNav__items {
			> ul > li > a {
				font-size: 14px;
				padding: 5px 15px;
			}
		}
	}
	.page {
		.container {
			> aside {
				float: right;
				clear: right;
				width: 280px;
				margin: 0 0 20px 30px;
				max-width: none;
				+ aside {
					width: 280px;
					margin: 0 0 20px 30px;
					max-width: none;
				}
			}
		}
	}
	.panel {
		.container {
		    padding: 15px 20px;
		}
	}
	.footNav {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
		> ul {
			> li {
				padding: 0 5px 20px;
			}
		}
		li ul {
			width: auto;
		}
	}
}

.navLogo {
	display: none;
}

@media screen and (max-width: 960px) {
	.container {
		max-width: 768px;
	}
	.mainHeader {
		display: none;
	}
	.page {
		padding-top: 80px;
		.container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			> .overflow {
				-webkit-box-ordinal-group: 0;
				    -ms-flex-order: -1;
				        order: -1;
				margin-bottom: 40px;
				padding-bottom: 40px;
				border-bottom: 1px solid #c3c3c3;
				width: 100%;
			}
			> aside {
				width: 48% !important; 
				margin: 0 0 20px;
				max-width: 320px !important;
				float: none !important;
				+ aside {
					margin: 0 0 20px auto;
				}
			}
		}
	}
	.mainNav {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 100;
		&__items {
			visibility: hidden;
			position: fixed;
			top: 50px;
			left: 0;
			right: 0;
			bottom: 0;
			overflow: auto;
			opacity: 0;
			z-index: -99;
			-webkit-transition: opacity .2s, visibility .2s;
			-o-transition: opacity .2s, visibility .2s;
			transition: opacity .2s, visibility .2s;
		}
		.mainNav__items {
			> ul {
				display: block;
				> li {
					display: block;
					margin-bottom: 15px;
					&.current > a, &:hover > a {
						background: transparent;
						-webkit-box-shadow: none;
						        box-shadow: none;
						
					}
					&.current > a {
						color: rgba(255,255,255,.5);
					}
					&:hover ul {
						position: static;
						min-width: 0;
						text-align: center;
						background: transparent;
						padding: 0;
					}
					ul {
						display: block;
						padding: 0;
						li {
							a {
								&.current {
									color: rgba(255,255,255,.5);
								}
							}
						}
					}
				}
			}
		}
		&__mobile {
			display: block;
			margin-top: 30px;
			margin-bottom: 20px;
			a {
				display: block;
				color: #fff;
				font-size: 14px;
				padding: 5px;
			}
		}
		.navLogo {
			display: block;
			float: left;
			color: #fff;
			text-decoration: none;
			padding-top: 5px;
			padding-bottom: 5px;
			&__img {
				display: inline-block;
				vertical-align: middle;
				margin-right: 10px;
				height: 40px;
				width: auto;
				margin-top: -5px;
			}
			&__label {
				display: inline-block;
				font-size: 12px;
				text-transform: uppercase;
				vertical-align: middle;
				font-weight: bold;
				line-height: 40px;
			}
		}
		.navToggle {
			display: block;
			width: 50px;
			height: 50px;
			position: relative;
			margin-left: auto;
			cursor: pointer;
			.navToggle__bar {
				-webkit-transition: all, .2s;
				-o-transition: all, .2s;
				transition: all, .2s;
				position: absolute;
				right: 25px;
				top: 50%;
				width: 20px;
				height: 3px;
				background: #fff;
				margin-top: -9px;
				border-radius: 1px;
			}
			.navToggle__bar + .navToggle__bar {
				margin-top: -1px
			}
			.navToggle__bar + .navToggle__bar + .navToggle__bar {
				margin-top: 7px
			}
			&--open .navToggle__bar {
				-webkit-transform: rotate(45deg) translateX(7px) translateY(4px);
				        -ms-transform: rotate(45deg) translateX(7px) translateY(4px);
				    transform: rotate(45deg) translateX(7px) translateY(4px)
			}
			&--open .navToggle__bar + .navToggle__bar {
				opacity: 0;
				-webkit-transform:  scale(.1);
				        -ms-transform:  scale(.1);
				    transform:  scale(.1)
			}
			&--open .navToggle__bar + .navToggle__bar + .navToggle__bar {
				opacity: 1;
				-webkit-transform: rotate(-45deg) translateX(7px) translateY(-4px);
				        -ms-transform: rotate(-45deg) translateX(7px) translateY(-4px);
				    transform: rotate(-45deg) translateX(7px) translateY(-4px)
			}
		}
		&--open {
			.mainNav__items {
				visibility: visible;
				background: #ed5057;
				opacity: 1;
				z-index: 100;
			}
		}
	}
	.panel {
		display: none;
	}
	.mainFooter {
		.container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
		}
		.col {
			display: block;
			width: 100%;
			text-align: center !important;
			padding: 10px 0;
		}
		.logo {
			display: none;
		}
	}
}


@media screen and (max-width: 640px) {
	.articles {
		.wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			margin: -15px;
		}
		article {
			width: ~'calc(50% - 30px)';
			margin: 15px;
			.img {
				width: 100%;
				height: auto;
				position: relative;
				&:after {
					content: '';
					width: 100%;
					display: block;
					padding-top: 67%;
				}
				img {
					width: 100%;
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					   object-fit: cover;
				}
			}
		}
	}
	.page {
		.container {
			> aside {
				width: 100% !important;
				margin: 20px 0 !important;
				max-width: none !important;
			}
		}
	}
}

@media screen and (max-width: 540px) {
	.govLinks a {
		display: block;
		width: auto;
		margin: 15px 0;
		.img {
			vertical-align: middle;
		}
		p {
			vertical-align: middle;
			width: ~'calc(100% - 70px)';
		}
	}
	.questions {
		.askQuest {
			position: static;
			display: block;
			margin: 5px 0 10px;
		}
		.q-item {
			> .col {
				display: block;
				width: 100%;
				+ .col {
					width: 100%;
					margin: 15px 0 0;
				}
			}
		}
	}
}

@media screen and (max-width: 500px) {
	.oneArticle {
		.img {
			float: none;
			width: auto;
			margin-right: 0;
			img {
				width: 100%;
			}
		}
	}
	.employee .col {
		display: block;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.content {
		form {
			.rows {
				display: block;
				> div {
					margin-bottom: 10px;
					display: block;
				}
				label {
					display: block;
					width: auto;
					margin-right: 0;
					margin-bottom: 5px;
					padding: 0;
				}
			}
			.capture {
				display: block;
				> div {
					display: block;
				}
				.col {
					display: block;
					width: auto;
					padding: 0;
					margin: 0;
					text-align: left;
					& + .col {
						margin: 5px 0 10px
					}
				}
			}
		}
	}
}

@media screen and (max-width: 440px) {
	.articles {
		.wrapper {
			margin: 0;
		}
		article {
			width: 100%;
			margin: 0 0 15px;
		}
	}
	.mainNav {
		.container {
			padding: 0;
		}
		.navLogo {
			padding-left: 15px;
		}
	}
}


.header {
	&__socials {
		margin-right: 1em;
	}
}

.header-socials {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 20px;

	a {
		color: #a7181f;

		&:nth-child(n + 2) {
			margin-left: .5em;
		}

		&:hover {
			opacity: 0.8;
		}
	}
}

.main-nav-sub-parent {
	padding-left: .5em;
	margin-bottom: .5em;

	a {
		display: block;
		margin-bottom: .2em;
	}
}


//new-year
// body {
// 	@media screen and (min-width: 961px) {
// 		padding-top: 75px;
// 	}
// }













.poll {
	display: block;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	letter-spacing: -0.5px;

	padding: 9px 5px 9px 10px;
	border-left: 3px solid transparent;
	border-bottom: 1px solid #d3d3d3;
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%); /* W3C */

	&:hover {
		color: #456e82;

		border-left-color: #270581;
		background: linear-gradient(to bottom,  rgba(238,247,255,1) 0%,rgba(212,233,253,1) 100%); /* W3C */
	}

	&__title {
		font-weight: 700;
		font-size: 120%;
		margin-bottom: 1em;
	}

	&__question {
		margin-bottom: 0.5em;
	}

	&__answer {
		margin-top: 0.5em
	}

	&__controls {
		margin-top: 1em;
		text-align: center;
	}

	&__link {
		margin-top: 0.5em;
		display: block;
		text-align: center;
	}
}

.poll-answer {
	display: flex;

	&__text {
		margin-left: 0.5em;
	}
}

.poll-stats {
	&__title {
		font-weight: 700;
		margin-bottom: 1em;
	}

	&__item {
		margin-bottom: 0.5em;
	}
}

.poll-stats-bar {
	color: white;
	padding: 0.2em;
	display: flex;

	background: rgba(0,0,0,0.3);

	&__progress {
		background: rgba(0,0,0,0.6);
	}
}


/*--------------------------------TOP EVENT----------------------------------------*/
.top-event {

}

.top-event-article {
	&__date{
		margin: 0;
		padding: 0;
		font-size: 14px;
	}

	&__title {
		font: 16px 'Open Sans', sans-serif;
		color: #466f83;
		margin: 0;
		padding: 0;
	}

	&__picture {
		margin-bottom: 1em;
	}

	&__img {
		display: block;
		width: 100%;
	}
}