/*
Theme Name: Vocea
Author: mosho
Author URI: http://example.com
Description: Vocea Theme 2024
Version: 1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vocea
Tags: custom-background, custom-header, custom-menu, featured-images, theme-options
*/


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, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.none, .hidden {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left;
	}

.center {
	text-align: center;
	}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img.right {
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft, img.left {
	margin: 0 10px 4px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

::selection {
	color: #fff;
	background: #125893;
}
::-moz-selection {
	color: #fff;
	background: #125893;
}

/* END NULL */



/* BASE */

body {
	color: #484a4b;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	background: #fff;
	text-align: center;
	}

.wrap {
	width: 1140px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #484a4b;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	}

a {
	color: #125893;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #a2aec3;
	text-decoration: underline;
	}

.entry a {
	color: #125893;
	}

.entry a:hover {
	color: #125893;
	}

.entry a:visited {
	color: #125893;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 24px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #125893;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}
h1, .h1, .title{
	color: #202223;
	font-size: 48px;
	line-height: 54px;
	}
h2, .h2{
	font-size: 30px;
	line-height: 36px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 30px;
	}
h4, .h4{
	font-size: 22px;
	line-height: 28px;
	}
h5, .h5{
	font-size: 20px;
	line-height: 26px;
	}
h6, .h6{
	font-size: 18px;
	line-height: 24px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.table, .entry table {
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	border-spacing: 0;
	border-collapse: collapse;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 10px 20px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 10px 20px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
    
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
    
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
    }

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
    }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 116px 10px 5px 10px;
	background: url(//vocea.md/wp-content/themes/vocea/images/blockquote.png) no-repeat center 10px;
	position: relative;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	text-align: center;
	}

blockquote:before {
	content: " ";
	display: block;
	width: 195px;
	height: 1px;
	background: #d4d6d7;
	position: absolute;
	top: 49px;
	left: 0px;
	}

blockquote:after {
	content: " ";
	display: block;
	width: 195px;
	height: 1px;
	background: #d4d6d7;
	position: absolute;
	top: 49px;
	right: 0px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* END BASE */



/* FORM */

.form_title{
	padding: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}

.form_line{
	padding: 0 0 21px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	width: 360px;
	height: 21px;
	padding: 11px 0;
	background: none;
	border: 0;
	border-bottom: 1px solid #989a9b;
	-webkit-appearance: none;
	color: #484a4b;
	font-size: 16px;
	line-height: 21px;
	}

.ta, .ta2{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 7px 21px;
	background: none;
	border: 0;
	border-top: 1px solid #d4d6d7;
	border-bottom: 1px solid #d4d6d7;
	-webkit-appearance: none;
	}

.ta2{
	height: 80px;
	background: #fff;
	}

.form_sub {
	position: relative;
	padding: 9px 0 0 0;
	}

.btn {
	display: inline-block;
	box-sizing: content-box;
	min-width: 160px;
	height: 38px;
	padding: 0 20px;
	border: 1px solid #125893;
	background: none;
	border-radius: 20px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #125893;
	font-size: 14px;
	line-height: 38px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	}

.btn:hover{
	border: 1px solid #125893;
	background: #125893;
	color: #fff;
	text-decoration: none;
	}

.btn_c2 {
	border: 1px solid #fed337;
	background: #fed337;
	color: #212223;
	}

.btn_c2:hover {
	border: 1px solid #202223;
	background: #202223;
	color: #fff;
	}

.btn_c3 {
	background: #125893;
	color: #fff;
	}

.btn_c3:hover {
	border: 1px solid #fed337;
	background: #fed337;
	color: #212223;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */



/* HEADER */

header {
	padding: 0 0 5px 0;
	}

.top_d{
	float: left;
	width: 200px;
	padding: 115px 0 33px 0;
	color: #202223;
	font-size: 14px;
	font-weight: 300;
	}

.logo{
	float: left;
	width: 366px;
	height: 93px;
	padding: 39px 0 40px 187px;
	}

.logo a{
	display: block;
	width: 366px;
	height: 93px;
	background: url(//vocea.md/wp-content/themes/vocea/images/logo.png) no-repeat;
	}

.top_pog{
	float: right;
	padding: 105px 0 33px 0;
	}

.top_pog_t {
	float: left;
	padding: 3px 10px 0 0;
	color: #202223;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	}

.top_pog_i {
	float: left;
	}

.nav_panel{
	height: 50px;
	background: #125893;
	}

.show_nav {
	float: left;
	display: block;
	width: 19px;
	height: 50px;
	background: url(//vocea.md/wp-content/themes/vocea/images/show_nav.png) no-repeat center center;
	cursor: pointer;
	}

.show_user {
	float: right;
	display: block;
	width: 24px;
	height: 50px;
	margin: 0 0 0 24px;
	background: url(//vocea.md/wp-content/themes/vocea/images/show_user.png) no-repeat center center;
	cursor: pointer;
	}

.show_user2 {
	background: url(//vocea.md/wp-content/themes/vocea/images/show_user2.png) no-repeat center center;
	}

.show_search {
	float: right;
	display: block;
	width: 24px;
	height: 50px;
	margin: 0 0 0 24px;
	background: url(//vocea.md/wp-content/themes/vocea/images/show_search.png) no-repeat center center;
	cursor: pointer;
	}

.top_lang {
	float: right;
	font-size: 18px;
	line-height: 50px;
	}

.top_lang .current-lang {
	display: none;
	}

.top_lang a {
	color: #fff;
	}

.top_lang a:hover {
	color: #fff;
	text-decoration: underline;
	}


/* END HEADER */


/* POSTS */

.post_close, .post_close2 {
	display: inline-block;
	width: 12px;
	height: 16px;
	margin: 0 0 -1px 24px;
	background: url(//vocea.md/wp-content/themes/vocea/images/post_close.png) no-repeat center center;
	}

.post_close2 {
	background: url(//vocea.md/wp-content/themes/vocea/images/post_close2.png) no-repeat center center;
	}


.h_ones {
	height: 672px;
	margin: 0 0 30px 0;
	position: relative;
	color: #fff;
	}

.h_ones_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover !important;
	}

.h_ones_bg:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

.h_ones .wrap {
	position: relative;
	height: 672px;
	}

.h_ones a {
	color: #fff;
	}

.h_ones a:hover {
	color: #fff;
	}

.h_one {
	width: 550px;
	padding: 120px 0 16px 0;
	position: absolute;
	left: 0px;
	bottom: 63px;
	}

.h_one_cat {
	padding: 0 0 33px 0;
	text-transform: uppercase;
	font-weight: 900;
	}

.h_one_t {
	padding: 0 0 31px 0;
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.h_one_d {
	font-size: 14px;
	}

.h_ones_r {
	width: 360px;
	position: absolute;
	right: 0px;
	bottom: 63px;
	}

.h_one_tag {
	font-size: 14px;
	text-transform: uppercase;
	}

.h_one_tag a {
	margin: 0 12px 0 0;
	color: #fff;
	}

.h_one_tag a:hover {
	color: #fff;
	}

.h_one_li {
	padding: 37px 0 21px 0;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}


.h_twos {
	padding: 0 0 22px 0;
	}

.h_two {
	float: left;
	width: 360px;
	padding: 0 30px 0 0;
	}

.h_two3 {
	padding: 0;
	}

.h_two_img {
	height: 263px;
	padding: 0 0 12px 0;
	}

.h_two_img img {
	vertical-align: bottom;
	}

.h_two_cat {
	padding: 0 0 3px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
	}

.h_two_t {
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.h_fours .h_two_t {
	min-height: 87px;
	padding: 20px 0 16px 0;
	}

.h_two_t a {
	color: #202223;
	}

.h_two_t a:hover {
	color: #125893;
	}

.h_two_d {
	color: #989a9b;
	font-size: 14px;
	}

.h_twos_br {
	float: right;
	width: 360px;
	}

.h_twos_bl {
	float: left;
	width: 360px;
	padding: 0 30px 0 0;
	}

.h_twos_br img {
	vertical-align: bottom;
	}


.h_twos_stat {
	float: left;
	width: 232px;
	height: 426px;
	padding: 34px 60px 0 68px;
	margin: 0 30px 0 0;
	background: #f2f4f5 url(//vocea.md/wp-content/themes/vocea/images/h_twos_stat.png) no-repeat center 376px;
	}

.h_twos_stat_n {
	padding: 0 0 23px 0;
	color: #a2aec3;
	line-height: 1.1em;
	font-weight: bold;
	}

.h_twos_stat_e {
	padding: 0 0 32px 0;
	color: #666869;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.h_twos_stat_go {
	font-size: 16px;
	}


.h_threes {
	padding: 0 0 30px 0;
	}

.h_three {
	float: left;
	width: 555px;
	height: 400px;
	position: relative;
	background: #1f171c;
	}

.h_three img {
	vertical-align: bottom;
	}

.h_three_over {
	width: 515px;
	padding: 70px 20px 34px 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #fff;
	}

.h_three_over a {
	color: #fff;
	}

.h_three_over a:hover {
	color: #fff;
	}

.h_three_cat {
	padding: 0 0 25px 0;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	}

.h_three_t {
	padding: 0 0 32px 0;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.h_three_d {
	font-size: 14px;
	}

.h_three_r {
	float: right;
	width: 555px;
	padding: 15px 0 0 0;
	}

.h_three_rt {
	color: #125893;
	font-weight: 900;
	text-transform: uppercase;
	}

.h_three_li {
	padding: 31px 0 29px 0;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.h_three_li a {
	color: #202223;
	}

.h_three_li a:hover {
	color: #125893;
	text-decoration: underline;
	}


.abonarea_curent {
	margin: 0 0 30px 0;
	background: #f2f4f5;
	overflow: hidden;
	}

.abonarea_curent .wrap {
	position: relative;
	}

.abonarea_curent .wrap:before {
	content: " ";
	display: block;
	width: 2000px;
	height: 100%;
	background: #a2aec3;
	position: absolute;
	top: 0px;
	left: -1430px;
	}

.abonarea {
	float: left;
	width: 340px;
	padding: 36px 131px 20px 99px;
	position: relative;
	color: #fff;
	font-size: 14px;
	}

.abonarea:before {
	content: " ";
	display: block;
	width: 128px;
	height: 100px;
	background: url(//vocea.md/wp-content/themes/vocea/images/abonarea.png) no-repeat;
	position: absolute;
	top: 119px;
	left: -214px;
	}

.abonarea_t {
	padding: 0 0 48px 0;
	margin-left: -319px;
	color: #125893;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	}

.abonarea ul li {
	padding: 0 0 0 34px;
	background: url(//vocea.md/wp-content/themes/vocea/images/li2.png) no-repeat 0px 5px;
	}

.abonarea_go {
	padding: 30px 0 0 34px;
	}

.numarul_curent {
	float: left;
	width: 230px;
	height: 365px;
	padding: 35px 0 0 82px;
	position: relative;
	text-align: center;
	}

.numarul_curent_i {
	display: block;
	width: 566px;
	position: absolute;
	bottom: 0px;
	left: 344px;
	}

.numarul_curent_i img {
	vertical-align: bottom;
	}

@media (max-width: 1600px) {
.abonarea:before {
	left: -50px;
	}
.abonarea_t {
	margin-left: -99px;
	}
.numarul_curent_i {
	left: 310px;
	}
}

.numarul_curent_t {
	padding: 0 0 47px 0;
	color: #125893;
	font-weight: 900;
	text-transform: uppercase;
	}

.numarul_curent_n {
	padding: 0 0 2px 0;
	color: #212223;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.numarul_curent_d {
	padding: 0 0 55px 0;
	color: #212223;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.numarul_curent_go {
	padding: 0 0 25px 0;
	}

.numarul_curent_a a {
	display: inline-block;
	padding: 38px 0 0 0;
	background: url(//vocea.md/wp-content/themes/vocea/images/numarul_curent_a.png) no-repeat center top;
	color: #212223;
	font-size: 12px;
	text-transform: uppercase;
	}

.numarul_curent_a a:hover {
	color: #125893;
	}


.mults {
	margin: 0 0 30px 0;
	}

.mult_slide {
	height: 500px;
	background: #f2f4f5;
	overflow: hidden;
	}

.mult {
	position: relative;
	}

.mult_l {
	width: 550px;
	height: 464px;
	padding: 36px 0 0 0;
	position: relative;
	}

.mult_video .mult_l {
	background: url(//vocea.md/wp-content/themes/vocea/images/mult_video.png) no-repeat center 160px;
	}
.mult_audio .mult_l {
	background: url(//vocea.md/wp-content/themes/vocea/images/mult_audio.png) no-repeat center 171px;
	}
.mult_photo .mult_l {
	background: url(//vocea.md/wp-content/themes/vocea/images/mult_photo.png) no-repeat center 175px;
	}

.mult_cat {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	}

.mult_t {
	position: absolute;
	left: 0px;
	bottom: 118px;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.mult_t a {
	color: #202223;
	}

.mult_t a:hover {
	color: #125893;
	}

.mult_d {
	position: absolute;
	left: 0px;
	bottom: 74px;
	color: #989a9b;
	font-size: 14px;
	}


.mult_img {
	width: 100%;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-size: cover !important;
	}


.slick-dots {
	display: block;
	width: 1010px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 39px;
	margin: 0 auto;
	text-align: right;
	}

.slick-dots li {
	display: inline-block;
	padding: 0 0 0 8px;
	}

.slick-dots li button {
	display: inline-block;
	width: 11px;
	height: 11px;
	padding: 0;
	margin: 0;
	background: #fff;
	border: 0;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	vertical-align: bottom;
	opacity: 0.5;
	}

.slick-dots li button:hover, .slick-dots li.slick-active button {
	opacity: 1;
	}


.h_fours {
	padding: 0 0 30px 0;
	}

.h_fours_t {
	padding: 0 0 38px 0;
	color: #125893;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	text-transform: uppercase;
	}

.h_four {
	float: left;
	width: 360px;
	height: 460px;
	margin: 0 30px 0 0;
	position: relative;
	color: #fff;
	}

.h_four_img {
	height: 460px;
	position: relative;
	}

.h_four_img:before {
	content: " ";
	display: block;
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

.h_four_img img {
	vertical-align: bottom;
	}

.h_four_over {
	width: 330px;
	position: absolute;
	bottom: 32px;
	left: 15px;
	}

.h_four_t {
	margin: 0 0 28px 0;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.h_four_t a {
	color: #fff;
	}

.h_four_t a:hover {
	color: #fff;
	}

.h_four_d {
	font-size: 14px;
	}


.h_four_r {
	float: left;
	width: 360px;
	}

.h_four_li {
	padding: 0 0 57px 0;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.h_four_li a {
	color: #202223;
	}

.h_four_li a:hover {
	color: #125893;
	}

.h_fours_go {
	font-size: 16px;
	font-weight: 500;
	}


.h_five_bg {
	padding: 38px 0;
	margin: 0 0 30px 0;
	background-size: cover !important;
	color: #fff;
	position: relative;
	}

.h_five_bg:before {
	content: " ";
	display: block;
	width: 100%;
	height: 90%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

.h_five_bg a {
	color: #fff;
	}

.h_five_bg a:hover {
	color: #fff;
	}

.h_five_big {
	padding: 0 0 73px 0;
	position: relative;
	}

.h_five_cat {
	padding: 0 0 177px 0;
	font-weight: bold;
	}

.h_five_t {
	font-size: 48px;
	line-height: 58px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.h_five_li {
	float: left;
	width: 330px;
	padding: 0 50px 0 0;
	position: relative;
	}

.h_five_li_t {
	padding: 0 0 10px 0;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.h_five_li_d {
	font-size: 14px;
	}


.h_tops {
	padding: 23px 0 30px 0;
	margin: 0 0 30px 0;
	background: #f2f4f5;
	}

.h_tops_t {
	padding: 0 0 17px 0;
	color: #125893;
	font-weight: 900;
	text-transform: uppercase;
	}

.h_top {
	float: left;
	width: 360px;
	padding: 0 30px 20px 0;
	font-family: 'Roboto Condensed', sans-serif;
	}

.h_top1 {
	float: none;
	width: 750px;
	padding: 0 0 5px 390px;
	}

.h_top4 {
	padding: 0 0 20px 0;
	}

.h_top5 {
	width: 750px;
	}

.h_top_n {
	float: left;
	width: 99px;
	color: #a2aec3;
	font-size: 130px;
	line-height: 130px;
	font-weight: bold;
	}

.h_top_t {
	float: left;
	width: 261px;
	padding: 11px 0 0 0;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.h_top1 .h_top_t, .h_top5 .h_top_t {
	width: 651px;
	padding: 14px 0 0 0;
	font-size: 30px;
	line-height: 36px;
	}

.h_top_t a {
	color: #202223;
	}

.h_top_t a:hover {
	color: #125893;
	}

.h_tops_go {
	float: right;
	padding: 93px 0 0 0;
	background: url(//vocea.md/wp-content/themes/vocea/images/h_tops_go.png) no-repeat center 34px;
	font-size: 16px;
	font-weight: 500;
	}



#content {
	padding: 0 0 30px 0;
	}

#posts {
	float: left;
	width: 750px;
	}

.cat_title {
	padding: 0 0 12px 0;
	}

.cat_title h1 {
	color: #2c659a;
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	text-transform: uppercase;
	}


.post_list_big {
	padding: 210px 20px 23px 20px;
	margin: 0 0 30px 0;
	background-size: cover !important;
	color: #fff;
	position: relative;
	}

.post_list_big:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

.post_list_big a {
	color: #fff;
	text-decoration: none;
	}

.post_list_big a:hover {
	color: #fff;
	text-decoration: underline;
	}

.post_list_big_cat {
	padding: 0 0 19px 0;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	}

.post_list_big_t {
	padding: 0 0 27px 0;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	position: relative;
	}

.post_list_big_d {
	font-size: 14px;
	position: relative;
	}


.post_list {
	padding: 0 0 30px 0;
	}

.post_list_img{
	float: left;
	width: 360px;
	}

.post_list_r{
	float: right;
	width: 360px;
	}

.post_list_cat {
	padding: 0 0 8px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 900;
	text-transform: uppercase;
	}

.post_list_t {
	padding: 0 0 4px 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	}

.post_list_t a {
	color: #202223;
	}

.post_list_t a:hover {
	color: #125893;
	}

.post_list_d {
	padding: 0 0 29px 0;
	color: #989a9b;
	font-size: 14px;
	}


#infscr-loading {
	text-align: center;
	}

.navigation {
	padding: 17px 0 0 0;
	text-align: center;
	}

.navigation_next a {
	display: block;
	width: 396px;
	height: 56px;
	margin: 0 auto;
	border: 2px solid #125893;
	border-radius: 30px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #125893;
	font-size: 16px;
	line-height: 56px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	}

.navigation_next a:hover{
	border: 1px solid #125893;
	background: #125893;
	color: #fff;
	text-decoration: none;
	}


.post {
	padding: 0 0 10px 0;
	}

.post_cat {
	padding: 0 0 15px 0;
	font-weight: 900;
	text-transform: uppercase;
	}

.post_info {
	padding: 13px 0;
	margin: 0 0 15px 0;
	border-top: 1px solid #d4d6d7;
	border-bottom: 1px solid #d4d6d7;
	color: #989a9b;
	font-size: 14px;
	}

.post_info a {
	color: #989a9b;
	}

.post_info a:hover {
	color: #505050;
	text-decoration: none;
	}

.post_info_a{
	float: left;
	min-height: 24px;
	padding: 0 65px 0 42px;
	background: url(//vocea.md/wp-content/themes/vocea/images/post_info_a.png) no-repeat 0px center;
	text-transform: uppercase;
	}

.post_info_a a{
	padding: 0 32px 0 0;
	background: url(//vocea.md/wp-content/themes/vocea/images/post_info_ag.png) no-repeat right center;
	}

.post_info_d{
	float: left;
	min-height: 24px;
	padding: 0 65px 0 42px;
	background: url(//vocea.md/wp-content/themes/vocea/images/post_info_d.png) no-repeat 0px center;
	}

.post_info_n{
	float: right;
	min-height: 24px;
	padding: 0 0 0 42px;
	background: url(//vocea.md/wp-content/themes/vocea/images/post_info_n.png) no-repeat 0px center;
	}

.post_fix {
	display: none;
	width: 100%;
	padding: 20px 0;
	background: #f2f4f5;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	}

.post_fix_logo{
	float: left;
	width: 94px;
	height: 35px;
	border-right: 1px solid #d3d6d7;
	background: url(//vocea.md/wp-content/themes/vocea/images/logo_post.png) no-repeat center center;
	}

.post_fix_fav{
	float: right;
	padding: 5px 0 0 0;
	}

.wpfp-link_add{
	display: inline-block;
	width: 12px;
	height: 24px;
	background: url(//vocea.md/wp-content/themes/vocea/images/fav.png) no-repeat;
	cursor: pointer;
	}

.wpfp-link_rem{
	display: inline-block;
	width: 12px;
	height: 24px;
	background: url(//vocea.md/wp-content/themes/vocea/images/fav.png) no-repeat 0px -24px;
	cursor: pointer;
	}

.post_fix_t {
	margin: 0 30px 0 114px;
	padding: 8px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	}

.post_fix_t a {
	text-transform: uppercase;
	}

.post_fix_t span {
	margin: 0 0 0 15px;
	}


.post_top_img {
	width: 1170px;
	padding: 0 0 15px 0;
	margin-left: -15px;
	}

.post_top_img img {
	vertical-align: bottom;
	}

.post_capt {
	padding: 0 0 0 41px;
	margin: 0 15px 10px 15px;
	background: url(//vocea.md/wp-content/themes/vocea/images/post_capt.png) no-repeat 0px center;
	border-bottom: 1px solid #d4d6d7;
	color: #989a9b;
	font-size: 14px;
	line-height: 50px;
	}

.wp-caption {
	width: 750px !important;
	padding: 0 0 15px 0;
	margin-left: -98px;
	}

.wp-caption img {
	vertical-align: bottom;
	}

.wp-caption p.wp-caption-text {
	display: block;
	padding: 0 0 0 41px;
	margin: 0 15px 10px 15px;
	background: url(//vocea.md/wp-content/themes/vocea/images/post_capt.png) no-repeat 0px center;
	border-bottom: 1px solid #d4d6d7;
	color: #989a9b;
	font-size: 14px;
	line-height: 50px;
	}


.entry_lid {
	padding: 0 0 0 98px;
	border-bottom: 1px solid #d4d6d7;
	position: relative;
	}

.entry_lid > p:first-child {
	display: block;
	margin-left: -98px;
	font-size: 24px;
	line-height: 30px;
	}

.entry_lid img {
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	}

.post_closed {
	position: relative;
	}

.post_closed:before {
	content: " ";
	display: block;
	width: 100%;
	height: 130px;
	background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	position: absolute;
	bottom: -1px;
	left: 0px;
	}

.post_closed_login{
	padding: 83px 0 25px 0;
	background: url(//vocea.md/wp-content/themes/vocea/images/post_closed_login.png) no-repeat center 30px;
	border-bottom: 1px solid #d4d6d7;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	}

.post_closed_inf{
	padding: 0 0 25px 0;
	}

.post_closed_go{
	padding: 0 0 30px 0;
	}

.post_closed_log{
	padding: 50px 0 0 0;
	background: url(//vocea.md/wp-content/themes/vocea/images/respond_login.png) no-repeat center 0px;
	}

.post_closed_log a{
	font-weight: bold;
	text-transform: uppercase;
	color: #202223;
	}

.post_closed_log a:hover{
	color: #125893;
	}


.entry_share {
	width: 32px;
	padding: 24px 0 0 16px;
	margin-left: -82px;
	position: absolute;
	top: 0px;
	}

.entry_share.fix {
	position: fixed !important;
	top: 0px !important;
	}

.entry_share a, .media_share a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0 13px 0;
	}

.share_f {
	background: url(//vocea.md/wp-content/themes/vocea/images/share_f.png) no-repeat;
	}
.share_t {
	background: url(//vocea.md/wp-content/themes/vocea/images/share_t.png) no-repeat;
	}
.share_g {
	background: url(//vocea.md/wp-content/themes/vocea/images/share_g.png) no-repeat;
	}
.share_v {
	background: url(//vocea.md/wp-content/themes/vocea/images/share_v.png) no-repeat;
	}
.share_o {
	background: url(//vocea.md/wp-content/themes/vocea/images/share_o.png) no-repeat;
	}
.share_tg {
	background: url(//vocea.md/wp-content/themes/vocea/images/share_tg.png) no-repeat;
	}
.share_m {
	background: url(//vocea.md/wp-content/themes/vocea/images/share_m.png) no-repeat;
	}

.entry_share a:hover, .media_share a:hover {
	background-position: 0px -32px;
	}

.post_tags{
	min-height: 31px;
	padding: 10px 0 34px 54px;
	background: url(//vocea.md/wp-content/themes/vocea/images/tags.png) no-repeat 0px 14px;
	color: #a2aec3;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	}

.post_tags a{
	margin: 0 25px 0 0;
	color: #a2aec3;
	}

.post_tags a:hover{
	color: #125893;
	}

.post_b{
	padding: 0 0 30px 0;
	}

.post_b_left{
	float: left;
	width: 300px;
	}

.post_b_right{
	float: right;
	width: 300px;
	}

.post_b_center{
	text-align: center;
	}

.post_b img {
	vertical-align: bottom;
	}

.relat_posts{
	padding: 25px 0 0 0;
	border-bottom: 1px solid #d4d6d7;
	}

.relat_posts_t{
	padding: 0 0 21px 0;
	color: #125893;
	font-weight: bold;
	text-transform: uppercase;
	}

.relat_post{
	padding: 0 0 29px 98px;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	}

.relat_post a{
	color: #202223;
	}

.relat_post a:hover{
	color: #125893;
	}

.post_read{
	float: left;
	padding: 30px 0;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	}

.post_read div{
	height: 28px;
	padding: 0 0 0 98px;
	}

.post_read_teleg{
	background: url(//vocea.md/wp-content/themes/vocea/images/telegram.png) no-repeat 18px center;
	}
.post_read_viber{
	background: url(//vocea.md/wp-content/themes/vocea/images/viber.png) no-repeat 18px center;
	}
.post_read_faceb{
	background: url(//vocea.md/wp-content/themes/vocea/images/facebook.png) no-repeat 18px center;
	}
.post_read_twit{
	background: url(//vocea.md/wp-content/themes/vocea/images/twitter.png) no-repeat 18px center;
	}
.post_read_goog{
	background: url(//vocea.md/wp-content/themes/vocea/images/google.png) no-repeat 18px center;
	}
.post_read_flic{
	background: url(//vocea.md/wp-content/themes/vocea/images/flickr.png) no-repeat 18px center;
	}
.post_read_youtu{
	background: url(//vocea.md/wp-content/themes/vocea/images/youtube.png) no-repeat 18px center;
	}

.post_read a{
	color: #202223;
	}

.post_read a:hover{
	color: #125893;
	}

.post_comm_top{
	float: right;
	padding: 29px 0;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	}

.post_comm_top a{
	color: #202223;
	}

.post_comm_top a:hover{
	color: #125893;
	}

.post_comm_close{
	float: left;
	display: none;
	padding: 7px 32px 0 0;
	}

.post_comm_close a{
	display: block;
	width: 16px;
	height: 16px;
	background: url(//vocea.md/wp-content/themes/vocea/images/close2.png) no-repeat;
	}

.post_comm_topt{
	float: left;
	display: none;
	height: 30px;
	padding: 0 0 0 60px;
	background: url(//vocea.md/wp-content/themes/vocea/images/comm.png) no-repeat;
	}

.post_comm_num{
	float: left;
	height: 30px;
	padding: 0 0 0 53px;
	background: url(//vocea.md/wp-content/themes/vocea/images/comm.png) no-repeat;
	}

.post_comm_go{
	float: left;
	padding: 0 0 0 22px;
	}

.post_comms{
	display: none;
	padding: 0 0 8px 0;
	}

.post_bot{
	padding: 30px 0;
	margin: 0 0 30px 0;
	background: #f2f4f5;
	}

.post_bot_t{
	padding: 0 0 25px 0;
	color: #125893;
	font-weight: bold;
	text-transform: uppercase;
	}


.arch_years{
	padding: 0 0 36px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #d4d6d7;
	color: #989a9b;
	line-height: 28px;
	}

.arch_year{
	padding: 0 32px 0 14px;
	}

.arch_year.active{
	font-size: 28px;
	font-weight: bold;
	}

.arch_year a{
	color: #989a9b;
	}

.arch_year a:hover, .arch_year.active a{
	color: #202223;
	}

.arch_info{
	min-height: 28px;
	padding: 0 0 29px 67px;
	background: url(//vocea.md/wp-content/themes/vocea/images/arch_info.png) no-repeat 14px 0px;
	color: #484a4b;
	font-size: 14px;
	line-height: 28px;
	}

.arch_num{
	float: left;
	width: 180px;
	padding: 0 53px 35px 52px;
	text-align: center;
	}

.arch_num_one{
	padding: 0 0 35px 0;
	}

.arch_num_t{
	padding: 0 0 2px 0;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	}

.arch_num_t a{
	color: #212223;
	}

.arch_num_t a:hover{
	color: #125893;
	}

.arch_num_d{
	padding: 0 0 15px 0;    
	font-size: 16px;
    }

.arch_num_img{
	width: 162px;
	height: 242px;
	margin: 0 auto 17px auto;
	position: relative;
	}

.arch_num_img img{
	border: 1px solid #e8eaeb;
	vertical-align: bottom;
	}

.arch_num_pdf{
	display: block;
	width: 32px;
	height: 32px;
	background: url(//vocea.md/wp-content/themes/vocea/images/go_pdf.png) no-repeat;
	position: absolute;
	bottom: 23px;
	right: 23px;
	}

.arch_num_go {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	}

.arch_num_one_go{
	float: right;
	padding: 255px 0 0 0;
	font-size: 14px;
	}

.arch_num_one_go a{
	display: block;
	padding: 33px 0 0 0;
	background: url(//vocea.md/wp-content/themes/vocea/images/arch_num_one_go.png) no-repeat center top;
	}


.arch_list{
	padding: 0 0 35px 0;
	}

.arch_list_cat{
	padding: 0 0 5px 0;
	font-size: 14px;
	line-height: 17px;
	font-weight: 900;
	text-transform: uppercase;
	}

.arch_list_t{
	padding: 0 0 9px 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	}

.arch_list_t a{
	color: #212223;
	}

.arch_list_t a:hover{
	color: #125893;
	}

.arch_list_d{
	color: #989a9b;
	font-size: 14px;
	line-height: 17px;
	}



.medial_list_big_bg {
	margin: 0 0 40px 0;
	background: #f2f4f5;
	}

.medial_list_big {
	min-height: 160px;
	padding: 40px 0 33px 100px;
	position: relative;
	}

.media_share {
	width: 32px;
	position: absolute;
	top: 40px;
	left: 20px;
	}

.medial_list_big_img {
	padding: 0 0 38px 0;
	}

.medial_list_big_img img {
	vertical-align: bottom;
	}

.medial_list_big_t {
	padding: 0 0 5px 0;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	}

.medial_list_big_t a {
	color: #212223;
	}

.medial_list_big_t a:hover {
	color: #125893;
	}

.medial_list_big_d {
	color: #989a9b;
	font-size: 14px;
	}



.medial_list {
	float: left;
	width: 360px;
	padding: 0 0 24px 0;
	}

.medial_list2 {
	float: right;
	}

.medial_list_img {
	height: 263px;
	margin: 0 0 12px 0;
	position: relative;
	overflow: hidden;
	}

.medial_list_img img {
	vertical-align: bottom;
	}

.medial_list_vid .medial_list_img:before, .medial_list_aud .medial_list_img:before, .medial_list_fot .medial_list_img:before {
	content: " ";
	display: block;
	width: 100%;
	max-width: 360px;
	height: 70%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

.medial_list_vid .medial_list_img:after, .medial_list_aud .medial_list_img:after, .medial_list_fot .medial_list_img:after {
	content: " ";
	display: block;
	width: 100%;
	max-width: 360px;
	height: 100%;
	background: url(//vocea.md/wp-content/themes/vocea/images/mult_video2.png) no-repeat center center;
	position: absolute;
	top: 0px;
	left: 0px;
	}

.medial_list_aud .medial_list_img:after {
	background: url(//vocea.md/wp-content/themes/vocea/images/mult_audio2.png) no-repeat center center;
	}

.medial_list_fot .medial_list_img:after {
	background: url(//vocea.md/wp-content/themes/vocea/images/mult_photo2.png) no-repeat center center;
	}


.medial_list_cat {
	padding: 0 0 3px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
	}

.medial_list_t {
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	}

.medial_list_t a {
	color: #202223;
	}

.medial_list_t a:hover {
	color: #125893;
	}

.medial_list_d {
	color: #989a9b;
	font-size: 14px;
	}


.user_lists_t{
	padding: 0 0 25px 0;
	color: #125893;
	font-weight: 900;
	}

.user_list{
	float: left;
	width: 325px;
	height: 140px;
	padding: 0 50px 25px 0;
	}

.user_list_img{
	float: left;
	width: 160px;
	}

.user_list_img img{
	vertical-align: bottom;
	}

.user_list_name{
	float: left;
	width: 165px;
	padding: 65px 0 0 0;
	text-transform: uppercase;
	}

.user_list_name span{
	font-weight: bold;
	}

.user_list_name a {
	color: #202223;
	}

.user_list_name a:hover {
	color: #125893;
	}

.user_list_name a:visited {
	color: #202223;
	}


.author_top{
	padding: 0 0 40px 0;
	}

.author_top_img{
	float: left;
	width: 130px;
	}

.author_top_r{
	float: right;
	width: 555px;
	padding: 65px 0 0 0;
	}

.author_top_name{
	padding: 0 0 2px 0;
	font-weight: bold;
	text-transform: uppercase;
	}

.author_top_dolj{
	padding: 0 0 12px 0;
	color: #989a9b;
	font-size: 14px;
	line-height: 20px;
	}

.author_top_mail{
	padding: 0 0 11px 0;
	color: #989a9b;
	font-size: 14px;
	line-height: 20px;
	}

.author_top_soc{
	padding: 0 0 33px 0;
	}

.author_top_soc a {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 7px 0 0;
	}

.author_top_soc_f {
	background: url(//vocea.md/wp-content/themes/vocea/images/top_soc_f.png) no-repeat 0px 0px;
	}
.author_top_soc_t {
	background: url(//vocea.md/wp-content/themes/vocea/images/top_soc_t.png) no-repeat 0px 0px;
	}
.author_top_soc_g {
	background: url(//vocea.md/wp-content/themes/vocea/images/top_soc_g.png) no-repeat 0px 0px;
	}

.author_top_soc a:hover {
	background-position: 0px -24px;
	}

.author_top_desc{
	font-size: 14px;
	line-height: 20px;
	}


.podpiska{
	padding: 122px 0 68px 0;
	background: url(//vocea.md/wp-content/themes/vocea/images/podpiska.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	}

.podpiska_t{
	padding: 0 0 65px 0;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
	}

.podpiska_e{
	padding: 0 0 65px 0;
	font-size: 14px;
	}

.podpiska_e ul li {
	padding: 0 0 0 45px;
	background: url(//vocea.md/wp-content/themes/vocea/images/li2.png) no-repeat 0px 5px;
	}

.podpiska_lr{
	float: left;
	padding: 0 0 0 45px;
	font-size: 14px;
	}

.podpiska_e a, .podpiska_lr a{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	}

.podpiska_e a:hover, .podpiska_lr a:hover{
	color: #fff;
	}

.podpiska_btn{
	float: right;
	padding: 0 175px 0 0;
	}

.podpiska_inf{
	padding: 38px 0 38px 19px;
	font-size: 14px;
	line-height: 18px;
	}

.podpiska_inf span{
	font-weight: bold;
	}

.podpiska_tel{
	float: left;
	width: 260px;
	min-height: 35px;
	padding: 0 53px 0 79px;
	background: url(//vocea.md/wp-content/themes/vocea/images/podpiska_tel.png) no-repeat 0px 3px;
	}

.podpiska_upr{
	float: left;
	width: 245px;
	min-height: 35px;
	padding: 0 65px 0 78px;
	background: url(//vocea.md/wp-content/themes/vocea/images/podpiska_upr.png) no-repeat 0px 3px;
	}

.podpiska_bo{
	float: left;
	width: 165px;
	min-height: 35px;
	padding: 0 0 0 80px;
	background: url(//vocea.md/wp-content/themes/vocea/images/podpiska_bo.png) no-repeat 0px 3px;
	}


.podpiska_prices{
	float: left;
	width: 360px;
	}

.podpiska_price{
	height: 100px;
	margin: 0 0 9px 0;
	background: #f2f4f5;
	}

.podpiska_price_d{
	float: left;
	width: 100px;
	height: 81px;
	padding: 19px 0 0 0;
	background: #a2aec3;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	}

.podpiska_price_d span{
	display: block;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	}

.podpiska_price_p{
	float: left;
	width: 220px;
	padding: 25px 0 0 0;
	color: #212223;
	font-size: 14px;
	line-height: 50px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: right;
	}

.podpiska_price_p span{
	padding: 0 17px 0 0;
	font-size: 48px;
	font-weight: 400;
	}

.podpiska_info{
	float: left;
	width: 310px;
	min-height: 319px;
	padding: 96px 24px 10px 24px;
	margin: 0 0 0 30px;
	border: 1px solid #f2f4f5;
	background: url(//vocea.md/wp-content/themes/vocea/images/podpiska_info.png) no-repeat center 30px;
	color: #212223;
	font-size: 12px;
	line-height: 14px;
	}

.podpiska_varn{
	float: left;
	width: 310px;
	min-height: 319px;
	padding: 96px 24px 10px 24px;
	margin: 0 0 0 30px;
	border: 1px solid #f2f4f5;
	background: url(//vocea.md/wp-content/themes/vocea/images/arch_info.png) no-repeat center 30px;
	color: #212223;
	font-size: 12px;
	line-height: 14px;
	}

.podpiska_info p, .podpiska_varn p {
	margin: 0 0 14px 0;
	}


.podpiska_go{
	float: left;
	width: 360px;
	padding: 30px 30px 40px 0;
	text-align: center;
	}

.podpiska_go_info{
	float: left;
	width: 750px;
	padding: 42px 0 40px 0;
	font-size: 12px;
	line-height: 14px;
	}


.office_ava{
	float: left;
	width: 50px;
	padding: 4px 39px 35px 8px;
	}

.office_ava img{
	border-radius: 50%;
	}

.office_nm{
	float: left;
	padding: 0 0 35px 0;
	line-height: 22px;
	}

.office_n{
	padding: 0 0 15px 0;
	color: #212223;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}

.office_m{
	color: #989a9b;
	font-size: 14px;
	}

.office_out{
	float: right;
	padding: 5px 0 35px 0;
	}

.office_out a{
	display: block;
	width: 21px;
	height: 24px;
	background: url(//vocea.md/wp-content/themes/vocea/images/office_out.png) no-repeat;
	}

.tabs{
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #d4d6d7;
	}

.tabs li{
	display: inline-block;
	padding: 0 0 10px 30px;
	}

.tabs li:first-child{
	padding: 0 0 10px 0;
	}

.tabs li a{
	display: inline-block;
	width: 360px;
	height: 50px;
	color: #202223;
	font-size: 16px;
	line-height: 50px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	}

.tabs li a:hover, .tabs li.ui-tabs-active a{
	background: #f2f4f5;
	color: #202223;
	text-decoration: none;
	}

.tab_pane{
	padding: 0 0 20px 0;
	}

.office_fav_l{
	float: left;
	width: 360px;
	padding: 0 30px 0 0;
	color: #989a9b;
	font-size: 12px;
	line-height: 14px;
	}

.office_fav_t{
	padding: 0 0 25px 0;
	color: #202223;
	font-weight: bold;
	text-transform: uppercase;
	}

.office_fav_r{
	float: left;
	width: 750px;
	}

.more-link{
	display: none;
	}



.top_list{
	min-height: 60px;
	padding: 0 0 35px 95px;
	position: relative;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	}

.top_list a{
	color: #212223;
	}

.top_list a:hover{
	color: #125893;
	}

.top_list span{
	display: block;
	width: 80px;
	position: absolute;
	top: -4px;
	left: 0px;
	color: #a2aec3;
	font-size: 65px;
	line-height: 65px;
	text-align: right;
	}


/* END POSTS */


/* SIDEBARS */

#sidebar{
	float: right;
	width: 360px;
	}

.widget{
	padding: 0 0 26px 0;
	}

.widget_title{
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}

/* END SIDEBARS */


/* FOOTER */

.bot_b{
	padding: 0 0 30px 0;
	text-align: center;
	}

.bot_b img{
	vertical-align: bottom;
	}

footer {
	padding: 0 0 40px 0;
	background: #202223;
	color: #fff;
	}

footer a, footer a:hover {
	color: #fff;
	}

.f_top {
	padding: 20px 0;
	background: #666869;
	}

.bot_socs {
	float: left;
	}

.bot_soc_tit {
	float: left;
	padding: 0 33px 0 0;
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	}

.bot_soc {
	float: left;
	padding: 8px 0 0 0;
	}

.bot_soc a {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 7px 0 0;
	}

.bot_soc_f {
	background: url(//vocea.md/wp-content/themes/vocea/images/bot_soc_f.png) no-repeat 0px 0px;
	}
.bot_soc_t {
	background: url(//vocea.md/wp-content/themes/vocea/images/bot_soc_t.png) no-repeat 0px 0px;
	}
.bot_soc_g {
	background: url(//vocea.md/wp-content/themes/vocea/images/bot_soc_g.png) no-repeat 0px 0px;
	}
.bot_soc_tg {
	background: url(//vocea.md/wp-content/themes/vocea/images/bot_soc_tg.png) no-repeat 0px 0px;
	}
.bot_soc_i {
	background: url(//vocea.md/wp-content/themes/vocea/images/bot_soc_i.png) no-repeat 0px 0px;
	}
.bot_soc_y {
	background: url(//vocea.md/wp-content/themes/vocea/images/bot_soc_y.png) no-repeat 0px 0px;
	}
.bot_soc_r {
	background: url(//vocea.md/wp-content/themes/vocea/images/bot_soc_r.png) no-repeat 0px 0px;
	}

.bot_soc a:hover {
	background-position: 0px -24px;
	}

.bot_subs {
	float: right;
	}

.bot_subs_t {
	float: left;
	padding: 0 50px 0 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	}

.bot_l {
	float: left;
	width: 250px;
	padding: 67px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	}

.logo_bot {
	width: 78px;
	height: 49px;
	margin: 0 0 43px 0;
	background: url(//vocea.md/wp-content/themes/vocea/images/logo_bot.png) no-repeat;
	}

.bot_c {
	float: left;
	width: 250px;
	padding: 64px 0 0 140px;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	}

.nav_bot {
	min-height: 250px;
	padding: 0 0 20px 0;
	}

.nav_bot ul li.sep {
	padding: 0 0 36px 0;
	}

.nav_bot ul li a:hover, .nav_bot ul li.current-menu-item a, .nav_bot ul li.current-menu-parent a, .nav_bot ul li.current-menu-ancestor a, .nav_bot ul li.current-post-ancestor a, .nav_bot ul li.current-page-ancestor a {
	text-decoration: underline;
	}

.stat img{
	vertical-align: bottom;
	}

.bot_r {
	float: left;
	width: 260px;
	padding: 64px 0 0 140px;
	font-size: 14px;
	line-height: 17px;
	}

.bot_partn_t {
	padding: 0 0 13px 0;
	font-weight: bold;
	text-transform: uppercase;
	}

.bot_partns {
	min-height: 180px;
	padding: 0 0 20px 0;
	}

.bot_partn {
	float: left;
	padding: 0 28px 28px 0;
	}

.bot_partn img {
	vertical-align: bottom;
	}

.bot_prot_t {
	padding: 0 0 19px 0;
	font-weight: bold;
	text-transform: uppercase;
	}


#back_top {
	display: none;
	width: 32px;
	height: 32px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: url(//vocea.md/wp-content/themes/vocea/images/back_top.png) no-repeat;
	}

/* END FOOTER */



/* MODAL */

.modal_win{
	display: none;
	width: 100%;
	background: #f2f4f5 url(//vocea.md/wp-content/themes/vocea/images/logo.png) no-repeat center 39px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	}

.modal_win .wrap{
	position: relative;
	padding: 280px 0 60px 0;
	}

.modal_close {
	display: block;
	width: 32px;
	height: 32px;
	background: url(//vocea.md/wp-content/themes/vocea/images/close.png) no-repeat;
	position: absolute;
	right: 17px;
	top: 70px;
	cursor: pointer;
	}

.modal_mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background: #000;
	display: none;
	}


.nav_top {
	float: left;
	width: 300px;
	padding: 0 0 75px 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	}

.nav_top2 {
	padding: 0 0 75px 90px;
	}

.nav_top ul li {
	display: block;
	padding: 0 0 10px 0;
	}

.nav_top_sm {
	float: left;
	width: 300px;
	padding: 0 0 50px 0;
	text-transform: uppercase;
	}

.nav_top_sm2 {
	padding: 0 0 50px 90px;
	}

.nav_top ul li {
	display: block;
	padding: 0 0 10px 0;
	}

.nav_top ul li a, .nav_top_sm ul li a {
	color: #202223;
	}

.nav_top ul li a:hover, .nav_top ul li.current-menu-item a, .nav_top ul li.current-menu-parent a, .nav_top ul li.current-menu-ancestor a, .nav_top ul li.current-post-ancestor a, .nav_top ul li.current-page-ancestor a, .nav_top_sm ul li a:hover, .nav_top_sm ul li.current-menu-item a, .nav_top_sm ul li.current-menu-parent a, .nav_top_sm ul li.current-menu-ancestor a, .nav_top_sm ul li.current-post-ancestor a, .nav_top_sm ul li.current-page-ancestor a {
	color: #0f5692;
	text-decoration: none;
	}

.nav_icons {
	float: left;
	width: 300px;
	padding: 0 0 75px 88px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}

.nav_icons ul li {
	display: block;
	padding: 9px 0 9px 54px;
	}

.nav_icons ul li.nav1 {
	background: url(//vocea.md/wp-content/themes/vocea/images/nav1.png) no-repeat 0px center;
	}
.nav_icons ul li.nav2 {
	background: url(//vocea.md/wp-content/themes/vocea/images/nav2.png) no-repeat 0px center;
	}
.nav_icons ul li.nav3 {
	background: url(//vocea.md/wp-content/themes/vocea/images/nav3.png) no-repeat 0px center;
	}

.nav_icons ul li a:hover {
	text-decoration: none;
	}

.top_subs_soc {
	float: left;
	width: 358px;
	padding: 3px 0 0 88px;
	}

.top_subs_t {
	padding: 0 0 24px 0;
	font-size: 14px;
	line-height: 17px;
	}

.top_subs_form {
	width: 356px;
	height: 38px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 20px;
	position: relative;
	}

.bot_subs_form {
	float: left;
	}

.top_subs_inp input {
	width: 298px;
	height: 20px;
	padding: 9px 10px;
	background: none;
	border: 0;
	border-radius: 20px;
	font-size: 14px;
	}

.top_subs_sum {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -1px;
	right: -1px;
	}

.top_subs_sum input {
	display: block;
	width: 40px;
	height: 40px;
	background: #125893 url(//vocea.md/wp-content/themes/vocea/images/top_subs_sum.png) no-repeat center center;
	border: 1px solid #959596;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	}

.top_soc {
	padding: 74px 0 0 0;
	}

.top_soc a {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 7px 0 0;
	}

.top_soc_f {
	background: url(//vocea.md/wp-content/themes/vocea/images/top_soc_f.png) no-repeat 0px 0px;
	}
.top_soc_t {
	background: url(//vocea.md/wp-content/themes/vocea/images/top_soc_t.png) no-repeat 0px 0px;
	}
.top_soc_g {
	background: url(//vocea.md/wp-content/themes/vocea/images/top_soc_g.png) no-repeat 0px 0px;
	}
.top_soc_tg {
	background: url(//vocea.md/wp-content/themes/vocea/images/top_soc_tg.png) no-repeat 0px 0px;
	}
.top_soc_i {
	background: url(//vocea.md/wp-content/themes/vocea/images/top_soc_i.png) no-repeat 0px 0px;
	}
.top_soc_y {
	background: url(//vocea.md/wp-content/themes/vocea/images/top_soc_y.png) no-repeat 0px 0px;
	}
.top_soc_r {
	background: url(//vocea.md/wp-content/themes/vocea/images/top_soc_r.png) no-repeat 0px 0px;
	}

.top_soc a:hover {
	background-position: 0px -24px;
	}


.sp_form_bg {
	padding: 29px 0 24px 0;
	margin: 0 0 40px 0;
	background: #f2f4f5;
	}

.search_page {
	padding: 0 0 23px 0;
	}

.search_page_inp {
	float: left;
	width: 1040px;
	}

.search_page_inp input {
	width: 1000px;
	height: 24px;
	padding: 13px 20px 12px 20px;
	background: none;
	border: 0;
	border-bottom: 1px solid #989a9b;
	}

.search_res {
	float: left;
	padding: 0 150px 0 0;
	color: #125893;
	font-size: 16px;
	text-transform: uppercase;
	}

.search_order {
	float: left;
	font-size: 14px;
	}

.search_order span {
	margin: 0 0 0 4px;
	}

.search_order a {
	margin: 0 0 0 4px;
	text-decoration: underline;
	}

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


.search {
	width: 750px;
	padding: 146px 0 320px 0;
	margin: 0 auto;
	}

.search_inp {
	float: left;
	width: 683px;
	}

.search_inp input {
	width: 683px;
	height: 24px;
	padding: 13px 0 12px 0;
	background: none;
	border: 0;
	border-bottom: 1px solid #989a9b;
	}

.search_sub {
	float: right;
	width: 50px;
	}

.search_sub input {
	width: 50px;
	height: 50px;
	background: url(//vocea.md/wp-content/themes/vocea/images/search.png) no-repeat;
	border: 0;
	cursor: pointer;
	}


.modal_login {
	width: 360px;
	margin: 0 auto;
	text-align: center;
	}

.modal_login_t {
	padding: 0 0 50px 0;
	color: #125893;
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
	text-transform: uppercase;
	}

.modal_login_sub {
	float: left;
	padding: 10px 0 50px 0;
	}

.modal_login_lp {
	float: right;
	padding: 10px 0 50px 0;
	color: #989a9b;
	font-size: 14px;
	line-height: 40px;
	}

.modal_login_lp a {
	color: #989a9b;
	}

.modal_login_lp a:hover {
	color: #125893;
	}

.modal_login_soc_t {
	padding: 0 0 30px 0;
	color: #202223;
	font-size: 16px;
	}

.modal_login_soc {
	padding: 0 0 60px 0;
	}

.modal_login_reg_t {
	padding: 0 0 25px 0;
	color: #202223;
	font-size: 16px;
	font-weight: bold;
	}

.modal_login_reg {
	font-weight: 900;
	text-transform: uppercase;
	}

.modal_forg_sub {
	padding: 10px 0 0 0;
	}

.modal_reg_sog {
	padding: 10px 0 30px 0;
	color: #989a9a;
	font-size: 14px;
	text-align: left;
	}

ul.the_champ_login_ul li {
	float: none !important;
	display: inline-block !important;
	}


#RERR {
	display: none;
	position: fixed;
	opacity: 1;
	background: #f2f4f5;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.32);
	width: 450px;
	max-height: 280px;
	padding: 20px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	color: #484a4b;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	}

.rerr_text {
	overflow:auto;
	width:100%;
	height:50px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	}

/* END MODAL */



/* COMMENTS */

.comments_list li li {
	padding: 0 0 0 98px;
	}

.comment_entry {
	padding: 15px 0;
	color: #484a4b;
	font-size: 16px;
	line-height: 20px;
	}

.comment_ava{
	float: left;
	padding: 4px 0 0 7px;
	}

.comment_ava img{
	vertical-align: bottom;
	border-radius: 50%;
	}

.comment_r{
	margin: 0 0 0 98px;
	}

.comment_a{
	color: #125893;
	font-weight: bold;
	}

.comment_d{
	color: #989a9b;
	font-size: 14px;
	}

.comment_text{
	padding: 15px 0 0 0;
	}

.comment_text p{
	margin: 0 0 15px 0;
	}

.comment_repl a {
	display: block;
	width: 24px;
	height: 16px;
	background: url(//vocea.md/wp-content/themes/vocea/images/repl.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	}

#respond{
	margin: 15px 0 0 0;
	padding: 30px 0 20px 0;
	border-top: 1px solid #d4d6d7;
	border-bottom: 1px solid #d4d6d7;
	}

.respond_user{
	padding: 0 0 25px 0;
	}

.respond_ava{
	float: left;
	width: 91px;
	padding: 0 0 0 7px;
	}

.respond_ava img{
	vertical-align: bottom;
	border-radius: 50%;
	}

.respond_name{
	float: left;
	color: #125893;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	}

.respond_add{
	padding: 0 0 0 98px;
	}

.respond_ta{
	padding: 0 0 14px 0;
	}

.respond_sub{
	padding: 0 0 10px 0;
	}


.respond_login{
	padding: 0 0 15px 0;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	}

.respond_reg_inf{
	padding: 0 0 25px 0;
	}

.respond_reg_go{
	padding: 0 0 30px 0;
	}

.respond_log{
	padding: 50px 0 0 0;
	background: url(//vocea.md/wp-content/themes/vocea/images/respond_login.png) no-repeat center 0px;
	}

.respond_log a{
	font-weight: bold;
	text-transform: uppercase;
	color: #202223;
	}

.respond_log a:hover{
	color: #125893;
	}

/* END COMMENTS */


/* WP OTHER */

.wpcf7-not-valid { 
	border: 1px solid #ad2929 !important; 
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */