/*
Theme Name: lpost
Author: Nikita Listaratov
Version: 2.2.5
*/
	@import url(http://fonts.googleapis.com/css?family=Jura&subset=cyrillic-ext,latin-ext);
	@import url(http://fonts.googleapis.com/css?family=Play:400,700&subset=cyrillic-ext,latin-ext);
	@import url(http://fonts.googleapis.com/css?family=Lobster&subset=cyrillic-ext,latin-ext);
	@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic-ext,latin-ext);
	@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin-ext,cyrillic);
	@import url(http://fonts.googleapis.com/css?family=Rye&subset=latin-ext);
	@import url(http://fonts.googleapis.com/css?family=Arbutus+Slab&subset=latin-ext);
	@import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=latin-ext,cyrillic);
	@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic&subset=latin,cyrillic);
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #F9F9F9;
	font-family: 'Open Sans', Arial, Helvatica, san-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #545454;
}
body.boxed {
	background-color: #F9F9F9;
}
body.boxed #wrapper {
	background-color: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 0 25px;
}
body.wide #wrapper {
	width: 95%;
}
body.thin #wrapper {
	width: 75%;
}
body.error404 {
	background-color: #FFFFFF;
}
body.error404 #wrapper {
	width: 70%;
	margin: 40px auto;
	padding: 0;
	box-shadow: 0 0 0 #FFFFFF;
}
body.error404 #wrapper h1 {
	font-size: 80px;
	line-height: 75px;
	margin: 40px 0 20px 0;
	color: #000;
	font-family: 'PT Serif';
}
img, embed, object, video {
	max-width: 100%;
}
img {
	border: 0px;
}
p {
	margin: 0 0 10px 0;
}
#wrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 20px 25px 15px 25px;
}
#top-menu {
display: none;
	background-color: #333;
	font-size: 10px;
	margin: 0 0 20px 0;
}
#top-menu ul,       #cat-menu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.search {
	float: left;
	width: 150px;
}
div.search form {
	margin: 0;
}
.search input#s {
	width: 100%;
	padding: 12px 10px;
	font-size: 12px;
	display: block;
	border-radius: 0px !important;
	border: 0px;
	outline: 0;
	background-color: #FFFFFF;
	color: #000;
	box-shadow: inset 0 0 8px #BABABA;
}

#cat-menu ul {
        display: table;
        width: 100%;
        background-color: #303030;
        list-style-type: none;
	/* background-color: #303030;
	background-image: url(img/m-shadow-1.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

#top-menu ul li {
	float: left;
	list-style-type: none;
}

#cat-menu ul li {
        display: table-cell;
        width: 16.6667% /*20%*/;
        text-align: center;	
}

#top-menu ul li a {
	display: block;
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px dotted #FFFFFF;
}
#top-menu ul li a:hover,       #cat-menu ul li a:hover {
	background-color: #414141;
}
#top-adv {
	margin: 0 auto 20px auto;
	/*border: 1px dashed #EAEAEA;*/
}
#top-adv img {
 display: block;
}
.line-adv {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #D6E0D3;
	border: 2px dotted #D6E0D3;
	margin: 0 0 40px 0;
	height: 90px;
}
#top-panel {
	padding: 20px /*30px 20px 30px*/;
	text-align: center;
        background-color: #ff4a00
/* #CE2125 #F0EEDC*/
	;
	/*min-height: 110px;*/
	overflow: hidden;
}
    #top-panel h1,
    #top-panel h3,
    #top-panel #name {
        color: #FFFFFF;
        font-size: 35px;
        text-align: center;
        line-height: 35px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;        
    }
    
    
    #footer .f-name {
	float: left;
        color: #FFFFFF;
        font-size: 35px;
        line-height: 35px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px; 	
    }
    
    
    #top-panel h1 a,
    #top-panel h3 a,
    #top-panel #name a,
    #footer .f-name a{
        color: #FFFFFF;
        text-decoration: none;
    }

#cat-menu ul li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #FFFFFF;
}
#cat-menu ul li.current-menu-item a, #cat-menu ul li.current_page_item a, #cat-menu ul li.current_menu_parent a, #cat-menu ul li.current-post-ancestor a {
background-color: #ff4a00
/*#F0EEDC*/
	;
}
#top-panel-right {
	float: right;
	width: 50%;
	color: #FFFFFF;
	overflow: hidden;
}
#day {
	font-size: 12px;
	line-height: 14px;
	/*box-shadow: inset 0 0 14px #333;
	border: 4px dotted #ff4a00;
	border-radius: 7px;*/
	padding: 15px;
	background-color: #ECF0F1;
	margin: 0 0 40px 0;
}
#day a {
	color: #545454;
	text-decoration: none;
}
#day h4 {
	color: #545454;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#top-panel img#logo {
	float: left;
}
#top-panel-right .time {
	margin: 0 0 10px 10px;
}


     
     #market {
        margin: 0 0 20px 0;
        overflow: hidden;
        clear: both;
     }
     
     .minipost {
        position: relative;        
     }
     
     #market .minipost {
        float: left;
        background-color: #EAEAEA;
        width: 25%;
        height: 175px;
     }
     
     #market .minipost:nth-child(1) {
        width: 50%;
        height: 350px;
        border: 0;
     }
     
     #market .minipost .floder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.7);
        z-index:1;
     }
     
     #market .minipost:hover .floder {
        background-color: rgba(0,0,0,0.3);	
     }
     
     #market .minipost .namecont {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 25px;
        z-index: 2;
    }
     
     #market .minipost h2 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 5px 0;
        font-weight: normal;
        font-family: 'PT Sans Narrow';
     }
     
     #market .minipost:nth-child(1) h2 {
        font-size: 30px;
        line-height: 32px;
     }
     
     #market .minipost h2 a {
        color: #FFFFFF;
        text-decoration: none;
     }
     
     #market .minipost:nth-child(1) .namecont {
        top: 35px;
        left: 35px;
        right: 40px;
        font-size: 30px;
        line-height: 35px;
     }
     
     #market .minipost .author {
        font-size: 10px;
        color:#FFFFFF;
     }
     
     #market .minipost:nth-child(1) .author {
        font-size: 12px;
     }
     
     #market .minipost .cat {
        position: absolute;
        z-index: 5;
        bottom: 10px;
        left: 15px;
     }
     
     #market .minipost:nth-child(1) .cat {
        bottom: 35px;
        left: 35px;
     }
     
     #market .minipost .cat a {
        display: block;
        padding: 1px 4px;
        font-size: 8px;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #FFFFFF;
        color: #000;
        text-decoration: none;
     }
     
     #market .minipost a {
	color:#FFFFFF;
     }
     
     .minipost.grid {
        display: inline-block;
        vertical-align: top;
        width: 30%;
     }
     

     
     


#middle {
	margin: 40px 0;
	overflow: hidden;
}
#contentWrapper {
	float: left;
	width: 100%;
	margin-right: -335px;
}
#content {
	margin: 0 335px 0 0;
	overflow: hidden;
}
#main-post {
	margin: 0 0 20px 0;
	position: relative;
}
#main-post .meta {
	position: absolute;
	top: 30px;
	left: 0;
	width: 75%;
	padding: 20px 20px 10px 20px;
	background-color: rgba(0,0,0,0.7);
	color: #FFFFFF;
}
#main-post .meta h2 {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 25px;
	font-family: 'PT Serif';
}
#main-post .meta h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#main-post .meta .time {
	margin: 0 0 20px 0;
	font-size: 11px;
	font-family: Georgia;
}
.mini-post {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 -4px 6% 4%;
}
.mini-post:nth-child(2n+1) {
	margin: 0 -4px 6% 0;
}
.mini-post.left {
	margin: 0 -4px 6% 0;
}
.mini-post h2 {
	margin: 5px 0 10px 0;
	font-size: 23px;
	line-height: 25px;
	font-family: 'PT Serif';
}
.mini-post h2 a {
	text-decoration: none;
	color: #000;
}
/*.mini-post h3 a:visited {
	color: #A6AB97;
}
*/
.mini-post h2 a:active {
	color: #D70000;
}
.mini-post div.time {
	font-size: 10px;
	margin: 0 0 4px 0;
	color: #333;
	font-weight: bold;
}
.mini-post div.cat {
	margin: 5px 0;
	font-size: 12px;
	font-weight: normal;
	color: #D70000;
}
.mini-post div.cat a {
	color: #D70000;
	text-decoration: none;
}
.mini-post img {
	min-width: 100%;
}
.mini-post div.time span.pageview {
	float: right;
	margin: 0 0 0 10px;
	background-image: url(img/eye.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 14px;
	padding: 0 0 0 20px;
}
.mini-post div.time span.comment {
	float: right;
	margin: 0 0 0 10px;
	background-image: url(img/comment-small.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 15px;
}

#content.new {
 margin: 0 !important;
}

#content.new .mini-post {
  width: 30.6666%;
}
#content.new .mini-post:nth-child(2n+1) {
	margin: 0 -4px 6% 4%;

}
#content.new .mini-post:nth-child(3n+1) {
	margin: 0 -4px 6% 0;
}

#content.new .mini-post img {
 border-radius: 10px;
}

.nivo-caption h3 {
	font-family: 'PT Serif';
}
#content h1.postheadline {
	font-size: 35px;
	line-height: 40px;
	font-family: 'PT Serif', Georgia, san-serif;
	color: #000;
	margin: 10px 0 20px 0;
	hanging-punctuation: first;
}
#content h1.catheadline,
#content h2.catheadline {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 20px 0;
color: #ff4a00
/*#F0EEDC*/
	;
}
#content h3.cat-des {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px  dotted #D6E0D3;
  font-weight: normal;
}

#content .cat-des p {
  color:#000;
  font-size: 16px;
  }

.post-info-meta {
	font-size: 11px;
	padding: 0 0 20px 0;
  text-transform: uppercase;
	/*border-bottom: 1px solid #D2D2D2;
*/
}
.post-info-meta a {
	color: #9D9D9D;
}
/*.post-info-meta span {
	background-position: left;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	padding: 0 0 0 25px;
	margin: 0 20px 0 0;
} */
.post-info-meta span.author {
	background-image: url(img/keyboard-18.png);
}
/*.post-info-meta span.comment, .post-info-meta span.dsq-postid {
	background-image: url(img/comment-18.png);
	padding: 1px 0 5px 25px;
} */
.post-info-meta span.date {
	background-image: url(img/clock-18.png);
	padding: 1px 0 2px 25px;
}
.post-info-meta span.twi {
	background-image: url(img/twi-18.png);
	padding: 1px 0 2px 25px;
}
.post-info-meta span.pageview {
	background-image: url(img/eye-16.png);
	padding: 1px 0 2px 25px;
	background-size: 16px 12px;
}
.social {
	padding: 20px 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	border-top: 1px dashed #D2D2D2;
}
.social.bottom {
	margin: -25px 0 20px 0;
	border-top: 0px dashed #D2D2D2;
}
.social .soc {
	width: 110px;
	float: left;
	margin: 0 10px 0 0;
}
.post {
	margin: 10px 0 20px 0;
}
.post img {
	max-width: 100%;
	height: auto;
	display: block;
}

.post img.aligncenter {
	margin: 0 auto;
}

.post img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.post img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.post p {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0 0 27px 0;
	color: #333332;
}

.post blockquote p:last-child {
	margin: 0px;
}
.post ul li, .post ol li {
	font-size: 18px;
	margin: 0 0 15px 0;
}
.post img#thumb {
	min-width: 100%;
	margin: 0 0 10px 0;
}
.post img.post-thumb {
	display: block;
	margin: 0 0 27px 0;
}
.post h2.headbox, .post h3.headbox, .post div.headbox {
	padding: 20px 10px 20px 40px;
	margin: 0 0 20px 0;
	border-left: 5px solid #EAEAEA;
	font-size: 30px;
	line-height: 35px;
	font-family: 'PT Serif';
	color: #000;
	font-weight: normal;
        font-style: italic;
}
.post h3 {
	margin: 0 0 10px 0;
	font-size: 25px;
	line-height: 35px;
	font-family: 'PT Serif';
	color: #000;
}
.post h4 {
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 35px;
	font-family: 'PT Serif';
	color: #000;
}
.post h4.snoska {
	color: #FF4A00;
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 20px 0;
}
.post h4.snoska.left {
	float: left;
	width: 50%;
	margin: 0 20px 20px 0;
}
.post h5 {
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 35px;
	font-family: 'PT Serif';
	color: #000;
}
.post .column {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: 0 -4px 0 5%;
}
.post .column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.post .column ul li {
	font-size: 12px;
	line-height: 12px;
}
.post .column ul li a {
	color: #000;
	text-decoration: none;
}
ul.tags {
	overflow: hidden;
	margin: 10px 0;
	list-style-type: none;
}
ul.tags li {
	float: left;
	margin: 0 5px 4px 0;
	font-size: 12px;
}
ul.tags li a {
	display: block;
	/*background-image: url(img/tag.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 18px;
*/
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CE2125;
}
span.source {
}
span.source a,
a.source {
	/*background-image: url(img/link1.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 18px;
*/
	font-size: 12px;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000;
}
span.source p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#adv-under-post {
	padding: 10px 0 30px 0;
	margin: 0 0 20px 0;
	border-top: 1px dashed #EAEAEA;
	border-bottom: 1px dashed #EAEAEA;
}
#adv-under-post h4 {
	margin: -27px 0 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Open Sans';
	color: #000;
	text-align: center;
}
#adv-under-post h4 u {
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 0 10px;
}
#adv-under-post .adv, #adv-under-post > div > div > div {
	float: left;
	width: 300px;
	height: 250px;
	margin: 0 1.5% 0 0;
	background-color: #F1F1F1;
}

#adv-under-post > div > div > div:nth-child(2n) {
 float: right;
	margin: 0 0 0 1.5%;
}
#adv-under-post .adv:nth-child(2n) {
	float: right;
}
.author-tpl {
	overflow: hidden;
}
.author-tpl img {
	float: left;
	width: 110px;
	margin: 5px 40px 0 0;
	border-radius: 120px;
}
.author-tpl .info {
	overflow: hidden;
}
.author-tpl .info span {
	background-position: left;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	padding: 0 0 0 25px;
	margin: 0 20px 0 0;
}
.author-tpl .info span.twi {
	background-image: url(img/twi.png);
}
.author-tpl .info span.mail {
	background-image: url(img/mail.png);
	padding: 0 0 3px 25px;
}
#same-posts {
	padding: 20px 0 0 0;
	margin: 0 0 30px 0;
	overflow: hidden;
}
#same-posts h3 {
	font-size: 20px;
	line-height: 20px;
	font-family: 'Open Sans';
	margin: 0 0 20px 0;
	font-weight: normal;
}
#same-posts .same {
        /*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin: 0 -4px 2% 2%;
}
#same-posts .same:nth-child(4n+1) {
	margin: 0 -4px 2% 0;
}
#same-posts .same img {
	display: block;
	border: 1px solid #EAEAEA;
}
#same-posts .same h4 {
	line-height: 15px;
	font-size: 15px;
	margin: 10px 0;
}
#same-posts .same h4 a {
	text-decoration: none;
	color: #000;
}
ol.wp-paginate {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol.wp-paginate li {
	float: left;
}
ol.wp-paginate li a, ol.wp-paginate li span.page.current {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #000;
	font-size: 25px;
}
ol.wp-paginate li span.page.current {
	color: #D70000;
}
#sidebar {
	float: right;
	width: 300px;
}
#sidebar .cont, .top-banner-240-400 {
	margin: 0 0 40px 0;
}
#sidebar .cont h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #EAEAEA;
}
#sidebar .cont h3 a {
	text-decoration: none;
	color: #545454;
}
.adv-240x400 {
	border: 2px dashed #EAEAEA;
	width: 240px;
	height: 400px;
	margin: 0 0 40px 0;
}
#lpost-net {
	margin: 0 0 20px 0;
	padding: 20px 0 10px 0;
	overflow: hidden;
	border-top: 2px  dotted #D6E0D3;
	border-bottom: 2px  dotted #D6E0D3;
}
.lpost-net-item {
	float: left;
	width: 22.75%;
	margin: 0 0 10px 3%;
	font-size: 80%;
}
.lpost-net-item:first-child {
	margin: 0;
}
#lpost-net p.bottom-info {
	color: #9E9E9E;
	font-size: 10px;
	text-align: center;
	border-top: 1px dotted #DCDCDC;
	margin: 0;
	padding: 10px 0 0 0;
}
.lpost-net-item ul, .cont ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cont ol {
	margin: 0 0 0 20px;
	padding: 0;
}
.lpost-net-item ul li a, .cont ul li a, .cont ol li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px dotted #DCDCDC;
	color: #333;
	text-decoration: none;
}
.lpost-net-item ul li:last-child a, .cont ul li:last-child a, .cont ol li:last-child a {
	border: 0;
}
#footer {
	padding: 30px 30px 70px 30px;
background-color: #ff4a00
/*#F0EEDC*/
	;
	overflow: hidden;
}
.f-m {
	float: right;
	width: 20%;
	margin: 0 0 0 3%;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 13px;
}
.f-m p.down {
	font-size: 11px;
	margin: 50px 0 0 0;
}
.f-m a,       .f-m a:hover {
	color: #FFFFFF;
}
.f-m ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#counters {
	margin: 30px 0 0 0;
}
#top-bar-line {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	right: 0px;
}
#top-bar-line-w {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 10px;
	background-color: #F9F9F9;
	box-shadow: 0 0 5px #333;
}
#totop {
	position: fixed;
	display: none;
	top: 120px;
	right: 30px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #C2BEB4;
	border-radius: 3px;
	box-shadow: 0 0 4px #A1A1A1;
	cursor: pointer;
}
#totop img {
	display: block;
}
#like-line {
	position: fixed;
	bottom: -90px;
	left: 0px;
	right: 0px;
	z-index: 500;
}
#like-line .wrapper {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	padding: 15px 20px;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px #BABABA;
	overflow: hidden;
	opacity: 1;
}
#like-line .wrapper .w {
	float: left;
	margin: 0  30px 0 0;
}
#like-line .wrapper .w img {
	width: 50px;
}
#prev-next {
	overflow: hidden;
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#prev-next h5 {
	font-size: 14px;
	margin: 0 0 5px 0;
	line-height: 14px;
}
#prev-next .prev {
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
}
#prev-next .next {
	float: right;
	text-align: right;
	padding: 0 0 0 20px;
	border-left: 1px solid #EAEAEA;
	width: 50%;
}
.wow {
	position: relative;
}
.wow.bottom .mini-post, .wow.bottom .mini-post:nth-child(2n+1) {
	width: 22%;
	margin: 0 -4px 4% 4%;
}
.wow.bottom .mini-post:nth-child(4n+1) {
	margin: 0 -4px 4% 0;
}
.wow.bottom .mini-post h2 {
	font-size: 15px;
	line-height: 15px;
}
h3.wowbottomheader {
	margin: 20px 0 20px 0;
	font-family: 'PT Serif';
	font-size: 25px;
	color: #000;
}
div.translate-board {
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #F2F2F2;
}
.get-box {
	overflow: hidden;
	padding: 15px;
	background-color: #F2F2F2;
	margin: 0 0 30px 0;
}
.get-box img {
	float: left;
	margin: 0 20px 0 0;
}
.get-box .info {
	overflow: hidden;
}
.get-box .info h5 {
	font-size: 30px;
	color: #000;
	margin: 0 0 5px 0;
}
.get-box .info div.price {
	text-transform: uppercase;
	color: #AEAEAE;
	margin: 0 0 15px 0;
}
#disqus_thread {
	margin: 70px 0 0 0;
}
div.top-cat {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
div.top-cat .l, div.top-cat .r {
	position: absolute;
	width: 4px;
	top: 0px;
	z-index: 1;
	height: 100%;
	display: inline-block;
	background: url(img/sprite-cart-arrow.png) no-repeat;
	float: left;
}
div.top-cat .l {
	left: 0px;
	background-position: right;
}
div.top-cat .r {
	right: 0px;
  top: -2px;
	background-position: left;
}
div.top-cat a {
	height: 24px;
	line-height: 24px;
	font-size: 0.8em;
	overflow: hidden;
	padding: 0 15px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BEBEBE;
	display: inline-block;
}
div.top-cat a:hover {
	background-color: #FF4A00;
}
div#user-line {
	margin: -20px 0 20px 0;
	line-height: 24px;
	font-size: 12px;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 10000;
}
div#user-line.fixed {
	position: fixed;
	top: 0px;
	z-index: 1000;
	width: 1024px;
	margin: 0 0 0 -25px;
	padding: 10px 25px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
body.logged-in div#user-line.fixed {
	top: 28px;
}
div#user-line a {
	color: #AEAEAE;
	margin: 0 10px 0 0;
	background-size: 12px 12px;
	padding: 0 0 0 15px;
	background-position: left;
	background-repeat: no-repeat;
}
div#user-line a:hover {
	color: #000;
}
div#user-line .f-right a {
	margin: 0 0 0 10px;
}
div#user-line a.login {
	background-image: url(img/sign-up.png);
}
div#user-line a.add {
	background-image: url(img/pencil.png);
}
div#user-line a.user {
	background-image: url(img/user.png);
}
div#user-line a.key {
	background-image: url(img/key.png);
}
div#user-line a.out {
	background-image: url(img/out.png);
}
div#left-post {
	position: fixed;
	top: 50%;
	left: 0px;
	width: 20px;
	height: 70px;
	background-color: #EAEAEA;
	cursor: pointer;
}
#black-line {
	margin: 20px 0 0 0;
	border: 3px solid #000;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
#black-line a {
	color: #000;
}

.prev-post {
 position: fixed;
 height: 50px;
 margin: -25px 0 0 0;
 top: 50%;
 left: 0px;
 background-color: #EAEAEA;
}

.slide-menu {
 position: absolute;
 width: 974px;
 padding: 10px;
 background-color: #EAEAEA;
 margin: -30px 0 0 -30px;
 min-height: 90px;
 z-index: 10000;
 display: none;
}

.slide-menu.on {
 display: block;
}


input.polerise,
input.wpcf7-text,
input.wpcf7-captchar {
	display: block;
	margin: 5px 0;
	border: 2px solid #bdc3c7 !important;
        color: #34495e !important;
	width: 350px;
	height: 45px !important;
}


textarea.wpcf7-textarea {
	display: block;
	margin: 5px 0;
	width: 350px;
	border: 2px solid #bdc3c7 !important;
        color: #34495e !important;
}


#forward {
	position: fixed;
	top: 0;
	height: 100%;
	right: 0px;
	background-color: #EAEAEA;
}

#forward img {
  }

#forward a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	display: block;
	padding: 10px;
	opacity: 0.1;
}

#forward a:hover {
        opacity: 1;
}
	

/*All iPad's all variant*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
#wrapper {
	width: 97%;
}
}


#alert-news a {
	display: block;
	padding: 30px 50px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ECF0F1;
	background-color: #E74C3C;
}


.yashare-auto-init  {
	float: left;
	margin-right: 5px;
}

.surfinbird__like_iframe {
	float: left;
	margin: 3px 0 0 0;
}

.funnypost {
	width: 70%;
	font-size: 16px;
	line-height: 18px;
	float: left;
	font-style: italic;
}

/*#top-adv .sam-container.sam-place {
	width: 728px;
	margin: 0 auto;
}*/

/*iPhone 2G-4S all variant*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
 #wrapper {
  width: 1000px;
 }
}


/*links*/
a {
	color: #2980B9;
	text-decoration: none;
}
a:hover {
	color: #27AE60;
}
/*clr*/
.clr {
	clear: both;
}
.f-right {
	float: right;
}