/*
Theme Name: Elementary - Mono
Theme URI: https://demos.ithemes.com/elementary
Author: iThemes
Author URI: https://ithemes.com
Version: 1.0.1
Description: Elementary is a clean, simple, free theme from the guys at iThemes
Tags: light, two-columns, threaded-comments, custom-header, theme-options
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html


See history.txt for version history.
*/

/*CSS Reset*/
@import url("css/reset.css");

body {
	background: #FFFFFF;
	color: #222222;
	font-family: Verdana,'PT Sans',Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}

#vk_comments {
	margin-top: 10px;
	margin-bottom: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0;
	visibility: hidden;
}
.clear-float {
	clear: both;
}
#outer-wrap {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#wrap {
	clear: both;
	width: 1120px;
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
	background: #FFFFFF;
}


.intro {
	float: left;
	width: 1120px;
	margin: 0px 0 0 7px!important;	
	font-size:14px;
	padding-top: -10px!important;
	color:#777;
	font-family: 'PT Sans',sans-serif;
}
/*********************************************
	Container Div
*********************************************/
#container {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 1120px;
	background: transparent;
}

/*********************************************
	Universal Link Styles
*********************************************/
a, a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
}

/*********************************************
	Universal Text Elements
*********************************************/
p, ul, ol {}
ol, ul, dd {
	margin: 5px 35px;
	color: #333;
	font-size:18px;
}
ol {
	list-style-type: decimal;
}
ul {

	color: #000;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	color: #787878;
	margin: 15px 0 15px;
	padding: 0 1px 0 75px;
	background: url('images/blockquote.png') top left no-repeat;
	min-height: 60px;
}
img {
	border: 1px solid #ddd;
	background: none;

}
p {
	padding: 0px;
	margin: 0 0 15px;
	font-family: Verdana,'PT Sans',Helvetica,Arial,sans-serif;
}

p a{
	color: #007788 !important;
	text-decoration: underline !important;
}

p a:hover{
	color: #C13D1A !important;
	text-decoration: underline !important;
}

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
	display: block;
	clear: both;
}
table {
	border-collapse: collapse;
	margin-bottom: 15px;
}
tr, td, th {
	margin: auto;
}
td, th {
	padding: 5px;
	vertical-align: top;
}
th {
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background: #EEEEEE;
}
td {
font-size: 16px;
}

.entry	{margin: 0px 0px 0px 0px;}
.entry-archive {margin: -5px 0px 0px 0px;}
.entry-search {margin: 0px 0px 0px 0px; height: 110px;font-size: 16px;	line-height: 20px;}

.entry-search p{
font-size: 14px;
}
.entry li {
	list-style-type:none;
}

.entry ul {
	list-style-type:none;
	margin: 0;
	padding: 0;

	
}
.entry ul li {
    color: #BBBBBB;
    font-size: 11px;
    list-style-type: none;
    margin-bottom: 6px;
}

.entry ul li:nth-child(even){
	background: #f3f3f3;
    color: #BBBBBB;
    font-size: 11px;
    list-style-type: none;
    margin-bottom: 6px;
	padding: 4px 0 3px 0;
}

.entry ul li img{
	max-width: 194px!important;
	border: none!important;
	padding: 0!important;
	margin: 0!important;
}

.entry ul li a{
  	list-style-type: none;
	padding: 4px!important;
	margin: 0!important;
    	font-size: 18px;
}

.entry ul li ul li {
	list-style-type: none;
	margin: 0 0 1px; 
	padding: 0;
	background: transparent;
}


.entry img {
	max-width: 870px;
	height: auto;
	margin: 5px 0 10px 0; 
}

.entry p{
	font-family: Verdana,'PT Sans',Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 28px;	
}


.entry2 img {
	max-width: 1024px;
	height: auto;
	margin: 0px 0 5px 0;
	padding: 3px;
	border: none!important;
}

.entry2 p{

	font-family: 'PT Sans',Helvetica,Arial,sans-serif;
	font-size: 18px;
	line-height: 26px;
}

/*********************************************
	Header Styles
*********************************************/
h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Sans Narrow',"Helvetica Neue",Helvetica, arial, sans-serif;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.2em;
	color: #333;
}
h1 {
	font-size: 36px;
	text-align: left;
}
h2 {
	font-size: 26px;
	text-align: left;

}
h3 {
	font-family: 'Roboto Condensed'!important;
	font-size: 20px;
	margin: 0px 0px 8px;
}

h4 {
	font-size: 18px;
	color: #000!important;
	text-align: left;
}

h5 {
	font-family: 'Roboto Condensed','PT Sans Narrow';
	font-size: 16px;
	color: #000!important;
	text-align: center!important;
	padding: 0 0 0 0px;
	line-height: 20px;
}




h6 {
	color: #585858;
	font-style: italic;
}
.post h3 {
	margin-bottom: 5px;
}
.post h1, .post h2, .post h3,
.post h4, .post h5, .post h6 {
	color: #0D0D0D;
}
.sidebar h4 {
	font-family: 'Roboto Condensed','PT Sans Narrow';
	font-size: 20px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #000;
	width: 240px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}
h3 a, h3 a:link, h3 a:visited {
	color: #000;
	font-style: normal;
}
h3 a:hover, h3 a:active {
	color: #A8A8A8;
}
h1.pagetitle {
    color: #000000;
    font-family: 'Roboto Condensed','PT Sans Narrow';
    font-size: 34px;
    margin-bottom: 0;
}

h1.archive-pagetitle {
	margin-bottom: 0px;
	padding: 0 0 5px;
}

h1.single-pagetitle {
	font-family: 'Roboto Condensed','PT Sans Narrow';
	font-size: 32px;
	margin-bottom: 0;
	color: #000;
	line-height: 36px;
}
#comments h3, #respond h3 {
	margin-bottom: 0;
}
.sitemap h2 {
	margin: 0 0 5px;
	font-size: 18px;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
img.alignright, img.alignleft, img.aligncenter {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

/*********************************************
	Header Styles
*********************************************/
#header-wrap {
	width: 100%;
	clear: both;
	height: 88px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	margin-top: 10px;
}
#header {
	background: #FFFFFF;
	width: 1100px;
	clear: both;
	height: 82px;
	margin: 0 auto;
	padding: 0;
	margin-top: 10px;
}

#title img{
	border:0;
}

#header #title {
	width: 440px;
	height: 82px;
	float: left;
	margin:0;
	padding: 0;
}
#header #title h1 {
	display: none;
}
#header #title a {
	height: 100px;
	margin: 0;
	padding: 0;
}

#header-fashion {
	background: url('https://art-on.ru/wp-content/uploads/2013/07/hader-fashion.png') top left no-repeat;
	width: 1024px;
	clear: both;
	height: 82px;
	margin: 0 auto;
	padding: 0;
}

#header-fashion #title {
	width: 300px;
	height: 82px;
	float: left;
	margin:0;
	padding: 0;
}

#header-fashion #title h1 {
	display: none;
}
#header-fashion #title a {
	font-family: cambria, georgia, times, 'times new roman', serif;
	letter-spacing: -1px;
	font-style: normal;
	float: left;
	width: 1024px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#header-kvn {
	background: url('https://art-on.ru/wp-content/uploads/2013/07/hader-kvn.png') top left no-repeat;
	width: 1024px;
	clear: both;
	height: 82px;
	margin: 0 auto;
	padding: 0;
}

#header-kvn #title {
	width: 300px;
	height: 82px;
	float: left;
	margin:0;
	padding: 0;
}

#header-kvn #title h1 {
	display: none;
}
#header-kvn #title a {
	font-family: cambria, georgia, times, 'times new roman', serif;
	letter-spacing: -1px;
	font-style: normal;
	float: left;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#header-video {
	background: url('https://art-on.ru/wp-content/uploads/2013/07/hader-video.png') top left no-repeat;
	width: 1024px;
	clear: both;
	height: 82px;
	margin: 0 auto;
	padding: 0;
}

#header-video #title {
	width: 300px;
	height: 82px;
	float: left;
	margin:0;
	padding: 0;
}

#header-video #title h1 {
	display: none;
}
#header-video #title a {
	font-family: cambria, georgia, times, 'times new roman', serif;
	letter-spacing: -1px;
	font-style: normal;
	float: left;
	width: 1024px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

/*********************************************
	Search Form Styles
*********************************************/
#search {
	width:160px;
	height:50px;
	float: right;
	margin:0;
	padding:0;
	background: url(images/searchbg.gif) top right no-repeat;
}
#searchform {
	width:160px;
	float:right;
	padding:0;
	margin:0;
}
#searchform #searchfield {
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	color:#aaa;
	padding:8px 0 0 9px;
	width:120px;
	height:22px;
	margin: 10px 0 0 0;
	border:0;
	background:transparent;
}
#searchform #submitbutton {
	margin: 10px 0 0;
	font-size:8pt;
	width:26px;
	height:30px;
	text-align:center;
	border:0;
	text-indent:-10000em;
	background: transparent;
	border:0;
}

/*********************************************
	Horizontal Navigation Styles
	(with dropdowns)
*********************************************/
#menu {
	margin: 24px 0 12px 0;
	padding: 0;
	float: left;
}
#menu ul {
    font-size: 24px;
	list-style: none;
	padding: 0;
	margin: -20px 0 0 0;
    text-transform: uppercase;

}

#menu ul a{
    color: #47acb2;
	font-family: 'PT Sans Narrow'!important;
    font-size: 24px;

}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	font-family: 'PT Sans Narrow'!important;
}
#menu li li {
	padding: 0;
	margin: 0px 0;
	line-height: 30px;
	font-weight: normal;
	font-size: 14px;
}

.sub-menu {
	width: 230px!important;
	border: 1px solid #777;
	background: url("https://www.maximonline.ru/i/design/bg-main.png") no-repeat scroll 0 0 #FFFFFF;
}

#menu li li a:hover{
	color: #2299aa!important;
}

#menu li li:first-child {

}
#menu li a, #menu li a:link, #menu li a:visited {
	color: #2299aa;
	font-style: normal;
	display: block;
	padding: 10px 25px;
	font-family: 'Roboto Condensed','PT Sans Narrow'!important;
}
#menu li:hover > a{
	color: #000;
	background: #eee;
}
#menu li.current-menu-item,
#menu li.current-menu-ancestor{
	
}
#menu li.current-menu-item a,
#menu li.current-menu-item a:link,
#menu li.current-menu-item a:visited,
#menu li.current-menu-ancestor a,
#menu li.current-menu-ancestor a:link,
#menu li.current-menu-ancestor a:visited {
	background: #47acb2;
	color: #fff;

}
#menu li li.current-menu-item,
#menu li li.current-menu-ancestor{
	padding-right: 0;

}
#menu li li.current-menu-item a,
#menu li li.current-menu-item a:link,
#menu li li.current-menu-item a:visited,
#menu li li.current-menu-ancestor a,
#menu li li.current-menu-ancestor a:link,
#menu li li.current-menu-ancestor a:visited {
	background: url("https://www.maximonline.ru/i/design/bg-main.png") no-repeat scroll 0 0 #FFFFFF;
	padding: 0px 10px;
	color: #000;
}
#menu li ul {
	float: none;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0;
	padding: 0;
}
#menu li.current-menu-item li,
#menu li.current-menu-ancestor li {
	background: #777;
}
#menu li ul a,
#menu li ul a:link,
#menu li ul a:visited,
#menu li.current-menu-item ul a,
#menu li.current-menu-item ul a:link,
#menu li.current-menu-item ul a:visited,
#menu li.current-menu-ancestor ul a,
#menu li.current-menu-ancestor ul a:link,
#menu li.current-menu-ancestor ul a:visited {
	padding: 0px 10px;
	width: 208px;
	color: #000;
    	font-size: 18px;
	font-family: 'PT Sans'!important;
	background: #FFFFFF;
}
#menu li ul a:hover,
#menu li ul a:active,
#menu li.current-menu-item ul a:hover,
#menu li.current-menu-item ul a:active,
#menu li.current-menu-ancestor ul a:hover,
#menu li.current-menu-ancestor ul a:active {
	background: #eee;	

}
#menu li ul ul,
#menu li.current-menu-item ul ul,
#menu li.current-menu-ancestor ul ul {
	margin: -31px 0 0 198px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover {
	width: auto;
}

/*********************************************
	Content Div
*********************************************/
#content {
	display: inline;
	float: left;
	margin: 0;
	padding: 10px 0 0 5px;
	width: 880px;
}

#content-main {
	font-size: 16px;
	display: inline;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 1120px;
}

.name {
	height: 56px;
}

.rows {
	float:left;
	width:32.2%;
	padding: 5px 10px 0px 0px;
	margin: 5px 0px 5px 0px;
	height: 290px;
}

.rows-art {
	float:left;
	width:32.2%;
	padding: 5px 10px 0px 0px;
	margin: 5px 0px 5px 0px;
	height: 40px;
}

.rows h3 {
	text-align: center!important;
	margin: 2px 0 8px 8px;
	line-height: 22px;
	font-size: 18px;
}

.rows h3 a{
	text-align: center!important;
}


.rows2 {
	float:left;
	width:24%;
	padding: 5px 10px 0px 0px;
	margin: 5px 0px 5px 0px;
}

#rows-archive {
	float:left;
	width:45%;
	padding: 10px 12px 0px 0px;
	margin: 7px 0px 7px 0px;

}

.rows-articles {
	float:left;
	width:100%;
	padding: 10px 12px 0px 0px;
	margin: 7px 0px 7px 0px;

}

.rows-articles  h3 a{
    font-family: "Roboto Condensed" !important;
    font-size: 26px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}


.entry-main- {
	margin: -5px 0px 0px 5px;
}


.entry-main img{
	z-index: -9999;
}

.entry-main a:hover img{
opacity: 0.9;
}




#content-full {
	display: block;
	padding: 0;
	margin: 0;
}
#content-right {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	width: 800px;
}

/*********************************************
	Post Div
*********************************************/
.post {
	color: #0D0D0D;
	background: #FFFFFF;
	clear: both;
	margin: 0 0 15px;
	padding: 0 15px 15px 0;
}



.randompost img {
	max-width: 290px;
	float: left;
	text-align: left;
	margin: 0px;
	border: none;
	padding: 0;
	border: 1px solid #EEEEEE;
	border-radius: 8px 8px 8px 8px;
}

.nu-page img {
	max-width: 250px;
	float: left;
	text-align: left;
	margin: -8px 0px 0px 0px;
	border: 1px solid #DDDDDD;
	border-radius: 8px 8px 8px 8px;
	padding:0;
}

.comm {
	float:left;
	width: 100%;
	margin-top:20px;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta {
	font-family: 'PT Sans';
	color: #AAA;
	padding: 0;
	font-size: 11px;

}

.meta a{
	color: #AAA;
}

.meta-search {
	float:right;
	clear: both;
	color: #bbb;
	padding: 0 10px 8px;
	font-size: 16px;
	margin-top:-33px;
}

.meta-page {
	clear: both;
	color: #FFFFFF;
	background: #585858;
	margin: -49px -5px 15px 0;
		-moz-border-radius: 0 0 4px 4px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
	padding: 4px 10px;
	float: right;
}
.meta-bottom {
	clear: both;
	margin: 0;
	padding: 0;
	color: #AAAAAA;
}
.author-meta {
	font-size: 14px;
	font-style: italic;
	padding: 5px 0;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
}

/*********************************************
	Sidebar
*********************************************/
.sidebar {
	font-size: 12px;
	display: inline;
	float: right;
	color: #AAAAAA;
	width: 232px;
	margin: 8px 0 0 0;
	padding: 10px 0 0 0;
}
#float-left .sidebar {
	float: left;
}
.sidebar .widget-wrap {
	padding: 10px 5px 5px 5px;
	clear: both;
	margin: 0 0 5px;
	background: transparent;
}
.sidebar .widget {
	margin: 0 10px 15px 10px;
	clear: both;
	background: transparent;
	padding-bottom: 15px;
	width: 230px;
}
.sidebar p,
.sidebar .textwidget {}
.sidebar img {
	margin: 0px;
}
.sidebar form {
	margin: 0px;
	padding: 0px;
}
.sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sidebar ul ul {
	list-style-type: none;
	margin: 0;
}
.sidebar ul ul ul {
	list-style-type: none;
	margin: 0 0 0 15px;
}
.sidebar li {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 0 18px;
}
.sidebar li li {
	list-style-type: none;
	margin: 0 0 1px;
	padding: 0;
	background: transparent;
}
.sidebar ul li a {}
.sidebar ul li a:hover {}
.sidebar li li {
	margin: 0;
	padding: 0;
}
.flickr img {
	margin: 0 3px 3px 0;
	background: #FFFFFF;
	padding: 1px;
	border: 1px solid #DDDDDD;
	vertical-align: top;
	width: 75px;
	height: 75px;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 15px 0 0;
	padding: 0;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0;
	padding: 15px 0;
}

#comments ul.children {
	margin: 0;
	padding: 10px 0 0;
}
#comments .vcard {
	color: #2C2C2C;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
#comments .comment-meta {
	padding: 0 0 20px 0;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	margin: 10px 0 0;
	padding: 15px;
	overflow: hidden;
}
#comments ul.children li {
	border: 1px solid #ddd;
}
#comments li.even {}
#comments li.odd {}
#comments blockquote {
	background: #CCCCCC;
	margin: 10px 0;
	padding: 10px;
}
#comments .alert {
	background: #FFFBD6;
	border: 1px solid #EBE067;
	margin: 5px 0;
	padding: 5px;
}
#comments p {
	margin: 0 0 10px;
	color: #2C2C2C;
	padding: 0;
}
#respond {
	width: 95%;
	overflow: hidden;
	padding-top: 20px;
}
#respond #commentform {
	margin: 5px 0 0 0;
	padding: 0;
	overflow: hidden;
}

#respond #commentform #comment {
	width: 95%;
	margin: 10px 0 15px 0;
	padding: 5px;
}
#commentform p {
	margin-bottom: 5px;
}
#commentform label {
	display: block;
}
#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

/*********************************************
	Contact Form Styles
*********************************************/
#ithemes-contact-page-form table {
	border: 0;
	margin: 0;
}
#ithemes-contact-page-form td {
	padding-bottom: 15px;
	vertical-align: top;
	border: 0;
}
#ithemes-contact-page-form td.label {
	padding-right: 5px;
}
#ithemes-contact-page-form textarea {
	width: 330px;
}

/*********************************************
	125x125 Banner Ad Styles
*********************************************/
.sidebar ul.banner125 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar ul.banner125 li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}
.sidebar ul.banner125 li img {
	display: block;
	margin: 0;
	padding: 0;
}

/*********************************************
	Footer Styles
*********************************************/
#footer {
	font-size: 11px;
	clear: both;
	display: block;
	color: #f5f5f5;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px 0;
	background: #222;
	width: 1120px;
	height: 180px;
	line-height: 1.8em;
}

.footer-left {
	font-size: 12px;
	float: left;
	width: 340px;
	margin: 0 0 0 10px;
}


.footer-left a{
	float: left;
}

.copyright {
	font-size: 18px;
	text-align: left;
	background: url("https://art-on.ru/files/18plus.png") no-repeat scroll left center transparent;
	padding: 10px 0 10px 40px;
}

.footer-right {
	float: right;
	width: 120px;
}

.counters {
	margin: 0 20px 0 0;
}

.counter-one {
	padding: 5px 0;
}

.footer-center {
	font-family: 'Roboto Condensed','PT Sans Narrow';
	float: left;
}

.footer-info {
	font-size: 16px;
	padding: 10px 0 0 0;
	text-align: left;
}

.footer-info a{
	padding: 10px 10px 2px 10px;
border-bottom: 1px solid #333333;
}

.footer-last-articles{
	font-family: 'Roboto Condensed','PT Sans Narrow';
	margin-top: 70px;

}

.footer-last-articles a{
	font-size: 16px;
	border-bottom: 1px solid #333333;
}

.footer-last-articles li{
	list-style-type: none;
}

.footer-last-articles li a{
	font-size: 12px;
}



#footer p {
	margin: 0;
}
#footer a, #footer a:link, #footer a:visited {
	color: #f5f5f5;
}
#footer a:hover, #footer a:active {
	color: #2299AA;
	text-decoration: underline;
}

/*********************************************
	Site Map Page
*********************************************/
.sitemap {
	font-size: 12px;
	line-height: 1.4em;
}
.sitemap ul {
	margin: 0 0 15px 0;
}
.sitemap ul ul {
	list-style-type: none;
	margin: 0;
}
.sitemap ul ul ul {
	margin-left: 15px;
}
.sitemap ul li {
	list-style-type: none;
	margin: 0 0 2px;
	padding: 0 0 0 18px;
}
.sitemap ul li ul li {
	list-style-type: none;
	margin: 0 0 2px;
	padding: 0;
	background: transparent;
}
p.site-map {
	margin: 0;
	font-weight: bold;
	font-size: 10pt;
}
.map-narrow {
	width: 30%;
	float: left;
}
.map-wide {
	width: 65%;
	float: right;
}
.sitemap .post {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #DDDDDD;
}


/*********************************************
	Настройка нумерации картинок
*********************************************/

span.image {
	position:relative; 
	display:inline-block;
	}
span.image .image-count {
	position:absolute;
	top:0; /* change this line to bottom:0; if you want the counter to appear in the bottom of the image  */
	left:0; /* change this line to right:0; if you want the counter to appear on the right side of the image  */
	margin:12px 0 0 4px;
	padding:2px 7px;
	background-color:white;
	color:black;
	font-size: 14px;
	font-weight: bold;	

	filter: alpha(opacity=50);
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.50;}
span.image:hover .image-count {
	display:block;
	}

/*********************************************
	Настройка социальных кнопок
*********************************************/

#share42 {
  position: fixed;
  z-index: auto;
  margin-left: -80px; /* смещение панели влево от края контента */
margin-top: 36px;
  padding: 6px 6px 0;
  background: #FFF;
  border: 1px solid #E9E9E9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
* html #share42 {display: none}
#share42:hover {
  background: #F6F6F6;
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: 0 0 5px #DDD;
  -moz-box-shadow: 0 0 5px #DDD;
  box-shadow: 0 0 5px #DDD;
}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}
#share42 img {margin: 0 !important; padding: 0 !important; border: none !important;}



.vk-auth {
    float: left;
}
.fb-auth {
	float: left;
	margin-left:5px;
}

.od-auth {
	float: left;
	margin-left:4px;
	margin-top:-1px;
}


.social-mobile-block{
	margin-top:10px;
	width: 100%;
	display:block;
}

.social-mobile{
	width: 33%;
	float: left;
}

.social-mobile img{
	width: 96%;
}


/*********************************************
	Настройка "Мне нравится" и Твиттера
*********************************************/

#social{float:left; margin:10px 0 0 0; width: 80%;}

#vk_like {float:left;margin:-22px 0 0 130px;}

.facebook {float:left; margin:-22px 0 0 290px;}

.tweet {float:left; margin:-25px 0 0 427px;}

.odnoklassniki {float:left; margin:-30px 0 0 548px;}




.gallery {
	width: 810px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;
}

.gallery img{
	margin-bottom: -3px;
}

.last-a {
height: 19px;
float:right;
font-size: 18px;
color:#000;
background: #eee;
margin:-3px 0 0 10px;
padding:3px 10px 3px 10px;
text-transform:uppercase;
font-family: 'PT Sans Narrow';
font-weight: bold;
}

.last-b {
float:left;
font-size: 32px;
color:#2299AA;
text-transform:uppercase;
font-family: 'PT Sans';
font-weight: bold;
margin-left:10px;
margin-top:-5px;
}


.allview {
font-family: 'PT Sans';
width:300px;
float:right;
margin:-3px 8px 0 0;
}

.allview a{
display:block;
color:#000;
padding:0px 40px 0px 20px;
font-size:16px;
text-transform:uppercase;
text-align:right;
background:#eee url(https://art-on.ru/wp-content/uploads/2012/03/more.gif) no-repeat right;
}

.allview a:hover{
background:#aaa url(https://art-on.ru/wp-content/uploads/2012/03/more.gif) no-repeat right;
color:#FFF;
}

/*********************************************
	Самое свежее в сайдбаре
*********************************************/

.sidebar-fresh h5{
margin-bottom: 12px;
}

.sidebar-fresh {
width:252px;
}

.sidebar-fresh h3 a{
font-size:14px;
line-height: 12px;
}

.sidebar-fresh img{
max-width:250px;
margin-top: 5px;
margin-bottom: 0px;
}

.sidebar-fresh a:hover img{
opacity: 0.8;
}

/*********************************************
	Самое свежее на главной
*********************************************/

.last-main {
float: left;
width: 832px;
font-size: 18px;
color: #000;
background: #e7e7e7;
padding: 3px 10px 3px 30px;
margin-right: 2px;
margin-bottom: 10px;
text-transform: uppercase;
font-family: Helvetica,arial,sans-serif;
}

.social-top {
float: right;
margin-right: 6px;
margin-top: 4px;
margin-bottom: 5px;
}

.social-top a img{
opacity: 0.9;
}

.social-top a:hover img{
	opacity: 0.7;
}

.social-top-archive {
float: right;
margin-top: -4px;
margin-right: 8px;
}

/*********************************************
	Смотреть фото / Смотреть видео
*********************************************/

.more {
margin:10px 0 0px 0;
}

.more a {
color:#333;
font-size:14px;
background:#ddd;
padding:5px 20px 5px 20px;
}

.more a:hover {
color:#000;
background:#ccc;
}

.more-video {
margin:10px 0 20px 0;
}

.more-video a {
color:#333;
font-size:14px;
background:#ddd;
padding:5px 20px 5px 20px;
}

.more-video a:hover {
color:#000;
background:#ccc;
}

/*********************************************
	Настройка комментариев
*********************************************/

#author {
width: 275px;
margin-left:10px;
}

#comment {
width: 798px;
}

#submit {
width: 384px;
height: 30px;
}

.alt {
	padding: 10px;
}

#comments ol {
	list-style-type: none;
	line-height: 18px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#comments ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-left: 5px;
	padding-top: 5px;
}

.commentlist {
	float:left;
	width: 600px;
	display:block;
}

.commentlist li {margin: 15px 0 10px;padding: 5px 5px 10px 5px;list-style: none;}

.commentlist li ul li { margin-right: -5px;margin-left: 10px;list-style: none;}

.commentlist li li {background:none;border:none;list-style:none;margin:3px 0 3px 20px;padding:3px 0;}



.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-size: 15px;
	color:#555;
	width: 70%;
}

.commentlist p {font-weight: normal;line-height: 1.5em;text-transform: none; margin: 10px 5px 10px 0;font-size: 12px;}

#commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}

.commentmetadata {
	margin-top:-20px;
	color: #777;
	font-size:10px;
	float:right;
}

.commentmetadata a, .commentmetadata a:visited {color: #777;}

.commentmetadata a:hover{ color: #333333;}

.children { padding: 0; }

.thread-alt {background-color: #f4f4f4;}

.thread-even {background-color: #FFF;}


#cancel-comment-reply a {
	font-size: 12px;
	color: #F00;
}

#cancel-comment-reply a:hover {
	color: #900;
}

.says {
	color: #FFF;
}


.reply {
	font-size:12px;
}

.reply a{
	background:#f2f2f2;
	padding:3px 10px;
}
/*********************************************
	Кнопка наверх
*********************************************/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -80px;
}

.back-to-top {
	float:right;
}

.back-to-top2 {
	float:right;
	margin-top: 10px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
 
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
 
/* arrow icon (span tag) */
#back-top span {
	width: 56px;
	height: 56px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(images/up-arrow.png) no-repeat center center;
 
	/* rounded corners */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
 
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}


.last-s {float:left; width:50%;}

.last-socials-vk {float:left; width:35%;}
.last-socials-fb {float:left; width:32%;}


#content-main-2 {
margin-top: 30px;
}


@font-face {
font-family: numberstrasse;
src: url(fonts/Numbers-Strasse.ttf);
}


.artside {
	font-family: Arial, sans-serif;
	font-weight: bold;
	display: block;
	float:left;
	width: 90px;
	padding: 2px 0px 2px 10px;
	margin: 5px 4px 9px 0px;
	color: #FFF;
	font-size: 20px!important;
	background: #aaa;
   	text-transform: uppercase;

}

.artside1 {
	font-family: 'Roboto Condensed','PT Sans Narrow';
	font-weight: bold;
	display: block;
	float:left;
	width: 182px;
	padding: 2px 0px 2px 10px;
	margin: 5px 4px 9px 5px;
	color: #FFF;
	font-size: 22px!important;
	background: #CCC;
   	text-transform: uppercase;
   	letter-spacing: -1px;
}

.artside1 a:hover{
	color: #444;
	background: #aaa;
}

.artside2 a{
	font-family: 'Roboto Condensed','PT Sans Narrow';
	display: block;
	float:left;
	width: 296px;
	padding: 8px 4px 8px 4px;
	margin: 5px 0px 9px -1px;
	color: #000;
	font-size: 20px!important;
	border: 1px solid #CCCCCC;
	background-color: #eee;
	display:block;
   	text-transform: uppercase;
	text-align:center;
}

.artside2 a:hover{
	color: #2299AA;
	background-color: #f8f8f8;
}

.artside3 a{
	font-family: 'Roboto Condensed','PT Sans Narrow';
	display: block;
	float:left;
	width: 240px;
	padding: 8px 4px 8px 4px;
	margin: 5px 0px 9px -1px;
	color: #000;
	font-size: 20px!important;
	border: 1px solid #CCCCCC;
	background-color: #eee;
	display:block;
   	text-transform: uppercase;
	text-align:center;
}

.artside3 a:hover{
	color: #2299AA;
	background-color: #f8f8f8;
}


.kvn a{
	font-family: 'Roboto Condensed','PT Sans Narrow';
	display: block;
	float:left;
	width: 174px;
	padding: 8px 2px 8px 2px;
	margin: 5px 2px 9px 2px;
	color: #444;
	font-size: 18px!important;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	background-color: #eee;
	display:block;
   	text-transform: uppercase;
	text-align: center;
}

.kvn a:hover{
	color:#000;
	background-color: #f8f8f8;
}

.rubric a{
	font-family: 'Roboto Condensed','PT Sans Narrow';
	display: block;
	float:left;
	padding: 5px 23px 5px 23px;
	margin: 2px 0px 2px -1px;
	color: #000;
	font-size: 20px!important;
   	text-transform: uppercase;
	text-align: center;
}

.rubric a:hover{
	color:#2299AA;
	background-color: #eeeeee;
}

.rubric2 a{
	font-family: 'Roboto Condensed','PT Sans Narrow';
	display: block;
	float:left;
	padding: 5px 26px 5px 26px;
	margin: 0px 0px 5px -1px;
	color: #000;
	font-size: 20px!important;
   	text-transform: uppercase;
	text-align: center;
}

.rubric2 a:hover{
	color:#2299AA;
	background-color: #eeeeee;
}

/* Настройка навигации */
.wp-pagenavi a, .wp-pagenavi span {
	padding: 3px 5px;
	margin: 2px;
	font-size: 34px;
	font-family: 'PT Sans', numberstrasse;
    	text-decoration: none;
	color: #000;
}

.wp-pagenavi a:hover{
	color: #777;
}

.wp-pagenavi span.current {
	font-weight: bold!important;
	font-size:44px!important;
	color: #777;		
}



/* Настройка статистики */


.wpp-post-title{
	font-size: 20px!important;
	color: #333;
	padding: 0 0 50px 10px!important;
	margin-top: 10px !important;
}

.post-stats {
	font-size:16px!important;
	font-weight:normal!important;
	color: #444!important;
	float:right!important;
	padding-right: 100px;
}
#content .stat h3{
	font-size: 150%;
	font-weight:bold;
	background:#f5f5f5;
	margin:10px 0;
	padding:10px 10px 10px 250px;
	text-transform:uppercase;
}

.stat {
	width: 960px !important;
}

.stat a {
	margin-left: 5px;
	font-size:18px!important;
	font-family: 'PT Sans',Helvetica,Arial,sans-serif;
}

.stat ol {
	color: #2299AA;
	margin-left: 20px;
	margin-bottom: 50px;
	font-size: 18px;
}

.stat ol li{
	padding: 14px 10px;
	margin: 0 0 10px 0!important;
	list-style-type: decimal
}
.stat ol li:nth-child(even){
	background: #f3f3f3;
	padding: 24px 10px;
}

.stat ol li img{
	max-width: 99px !important;
	max-height: 66px !important;
	padding: 0!important;
	margin: -23px 5px 0 -5px!important;
	border: none;
	height: 100%;
}

.stat2 {
	width: 900px !important;
}

.wpp-views {
display: block;
width: 100px;
float: right;
color: #aaa!important;
font-size:14px!important;
text-align: right;
}
.wpp-date {
display: block;
width: 100px;
float: right;
color: #aaa!important;
font-size:12px!important;
text-align: right;
}

.wpp-thumbnail {
float:left;
margin: 0!important;
padding: 2px!important;
}

.wpp-thumbnail a {
display:block;
text-decoration: none !important;
padding: 0!important;
margin: 0!important;
}

img.wpp-thumbnail {
padding: 0!important;
margin: 0!important;
}

.top-week {
float:left;
width:47%;
margin: 10px 10px 20px 10px!important;
}

.top-week2 {
float:right;
width:47%;
margin: 10px 10px 20px 10px!important;
}

.megastat{
float:left;
margin: 10px 10px 50px 10px!important;
}

.megastat li{
list-style-type: none;
font-size: 14px;
line-height: 24px;
}

/* Настройка табов */
.wordpress-post-tabs {
margin-top: -45px!important;
}

.ui-tabs .ui-tabs-panel {
    padding: 0 0 10px 0!important;
}

.ui-tabs .ui-tabs-nav .ui-state-active a{
	background: #888;
	color: #fff!important;	
}



/* Настройка табов статы*/

ul#tabnav {
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0 2px 0 2px;
    padding: 0;

}

ul#tabnav li {
    background-color: #fff;
    float: left;
    height: 35px;
    list-style-type: none;
    margin: 0 5px;
    padding: 0 0 0 20px;
    position: relative;
}

ul#tabnav li a:hover {
    background: none repeat scroll 0 center #f7f7f7;
}

ul#tabnav li a.selected {
    background: none repeat scroll 0 center #eee;
padding: 0 10px!important;
}

ul#tabnav li a {
    border: medium none;
    color: #309399;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 0 5px 0 0px;
    padding: 0 5px;
    position: relative;
    text-decoration: none;
}


/**
 * BEST
 */

#content #best{
text-align: center !important;
}

#content #best a{
	font-size:22px;
	font-family: 'Roboto Condensed','PT Sans Narrow';

}

#content #best ul#tabnav li a{
font-size:24px;
}

#content #best ul#tabnav li{
font-size:16px;
	width: auto!important;
	height: 40px;
}

#best ul li {
	float: left;
	width: 49%;
	clear: none;
	line-height: 18px;
	height: 350px;
}

#best ul li img{
	margin: 20px 2px 2px 2px !important;
	border-radius: 8px 8px 8px 8px;
	width: 98%;
	height: auto !important;
}

#best ol, ul, dd {
	margin: 0px 0px;
	color: #777;
	font-size:0px;
}

.wpp-list {
	margin-top: 20px;
}


#content #best #panel_week h3{
text-align: center !important;
font-size:24px;
}

#content #best #panel_month h3{
text-align: center !important;
font-size:24px;
}

#content #best #panel_all h3{
text-align: center !important;
font-size:24px;
}

.wpp_cf_noResize{
	height: 100% !important;
	width: 430px !important;
}





/* css for stat tabs */
#content h3{
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 5px!important;
}

.panel{
	display: none;
}

ul#tabnav li a.active{
	background: #309399;
	color: #fff;
	padding: 0 20px!important;
}



/* Настройка Яндекс директ в записи*/
.direct{
	margin-top:10px;
	margin-bottom:0px;
}

.direct-after-photo{
	margin:-4px 0 -4px 0;
	width: 872px;
}

.direct-sidebar-stat{
	width: 280px;
}

.direct-sidebar-din{
	width: 280px;
}


.ya-partner__gap {
	padding: 2px!important;
}

/* Настройка Яндекс директ в статьях*/
.direct2{
	margin-top:400px;
}

.direct2 a {
	font-size:14px!important;
}


/* Настройка Похожие фото и видео*/
.similar {
	display: block;
	margin-top: 40px;
	height: 450px;
}

.samepost {
	width: 292px;
	float:left;
}

.samepost a{
	color: #000;
	font-size:14px;
	margin:4px 0px 3px 0px;
	padding:0px;
	text-align: center;
	float:left;
	line-height: 16px;
}

.samepost a:hover {
	color: #000;
}

.samepost img {
	max-width: 286px;
	float: left;
	text-align: left;
	margin:0px 6px 0px 2px;
	z-index: -9999;
}

.samepost-text {
	width: 284px;
	float:left;
	font-family: 'PT Sans Narrow';
	font-size:17px;
	margin: 2px 0px 0px -292px!important;
	text-align: center;
	background: #FFFFFF;
	padding:2px 0px;
	opacity: 0.8;
}


/* Настройка поиска*/

.searchmain {
width: 420px;
float: right;
margin-top: 8px;
margin-right: 16px;
}

#searchform {
width: 420px;
float: right;
margin-left: 5px;
}

.searchfield {
width: 280px;
float: right;
}


#searchform input {
font-size:14px;
padding:6px 10px;
border: 1px solid #ccc;
border-radius: 4px;
float: right;
margin-right: 5px;
}

#searchform #s {

}
#searchform input#searchsubmit{
border:0;
color:#444;
background: #eee;
float: right;
}


/* Настройка табов статей*/
ul#tabart {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0;
}

ul#tabart li {
    background-color: #eee;
    float: left;
    height: 30px;
    list-style-type: none;
    margin: 0 2px;
    padding: 0 66px 4px 66px;

}

ul#tabart li a {
    border: medium none;
    color: #333;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 0 20px 0 0px;
    padding: 50px;
    position: relative;
    text-decoration: none;
}

ul#tabart li a.active{
    background: #bbb;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 0 20px 0 0px;
    padding: 0 50px;
    position: relative;
    text-decoration: none;
}

ul#tabart li a:hover{
    background: #ccc;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 0 20px 0 0px;
    padding: 0 50px;
    position: relative;
    text-decoration: none;
}



/* Настройка page navy*/
.wp-pagenavi a, .wp-pagenavi span {
border: none!important;
}



/* Настройка закругления картинок на главной*/

#img-radius {
 border:1px solid #EEE;
 border-radius: 8px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}



/* Настройка FASHION*/


.fashion {
	float: left;
	margin: 0 0 0 -1px;
	width: 554px;
	font-size: 22px;
	text-align: center;
}

.fashion a{
	font-family: 'Roboto Condensed','PT Sans Narrow';
	color:#444;
	padding: 8px 5px;
	border: 1px solid #CCCCCC;
	background-color: #eee;
	display:block;
   	text-transform: uppercase;
}

.fashion a:hover{
	color:#2299AA;
	background-color: #f8f8f8;
}


/* Настройка годов моделей*/

.models span.image .image-count {
	filter: alpha(opacity=0);
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0.0;
}

/* Настройка 18+ для метки "для взрослых" */

.plus {
	float: right;
	font-size: 14px;
	font-family: 'Roboto Condensed', 'PT Sans Narrow';
	background: #fff;
	border-radius: 12px;
	color: #000;
	padding: 1px 2px 1px 2px;
	margin: -32px 0px 0px 6px!important;
	z-index: 9999;
	position: absolute;
	opacity: 0.6;
	font-weight: 400;
}


/* Плавающий сайдбар*/

.container2 {
 position:relative;
 height: 1000px;
 width: 100%;
}

.floating {
display: none;
padding:10px;
width: 260px;
margin-top: 22px;
}

/* Настройка подписки*/
.email-left {
	float: left;
	width: 32%;
	margin-left: 0px;
	margin-top: 4px;
}

.email-right {
	float: left;
	font-family: 'PT Sans',sans-serif;
	font-size: 16px;
	width: 59%;
	margin-top: 3px;
}


/* Настройка блоков комментарии, похожие записи и подписка*/
.line-block {
	color: #000;
	font-size: 24px;
	margin: 20px 0px 20px 2px;
	font-family:'Roboto Condensed','PT Sans Narrow';
	border-bottom: 1px dotted #000000;
}

.line-block a{
	color: #64aabe;
}

.line-block span{
	background: #FFFFFF;
	padding: 0 12px;
	position: relative;
	top: 8px;
}

.line-block a:hover{
	color: #555555;
}

.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a{
	font-size: 13px!important;
}

/* Дополнительные настройки к форме обратной связи*/
.label {
	font-size: 20px;
}


/* Стили для хлебных крошек */

#breadcrumbs {
    width: auto;    /* Общая ширина страницы */
    font-size: 12px;   /* Размер шрифта */
    color:  #007788;   /* Цвет текста, который не является ссылкой */
    text-align: left;   /* Прижимаем текст к левому краю страницы */
    margin: 3px 30px 0px 0px;  /* Внешние отступы */
    padding-bottom: 5px;   /* Внутренние отступы */
}

#breadcrumbs a, #breadcrumbs a:visited {
    color: #007788;  /* Цвет ссылки */
    text-decoration: none;  /* Отменяем подчеркивание ссылок */
}

#breadcrumbs a:hover, #breadcrumbs a:active {
     color: #005566;  /* цвет ссылки при наведении курсора */
     text-decoration: none;  /* Отменяем подчеркивание ссылок при наведении курсора */
}

/* Записи из ЖЖ */

.pre-lj {
	color: #333;
	width: auto; 
	font-size: 16px;
	padding:8px 10px 10px 10px;
	font-family: 'PT Sans';
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 0px 0px 20px 0px;
}

.pre-lj a{
	color: #007788 !important;
	text-decoration: underline !important;
}

/* КВН */

.kvn-style {
	float:left;
	width:32.2%;
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 5px 0px;
	height: 300px;

}

.kvn-style h3 {
	text-align: center!important;
	margin: 2px 0 8px 8px;
	line-height: 24px;
}

.kvn-style р3 a{
	text-align: center!important;
	font-family: 'Roboto Condensed' !important;
	font-size: 18px;
}

.kvn-style img {
	width:360px;
	margin: 0;
 border:1px solid #EEE;
 border-radius: 8px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}


/* Социальные кнопки Яндекс*/
.b-share-btn__wrap {
	margin: 0 2px 0 4px!important;
}


.mc-content.mc-cleanslate .mc-head-container img {
    opacity: 0;
}

