html {
	background: #470217 url(/templates/erotic/images/bg-pattern.jpg) repeat top center;
}

@import 'https://fonts.googleapis.com/css?family=Oswald';

body {
	font-size: 14px;
	font-family: Oswald;
	background-color: #fff;
	background: url(/templates/erotic/images/bg-image.jpg) no-repeat top center;
	color: #fff;
	padding:0px;
	margin:0px;
}

form, ul, li{
	padding:0px;
	margin:0px;
}

a{
	color:#fff;
}

p img{
	padding: 0px;
	max-width: 100%;
}

div.post{
	padding:5px;
	margin:0px;
}

div.title h2{
	font-size: 1.5em;
	padding:0px;
	margin:0px;
}

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

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home3:before { content: "\e903"; }
.icon-video-camera:before { content: "\e906"; }
.icon-folder-open:before { content: "\e904"; }
.icon-display:before { content: "\e905"; }
.icon-bubble:before { content: "\e900"; }
.icon-bubble2:before { content: "\e901"; }
.icon-eye:before { content: "\e902"; }

#header {
    margin: 0;
    height: 150px;
	position: relative;
}

#header #menu {
    position: absolute;
    right: 0;
    top: 60px;
    height: 50px;
    line-height: 50px;
    z-index: 100;
}

#header .logo {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 280px;
    height: 100px;
    background: url(/templates/erotic/images/logo.png) no-repeat;
}

#header #menu>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#header #menu>ul>li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
}

#header #menu ul li a, #header #menu ul li span {
    float: none;
	text-decoration: none;
}

#header #menu a, #header #menu span {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 20px;
    background: #950d31;
    background: -moz-linear-gradient(top,#950d31 0,#57031d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#950d31),color-stop(100%,#57031d));
    background: -webkit-linear-gradient(top,#950d31 0,#57031d 100%);
    background: -o-linear-gradient(top,#950d31 0,#57031d 100%);
    background: -ms-linear-gradient(top,#950d31 0,#57031d 100%);
    background: linear-gradient(to bottom,#950d31 0,#57031d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#950d31', endColorstr='#57031d', GradientType=0);
    box-shadow: 1px 1px 0 rgba(255,255,255,.15) inset,-1px -1px 0 rgba(0,0,0,.25) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    cursor: pointer;
}
#header #menu a:hover,#header #menu span:hover,#header #menu a.active,#header #menu span.active, .slide:hover, .slide.active {background:#b41140;background:-moz-linear-gradient(top,#b41140 0,#710426 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b41140),color-stop(100%,#710426));background:-webkit-linear-gradient(top,#b41140 0,#710426 100%);background:-o-linear-gradient(top,#b41140 0,#710426 100%);background:-ms-linear-gradient(top,#b41140 0,#710426 100%);background:linear-gradient(to bottom,#b41140 0,#710426 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b41140', endColorstr='#710426', GradientType=0)}

#header #search-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    height: 50px;
    line-height: 50px;
    width: 450px;
}
.fas {
	display: inline-block;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fas-search:before {content: "\e907";}
#header #search-wrapper .cancel {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 50px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    right: 0;
    color: #ea2b61;
    cursor: pointer;
}
#header #search-wrapper .search-field {
    height: 50px;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    color: #272729;
    width: 400px;
    float: left;
    font-size: 16px;
    font-weight: 400;
}
#header #search-wrapper button {
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 50px;
    width: 50px;
    line-height: 50px;
    float: left;
    display: block;
    color: #fff;
    padding: 0 20px;
    background: #950d31;
    background: -moz-linear-gradient(top,#950d31 0,#57031d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#950d31),color-stop(100%,#57031d));
    background: -webkit-linear-gradient(top,#950d31 0,#57031d 100%);
    background: -o-linear-gradient(top,#950d31 0,#57031d 100%);
    background: -ms-linear-gradient(top,#950d31 0,#57031d 100%);
    background: linear-gradient(to bottom,#950d31 0,#57031d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#950d31', endColorstr='#57031d', GradientType=0);
    box-shadow: 1px 1px 0 rgba(255,255,255,.15) inset,-1px -1px 0 rgba(0,0,0,.25) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    cursor: pointer;
}

a:focus {
	outline: none;
}
#category {
	background: rgba(0,0,0,.6);
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
    background: #950d31;
    background: -moz-linear-gradient(top,#950d31 0,#57031d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#950d31),color-stop(100%,#57031d));
    background: -webkit-linear-gradient(top,#950d31 0,#57031d 100%);
    background: -o-linear-gradient(top,#950d31 0,#57031d 100%);
    background: -ms-linear-gradient(top,#950d31 0,#57031d 100%);
    background: linear-gradient(to bottom,#950d31 0,#57031d 100%);
}
.btn-slide {
	background: url(/templates/erotic/images/white-arrow.gif) no-repeat right -41px !important;
	width: 110px;
	text-align: left !important;
}
.active {
	background-position: right 20px !important;
}

#categoryul { list-style: none; }
#categoryul li { display: inline-block; }

#categoryul a {
    display: block;
    border: 1px solid #860b2c;
    width: 140px;
	text-decoration: none;
    margin: 8px 10px;
    padding: 8px 15px;
    font-size: 1.1em;
    background: rgba(96, 5, 32, 0.64);
}

#categoryul a:hover, #kat_activ {
	background: rgba(218, 76, 117, 0.44) !important;
}


#container {
	margin: auto;
	padding: 10px 0px 0px;
	text-align: center;
	max-width: 1050px;
}

#content {
	background: rgba(0,0,0,.6);
	margin: 20px 0 20px 0;
	padding-bottom: 5px;	
	box-shadow: 0 0 15px rgba(160,82,45,0.5);
}

#main-title span {
    font-weight: normal;
    font-size: 0.9em;
}

#zag {
	text-align: center;
	padding: 40px 0px 20px 20px;
	font-size: 1.5em;
}

#related {
    text-align: center;
}

#related img {
	max-width: 190px !important;
    width: 47% !important;
    height: auto !important;
    margin: 5px !important;
	opacity: 0.85 !important;
}

#related img:hover {
	opacity: 1 !important;
}

#info {
    padding: 30px 10px 0px 30px;
    line-height: 1.7;
    width: 80%;
	display: inline-block;
}

#rate {
    display: inline-block;
}

span {
	margin:0px;
	padding:0px;
}

#shortstor {
	width: 47%;
	max-width: 240px;
	display: inline-block;
	margin: 1% 1% 5px 1%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
}

#shortstor a img {
	z-index: 1;
	width: 100%;
	max-width: 240px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
}
#shortstor a span.inftext {
	color: #fff;
	font-size: 17px;
	display: block;
	position: absolute;
	bottom: 0;
	width: 230px;
	padding: 5px 5px;
	left: 0;
	z-index: 6;
	line-height: 1.5;
	text-decoration: none;    
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#shortstor a span.inftext b { color: #fff; font-size: 13px; font-weight: bold; }
#shortstor a:hover span.inftext b { white-space: normal; }
#shortstor a span.inftext span { color: #fff; font-size: 10px; margin-top: 3px; line-height: 10px; }
#shortstor a:hover span.inftext { background: #950d31 !important; filter: none !important; white-space: normal; }


#shortstor span.favorlink img { width: 30px; height: 30px; }
#shortstor span.favorlink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	text-decoration: none;
	margin: 5px 0px -30px 5px;
	opacity: 0.4;
}
#shortstor span.favorlink:hover { opacity: 1; }

#shortstor span.rate img { width: 30px; height: 30px; }
#shortstor span.rate {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	text-decoration: none;
	margin: 0px 1px 0px 0px;
	opacity: 0.5;
}
#shortstor span.rate:hover { opacity: 1; }

#shortstor span.view-short,
#shortstor span.comment-short,
#shortstor span.date-short,
#shortstor span.col-short {
	position: absolute;
	right:0;
	z-index: 3;
	text-decoration: none;
	margin: 0px 2px 3px 0px;
	opacity: 1;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	border-radius: 8px;
	padding: 0.1em 1em 0.1em 1em;
}

#shortstor span.view-short { bottom: 4em; }
#shortstor span.comment-short { bottom: 5.6em; }
#shortstor span.col-short { bottom: 2.5em; }
#shortstor span.date-short { bottom: 0; }

#clear {
  clear:both;
  height:0px;
  line-height:0px;
  font-size:1px;
}

#fullnews, #content h1 {
	text-align: left;
	padding: 10px 10px 0px 20px;
}

#fullnews img{
	max-width: 800px;
	margin-top: 20px;
	text-align:justify;
}

.inform {
	background: rgba(149, 13, 49, 0.78) !important;
	cursor: pointer;
}

#footer {
	background: rgba(0,0,0,.6);
	padding:10px;
	margin:0px;
	color: #fff;
	text-align: justify;
}
#footer a {
	color: #fff;	
}

/*------------Комментарии--------------*/
#comment {
	padding: 10px 0;
	margin: 0;
	border-bottom: solid 1px #780C16;
	color:#fff;
	text-align: left;
    padding: 15px;
}

#comm-left {
	width: 80px;
	float: left;
}
#comm-left p.group {
	color: #65a7bc;
	display: block;
	font-size: 12px;
	margin: 0;
}
#comm-left img {
	max-width: 60px;
	max-height: 60px;
	padding: 5px;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 7px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(255, 255, 255, 1);
 	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(255, 255, 255, 1);
}

#comm-right { margin-left: 90px; }
#comm-right .comm-header {
	margin: 0 0 7px 0;
	position: relative;
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom: dashed 1px #FEC7AB;
}
#comm-right .comm-header a{
	text-decoration: underline;
}
#comm-right .comm-text {
	font-size: 14px;
}

#comm-footer {
	font-size: 13px;
	margin: 30px 0px 0px;
	text-align: right;
}

.mass_comments_action {
	margin: 10px 0 10px 0;
	padding: 10px;
	border: dashed 1px #cd4908;
}

#add_com_title {
	color: #fff;
	column-gap: 18px;
	font: normal normal 400 18.2px/normal Trebuchet MS;
	height: 22px;
	background-color: #8D003B;
	padding: 8px;
	margin: 10px 0px 2px 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#add_com_body {
	background-color: #8D003B;
	color: #fff;
	padding: 8px;
	margin: 0px 0px 2px 0px;
}

#add_com_bottom {
	background-color: #8D003B;
	padding: 8px;
	margin: 0px 0px 2px 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.f_input { width: 300px; background: #fff url("/templates/erotic/images/fields.png") repeat-x; border: 1px solid #bcc0c2;}
.bb-editor { overflow: hidden; }

#dle-comments-form {
    width: 90% !important;
    text-align: left !important;
    margin: 5%;
}

.bb-editor textarea{
    height: 100px;
}
/*--------------------------------------*/

.pager-wrapper{text-align:center;margin:0 0 30px}
.pager-wrapper:last-child{margin: 40px 0px;}
.pager-wrapper .pager{height:30px;line-height:30px;text-align:left;margin:0;display:inline-block;padding:0 10px}
.pager-wrapper .pager:after{content:'';display:block;clear:both}
.pager-wrapper .pager a,.pager-wrapper .pager a:visited{text-decoration:none;font-family:Oswald,sans-serif;display:block;float:left;margin:0 5px 0 0;height:30px;width:30px;line-height:30px;text-align:center;background:#fff;color:#272729;font-size:15px;font-weight:300;transition:all ease-in-out .15s;-moz-transition:all ease-in-out .15s;-webkit-transition:all ease-in-out .15s}
.pager-wrapper .pager a:hover,.pager-wrapper .pager a:visited:hover{background:#ea2b61;color:#fff}
.pager-wrapper .pager a.active,.pager-wrapper .pager a:visited.active{background:#ea2b61;color:#fff}
.pager-wrapper .pager a.link,.pager-wrapper .pager a:visited.link{background:0 0;font-weight:400;width:auto}
.pager-wrapper .pager a.link:hover,.pager-wrapper .pager a:visited.link:hover{background:0 0}
.pager-wrapper .pager span{display:block;float:left;margin:0 5px 0 0;height:30px;width:30px;line-height:30px;text-align:center;color:#fff;font-size:15px;font-weight:300;transition:all ease-in-out .15s;-moz-transition:all ease-in-out .15s;-webkit-transition:all ease-in-out .15s}

#toTopWrapper {
	width:100px;
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
}
#toTopClickZone {
	cursor: pointer;
	width: 100px;
	opacity: 1;
	background-color: rgba(68, 76, 138, 0.2);
	z-index:99999;
	display:none;
}
#toTopClickZone p, #toTopCloneCapt {
	color: #FFFFFF;
    font-family: tahoma,verdana,arial;
    font-size: 12px;
    height: 27px;
    left: 37px;
	margin-top: 12px;
    line-height: 25px;
    position: fixed;
    text-align: center;
    text-shadow: 1px 1px 1px #7A005C;
    top: -2px;
    width: 63px;
	z-index:100;
}
#toTopCloneCapt {
	display:none;
	z-index:101;
}
#toTop {
	background: url("/templates/erotic/images/up.png") no-repeat scroll 0 0 #60016D;
	height: 27px;
    left: 10px;
	position:fixed;
	top: 10px;
    width: 27px;
	opacity: 1;
	cursor: pointer;
	display:none;
	z-index:99;
}