@import url('http://fonts.googleapis.com/css?family=Lobster&subset=cyrillic,latin');
@import url('http://fonts.googleapis.com/css?family=Ubuntu&subset=latin,cyrillic');

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

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Calibri', 'Arial', 'sans-serif', 'Verdana', 'Tahoma';
	font-size:  13pt;
	line-height: 22px; 
	width: 100%;
	height: 100%;
	color: #797579;
}
.wrapper {
	width: 1100px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

input, textarea, button {
	font-family: 'Calibri', 'Arial', 'sans-serif', 'Verdana', 'Tahoma';
	font-size:  12pt;
	font-style: italic;
	line-height: 22px;
	color: #797579;
	border: none;
	padding: 0;
	margin: 0;
}

input[type="text"], input[type="password"] {
	height: 22px;
}

input[type="text"], input[type="password"], textarea {
	border: none;
	background-color: #fff;
}

input[type="text"], input[type="password"], textarea {
	width: 250px;
	padding: 7px 10px;
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
	padding:0;
	border:0;
}

input[type="submit"], input[type="button"], button {
	display: inline-block;
	background: #ffcb41;
	font-family: 'Calibri', 'Arial', 'sans-serif', 'Verdana', 'Tahoma';
	font-size:  13pt;
	line-height: 22px;
	text-transform: uppercase;
	font-style: italic;
	padding: 7px 10px;
	color: #000000;
	font-weight: bold;
}

input[type="submit"]:hover , input[type="button"]:hover , button:hover {
	cursor: pointer;
	background-color: #ff7373;
	color: #fff;
}

input[type="submit"]:active , input[type="button"]:active , button:active {
	box-shadow: inset 0px 1px 5px #6e6d6d;
	padding-top: 8px;
	padding-bottom: 6px;
}

form .row {
	margin-bottom: 14px;
}

form.horizontal .row {
	margin-right: 20px;
}

form.horizontal input[type="text"], form.horizontal input[type="password"], form.horizontal textarea {
	width: 100%;
}

form .errorMessage {
	color: #ff7373;
}

form.horizontal .row.row-captcha {
	margin-right: 0;
	text-align: justify;
	height: 36px;
	overflow: hidden;
}

form.horizontal .row.row-captcha input {
	width: 480px;
}

form.horizontal .row.row-captcha:after {
	content: '1';
	display: inline-block;
	width: 1px;
	margin-left: 100%;
}

form.horizontal .row.row-captcha img {
	vertical-align: top;
	display: inline-block;
}

a {
	color: #ff7373;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

*[class^="sprite-"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-image: url('../image/sprite.png');
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}

.clear {
	clear: both;
	height: 0px;
	display: block;
	font-size: 0px;
}

.text-right {
	text-align: right;
}

h1 {
	font-weight: bold;
	padding-bottom: 10px;
	color: #4a474a;
}

.head-top {
	padding-bottom: 5px;
}

img.fleft {
	float: left;
	margin: 10px 10px 10px 0;
}

img.fright {
	float: right;
	margin: 10px 0 10px 10px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 150px;
	background: #FFE680;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 240px;
	position: relative;
	z-index: 2;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 371px 0 0;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 358px;
	margin-left: -358px;
	position: relative;
}

.red {
	color: #ff7373;
}

.upper {
	text-transform: uppercase;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin-top: -240px;
	height: 240px;
	position: relative;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	background: url('../image/bg.jpg') #1b1b1d no-repeat center top;
	background-attachment: fixed;
}

body {
	background: transparent;
}

.header-wrap {
	padding-top: 20px;
}

.header {
	background: url('../image/bg-header.jpg') #dedede no-repeat left top;
	height: 114px;
	position: relative;
}

.logo {
	display: inline-block;
	width: 430px;
	height: 63px;
	background-image: url('../image/logo.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

.header .logo {
	margin: 26px 0 0 26px;
}

.footer .logo {
	background-position: left bottom;
	margin: 40px 0 0;
}

.footer .footer-layout {
	width: 100%;
	height: 344px;
	background: url('../image/footer-layout.png') transparent repeat-x left bottom;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.footer .footer-inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
	z-index: 3;
}

#main-nav-wrap {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#main-nav-wrap > ul#main-nav {
	display: table-row;
	padding: 0;
	margin: 0;
}

#main-nav-wrap > ul#main-nav > li {
	display: table-cell;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#main-nav li a {
	display: block;
	width: 100%;
	padding: 6px 0;
	background: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12pt;
	color: #4b443c;
}

ul#main-nav li.active a, ul#main-nav li a:hover {
	background: #4b443c;
	color: #fff;
}

#main-nav-wrap > ul#main-nav > li ul {
	display: none;
}

#searchform {
	margin: 0;
	padding: 0;
	background-color: #ff7373;
	position: relative;
	border: 1px dotted #787878;
	margin-bottom: 5px;
}

#searchform input[type="text"] {
	width: 100%;
	background: none;
	color: #fff;
}

#searchform input[type="text"]:-moz-placeholder {
	color: #eee;
}
#searchform input[type="text"]::-webkit-input-placeholder {
	color: #eee;
}

#searchform .row-input {
	margin: 0 70px 0 0;
}

#searchform button[type="submit"] {
	margin: 0;
	padding: 0;
	width: 50px;
	height: 32px;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -16px;
	border-left: 1px dotted #fff;
	background: none;
	background: url('../image/sprite.png') transparent no-repeat left top;
}

#footer-nav-wrap {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#footer-nav-wrap > ul#footer-nav {
	display: block;
	padding: 0;
	margin: 0;
	text-align: justify;
	overflow: hidden;
	height: 22px;
}

#footer-nav-wrap > ul#footer-nav:after {
	content: '1';
	display: inline-block;
	width: 1px;
	margin-left: 100%;
}

#footer-nav-wrap > ul#footer-nav > li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#footer-nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12pt;
	color: #fff;
}

ul#footer-nav li.active > a, ul#footer-nav a:hover {
	color: #bfeef0;
}

#slider-widget {
	padding-top: 15px;
	padding-bottom: 20px;
}

#slider-widget .bx-wrapper {
	position: relative;
	padding: 0;
	margin: 0;
}

#slider-widget .bx-viewport {
	border: 5px solid #fff;
	background-color: #fff;
}

#slider-widget img {
	display: block;
}

#slider-widget a {
	text-decoration: none;
}

#slider-widget .bx-controls {
	position: relative;
	margin-left: 5px;
	height: 0px;
}

#slider-widget .bx-pager {
	position: absolute;
	bottom: 100%;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

#slider-widget .bx-pager-item {
	display: inline-block;
	margin: 0 5px;
}

#slider-widget .bx-pager-item > a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fffeff;
	border-radius: 50%;
	text-indent: -9999px;
}

#slider-widget .bx-pager-item > a:hover, #slider-widget .bx-pager-item > a.active {
	background-color: #ff7372;	
}

#slider-widget .description {
	display: block;
	width: 500px;
	background-color: #fff;
	padding: 15px 20px;
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -245px;
	color: #7d7475;
	font-size: 11pt;
	font-style: italic;
}

#slider-widget .slide-name {
	display: block;
	font-size: 19pt;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	color: #000000;
	font-style: normal;
}

.list-articles-wrap {
	background-color: #fff;
	margin-bottom: 14px;
}

.list-articles-wrap .list-articles-layout {
	padding: 7px 0 0 7px;
	overflow: hidden;
}

.list-articles-wrap .list-articles-title {
	padding: 10px 12px 0;
	text-transform: uppercase;
	color: #181717;
	font-weight: bold;
	font-size: 15pt;
}

.list-articles-wrap .list-articles-title h1 {
	padding: 0;
}

.list-articles-wrap .list-articles-title a {
	text-decoration: none;
	color: #181717;
}

.list-articles-wrap .list-articles-title a:hover {
	text-decoration: underline;
}

.list-articles-wrap .list-articles-title .all-articles {
	float: right;
	text-decoration: none;
	font-style: italic;
	color: #4a474a;
	font-size: 12pt;
	font-weight: normal;
}

.list-articles-wrap .list-articles-title .all-articles:hover {
	color: #ff7373;
}

.sprite-dash, .sprite-dash-white {
	width: 38px;
	height: 19px;
	background-position: left -32px;
	vertical-align: top;
}

.sprite-dash-white {
	background-position: -38px -32px;
}

.pager-ajax-load {
	display: block;
	background: #ff7373;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	font-size: 11pt;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
}

.pager-ajax-load:hover {
	cursor: pointer;
	background: #FD8383;
}

.icon-loader {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../image/loading.gif') transparent no-repeat left top;
	vertical-align: middle;
}

.arrow-down {
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-top: 6px solid #fff;
	border-bottom-width: 3px;
	vertical-align: middle;
}

.list-articles-item {
	width: 354px;
	height: 214px;
	overflow: hidden;
	float: left;
	margin: 0 7px 7px 0;
	position: relative;
}

.sprite-arrow-right {
	width: 17px;
	height: 17px;
	background-position: left -51px;
	margin-top: -4px;
}

.list-articles-item-text .sprite-arrow-right {
	margin-right: 3px;
}

.list-articles-item-desc {
	position: absolute;
	left: 50%;
	bottom: 15px;
	width: 310px;
	margin-left: -164px;
	padding: 3px 9px;
	color: #fff;
}

.list-articles-item-layout {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 3;
}

.list-articles-item-text {
	position: relative;
	z-index: 4;
	font-size: 9pt;
}

.list-articles-item-text a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11pt;
}

.list-articles-item-text a:hover {
	text-decoration: underline;
}

.list-articles-one-wrap {
	background-color: #fff;
	margin-bottom: 14px;
	min-height: 481px;
}

.list-articles-one-title {
	text-align: center;
	font-family: 'Lobster', cursive;
	color: #463535;
	font-size: 22pt;
	line-height: 44px;
	border-bottom: 2px dotted #6E6565;
	margin: 0 7px;
}

.list-articles-one-title a {
	text-decoration: none;
	color: #463535;
}

.list-articles-one-title a:hover {
	text-decoration: underline;
}

.list-articles-one-layout {
	padding-top: 7px;
	overflow: hidden;
}

.list-articles-one-item {
	width: 343px;
	height: 207px;
	overflow: hidden;
	margin: 0 auto 7px;
	position: relative;
}

.list-articles-one-desc {
	display: block;
	width: 286px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -150px;
	background-color: #fff;
	padding: 5px 7px 0;
}

.list-articles-one-desc a {
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
	font-style: italic;
	text-transform: uppercase;
	color: #463535;
	font-size: 11pt;
}

.list-articles-one-desc a:hover {
	text-decoration: underline;
}

.list-articles-two-layout {
	margin: 7px 0 0 7px;
	overflow: hidden;
}

.list-articles-two-item {
	width: 354px;
	height: 110px;
	float: left;
	margin: 0 7px 7px 0;
	background-color: #bfeeee; 
}

.list-articles-two-image {
	width: 182px;
	height: 110px;
	overflow: hidden;
	float: left;
	margin-right: 7px;
}

.list-articles-two-desc {
	overflow: hidden;
	height: 80px;
	padding: 5px 7px 0 0;
	line-height: 17px;
}

.list-articles-two-desc a {
	text-decoration: none;
	color: #292929;
	text-transform: uppercase;
	font-size: 11pt;
}

.list-articles-two-desc a:hover {
	color: #fff;
}

.sprite-rating {
	width: 14px;
	height: 13px;
	background-position: -14px -68px;
	margin-top: -4px;
}

.sprite-count-comment {
	width: 14px;
	height: 12px;
	background-position: left -68px;
}

.info-article {
	font-size: 10pt;
}

.info-article .sprite-count-comment {
	margin-left: 7px;
}

.list-articles-three-wrap {
	min-height: 390px;
	height: auto !important;
	height: 390px;
	position: relative;
	overflow: hidden;
}

.list-articles-three-wrap .list-articles-title {
	font-style: italic;
}

.list-articles-three-layout {
	padding-top: 7px;
}

.list-articles-three-item {
	padding: 10px 10px 10px 50px;
	margin-bottom: 15px;
	position: relative;
	z-index: 4;
	background: #bfeff1; /* Old browsers */
	background: -moz-linear-gradient(left,  #bfeff1 0%, #add1ab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bfeff1), color-stop(100%,#add1ab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #bfeff1 0%,#add1ab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #bfeff1 0%,#add1ab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #bfeff1 0%,#add1ab 100%); /* IE10+ */
	background: linear-gradient(to right,  #bfeff1 0%,#add1ab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfeff1', endColorstr='#add1ab',GradientType=1 ); /* IE6-9 */
}

.list-articles-three-item a {
	text-decoration: none;
	color: #292929;
	text-transform: uppercase;
	font-size: 11pt;
	font-style: italic;
}

.list-articles-three-item a:hover {
	color: #fff;
}

.sprite-sheet {
	width: 14px;
	height: 20px;
	background-position: left -81px;
}

.list-articles-three-item .sprite-sheet {
	position: absolute;
	top: 12px;
	left: 25px;
}

.sprite-pattern1 {
	width: 80px;
	height: 84px;
	background-position: left -101px;
}

.sprite-pattern2 {
	width: 44px;
	height: 80px;
	background-position: left -185px;
}

.list-articles-three-wrap .sprite-pattern1 {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}

.list-articles-three-wrap .sprite-pattern2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
}

.last-video-wrap {
	background-color: #6e6d6d;
	overflow: hidden;
	margin-bottom: 14px;
}

.last-video-title {
	padding: 10px 12px 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 15pt;
}

.last-video-layout {
	padding-top: 10px;
	overflow: hidden;
}

.last-video-item {
	float: left;
	overflow: hidden;
	margin: 0 0 7px 7px;
	position: relative;
}

.last-video-item-layout {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.sprite-play-video {
	width: 131px;
	height: 130px;
	background-position: left -265px;
}

.last-video-item-layout .sprite-play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -65px;
	margin-left: -65px;
}

.last-video-desc {
	width: 260px;
	height: 120px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -130px;
	margin-top: -60px;
}

.last-video-desc-layout {
	padding: 15px;
}

.last-video-text {
	height: 70px;
	overflow: hidden;
}

.last-video-text a {
	color: #292929;
	text-transform: uppercase;
	text-decoration: none;
}

.last-video-text a:hover {
	text-decoration: underline;
}

.panel-category-wrap {
	height: 159px;
	position: relative;
	background-color: #6e6d6d;
	overflow: hidden;
	margin-bottom: 14px;
}

.panel-category-wrap .panel-category-link {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}

.panel-category-kulinariya .panel-category-link {
	background: url('../image/panel-category-kulinariya.jpg') transparent no-repeat top right;
}

.panel-category-materinstvo .panel-category-link {
	background: url('../image/panel-category-materinstvo.jpg') transparent no-repeat top right;
}

.panel-category-desc {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
/*	min-width: 320px;
	width: auto !important;*/
	width: 320px;
	background-color: #ef595a;
}

.panel-category-desc-arrow {
	position: absolute;
	top: 0px;
	left: 100%;
	border: 80px solid transparent;
	border-left: 50px solid #ef595a;
	border-right: none;
}

.panel-category-materinstvo .panel-category-desc {
	background-color: #efc65a;
}

.panel-category-materinstvo .panel-category-desc-arrow {
	border-left: 50px solid #efc65a;
}

.panel-category-text {
	text-align: center;
	padding: 20px 10px 0;
}

.panel-category-title {
	color: #fff;
	font-size: 24pt;
	font-family: 'Lobster', cursive;
	font-style: italic;
}

.sprite-separator {
	width: 310px;
	height: 20px;
	background-position: left -395px;
	margin: 5px 0;
}

.panel-category-text a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17pt;
}

.panel-category-text a:hover {
	text-decoration: underline;
}

.breadcrumbs {
	color: #4e4c4f;
	text-transform: uppercase;
	font-style: italic;
	font-size: 12pt;
	padding-bottom: 5px;
}

.breadcrumbs a {
	color: #4e4c4f;
	text-decoration: none;
}

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

.breadcrumbs-separator {
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #4e4c4f;
	border-right: none;
	vertical-align: middle;
	margin: -4px 3px 0;
}

.article-view-wrap {
	background-color: #fff;
	padding: 7px;
}

.article-view-title {
	padding: 6px 12px 9px;
	text-transform: uppercase;
	color: #181717;
	font-weight: bold;
	font-size: 15pt;
	border-bottom: 2px dotted #6E6565;
}

.article-view-text {
	padding: 20px 7px 7px;
	text-align: justify;
	overflow: hidden;
}

.article-view-wrap h1 {
	text-align: center;
	text-transform: uppercase;
	color: #ff7373;
	font-size: 22pt;
	line-height: 100%;
	padding-bottom: 10px;
	font-weight: normal;
}
.article-view-wrap h2 {
	font-weight: bold;
}

.article-view-text p {
	margin: 10px 0;
}
.article-view-text ul {
	list-style: inside disc;
}
.article-view-info {
	background-color: #ff7373;
	color: #fff;
	font-style: italic;
	padding: 5px 16px;
	margin-bottom: 14px;
}

.sprite-like {
	width: 11px;
	height: 9px;
	background-position: -73px top;
}

.rating-article-wrap .sprite-like:hover {
	cursor: pointer;
}

.rating-article-wrap {
	float: right;
}

.ratin-article-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.comment-wrap {
	background-color: #646464;
}

.comment-wrap-title {
	background-color: #fff;
	font-size: 15pt;
	text-transform: uppercase;
	color: #181717;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 20px;
}

.btn-add-comment {
	display: inline-block;
	background-color: #efc659;
	padding: 0 15px 0 0;
	height: 35px;
	line-height: 35px;
	font-size: 13pt;
	font-weight: normal;
	font-style: italic;
	float: right;
	position: relative;
}

.btn-add-comment:hover {
	cursor: pointer;
	background-color: #ff7373;
	color: #fff;
}

.btn-add-comment ._arrow {
	display: block;
	position: absolute;
	right: 100%;
	top: 0px;
	width: 0px;
	height: 0px;
	border: 35px solid transparent;
	border-right: 25px solid #efc659;
	border-bottom: none;
	border-left: none;
}

.btn-add-comment:hover ._arrow {
	border-right: 25px solid #ff7373;	
}

.comment-wrap-title-text {
	display: inline-block;
	margin: 7px 0 0 15px;
}

.comment-form-wrap {
	padding: 20px;
	padding-top: 0;
}

.comment-form-title {
	background-color: #ff7373;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 17pt;
	padding: 8px 18px;
}

.comment-form-wrap .form {
	padding: 10px 20px;
	background-color: #dedede;
}

.comment-list-item {
	padding-bottom: 20px;
}

.comment-list .items {
	padding: 0 20px;
}

.sprite-default-ava {
	width: 34px;
	height: 34px;
	background-position: -84px top;
}

.comment-list-item .sprite-default-ava {
	float: left;
	margin: 0 10px 15px 0;
}

.comment-list-author-info {
	overflow: hidden;
	padding-bottom: 15px;
	color: #f5f3f5;
	font-style: italic;
	font-size: 11pt;
}

.comment-list-author-name {
	color: #fff;
	text-decoration: underline;
	font-size: 14pt;
}

.comment-list-item-text {
	background-color: #fff;
	border: 3px solid #ff7373;
	border-top: none;
	border-left: none;
	padding: 13px;
	position: relative;
	font-style: italic;
}

.comment-list-item-text:before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: 100%;
	width: 0px;
	height: 0px;
	border: 25px solid transparent;
	border-left: 25px solid #fff;
	border-bottom: none;
	border-right: none;
}

.comment-list .empty {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-style: italic;
}

.flash {
	padding-bottom: 14px;
}

.flash > div {
	padding: 20px 20px 20px 92px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.flash > div.flash-error {
	background: url('../image/icon-flash-error.png') #ff7373 no-repeat 27px center;
}

.flash > div.flash-success {
	background: url('../image/icon-flash-error.png') #9bdcbe no-repeat 27px center;
}

.flash p {
	margin: 10px 0;
}

.article-view-video {
	padding: 20px 0 0;
}

.slider-description {
	line-height: 16px;
	display: block;
	padding: 7px 0 7px;
}

.live-internet-wrap {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.article-view-text > p.exordium {
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	font-style: italic;
	color: #000;
}

.article-view-text > p.quotes {
	margin: 25px 0;
	padding: 15px 20px;
	border: 2px solid #ff7373;
	border-left: none;
	border-right: none;
	position: relative;
	text-align: center;
	color: #ff7373;
	text-transform: uppercase;
	font-size: 1.2em;
}

.article-view-text > p.quotes:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -15px;
	width: 0px;
	height: 0px;
	border: 15px solid transparent;
	border-top: 20px solid #ff7373;
	border-bottom: none;
}

.article-view-text > p.quotes:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -15px;
	width: 0px;
	height: 0px;
	border: 15px solid transparent;
	border-top: 20px solid #fff;
	border-bottom: none;
}

.article-view-text > p.quotes > span.quotes-icon {
	display: block;
	padding: 8px 32px;
	position: relative;
}

.article-view-text > p.quotes > span.quotes-icon:before {
	content: '';
	display: block;
	width: 22px;
	height: 17px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../image/sprite.png') transparent no-repeat -123px top;
}

.article-view-text > p.quotes > span.quotes-icon:after {
	content: '';
	display: block;
	width: 22px;
	height: 17px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url('../image/sprite.png') transparent no-repeat -123px -17px;
}

.google-adsense-block {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	margin-bottom: 14px;
}

.expert-block {
	background-color: #FFCBCB;
	padding: 10px;
}

.expert-block h2 {
	font-family: 'Lobster', cursive;
	color: #463535;
	font-size: 1.7em;
	padding: 7px 0;
}

.expert-block > div > div > table {
	background-color: transparent !important;
}

.banner-m2corp {
	float: right;
	padding: 38px 20px 0 0;
}

.adv-right {
	padding: 20px;
	background-color: #fff;
}

/* --- BEGIN SocGroup Style --- */
.soc-group {
	display: inline-block;
	margin: 0 -2px;
}

.soc-group > a {
	display: inline-block;
	text-indent: -9999px;
	text-decoration: none;
	margin: 0 2px;
	padding: 0;
	background-color: transparent;
	background-image: url('../image/soc-group-icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 25px;
	height: 23px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.soc-group.soc-group-size-s > a {
	width: 25px;
	height: 23px;
}

.soc-group.soc-group-size-m > a {
	width: 32px;
	height: 30px;
}

.soc-group.soc-group-size-b > a {
	width: 48px;
	height: 45px;
}

.soc-group.soc-group-size-s > a.soc-group-fb, .soc-group > a.soc-group-fb {
	background-position: left -75px;
}

.soc-group.soc-group-size-s > a.soc-group-tw, .soc-group > a.soc-group-tw {
	background-position: -48px -75px;
}

.soc-group.soc-group-size-s > a.soc-group-vk, .soc-group > a.soc-group-vk {
	background-position: -96px -75px;
}

.soc-group.soc-group-size-m > a.soc-group-fb {
	background-position: left -45px;
}

.soc-group.soc-group-size-m > a.soc-group-tw {
	background-position: -48px -45px;
}

.soc-group.soc-group-size-m > a.soc-group-vk {
	background-position: -96px -45px;
}

.soc-group.soc-group-size-b > a.soc-group-fb {
	background-position: left top;
}

.soc-group.soc-group-size-b > a.soc-group-tw {
	background-position: -48px top;
}

.soc-group.soc-group-size-b > a.soc-group-vk {
	background-position: -96px top;
}
/* --- END SocGroup Style --- */

.header .soc-group {
	position: absolute;
	top: 20px;
	right: 20px;
}

img[src^="http://ad.smaclick.com"], img[src^="http://n.ad.ru"] {
	position: absolute;
	top: -1000px;
	left: -10000px;
}
.link-other{
    height: 68px;
    width: 390px;
    padding: 0 90px 0 20px;
    background: #ff7373 url('../image/arrow-next.png') no-repeat right center;
    text-align: left;
    font-size: 20px;
    color: #FFF;
    line-height: 68px;
    margin: 40px 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    text-transform: uppercase;
}
.link-other a {
    width: 390px;
    height: 68px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    
}
.link-other span.bold{
    font-weight: bold;
}