@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/ptsans/PTS55F_W.eot');
	src: url('../fonts/ptsans/PTS55F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans/PTS55F_W.woff') format('woff'), url('../fonts/ptsans/PTS55F_W.ttf') format('truetype'), url('../fonts/ptsans/PTS55F_W.svg#PTSans-Regular') format('svg');
}

* {
	font-family: "Arial";
}

*:active,
*:focus {
	outline: none;
}

body {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.phone_field {
	display: none;
}

img.coolimage {}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 100%;
	min-width: 1024px;
}

#footer {
	margin-top: 40px;
	font-size: 11px;
	border-top: #ccc 2px solid;
	padding-top: 5px;
	text-align: center;
}

#footer .dev {
	position: relative;
	top: -10px;
	margin-right: 10px;
	text-align: right;
}

#footer a {
	color: #000000;
}

#header {
	width: 100%;
	background: url('../../img/header.jpg') no-repeat center 40px;
	height: 240px;
	position: relative;
}

#header .title {
	font-family: "Arial Narrow";
	font-size: 18px;
	float: left;
	margin-top: 10px;
	font-weight: bold;
	position: relative;
	left: -30px;
}

#header .gerb {
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}

#header .coords {
	position: absolute;
	right: 100px;
	bottom: 30px;
	padding: 20px 25px;
}

#header .coords:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #dc1e20;
	opacity: 0.8;
	left: 0;
	top: 0;
}

#header .coords span {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	position: relative;
}

#header .langs {
	visibility: hidden;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

#header .langs img {
	vertical-align: bottom;
	margin-left: 5px;
}

#header .langs a {
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

#header .langs a:hover {
	text-decoration: underline;
}

#header .langs b {
	text-decoration: underline;
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: normal;
}

#header .langs li {
	font-family: "Arial Narrow";
	font-size: 14px;
	margin-right: 20px;
	float: left;
}

.clear {
	clear: both;
}

#header img {
	border: 0;
}

#header .mleft {
	float: left;
}

#header .mright {
	float: left;
}

#header .pict {
	float: left;
	height: 23px;
	background: url('../../img/menu-pix.jpg') repeat-x;
	padding-right: 40px;
}

#header .menu {
	position: relative;
	top: 30px;
}

#header .shadow {
	height: 9px;
	background: url('../../img/menu-shadow.jpg') repeat-x;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -3px;
	z-index: 1;
}

#header .shadow1 {
	height: 9px;
	background: url('../../img/mshadow-right.jpg') no-repeat right top;
}

#header .shadow2 {
	height: 9px;
	background: url('../../img/mshadow-left.jpg') no-repeat left top;
}

#header .pict img {
	margin-right: 10px;
	margin-top: 3px;
}

#header .menulist {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 23px;
	background: url('../../img/menu-pix.jpg') repeat-x;
	float: left;
	display: inline;
	padding-left: 40px;
	padding-right: 20px;
}

#header .menulist li {
	color: #ffffff;
	font-size: 14px;
	float: left;
	padding-right: 20px;
	margin-top: 2px;
}

#header .menulist li img {
	margin-right: 7px;
	vertical-align: bottom;
	margin-bottom: 5px;
}

#header .menulist a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

#header .menulist a:hover {
	text-decoration: underline;
}

.hshadow {
	height: 9px;
	background: url('../../img/header-shadow.png') repeat-x;
}

#main {
	float: left;
	width: 100%;
	display: inline;
	margin-left: -250px;
	margin-top: 15px;
}

#leftcol {
	width: 210px;
	padding-left: 10px;
	padding-top: 10px;
}

#central {
	padding: 10px;
	padding-top: 0;
}

#rightcol {
	width: 240px;
	margin-right: 10px;
	margin-top: 25px;
	float: right;
	display: inline;
}

#leftmenu ul {
	width: 200px;
	margin: 0;
	padding: 0;
	border-top: 3px solid #003886;
	margin-top: 10px;
	list-style: none;
}

#leftmenu li {
	border-bottom: 2px solid #7090BA;
}

#leftmenu li a {
	color: #013d79;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../../img/lmenu-pix1.jpg) repeat-y right top;
}

#leftmenu li a:hover {
	background: url(../../img/lmenu-pix.jpg) repeat-y;
}

#leftmenu li.selsub {
	border-bottom: 2px solid #7090BA;
	background: url(../../img/lmenu-pix.jpg) repeat-y;
}

#leftmenu li a.selsuba {
	color: #d20e06;
	background: url(../../img/submenu-arr.jpg) no-repeat 180px center;
}

#leftmenu li a.selsuba:hover {
	background: url(../../img/submenu-arr.jpg) no-repeat 180px center;
}

#leftmenu .sub {
	*display: inline-block;
}

#leftmenu .sub ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	border: 0;
	background: url(../../img/submenu-pix1.jpg) repeat-y right top;
}

#leftmenu .sub li {
	border: 0;
	margin-bottom: 4px;
	background: url(../../img/submenu-pix1.jpg) repeat-y right top;
	padding-left: 20px;
}

#leftmenu .sub a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	display: inline;
	padding: 0;
	background: none;
}

#leftmenu .sub a:hover {
	color: #d20e06;
	background: none;
}

#leftmenu .sub a.selsub {
	color: #d20e06;
}

#content {
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 30px;
	font-size: 12px;
	min-height: 400px;
}

#content a {
	color: #013d79;
}

#content table {
	font-size: 12px;
}

#central div.b1 {
	background: url(../../img/c1.jpg) no-repeat left top #f9f9f9;
}

#central div.b2 {
	background: url(../../img/c2.jpg) no-repeat right top;
}


/*



#central div.b3 {



  background:url(../../img/c3.jpg) no-repeat left bottom;



}



#central div.b4 {



  background:url(../../img/c4.jpg) no-repeat right bottom;



}



*/

#search {
	font-size: 12px;
	background: url(../../img/lmenu-pix.jpg) repeat-y;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #013d79;
}

#search input {
	border: 1px solid #B3C5DA;
	margin-left: 5px;
	width: 151px;
	position: relative;
	padding-right: 20px;
}

#banner {
	font-size: 11px;
	background-color: #D8E4F1;
	border-bottom: 2px solid #94B2D1;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 39px;
}

#banner h3 {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	color: #d20e06;
	margin: 0;
	margin-bottom: 5px;
}

.foot {
	height: 40px;
}

#phone {
	text-align: center;
}

#header .dropmenu {
	position: absolute;
	margin-top: 6px;
	display: none;
	z-index: 20;
}

#header .dropmenu ul {
	margin: 0;
	padding: 0;
	border: 1px solid #0157A1;
	border-top: 0;
	list-style: none;
	height: auto;
	float: none;
}

#header .dropmenu li {
	float: none;
	padding: 0;
	margin: 0;
}

#header .dropmenu li a {
	color: #ffffff;
	background: #0157A1;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 4px;
	padding-left: 10px;
	padding-right: 20px;
	white-space: nowrap;
}

#header .dropmenu li a:hover {
	text-decoration: none;
	background: #ffffff;
	color: #0157A1;
}

#news {
	margin-bottom: 20px;
	display: block;
}

#news .image {
	border: 1px solid #B3C5DA;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#news .title {
	color: #0157A1;
	font-weight: bold;
	margin-bottom: 8px;
}

#news .title a {
	color: #0157A1;
	text-decoration: none;
}

#news .title a:hover {
	text-decoration: underline;
}

#news .more {
	text-align: right;
	margin-top: 8px;
}

#news .more a {
	color: #0157A1;
	font-weight: bold;
	font-size: 11px;
}

#content h1 {
	font-size: 16px;
	color: #d20e06;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-left: 20px;
	background: url(../../img/mgerb.jpg) no-repeat left center;
}

#content h1 a {
	font-size: 16px;
	color: #d20e06;
}

#news .back {
	text-align: left;
	margin-top: 20px;
}

#news .back a {
	color: #0157A1;
	font-weight: bold;
	font-size: 11px;
}

#mainnews {
	background-color: #D8E4F1;
	border-bottom: 2px solid #94B2D1;
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

#mainnews h3 {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #d20e06;
	margin: 0;
	margin-bottom: 10px;
}

a.cmonthlink {
	font-size: 12px;
	color: #0059a9;
	text-decoration: none;
}

a.cmonthlink:hover {
	text-decoration: underline;
}

td.cal_weekday {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #0059a9;
}

td.cal_outday {
	color: #cccccc;
	text-align: center;
}

td.cal_curday {
	background-color: #0059a9;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

td.cal_day {
	text-align: center;
}

a.cal_ndaylink {
	color: #0059a9;
	text-decoration: underline;
}

a.cal_ndaylink:hover {
	text-decoration: none;
}

#pages {
	font-weight: bold;
	font-size: 11px;
	margin-top: 30px;
}

#pages ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#pages li {
	position: relative;
	float: left;
	border: 1px solid #1E405B;
	margin-right: 5px;
}

#pages .curpage {
	background-color: #1E405B;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

#pages a {
	color: #1E405B;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#pages a:hover {
	background-color: #1E405B;
	color: #FFFFFF;
	text-decoration: none;
}

#chapters {
	margin-left: 40px;
	margin-top: 30px;
}

#chapters ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#chapters a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	color: #1E405B;
	font-size: 12px;
	background: url('../../img/sunits-arrow.jpg') no-repeat 4px 0;
}

#chapters a:hover {
	color: #d20e06;
	text-decoration: none;
}

#chapters li {
	margin-bottom: 4px;
}

.more {
	color: #d20e06;
	font-size: 11px;
}

.header {
	font-weight: bold;
}

#mchapters {
	margin-left: 40px;
	margin-top: 30px;
}

#mchapters a {
	color: #000000;
	text-decoration: none;
}

#mchapters a:hover {
	color: #d20e06;
	text-decoration: none;
}

#mchapters li {
	margin-bottom: 4px;
}

#mchapters .more {
	color: #d20e06;
	font-size: 11px;
	text-decoration: underline;
}

#mchapters .more {
	color: #d20e06;
	font-size: 11px;
	text-align: right;
	display: block;
	padding-bottom: 7px;
	border-bottom: 1px solid #d20e0633;
	margin-bottom: 15px;
}

#sunits {}

#sunits ul {
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #c2cfdc;
	border-bottom: 0;
	width: 520px;
}

#sunits li {
	padding: 0;
	margin: 0;
	height: 18px;
	background: url(../../img/sunits-pix.jpg) repeat-x;
	border-bottom: 1px solid #c2cfdc;
}

#sunits a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	background: url(../../img/sunits-arrow.jpg) no-repeat 4px 0;
}

#sunits a:hover {
	color: #cf0e03;
	text-decoration: none;
}

#sunits li.sub {
	height: auto;
	background: none;
	border: 0;
}

#sunits li.sub ul {
	border: 0;
}

#sunits li.sub ul li {
	background: #e8dee1;
	height: auto;
}

#sunits li.sub ul li a {
	background: none;
}

#sunits li.sub li.ssub {
	background: #fff8da;
}

#sunits li.sub a.asel {
	color: #cf0e03;
}

#sunit_body a {
	color: #013d79;
	text-decoration: none;
	font-weight: bold;
}

#sunit_body a:hover {
	text-decoration: underline;
}

#lastust {
	text-align: center;
}

#lastust img {
	border: 1px solid #013d79;
	margin-bottom: 10px;
}

#lastust a {
	color: #013d79;
}

#banner a {
	color: #013d79;
}

#banner img {
	border: 1px solid #013d79;
}

#butt {
	background: #013d79;
	border: 2px solid #013d79;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#searchres a {
	color: #013d79;
	font-weight: bold;
}

#content img {
	b1order: 1px solid #013d79;
}

#chiefs {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-left: 20px;
}

#chiefs li {
	float: left;
	text-align: center;
	width: 110px;
	height: 110px;
	margin-bottom: 30px;
}

#chiefs a {
	color: #013d79;
	font-weight: bold;
	text-decoration: none;
}

#chiefs a:hover {
	text-decoration: underline;
}

#chiefs img {
	border: 1px solid #013d79;
	clear: both;
	margin-bottom: 5px;
}

#quests {
	margin-top: 20px;
	background: url('../../img/quest.jpg') no-repeat right top;
	margin-left: 15px;
	margin-right: 15px;
}

#questchapters a {
	display: block;
	text-decoration: none;
	height: 18px;
	padding-left: 5px;
	paddin1g-right: 5px;
	white-space: nowrap;
	border-bottom: 1px solid #dddddd;
	font-size: 11px;
	color: #595959;
	width: 234px;
	padding-top: 4px;
	_height: 22px;
	_width: 239px;
}

#questchapters a.sel {
	background: url('../../img/selcat.jpg') repeat-x;
}

#questchapters a:hover {
	background: url('../../img/selcat.jpg') repeat-x;
}

#quests .mquest {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

#quests .mquest a {
	color: #25608b;
	font-size: 13px;
	text-decoration: none;
}

#quests .mquest a:hover {
	text-decoration: underline;
}

#mform {
	display: none;
}

#quests .mform {
	width: 546px;
	height: 385px;
	background: url('../../img/qfon.jpg') no-repeat;
}

#quests .mform table {
	font-size: 12px;
	color: #013d79;
}

#quests .mform table td {
	vertical-align: top;
}

#quests .mform input {
	border: 0;
	background: url('../../img/qinput.jpg');
	font-size: 11px;
	color: #444444;
	padding-left: 10px;
	padding-right: 10px;
	width: 339px;
	height: 19px;
}

#quests .mform textarea {
	border: 0;
	background: url('../../img/qtextarea.jpg');
	font-size: 11px;
	color: #444444;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 339px;
	height: 179px;
}

#mbutt {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

#mbutt div {
	width: 67px;
	height: 19px;
	color: #013d79;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
	background: url('../../img/qbutt.jpg') no-repeat;
	_height: 21px;
}

#quests .buttons {
	margin-top: 0px;
}

#quest {
	margin-bottom: 10px;
	margin-top: 15px;
}

#quest a {
	color: #013d79;
	font-weight: bold;
	text-decoration: none;
}

#quest a:hover {
	text-decoration: underline;
}

.answer {
	background: #e5ecf4;
	padding: 10px;
	display: none;
}

#sitemap {
	margin-top: 40px;
	margin-left: 80px;
}

#sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemap li {
	padding-bottom: 4px;
}

#sitemap a {
	background: url('../../img/micon.jpg') no-repeat left 4px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap a.low {
	font-weight: normal;
}


/* photos */

#pchapters {
	margin-left: 20px;
}

#pchapters ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pchapters a,
#pchapters span {
	text-decoration: none;
	color: #013d79;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8px;
	margin-left: 10px;
	display: block;
	float: left;
	height: 24px;
}

#pchapters a:hover {
	color: #7090BA;
}

#pchapters a.p1 {
	margin-left: 52px;
}

#pchapters img {
	width: 40px;
	height: 30px;
	border: 1px solid #013d79;
	float: left;
	cursor: pointer;
}

#pchapters li {
	padding-bottom: 10px;
}

#pchapters .descr {
	font-size: 11px;
	color: #ffffff;
	background: #013d79;
	float: left;
	font-weight: bold;
	height: 0px;
	overflow: hidden;
	position: absolute;
}

#pchapters .descr div {
	margin: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

#photos .back {
	margin-top: 4px;
	margin-bottom: 10px;
}

#photos h3 {
	font-size: 14px;
}

#photos .photos a {
	display: block;
	width: 120px;
	height: 90px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #013d79;
}

#photos .photos a:hover {
	border: 1px solid #7090BA;
}

#photos .photos img {
	border: 0;
}

button {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	cursor: pointer;
	overflow: visible;
}

#loop1 {
	background: url('../../img/loop1.png') no-repeat;
	width: 30px;
	height: 15px;
	position: relative;
	left: 180px;
	top: -25px;
	float: left;
}

#loop2 {
	background: url('../../img/loop2.png') no-repeat;
	width: 59px;
	height: 27px;
	position: relative;
	left: 121px;
	top: -10px;
	float: left;
}

#interview {}

#interview input {
	margin: 4px 0;
}

#interview label {
	cursor: pointer;
}

#interview input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}

#interview input[type="text"],
#interview textarea,
#interview select {
	background: #f2f2f2;
	border: 1px solid #cccccc;
	width: 500px;
}

#interview button {
	margin-top: 25px;
	padding: 7px 10px;
	font-size: 14px;
	border: 1px solid #aaa;
	background: #ddd;
}

#interview button:hover {
	background: #ccc;
}

.vote {
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 60px;
}

.vote * {
	font-family: "PT Sans";
}

.vote h2 {
	font-size: 16px;
	color: #303030;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

.vote h2 b {
	color: #e60900;
}

.vote .answers {
	padding-top: 10px;
	padding-bottom: 18px;
}

.vote .answers div {
	border-bottom: 1px solid #fdfdfd;
	cursor: pointer;
}

.vote .answers span {
	text-align: justify;
	display: block;
	border-bottom: 1px solid #ededed;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 62px;
	padding-right: 62px;
	font-size: 14px;
	color: #303030;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	background: url('../../img/vote/vote.png') no-repeat 18px center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.vote .answers span:hover {
	background: url('../../img/vote/vote.png') no-repeat 18px center #fcfcfc;
}

.vote .answers span.sel {
	background: url('../../img/vote/votea.png') no-repeat 18px center #fcfcfc;
}

.vote .btn {
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	margin-left: 62px;
	width: 152px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #717171;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa, #eeeeee);
	background: -webkit-linear-gradient(top, #fafafa, #eeeeee);
	background: -o-linear-gradient(top, #fafafa, #eeeeee);
	background: -ms-linear-gradient(top, #fafafa, #eeeeee);
	background: linear-gradient(top, #fafafa, #eeeeee);
	-pie-background: linear-gradient(top, #fafafa, #eeeeee);
	behavior: url('/js/PIE.htc');
	position: relative;
}

#content .vote .btn {
	color: #717171;
}

.vote .btn-disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: default;
}

.vote .loading {
	display: block;
	width: 48px;
	height: 12px;
	background: url('../../img/vote/loading.gif') no-repeat;
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	display: none;
}

.vote .votes {
	color: #717171;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	font-size: 13px;
	display: block;
	height: 28px;
	line-height: 28px;
	float: right;
}

.vote .results {
	padding-top: 28px;
	padding-bottom: 18px;
}

.vote .results>div {
	padding-bottom: 18px;
	padding-left: 18px;
	padding-right: 18px;
}

.vote .results>div>span {
	text-align: justify;
	display: block;
	font-size: 14px;
	color: #303030;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	padding: 0px 5px;
	padding-bottom: 14px;
}

.vote .results .line {
	height: 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #e2e2e2;
	background: -moz-linear-gradient(top, #e2e2e2, #f9f9f9);
	background: -webkit-linear-gradient(top, #e2e2e2, #f9f9f9);
	background: -o-linear-gradient(top, #e2e2e2, #f9f9f9);
	background: -ms-linear-gradient(top, #e2e2e2, #f9f9f9);
	background: linear-gradient(top, #e2e2e2, #f9f9f9);
	-pie-background: linear-gradient(top, #e2e2e2, #f9f9f9);
	behavior: url('/js/PIE.htc');
	padding: 5px;
	position: relative;
	box-shadow: 1px 0px 2px #cccccc;
}

.vote .results .line>span {
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ababab;
	background: -moz-linear-gradient(top, #ababab, #cdcdcd);
	background: -webkit-linear-gradient(top, #ababab, #cdcdcd);
	background: -o-linear-gradient(top, #ababab, #cdcdcd);
	background: -ms-linear-gradient(top, #ababab, #cdcdcd);
	background: linear-gradient(top, #ababab, #cdcdcd);
	-pie-background: linear-gradient(top, #ababab, #cdcdcd);
	behavior: url('/js/PIE.htc');
	height: 15px;
	position: relative;
}

.vote .results .line>span>b {
	display: block;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: #3a709b;
	background: -moz-linear-gradient(top, #3a709b, #5296c1);
	background: -webkit-linear-gradient(top, #3a709b, #5296c1);
	background: -o-linear-gradient(top, #3a709b, #5296c1);
	background: -ms-linear-gradient(top, #3a709b, #5296c1);
	background: linear-gradient(top, #3a709b, #5296c1);
	-pie-background: linear-gradient(top, #3a709b, #5296c1);
	behavior: url('/js/PIE.htc');
	height: 15px;
	width: 0;
	position: relative;
}

.vote .results .line>span>b.full {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	behavior: url('/js/PIE.htc');
}

.vote .results .line>b {
	font-weight: normal;
	height: 25px;
	line-height: 26px;
	display: block;
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	margin-top: -5px;
	margin-left: 30px;
	z-index: 2;
}

.vote .ok {
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #303030;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	display: none;
	font-weight: bold;
}

.action {
	width: 624px;
}

.action h1 {
	font-size: 18px;
	color: #bb0b0b;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}

.action .img {
	width: 624px;
	height: 344;
	background: url('../../img/shad.jpg') no-repeat center bottom;
}

.action .img img {
	padding: 8px;
	border: 1px solid #e2e2e2;
}

.action a.butt {
	background: #003886;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 14px;
	color: #ffffff !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}

.action a.butt:hover {
	background: #dc2b1b;
}

.works1 div.p1 {
	width: 152px;
	float: left;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
}

.works1 a {
	color: #bb0b0b;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.works1 a:hover {
	text-decoration: underline;
}

.works1 img {
	float: left;
}

.works1 .p2 {
	width: 152px;
	position: absolute;
	margin-top: -21px;
}

.works1 .p2 span {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background: #bb0b0b;
	margin-right: 1px;
}

.work h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
}

.work .images {
	position: relative;
}

.work .images img {
	/*float:left;*/
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
}

.work .vote {
	font-weight: bold;
	margin-right: 3px;
	padding: 10px 0;
	margin: 0;
}

.work .vote button {
	background: #003886;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}

.work .vote button:hover {
	background: #dc2b1b;
}

.work .video {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
}

.works2 {
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.works2 div {
	background: url('../../img/micon.jpg') no-repeat left 6px;
	padding-left: 12px;
}

.works2 a {
	color: #709c17;
	font-size: 12px;
	text-decoration: none;
}

.works2 a:hover {
	text-decoration: underline;
}

.work .audio {
	padding-bottom: 20px;
	padding-top: 10px;
}

.cform {
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
	width: 322px;
}

.cform form {
	margin: 0;
}

.cform.hidden .form {
	display: none;
}

.cform .name {
	color: #bb0b0b;
	font-size: 14px;
	padding-bottom: 5px;
	cursor: pointer;
	float: left;
}

.cform h3 {
	color: #bb0b0b;
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
}

.cform h4 {
	color: #666666;
	font-size: 11px;
	margin: 0;
	margin-bottom: 10px;
}

.cform .cinput {
	width: 300px;
	float: left;
	/*margin-right:30px;*/
}

.cform .captcha-img {
	height: 32px;
	position: absolute;
	margin-top: 1px;
	right: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cform .captcha-img.large {
	height: 60px;
	margin-top: -15px;
	right: 0;
}

.cform input {
	background: #ffffff;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	margin-bottom: 15px;
	width: 300px;
	border: 1px solid #cccccc;
}

.cform textarea {
	background: #ffffff;
	font-size: 12px;
	color: #666666;
	height: 30px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	margin-bottom: 15px;
	width: 300px;
	height: 100px;
	border: 1px solid #cccccc;
}

.cform_butt {
	float: right;
	margin-top: 15px;
}

.cform button {
	background: #003886;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}

.cform button:hover {
	background: #dc2b1b;
}

.nlist {
	padding-bottom: 20px;
}

.nlist a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	position: relative;
	left: -8px;
	padding: 8px;
}

.nlist a:hover {
	background: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nlist a h3 {
	padding-bottom: 5px;
	font-size: 16px;
	color: #bb0b0b;
	font-weight: normal;
	margin: 0;
}

.nlist a img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.nlist .down {
	color: #666666;
	font-size: 10px;
	padding-top: 5px;
}

#image_line {
	text-align: center;
}

#image_line img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	margin-bottom: 20px;
	border: 3px solid #fff;
}

#sunits1 {
	padding: 40px 0px;
}

#sunits1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sunits1 ul.sunit {
	font-size: 14px;
}

#sunits1>ul.sunit {
	font-size: 16px;
}

#sunits1>ul.sunit ul {
	display: none;
}

#sunits1>ul.sunit li.active {
	background: #ffffff;
	display: block;
	padding-bottom: 10px;
}

#sunits1 ul.sunit>li {
	padding: 0px 20px;
	border-bottom: 1px solid #e2e2e2;
}

#sunits1 ul.sunit>li:last-of-type {
	border-bottom: none;
}

#sunits1 ul.sunit>li>a {
	display: block;
	text-decoration: none;
	padding: 6px 0px;
	/*   -webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out; */
	cursor: pointer;
}

#sunits1 ul.sunit>li>a:hover {
	/*   padding-left:10px; */
}

#sunits1 ul.sunit>li>a.active {
	/*   padding-left:30px; */
	color: #d20e06;
}

#sunits1 ul.items {
	display: none1;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#sunits1 ul.items>li {
	padding: 4px 0px;
	padding-left: 40px;
}

#sunits1 ul.items>li>a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#sunits1 ul.items>li>a:hover,
#sunits1 ul.items>li>a.active {
	color: #d20e06;
}

.bn_bottom {
	height: 220px;
	background: linear-gradient(to bottom, #efefef, #f4f4f4);
	padding: 18px 0;
	position: relative;
}

.bn_holder {
	width: 720px;
	margin: 0 auto;
}

#bleft {
	position: absolute;
	top: 85px;
	left: 5px;
	z-index: 2;
}

#bright {
	position: absolute;
	top: 85px;
	right: 5px;
	z-index: 2;
}

.bn-btm-holder {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.go-up {
	display: none;
	position: fixed;
	width: 52px;
	height: 52px;
	/*   border:2px solid rgba(48, 104, 167, 0.7); */
	background: url('../../img/template/ico-button-up.svg') no-repeat center center rgba(48, 104, 167, 0.49);
	right: 30px;
	bottom: 10%;
	z-index: 100;
	cursor: pointer;
}

.go-up:hover {
	background-color: rgba(48, 104, 167, 0.7);
	/*     border:6px solid #366eb0; */
}

.layer-shadow {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}

.layer {
	position: fixed;
	z-index: 1001;
	left: 50%;
	top: 50%;
	visibility: hidden;
}

.layer *,
.layer *:before,
.layer *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mess-win {
	padding: 20px 30px;
	min-width: 200px;
	text-align: center;
	font-size: 22px;
	background: #ffffff;
}

.mess-win .buttons {
	text-align: center;
	padding-top: 30px;
}

.error-text {
	position: absolute;
	color: #a94442;
	font-size: 12px;
}

.form-requests * {
	font-family: 'PT Sans';
}

.form-requests *,
.form-requests *:before,
.form-requests *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-requests {
	padding: 30px 0px;
	max-width: 50%;
	margin: 0 auto;
}

.form-requests .name {
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.form-requests .columns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.form-requests .columns div {
	display: inline-block;
	width: 32%;
}

.form-requests .columns div.big {
	width: 64%;
}

.form-requests .info {
	color: #666666;
	font-size: 14px;
	padding-bottom: 20px;
}

.form-requests .info.blue {
	color: #013d79;
}

.form-requests input[type='text'],
.form-requests input[type='email'],
.form-requests textarea {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0px 10px;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
	border-radius: 4px;
}

.form-requests textarea {
	height: 200px;
	resize: none;
	padding: 10px;
}

.form-requests input[type='text'].error,
.form-requests textarea.error {
	background: #f2dede;
}

.form-requests .buttons {
	padding-top: 40px;
	text-align: right;
}

.form-requests .org.hidden {
	display: none;
}

.form-requests .utype {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.form-requests .utype label {
	margin: 0px 15px;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}

.button {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background: #013d79;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px 30px;
	cursor: pointer;
	margin: 0;
	transition: all 0.2s ease-out;
	text-decoration: none;
}

.button:hover {
	background: #0171E0;
}

.button.loading {
	cursor: default;
}

.button.loading:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: url('../../img/template/loading.gif') no-repeat;
}

.button.loading:hover {
	background: #013d79;
}

.button.disabled {
	cursor: default;
	opacity: 0.3;
}

.button.disabled:hover {
	background: #013d79;
}

.form-requests .checkbox label {
	display: block;
	cursor: pointer;
	font-size: 14px;
	position: relative;
}

.form-requests .checkbox span {
	display: inline-block;
	margin-right: 10px;
	width: 14px;
	height: 14px;
	background: #ffffff;
	border: 1px solid #999999;
	position: relative;
	top: 2px;
}

.form-requests .checkbox span.active:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	background: #013d79;
	margin-left: -5px;
	margin-top: -5px;
}

.form-requests .checkbox input {
	display: none;
}

.form-requests .file-block {
	padding-bottom: 20px;
}

.form-requests .file-block .file {
	position: relative;
	overflow: hidden;
}

.form-requests .file-block .file input {
	position: absolute;
	width: 200%;
	left: -50%;
	top: -50%;
	opacity: 0;
	height: 200%;
	cursor: pointer;
	z-index: 1;
}

.form-requests .file-block .filenames {
	padding-bottom: 10px;
	font-size: 14px;
	color: #666666;
	display: none;
}

.form-requests .file-block .delete {
	display: none;
}

.form-requests .captcha {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  padding-top:15px;
}
.form-requests .captcha .captcha-title {
  flex-basis:100%;
  font-size:16px;
  padding-bottom:5px;
  display:block;
}
.form-requests .captcha .captcha-image {
  flex-shrink:0;
  flex-grow:0;
  text-align:center;
  margin-right:30px;
}
.form-requests .captcha .captcha-image img {
  display:block;
}
.form-requests .captcha .captcha-image .captcha-reload {
  font-size:12px;
  cursor:pointer;
  transition:all 0.2s ease-out;
}
.form-requests .captcha .captcha-image .captcha-reload:hover {
  color:#013d79;
}
.form-requests .captcha .captcha-image .captcha-reload.loading {
  visibility:hidden;
}
.form-requests .captcha .captcha-code {
  flex-grow:1;
}

.last-mod-time {
	text-align: right;
	color: #999999;
	font-style: italic;
	padding: 10px 0px;
}

.chapters-grid {
	display: flex;
	justify-content: center;
	align-items: top;
	flex-wrap: wrap;
}

.chapters-grid .grid-item {
	width: 300px;
	text-align: center;
	box-sizing: border-box;
	margin: 25px 15px;
}

.chapters-grid .grid-item a {
	display: block;
	box-sizing: border-box;
}

.chapters-grid .grid-item img {
	width: 100%;
	display: block;
}

.chapters-grid .grid-item .name {
	display: block;
	margin-top: 15px;
}

#images-media-wrap {
	width: 1000px;
	margin: 35px auto;
	position: relative;
}

#ibleft {
	position: absolute;
	top: 50%;
	left: -55px;
	z-index: 2;
	margin-top: -13px;
}

#ibright {
	position: absolute;
	top: 50%;
	right: -55px;
	z-index: 2;
	margin-top: -13px;
}

.improvement-projects {
	padding: 30px;
}

.improvement-projects .year {
	display: flex;
	margin-bottom: 30px;
}

.improvement-projects .year-name {
	flex-basis: 20%;
	font-size: 24px;
}

.improvement-projects .ters {
	padding-top: 5px;
}

.improvement-projects .ters .ter {
	margin-bottom: 20px;
}

.improvement-projects .ters .ter a {
	text-decoration: none;
	font-size: 16px;
	transition: color 0.3s ease-out;
	color: #000000 !important;
}

.improvement-projects .ters .ter a:hover {
	color: #013d79 !important;
}

.rad-table {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}

.rad-table td {
	padding: 7px 10px;
	border: 1px solid #dad2ca;
	text-align: left;
	vertical-align: top;
}

.rad-table tr:nth-child(even) {
	background: #fafafa;
}

.rad-table .td-name {
	width: 135px;
}

.rad-title {
	margin: 20px 0 10px;
	font-weight: bold;
}

a.soc {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 45px;
	background-size: 30px auto;
	background-position: left center;
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 0 30px;
}

a.soc.vk {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.85' height='14.167' viewBox='0 0 23.85 14.167'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%230157A1;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Cpath class='a' d='M60.5,66.951c.168-.559,0-.951-.783-.951h-2.61a1.124,1.124,0,0,0-1.137.746,21.473,21.473,0,0,1-3.206,5.331c-.615.615-.876.8-1.212.8-.168,0-.41-.186-.41-.746V66.951c0-.671-.186-.951-.746-.951H46.3a.644.644,0,0,0-.671.6c0,.634.932.783,1.044,2.535v3.84c0,.839-.149.988-.485.988-.876,0-3.038-3.243-4.306-6.972-.261-.69-.5-.988-1.174-.988h-2.61c-.746,0-.895.354-.895.746,0,.69.876,4.12,4.12,8.649,2.162,3.094,5.2,4.772,7.959,4.772,1.659,0,1.864-.373,1.864-1.007V76.811c0-.746.149-.895.69-.895.391,0,1.044.186,2.591,1.678,1.771,1.771,2.069,2.572,3.057,2.572h2.61c.746,0,1.118-.373.895-1.1a11.608,11.608,0,0,0-2.2-3.057c-.615-.727-1.529-1.491-1.79-1.883-.391-.5-.28-.727,0-1.156C57,72.953,60.184,68.479,60.5,66.951Z' transform='translate(-37.2 -66)'/%3E%3C/g%3E%3C/svg%3E");
}

a.soc.in {
	background-size: 23px auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.587' height='17.587' viewBox='0 0 17.587 17.587'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%230157A1;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M65.883,454.347H58A4.859,4.859,0,0,0,53.15,459.2v7.88A4.859,4.859,0,0,0,58,471.934h7.88a4.859,4.859,0,0,0,4.853-4.853V459.2a4.859,4.859,0,0,0-4.853-4.853Zm3.293,12.733a3.3,3.3,0,0,1-3.293,3.293H58a3.3,3.3,0,0,1-3.293-3.293V459.2A3.3,3.3,0,0,1,58,455.907h7.88a3.3,3.3,0,0,1,3.293,3.293Z' transform='translate(-53.15 -454.347)'/%3E%3Cpath class='a' d='M92.681,489.349a4.532,4.532,0,1,0,4.532,4.532A4.532,4.532,0,0,0,92.681,489.349Zm0,7.5a2.972,2.972,0,1,1,2.972-2.971,2.972,2.972,0,0,1-2.972,2.971Z' transform='translate(-83.888 -485.087)'/%3E%3Cpath class='a' d='M155.893,478.483a1.143,1.143,0,1,0,.809.335,1.143,1.143,0,0,0-.809-.335Z' transform='translate(-142.377 -475.544)'/%3E%3C/svg%3E");
}
a.soc.tg {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26.778' height='22.132' viewBox='0 0 26.778 22.132'%3e%3cpath id='np_paper-plane_326025_000000' d='M31.128,13.161c-.006-.009-.01-.019-.017-.028s-.014-.017-.02-.026l-.008-.01s0,0,0,0h0l-.012-.012c-.007-.007-.015-.012-.023-.019s-.02-.017-.031-.024a.271.271,0,0,0-.025-.014l-.009-.006s0,0-.007,0L30.951,13l-.025-.008-.043-.011-.009,0h-.016l-.011,0h-.033l-.028,0-.039.006-.019,0a.036.036,0,0,1-.01,0l-.007,0-.018,0L5.228,22.828a.356.356,0,0,0,0,.663l8.06,3.217,2.579,7.56a11.409,11.409,0,0,1,.044.083.356.356,0,0,0,.087.092h0a.361.361,0,0,0,.036.018.382.382,0,0,0,.061.03.344.344,0,0,0,.107.017h.016c.006,0,.01,0,.016,0a.327.327,0,0,0,.082-.017.266.266,0,0,0,.027-.01.341.341,0,0,0,.076-.044.069.069,0,0,1,.011-.008.365.365,0,0,0,.064-.068l3.492-4.974,7.822,3.123a.357.357,0,0,0,.485-.277l2.881-18.842C31.174,13.381,31.135,13.173,31.128,13.161ZM6.332,23.166,28.6,14.573,13.513,26.033Zm9.81,9.714-2.154-6.313L28.1,15.845l-10.7,12s0,0,0,.006a.366.366,0,0,0-.062.106l-.007.02a.144.144,0,0,0-.007.02Zm.849-.471.934-3.847,1.38.551Zm10.665-.729-9.377-3.743L30.286,14.469Z' transform='translate(-4.7 -12.677)' fill='%230157a1' stroke='%230157a1' stroke-width='0.6'/%3e%3c/svg%3e ");
}
a.soc.ok {
	background-size: contain;
	padding-left: 35px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3e%3cpath fill-rule='evenodd' fill='%23f2720c' d='M7.511,9.304 C6.867,9.715 6.167,10.005 5.442,10.173 L7.434,12.193 C7.842,12.606 7.842,13.277 7.434,13.690 C7.026,14.104 6.365,14.104 5.958,13.690 L3.999,11.705 L2.042,13.690 C1.838,13.896 1.570,14.000 1.303,14.000 C1.036,14.000 0.769,13.896 0.565,13.690 C0.157,13.277 0.157,12.606 0.565,12.193 L2.557,10.173 C1.832,10.005 1.132,9.714 0.487,9.304 C-0.000,8.993 -0.147,8.339 0.161,7.844 C0.467,7.349 1.111,7.200 1.600,7.512 C3.059,8.442 4.939,8.442 6.399,7.512 C6.887,7.200 7.532,7.349 7.839,7.844 C8.146,8.339 7.999,8.993 7.511,9.304 ZM4.000,7.225 C2.034,7.225 0.435,5.606 0.435,3.614 C0.435,1.621 2.034,0.000 4.000,0.000 C5.966,0.000 7.564,1.621 7.564,3.614 C7.564,5.606 5.966,7.225 4.000,7.225 ZM4.000,2.118 C3.186,2.118 2.524,2.789 2.524,3.614 C2.524,4.438 3.186,5.109 4.000,5.109 C4.813,5.109 5.475,4.438 5.475,3.614 C5.475,2.789 4.813,2.118 4.000,2.118 Z'/%3e%3c/svg%3e");
}
a.soc:hover {
	color: #F7A707;
}


/* Photos */

.photos {
	text-align: center;
	margin-bottom: 15px;
	font-size: 0;
}

.photos .photos-item {
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	display: inline-block;
	margin: 1%;
	width: 18%;
	border: 3px solid #fff;
}

.photos .photos-item img {
	display: block;
	width: 100%;
}

.photos .photos-item:hover {
	box-shadow: 0 0 4px rgba(0,0,0,0.8);
}