@import url(https://fonts.googleapis.com/css?family=Open+Sans:600&subset=latin,cyrillic-ext);

@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Helvetica.woff') format('woff'),
	url('../fonts/Helvetica.ttf')  format('truetype'),
	url('../fonts/Helvetica.svg#Helvetica') format('svg');
}

@font-face {
	font-weight: 700;
	font-style: normal;
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Helvetica-Bold.otf')  format('opentype'),
	url('../fonts/Helvetica-Bold.woff') format('woff'),
	url('../fonts/Helvetica-Bold.ttf')  format('truetype'),
	url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
}

@font-face {
	font-family: 'Cambria';
	src: url('../fonts/Cambria.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
  }

.browsehappy {
	background: #ccc;
	color: #000;
	padding: .2em 0;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font: inherit;
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.articles-item ul,
.articles-item ol,
.articles-item li {
	list-style-type: decimal;
	margin: 5px;
	padding: 5px;
}
.articles ul,
.articles ol,
.articles li {
	list-style-type: decimal;
	margin: 5px;
	padding: 5px;
}
input,
button,
textarea,
select {
	outline: none;
}

input::-ms-clear {
	display: none;
}

@media only screen and (max-width : 992px) {
	html * {
		max-height: 1000000px;
	}
}

body {
	background: #fff;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased !important;
	/* min-width: 1024px; */
}

.vertical {
	display: table-cell;
	vertical-align: middle;
}

.input-search,
.header-logo a,
.header-links a,
.nav a,
.journals-item-img img,
.journals-item-img a,
.journals-item-name a,
.right-menu a,
.socialize a,
.breadcrumbs a,
.journal img,
.journal a,
.back,
.left-menu a,
.articles-item-more a,
.articles-item-more a:after,
.rating-item-more a,
.rating-item-more a:after,
.articles-item-name a,
.btn-modal,
.modal-auth-exit,
.archive > li {
	-webkit-transition:all 0.2s ease-out;
	  -moz-transition:all 0.2s ease-out;
	   -ms-transition:all 0.2s ease-out;
	    -o-transition:all 0.2s ease-out;
	       transition:all 0.2s ease-out;
}

.container-fluid {
	max-width: 1200px;
}

/*
 *
 * BOTTOM FOOTER
 *
*/
html,
body,
.wrapper {
	height: 100%;
}

.content {
	min-height: 100%;
	padding-bottom: 114px;
	position: relative;
}

@media only screen and (min-width : 1200px) {
	.content--inner.content:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 1200px;
		left: 50%;
		margin-left: -600px;
		background: #fff;
	}

	.content--inner.content:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		bottom: 0;
	}

	.content--inner.content--s1:before {
		background: #d5d1d8;
	}

	.content--inner.content--s2:before {
		background: #9ABF7A;
	}

	.content--inner.content--s3:before {
		background: #B7A982;
	}

	.content--inner.content--s4:before {
		background: #B08E82;
	}

	.content--inner.content--s5:before {
		background: #FBB27D;
	}

	.content--inner.content--s6:before {
		background: #e8d9c4;
	}
}


.footer-wrap {
	height: 114px;
	margin-top: -114px;
	position: relative;
	/*z-index: 1;*/
}

/*
 *
 * HEADER
 *
*/
.header {
	padding-top: 26px;
	padding-bottom: 33px;
	position: relative;
	z-index: 3;
}
.header .vbf_title{
	color:#fff;
	font-family: 'Cambria';
    font-weight: 400;
	font-size:2em;
	text-transform: uppercase;
	text-decoration: none;
}
@media(max-width:480px){
	.header .vbf_title{
		font-size:1.5em;
	}
}
.header .row {
	
}

.header--inner {
	background: #004a57;
}

.header-logo img {
	display: block;
	max-width: 100%;
}

.header-nav {
	float: right;

}

.header-search {
	float: left;
}

.btn-search {
	width: 22px;
	height: 21px;
	background: url(../img/icon-search.png) no-repeat;
	border: none;
	padding: 0;
	vertical-align: middle;
}

.input-search {
	width: 189px;
	height: 22px;
	background-color: #FFF;
	border: 1px solid #B1B1B1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #000;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 400;
	vertical-align: middle;
	margin-right: 7px;
	padding: 0 11px;
}

.header-search .input-search {
	opacity: 0;
}

.header-search:hover .input-search,
.header-search .input-search:focus {
	opacity: 1;
}

.input-search::-webkit-input-placeholder {
	color: #7C7D7F;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 400;
	-webkit-transition:all 0.2s ease-out;
	  -moz-transition:all 0.2s ease-out;
	   -ms-transition:all 0.2s ease-out;
	    -o-transition:all 0.2s ease-out;
	       transition:all 0.2s ease-out;
}

.input-search::-moz-placeholder {
	color: #7C7D7F;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 400;
	-webkit-transition:all 0.2s ease-out;
	  -moz-transition:all 0.2s ease-out;
	   -ms-transition:all 0.2s ease-out;
	    -o-transition:all 0.2s ease-out;
	       transition:all 0.2s ease-out;
}

.input-search:-moz-placeholder {
	color: #7C7D7F;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 400;
	-webkit-transition:all 0.2s ease-out;
	  -moz-transition:all 0.2s ease-out;
	   -ms-transition:all 0.2s ease-out;
	    -o-transition:all 0.2s ease-out;
	       transition:all 0.2s ease-out;
}

.input-search:-ms-input-placeholder {
	color: #7C7D7F;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 400;
	-webkit-transition:all 0.2s ease-out;
	  -moz-transition:all 0.2s ease-out;
	   -ms-transition:all 0.2s ease-out;
	    -o-transition:all 0.2s ease-out;
	       transition:all 0.2s ease-out;
}

.input-search:focus::-webkit-input-placeholder {
	color: transparent;
}

.input-search:focus::-moz-placeholder {
	color: transparent;
}

.input-search:focus:-moz-placeholder {
	color: transparent;
}

.input-search:focus:-ms-input-placeholder {
	color: transparent;
}


.header-links {
	float: left;
	color: #008686;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding-top: 5px;
	margin-left: 23px;
	position: relative;
}

.header-links a {
	color: #008686;
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	border-bottom: 1px solid #008686;
	margin-left: 20px;
}

.header-links a:hover {
	color: #dc7978;
	border-bottom: 1px solid #dc7978;
}

.header-links span {
	border-bottom: 1px dashed #008686;
	display: inline-block;
	cursor: pointer;
	line-height: 1;
}

.header-links span:hover {
	color: #dc7978;
	border-bottom: 1px dashed #dc7978;
}

.header-links {
	float: left;
	color: #008686;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding-top: 5px;
	margin-left: 23px;
	position: relative;
}

.header-lang {
	float: left;
	color: #008686;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding-top: 5px;
	margin-left: 23px;
	position: relative;
}

.header-lang a {
	color: #008686;
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	border-bottom: 1px solid #008686;
}

.header-lang a:hover {
	color: #dc7978;
	border-bottom: 1px solid #dc7978;
}

.header-lang span#current-lang {
	color: #000;
}

.modal-auth {
	width: 220px;
	background-color: #e2e8f0;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 3;
	padding: 33px 20px 14px 20px;
	display: none;
}

.input-modal {
	width: 179px;
	height: 23px;
	line-height: 22px;
	background-color: #FFF;
	border: none;
	-moz-box-shadow: inset 0.5px 0.9px 1px rgba(0, 1, 0, 0.51);
	-webkit-box-shadow: inset 0.5px 0.9px 1px rgba(0, 1, 0, 0.51);
	box-shadow: inset 0.5px 0.9px 1px rgba(0, 1, 0, 0.51);
	color: #000;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 600;
	padding: 0 6px;
	border-left: 1px solid #9f9f9f;
	border-top: 1px solid #9f9f9f;
}

.input-modal::-webkit-input-placeholder {
	color: #CECECE;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 600;
	-webkit-transition:all 0.2s ease-out;
	  -moz-transition:all 0.2s ease-out;
	   -ms-transition:all 0.2s ease-out;
	    -o-transition:all 0.2s ease-out;
	       transition:all 0.2s ease-out;
}

.input-modal::-moz-placeholder {
	color: #CECECE;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 600;
	-webkit-transition:all 0.2s ease-out;
	  -moz-transition:all 0.2s ease-out;
	   -ms-transition:all 0.2s ease-out;
	    -o-transition:all 0.2s ease-out;
	       transition:all 0.2s ease-out;
}

.input-modal:-moz-placeholder {
	color: #CECECE;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 600;
	-webkit-transition:all 0.2s ease-out;
	  -moz-transition:all 0.2s ease-out;
	   -ms-transition:all 0.2s ease-out;
	    -o-transition:all 0.2s ease-out;
	       transition:all 0.2s ease-out;
}

.input-modal:-ms-input-placeholder {
	color: #CECECE;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 600;
	-webkit-transition:all 0.2s ease-out;
	  -moz-transition:all 0.2s ease-out;
	   -ms-transition:all 0.2s ease-out;
	    -o-transition:all 0.2s ease-out;
	       transition:all 0.2s ease-out;
}

.input-modal:focus::-webkit-input-placeholder {
	color: transparent;
}

.input-modal:focus::-moz-placeholder {
	color: transparent;
}

.input-modal:focus:-moz-placeholder {
	color: transparent;
}

.input-modal:focus:-ms-input-placeholder {
	color: transparent;
}

.modal-auth-input {
	margin-bottom: 9px;
}

.modal-auth-checkbox {
	color: #3C3C3B;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 11px;
}

.modal-auth-checkbox input[type="checkbox"] {
	margin-right: 6px;
	width: 12px;
	height: 12px;
	position: relative;
	top: 2px;
}

.modal-auth-link {
	line-height: 1;
	color: #478585;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 7px;
}

.modal-auth-link a {
	margin-left: 0;
}

.modal-auth-button {
	text-align: right;
}

.btn-modal {
	width: 79px;
	height: 27px;
	background-color: #669191;
	background-image: -moz-linear-gradient(bottom, #ADB5C4 0%, #FFF 100%);
	background-image: -o-linear-gradient(bottom, #ADB5C4 0%, #FFF 100%);
	background-image: -webkit-linear-gradient(bottom, #ADB5C4 0%, #FFF 100%);
	background-image: linear-gradient(to top, #ADB5C4 0%, #FFF 100%);
	border: 1px solid #97A1B3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #5A6373;
	font-family: "Verdana";
	font-size: 14px;
	font-weight: 400;
	opacity: 1;
}

.btn-modal:hover {
	opacity: 0.8;
}

.modal-auth-exit {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 12px;
	height: 11px;
	background: url(../img/icon-exit.png);
	cursor: pointer;
}

.modal-auth-exit:hover {
	opacity: 0.6;
}

/*
 *
 * NAV
 *
*/
.nav {
	font-family: "Tahoma";
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #7C7D7F;
	padding-bottom: 23px;
	position: relative;
	z-index: 1;
}

.nav .row {
	
}

.nav--inner {
	background: #004a57;
	color: #fff;
}

.nav--inner .col-sm-12 {
    display: flex;
    flex-wrap: wrap;        /* переносим пункты целиком */
	column-gap: 25px;
}

.nav--inner .col-sm-12 > a {
    white-space: nowrap;    /* запрещаем перенос внутри пункта */
}


.nav a {
	color: #7C7D7F;
	text-decoration: none;
	/*margin-left: 25px;*/
}

.nav--inner a {
	color: #fff;
}

.nav a:first-child {
	margin-left: 0;
}

.nav a:hover,
.nav a.active:hover {
	color: #3C3A3E;
}

.nav a.active {
	color: #dc7978;
}

.nav--inner a:hover,
.nav a.active:hover {
	color: #008686;
}

/*
 *
 * BANNER
 *
*/
.main-image {
	height: 226px;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

/*
 *
 * JOURNALS
 *
*/
.journals {
	padding-top: 60px;
	background: #f5f5f6;
}

.journals-item {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 25px;
	padding: 0 5px;
}

.journals-item-img {
	margin-bottom: 34px;
}

.journals-item-img a {
	display: inline-block;
	border: 2px solid transparent;
}

.journals-item-img a:hover {
	border: 2px solid #669191;
}

.journals-item-img img {
	display: block;
	max-width: 100%;
	margin: auto;
	-moz-box-shadow: 1.5px 2.6px 4px rgba(0, 1, 1, 0.68);
	-webkit-box-shadow: 1.5px 2.6px 4px rgba(0, 1, 1, 0.68);
	box-shadow: 1.5px 2.6px 4px rgba(0, 1, 1, 0.68);
}

.journals-item-img img:hover {
	-moz-box-shadow: none
	-webkit-box-shadow: none;
	box-shadow: none;
}

.journals-item-text {
	font-family: "Helvetica";
	font-weight: 700;
	color: #676D77;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 15px;
}

.journals-item-name {
	font-family: "Helvetica";
	font-weight: 700;
	color: #669191;
	font-size: 18px;
	line-height: 1.3;
}

.journals-item-name a {
	color: #669191;
	text-decoration: none;
}

.journals-item-name a:hover {
	color: #dc7978;
}

.journals-series {
	padding-top: 60px;
	background: #f5f5f6;
	position: inherit;
	z-index: 2;
}

.journals-series .journals-item-img {
	margin-bottom: 10px;
}

.journals-series .journals-item-img a {
	max-width: 20%;
}

.journals-series .journals-item-text {
	font-size: 12px;
	margin-bottom: 10px;
}

.journals-series .journals-item-name {
	font-size: 12px;
}

/*
 *
 * MAIN
 *
*/
.main {
	padding-top: 50px;
	padding-bottom: 25px;
}

.main-text {
	/*color: #2E2F33;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	*/
}

.main-text h1{

	font-family: "Helvetica";
	font-weight: 700;
	color: #274B57;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;

}
.main-text h2{

	font-family: "Helvetica";
	font-weight: 700;
	color: #274B57;
	font-size: 18px;
	line-height: 1;
	padding-top:20px;
	margin-bottom: 20px;
}
.main-text h3{

	font-family: "Helvetica";
	font-weight: 700;
	color: #274B57;
	font-size: 16px;
	line-height: 1;
	padding-top:20px;
	margin-bottom: 20px;
}
.main-text p {
	margin-bottom: 25px;
	text-align:justify;
}

.main-text ol,ul {
	margin-left:20px;
	margin-bottom:20px;
}
.main-text ol li {
	list-style-type: decimal;

    margin: 5px 5px 5px 15px;
    padding: 5px;
}
.main-text ul li {
	list-style-type: square;

    margin: 5px 5px 5px 15px;
    padding: 5px;
}
.article ol,ul {
	margin-left:20px;
}
.article ol li {
	list-style-type: decimal;

    margin: 5px 5px 5px 15px;
    padding: 5px;
}
.article ul li {
	list-style-type: square;

    margin: 5px 5px 5px 15px;
    padding: 5px;
}
/*
 *
 * RIGHT MENU
 *
*/
.right-menu {
	float: right;
	width: 213px;
	background-color: #4b9292;
	padding: 11px 5px 11px 0;
	margin-bottom: 10px;
}

.right-menu a {
	display: block;
	color: #FFF;
	font-family: "Verdana";
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding: 7px 0 7px 25px;
	line-height: 1.3;
}

.right-menu a:hover {
	background: #53a9a9;
}

/*
 *
 * INNER
 *
*/
.inner {
	position: relative;
	z-index: 2;
}

.inner .container-fluid {
	position: relative;
	z-index: 1;
	background: #fff;
	/*padding-bottom: 50px;*/
}

/*
 *
 * BREADCRUMBS
 *
*/
.breadcrumbs {
	color: #478585;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	padding-top: 17px;
	padding-bottom: 25px;
}

.breadcrumbs a {
	color: #478585;
}

.breadcrumbs a:hover {
	color: #dc7978;
}

/*
 *
 * JOURNAL
 *
*/
.journal {
	margin-bottom: 45px;
}

.journal a {
	display: inline-block;
	border: 2px solid transparent;
}

.journal a:hover {
	border: 2px solid #669191;
}

.journal img {
	display: block;
	max-width: 100%;
	-moz-box-shadow: 1.5px 2.6px 4px rgba(0, 1, 1, 0.68);
	-webkit-box-shadow: 1.5px 2.6px 4px rgba(0, 1, 1, 0.68);
	box-shadow: 1.5px 2.6px 4px rgba(0, 1, 1, 0.68);
}

.journal img:hover {
	-moz-box-shadow: none
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*
 *
 * LEFT MENU
 *
*/
.left-menu {
	font-family: "Tahoma";
	font-size: 15px;
	font-weight: 700;
	color: #7C7D7F;
	line-height: 1.3;
}

.left-menu a {
	color: #7C7D7F;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}

.left-menu a:hover,
.left-menu a.active {
	color: #dc7978;
}

/*
 *
 * ARTICLES
 *
*/
.title {
	 font-family: "Helvetica";
	 font-weight: 700;
	 color: #274B57;
	 font-size: 22px;
	 line-height: 1;
	 margin-bottom: 7px;
 }

.title-main {
	font-family: "Helvetica";
	font-weight: 700;
	color: #274B57;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 30px;
}

.mini {
	font-family: "Helvetica";
	font-weight: 700;
	color: #676D77;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.articles {
	margin-bottom: 67px;
}

.articles p{
	text-align:justify;
}

.articles-title {
	text-align: center;
	color: #669191;
	font-family: "Helvetica";
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}

.articles-item {
	margin-bottom: 50px;
}

.articles-item-author {
	color: #2E2F33;
	font-family: "Verdana";
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
}

.articles-item-name {
	color: #806258;
	font-family: "Verdana";
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 13px;
}

.articles-item-name a {
	text-decoration: none;
	color: #806258;
}

.articles-item-name a:hover {
	color: #292b30;
}

.articles-item-name a:active {
	color: #d05554;
}

.articles-item-text {
	color: #833938;
	font-family: "Verdana";
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 23px;
}

.articles-item-links {
	color: #d35f36;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.articles-item-links span {
	color: #d35f36;
	margin-right: 10px;
	text-decoration: underline;
	cursor: pointer;
}

.articles-item-links span:hover {
	text-decoration: none;
}

.articles-item-links_btstrp a{
	color: #d35f36;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.articles-item-links_btstrp span {
	color: #d35f36;
	margin-right: 10px;
	text-decoration: underline;
	cursor: pointer;
}

.articles-item-links_btstrp span:hover {
	text-decoration: none;
}
.articles-item-more {
	float: right;
	margin-left: 17px;
}

.articles-item-more a {
	color: #FFF;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	width: 136px;
	height: 29px;
	line-height: 27px;
	text-align: center;
	background-color: #C67878;
	border: 1px solid #C67878;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	text-decoration: none;
}

.articles-item-more a:hover {
	background-color: #79ADAD;
	border: 1px solid #659696;
	color: #fff;
}

.articles-item-more a:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(../img/icon-more-hover.png) no-repeat;
	position: relative;
	top: 2px;
	margin-left: 6px;
}

.articles-item-more a:hover:after {
	background: url(../img/icon-more-hover.png) no-repeat;
}


.articles h2{

	font-family: "Verdana";
	font-weight: normal;
	color: #274B57;
	font-size: 18px;
	line-height: 1;
	padding-top:5px;
	margin-bottom: 10px;
}
.articles h3{

	font-family: "Verdana";
	font-weight: 700;
	color: #274B57;
	font-size: 16px;
	line-height: 0;
	padding-top:35px;
	margin-bottom: 0px;
}





.rating-item-more {
	margin-left: 17px;
}

.rating-item-more a {
	color: #FFF;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	width: 136px;
	height: 29px;
	line-height: 27px;
	text-align: center;
	background-color: #C67878;
	border: 1px solid #C67878;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	text-decoration: none;
}

.rating-item-more a:hover {
	background-color: #79ADAD;
	border: 1px solid #659696;
	color: #fff;
}

.rating-item-more a:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(../img/icon-more-hover.png) no-repeat;
	position: relative;
	top: 2px;
	margin-left: 6px;
}

.rating-item-more a:hover:after {
	background: url(../img/icon-more-hover.png) no-repeat;
}

.articles-item-info {
	position: relative;
}

.articles-modal-text div {
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	background-color: #f5f5f6;
	-moz-box-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.43);
	-webkit-box-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.43);
	box-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.43);
	color: #7A7A7C;
	font-family: "Verdana";
	font-size: 13px;
	font-weight: 400;
	padding: 20px;
	z-index: 3;
}

/*
 *
 * ARTICLE
 *
*/
.article {
	color: #2E2F33;
	font-family: "Verdana";
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}

.article b {
	font-weight: 700;
}

.article p {
	margin-bottom: 15px;
}

/*
 *
 * ARCHIVE
 *
*/
.archive > li {
	color: #2E2F33;
	font-family: "Helvetica";
	font-size: 20px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	width: 100px;
	padding-left: 12px;
	cursor: pointer;
	position: relative;
}

.archive > li:hover {
	background: #f5f5f6;
}

.archive > li > ul {
	position: absolute;
	background: #f5f5f6;
	left: 90px;
	top: 0;
	width: 265px;
	padding-left: 20px;
	color: #478585;
	font-family: "Helvetica";
	font-size: 16px;
	font-weight: 480;
	padding-top: 15px;
	display: none;
	z-index: 3;
}

.archive > li > ul li {
	line-height: 1;
	margin-bottom: 15px;
}

.archive > li > ul a {
	color: #2E2F33;
	font-size: 18px;
}


.archive-year > li {
	color: #2E2F33;
	font-family: "Helvetica";
	font-size: 20px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	width: 90px;
	padding-left: 12px;
	cursor: pointer;
	position: relative;
}

.archive-year a {
	color: #2E2F33;
}

.archive-year a {
	padding: 4px;
}

.archive-year a.active {
	color: #FFF;
	background-color: #9E9BA6;
	padding: 4px;
}

.pdf-icon{
	background: url(../img/pdf.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
}

.book-icon{
	background: url(../img/book.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
}

/*
 *
 * SOCIALIZE
 *
*/
.socialize {
	text-align: right;
	background: #3c3e42;
	height: 74px;
	line-height: 74px;
	color: #C6C6C6;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 400;
}

.socialize .row {
	
}

.socialize a {
	width: 40px;
	height: 39px;
	background-color: rgba(255,255,255,0.66);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	line-height: 1;
	margin-left: 7px;
}

.socialize a:hover {
	background-color: #9a9a9a;
}

.in {
	/*background-image: url(../img/icon-in.png);*/
}

.tw {
	background-image: url(../img/icon-tw.png);
}

.vk {
	background-image: url(../img/icon-vk.png);
}

.fb {
	background-image: url(../img/icon-fb.png);
}

/*
 *
 * FOOTER
 *
*/
.footer {
	height: 40px;
	background: #2e2f33;
	line-height: 40px;
	color: #939393;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: 400;
}

.footer .row {
	
}

/*
 *
 * BACK
 *
*/
.back {
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 35%;
	height: 50px;
	width: 50px;
	background-color: rgba(63,64,68,0.5);
	background-image: url(../img/icon-back.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
}

.back:hover {
	background-color: rgba(63,64,68,0.8);
}

.back.active {
	opacity: 1;
}

.main-text .table tbody th{
	font-weight: 400;
}

.search-form form {
	width: 500px;
	margin: 0 auto 50px auto;
}

div.pluso {
	vertical-align: middle;
}

a.pluso-more {
	display: none !important;
}

.pluso-wrap a {
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
}

.pluso-wrap a:hover {
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}
.star{ cursor:pointer !important; font-style:italic; padding-top:15px;}
.popover{ min-width:250px; max-width:500px;}