@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    height: 100%;
    width: 100%;
	font-family: 'Roboto', sans-serif;
    color: #2f3338;
    background: #ebab75;
    overflow-x: hidden;
}
img {
    border: none;
    max-width: 100%;
    display: block
}
a {
    color: #ebd58f;
    text-decoration: none;
    outline: none
}
a:hover{
	transition: .2s;
}
ul, li {
    list-style: none
}
.clear:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}
.clear {
    *min-height: 1px
}
.dadak {
    margin: 0 auto;
    min-height: 100%;
    min-width: 300px;
    overflow: hidden;
	max-width: 1640px;
}
#voblya {
    position: relative;
    height: 69px;
	border-bottom: 1px solid #ebab75;
    background: #2f3338;
}
.voblyacentr {
    max-width: 1640px;
    margin: 0 auto;
	padding: 0 10px;
    text-align: justify;
    text-justify: newspaper;
    zoom: 1;
}
.voblyacentr:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block
}
.logotype {
    display: inline-block;
	vertical-align: top;
    margin-top: 10px;
	font-size: 28px;
	color: #ebab75;	
}

a:logotype,a:visited{color:#ebab75}a:hover{color:#e4e4e4}
	
.voblya-list {
	height: 43px;
	line-height: 43px;
	margin-bottom: 30px;
    font-size: 12px;
	position: relative;
	background: url("/images/menu-bg.png") repeat-x;
}
/*.menu-home{*/
	/*background: none !important;*/
/*}*/
.menu-home span{
	width: 14px;
	height: 12px;
	display: block;
	margin: 14px 15px 0 0;
	background: url("/images/menu-home.png") no-repeat;
}
.voblya-list li {
	float: left;
	height: 43px;
    margin: 0 7px 0 3px;
	padding-left: 12px;
	background: url("/images/menu-separator.png") no-repeat right center;
}
.voblya-list li a {
    color: #2f3338;
	font-size: 13px;
	text-transform: uppercase;
}
.voblya-drop{
	padding-right: 16px;
	background: url(/images/menu-arrow.png) no-repeat right center;
}
.voblya-list li a:hover {
    color: #e4e4e4;
}
.list-parent {
    padding-right: 15px;
	position: relative;
}
.list-parent-drop {
	display: none;
	padding: 10px 10px 20px 10px;
	width: 400px;
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 99;
	background: #0e0e0e;
}
.list-parent:hover .list-parent-drop{
	display: block;
}
.list-parent-drop li{
	float: left;
	width: 160px;
	height: 25px;
	background: none !important;
}
.precor{display: none;height: auto;overflow: hidden;text-align: center;padding: 10px 0;clear: both}
.lang {
    display: inline-block;
	vertical-align: top;
    height: 32px;
    line-height: 32px;
	margin-top: 19px;
	padding-right: 26px;
	text-align: left;
    cursor: pointer;
    position: relative;
    background: #0e0e0e;
}
.lang strong {
    color: #ebab75;
    display: block;
    font-weight: 400;
    font-size: 11px;
    padding: 0 0 0 40px;
	background: url(/images/gb.png) 8px 50% no-repeat !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.lang strong:hover{
	color: #e4e4e4;
}
.lang-arrow{
	display: block;
	width: 7px;
	height: 4px;
	position: absolute;
	top: 14px;
	right: 10px;
	background: url("/images/lang-arrow.png") no-repeat;
}
.lang ul {
    display: none;
    position: absolute;
    right: 0;
    width: 584px;
    background: #0e0e0e;
    z-index: 3000;
    overflow: auto;
    text-transform: capitalize;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    -webkit-overflow-scrolling: touch
}
.lang ul li {
    float: left
}
.lang ul li a {
    display: block;
    float: left;
    width: 114px;
    padding: 7px 0 7px 32px;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    border-radius: 0;
	color: #2f3338;
}
.lang ul li a:hover{
	color: #e4e4e4;
}
.lang strong.en, .lang ul li a.en, .list-language a.en {background:url(/images/gb.png) 5px 50% no-repeat;}

.search {
	max-width: 410px;
    width: 100%;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 15px;
    background: #0e0e0e;
	border-radius: 3px;
}
.search-title {
	display: inline-block;
	vertical-align: top;
    width: 292px;
	margin-top: 5px;
	height: 31px;
}
.search-title .field-text{
	height: 31px !important;
	line-height: 31px !important;
}
.search-title .bttn{
	width: 31px !important;
	height: 31px !important;
	background: url(/images/search-title-button.png) no-repeat 8px 8px !important;
}
.search-center .field-text{
	color: #2f3338 !important;
}
.search form {
    display: block
}
.search .field-text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 37px;
    background: none;
	font-family: 'Roboto', sans-serif;
    border: none;
    outline: none;
    font-size: 13px;
    color: #9f9f9f;
    float: left;
    z-index: 1;
	text-transform: uppercase;
}
.search input.bttn {
    width: 49px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    padding: 0;
    z-index: 20;
    background: url(/images/search-button.png) no-repeat ;
}
.search-right {
    width: 49px;
    height: 40px;
    margin-right: -37px;
    background: #0e0e0e;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.search-right .fa-search {
    width: 22px;
    height: 22px;
    color: #000;
    margin: 6px 0 0 5px;
}
.search-open, .menu-open {
    display: none;
}
.boxin {
    margin-bottom: 120px;
}
.boxin-list {
    margin-bottom: 120px;
}
.boxin-list #allse{
	float: none;
}
#allse {
    overflow: hidden;
}
.picstime {
    background: rgba(0,0,0,.7);
    bottom: 2px;
    color: #e4e4e4;
    font-size: 10px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    text-align: center;
    width: 47px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.title {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 6px;
	margin: 0 1px 4px;
	border-radius: 3px;
    background: #ebab75;
}
.title-search{
	height: 56px;
	line-height:56px;
	margin-bottom: 25px;
}
.title-box {
    text-align: justify;
    text-justify: newspaper;
    zoom: 1
}
.title-box:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block
}
.title-video {
    margin-top: 0;
}
.title h1 {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #2f3338;
    text-transform: uppercase;
}
.title h2 {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #2f3338;
    text-transform: uppercase;
}
.top-searches{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #db9a33;
	text-transform: uppercase;
}
.top-searches p{
	color: #9e9e9e;
	display: inline-block;
	vertical-align: top;
}
.top-searches a{
	display: inline-block;
	vertical-align: top;
	color: #db9a33;
}
.top-searches a:hover{
	color: #e4e4e4;
}

.sort {
    display: inline-block;
	vertical-align: top;
	margin: 10px 2px 4px;
}
.sort li {
    float: left;
    margin: 0 2px 4px;
}
.sort li a {
    font-size: 13px;
    display: block;
    height: 21px;
    line-height: 21px;
    padding: 0 20px;
	margin-top: 10px;
    color: #2f3338;
	border-radius: 2px;
    background: #0e0e0e;
	text-transform: uppercase;
}
.sort li a:hover {
    color: #e4e4e4;
}
.pagination {
    font-size: 0;
	height: 42px;
	line-height: 42px;
	background: #2f3338;
	margin: 0 1px 24px;
	padding: 0 20px;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    display: inline-block;
    margin: 0 3px;
    color: #db9a33;
	font-size: 14px;
	text-transform: uppercase;
}
.pagination li a:hover {
    color: #e4e4e4;
}
.pagination span {
    font-size: 13px;
    color: #db9a33;
    margin: 0 10px;
    display: inline-block;
    text-transform: uppercase
}
.page-prev a, .page-next a {
    color: #db9a33!important
}
.page-prev a:hover, .page-next a:hover {
    color: #e4e4e4!important;
}
.alphabet {
    font-size: 0;
    vertical-align: top;
    display: inline-block
}
.alphabet li {
    float: left;
}
.alphabet li a {
    font-size: 13px;
    color: #db9a33;
    text-transform: uppercase;
    padding: 0 3px;
}
.alphabet li a:hover {
    color: #e4e4e4;
}
.sort-of-date{
	display: inline-block;
	vertical-align: top;
}
.sort-of-date a{
	font-size: 13px;
	color: #db9a33;
	text-transform: uppercase;
}
.sort-of-date a:hover{
	color: #e4e4e4;
}
.thumbs {
    text-align: center;
    font-size: 0;
    margin-bottom: 5px;
}
.thumbs-friends{
	margin-bottom: 25px;
}
.displ {
    max-width: 326px;
    width: 100%;
    margin: 1px;
    padding: 3px;
    display: inline-block;
    z-index: 1;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    background: #2f3338;
}
.displ a {
    position: relative;
    display: block;
}
.picsimg img {
    display: block;
    position: relative;
    margin-bottom: 1px
}
.displ:hover .picsimg img {
    transition: .2s;
    opacity: .6;
}
.picsname {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin-top: 2px;
    color: #db9a33;
    overflow: hidden;
}
.picsname i {
	color: #db9a33;
    font-style: normal;
	text-transform: uppercase;
}
.picsname:hover i {
    color: #e4e4e4;
}
.displ:hover .picsname {
    transition: .3s;
}
.views-thumb{
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: block;
	max-width: 66px;
	max-height: 66px;
	padding: 21px 0;
	overflow: hidden;
	color: #2f3338;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .7);
}
.picsviews {
    float: right;
    overflow: hidden;
    color: #2f3338;
    font-size: 11px;
    line-height: 27px
}
.picstags {
    text-align: left;
	margin-bottom: 5px;
    height: 13px;
    font-size: 11px;
    color: #373737;
    overflow: hidden;
}
.picstags-first{
    font-size: 14px;
    margin: 0 0 5px 0;
    text-align: center;
    height: 18px;
    overflow: hidden;
}
.picstags-first a{
    font-size: 14px !important;
    color: #db9a33 !important;
	text-transform: none !important;
}
.picstags-first a:hover{
    color: #e4e4e4 !important;
}
.picstags a {
    display: inline-block;
    color: #2f3338;
    font-size: 11px;
    line-height: 17px;
	text-transform: uppercase;
}
.picstags a:hover {
    color: #e4e4e4;
}
.picsname-two{
	margin: 0 5px;
    font-size: 14px;
	color: #db9a33;
    /*height: 38px;*/
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.picsname-two:hover{
    color: #e4e4e4;
}
.picsinfo {
	padding: 2px 5px 0;
    text-align: left;
    color: #2f3338;
}
.picssource {
    float: right;
    font-size: 11px;
}
.picssource a {
    display: inline-block;
    font-size: 11px;
    color: #FF00FF!important;
	text-transform: uppercase;
}
.picssource a:hover {
    color: #e4e4e4!important
}
.picsadd {
    float: left;
    font-size: 11px;
    color: #aeaeae;
	margin-top: 3px;
}
.picsname-friends{
	display: inline-block !important;
	text-align: center;
	font-size: 14px;
	color: #db9a33;
	text-transform: uppercase;
	padding: 5px 0;
	width: 100%;
    height: 25px;
    overflow: hidden;
}
.picsname-friends:hover{
	color: #e4e4e4;
}
.picsname-friends i{
	font-style: normal;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.related {
    padding: 20px 15px;
    margin-bottom: 24px;
	background: #2f3338;
}
.related li {
    float: left;
    padding-left: 16px;
    margin-right: 10px;
}
.related li a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #db9a33;
	text-transform: uppercase;
}
.related li a:hover {
    color: #e4e4e4;
}
.list-alphabet, .list-count, .pornstars-list,.list-language {
    padding: 20px 15px;
	background: #2f3338;
	margin-bottom: 25px;
}
.list-alphabet ul {
    float: left;
    width: 23%;
    margin: 0 1%
}
.letter{
	font-size: 18px !important;
	background: none !important;
	border-bottom: 1px dotted #2f3338;
}
.list-alphabet li {
    line-height: 22px;
	padding-left: 12px;
	background: url(/images/list-bullet.png) no-repeat left 7px;
}
.list-alphabet li a {
    display: inline-block;
    color: #db9a33;
    font-size: 14px;
    line-height: 20px;
	text-transform: uppercase;
}
.list-alphabet li a:hover {
    color: #e4e4e4;
}
.list-alphabet li span{
    float: right;
    text-align: right;
    color: #2f3338;
    font-size: 14px;
}
.pornstars-list ul {
    float: left;
    width: 18%;
    margin: 0 1%
}
.pornstars-list li {
    font-size: 12px;
	padding-left: 12px;
	background: url(/images/list-bullet.png) no-repeat left 7px;
}
.pornstars-list a {
    line-height: 22px;
	font-size: 14px;
    color: #db9a33;
	text-transform: uppercase;
}
.pornstars-list li a:hover {
    color: #e4e4e4;
}
.list-language li{
	float: left;
	width: 18%;
	margin: 0 1%;
	line-height: 27px;
}
.list-language a{
	text-transform: uppercase;
	color: #db9a33;
	padding-left: 32px;
}
.list-language a:hover{
	color: #e4e4e4;
}
.list-searches{
    padding: 20px 15px;
    margin-bottom: 5px;
	background: #2f3338;
}
.list-searches ul{
	float: left;
	width: 23%;
	margin: 0 1%;
}
.list-searches li{
	line-height: 22px;
    font-size: 14px;
	padding-left: 12px;
	background: url(/images/list-bullet.png) no-repeat left 7px;
}
.list-searches a{
	color: #db9a33;
}
.list-searches a:hover{
	color: #e4e4e4;
}
.searches-info-box{
	height: 34px;
	line-height: 34px;
	margin: 1px 0;
	padding: 0 10px;
	overflow: hidden;
}

/*End sidebar*/
#end {
    height: 90px;
    margin-top: -90px;
    overflow: hidden;
    padding: 0 10px;
	background: #2f3338;
}
.end-wrap {
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
	padding: 7px 180px 0 0;
}
.end-left{
	float: left;
	max-width: 612px;
}
.end-top{
	font-size: 12px;
	color: #ebab75;
	margin-bottom: 20px;
}
.end-info{
	font-size: 12px;
	color: #ebab75;
}
.end-info p{
	color: #ebab75;
	text-align: left;
	float: left;
}
.end-info a{
	color: #db9a33;
	float: right;
}
.end-info a:hover{
	color: #e4e4e4;
}
.end-logo{
	float: right;
	margin-right: -170px;
	font-size: 28px;
	color: #ebab75;	
}
.movvebox {
    max-width: 980px;
    width: 100%;
    margin: 20px auto 5px
}
.social-video{
	display: inline-block;
	vertical-align: top;
	width: 180px;
	overflow: hidden;
	margin-top: 3px;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.movveinfo {
    margin: 4px 0 0;
    padding: 10px 200px 10px 15px;
    background: #2f3338;
}
.movveinfo-left {
    float: left;
    font-size: 13px;
	text-transform: uppercase;
}
.movveduration p, .movveadded p, .movvetags p {
    display: inline-block;
    vertical-align: top;
    color: #ebab75;
    margin-right: 3px;
}
.movveduration span, .movveadded span, .movvetags span {
    display: inline-block;
    vertical-align: top;
    color: #e4e4e4;
}
 .movvetags a {
    color: #db9a33;
}
.movvetags a:hover{
	color: #e4e4e4;
}
.movveinfo-right {
    float: right;
    width: 200px;
    margin-right: -200px;
    text-align: center
}
.movverating-box {
    display: inline-block;
	margin-bottom: 3px;
}
.movverating-box a.vote {
    display: inline-block;
    vertical-align: top;
}
.movverating-box a {
/*	width: 90px;*/
	height: 29px;
	line-height: 29px;
	color: #2f3338;
	text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}
.movverating-box a:hover{
	opacity: .5;
}
.movverating-box a.vote img {
    display: inline-block;
}
.movverating-box img {
    display: inline-block;
}
.movverating p {
	margin-top: 4px;
    font-size: 13px;
    color: #2f3338;
	text-transform: uppercase;
}
.movverating p span{
	color: #db9a33;
}
.comment-title {
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    background: #2f3338;
	margin: 14px 0 4px;
	border-radius: 3px;
}
.comment-title h2 {
    float: left;
    font-size: 13px;
    color: #2f3338;
    font-weight: 400;
	text-transform: uppercase;
}
.comment-wrap {
    background: #2f3338;
    padding: 0 12px 5px
}
.comment {
    padding: 10px 3px;
    border-bottom: 1px dashed #db9a33;
}
.comment-name {
    float: left;
    color: #db9a33;
    font-size: 11px;
	text-transform: uppercase;
}
.comment-posted {
    float: right;
    color: #2f3338;
    font-size: 11px;
}
.comment-text {
    margin-top: 5px;
    font-size: 13px;
    color: #2f3338;
}
.comment-form {
    padding: 15px 25px;
    text-align: center;
}
.comment-form p {
    text-align: left;
    font-size: 12px;
    color: #2f3338;
    margin-left: 20px;
}
.comment-form textarea {
    min-height: 80px;
    max-width: 900px;
    width: 100%;
    margin: 5px auto 7px;
    border: none;
    border-radius: 3px;
    color: #2f3338;
    background: #e4e3e2;
}
.comment-form .comment-button {
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
    padding: 0 30px;
    border: none;
    color: #000;
    font-size: 14px;
    background: #db9a33;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
}
.comment-form .comment-button:hover{
	transition: .2s;
	color: #2f3338;
	background: rgba(253,176,50,.9)
}
#back-top {
    position: fixed;
    right: 5px;
    bottom: 10px
}
.top-btn {
    display: block;
    width: 76px;
    height: 76px;
    background: url(/images/button-up.png) no-repeat center center;
    clear: both;
    border-radius: 5px;
    overflow: hidden
}
.title-search .search{
	margin-top: 8px;
}

@media (min-width:375px) and (max-width:735px)
{
.pgnmb li a,
.pgnmb span{font-size:16px}
.pgnmb li{padding:3px}
.pgnmb li a{padding:10px 6px 8px}
			.search {display: none;}
	.title-box {display: none;}
}
@media (min-width:736px) and (max-width:1023px)
{
.pgnmb li a,
.pgnmb span{font-size:17px}
.pgnmb li{padding:3px}
.pgnmb li a{padding:10px 8px 8px}
.search {display: none;}
.precor{display:block}
.title-box {display: none;}
}


@media all and (max-width:1655px) {

	.displ{
		width: calc(20% - 2px);
	}

}
@media all and (max-width:1130px) {

	.search{
		max-width: 310px;
	}
	#header{
		height: auto;
	}

}

@media all and (max-width:1024px) {

	.voblya-middle{
		padding: 0 10px;
	}
	.search{
		max-width: 100%;
	}
	.title-search .search{
		width: 50%;
	}
	.lang{
		position: absolute;
		top: 0;
		right: 10px;
	}
	.displ{
		width: calc(33% - 1px);
	}
	.precor{display:block}

}
@media all and (max-width:900px) {

	.list-alphabet ul,.list-searches ul{
		width: 48%;
	}
	.pornstars-list ul{
		width: 23%;
	}
	.social-video{
		display: none;
	}
				.search {display: none;}
	.title-box {display: none;}
}
@media all and (max-width:800px) {

	#end{
		height: auto;
		margin-top: 0;
	}
	.end-wrap{
		padding:7px 0 0 0;
		text-align: center;
	}
	.end-left{
		float: none;
		margin:0 auto;
	}
	.end-info p{
		float: none;
		text-align: center;
	}
	.end-info a{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin:10px 0;
	}
	.end-logo{
	    float: none;
	    margin: 10px 0;
	    display: inline-block;
	    vertical-align: top;
    }
				.search {display: none;}
	.title-box {display: none;}
}
@media all and (max-width:700px) {

	.voblya-middle{
		padding: 0 5px;
		text-align: center;
	}
	.logotype{
		float: left;
	}
	.lang{
		right: 5px;
	}
    .displ{
	    width: calc(50% - 2px);
	}
	.pagination{
		text-align: center;
		height: auto;
		padding: 0;
	}
	.pornstars-list ul{
		width: 31%;
	}
	.list-language li{
		width: 23%;
	}
			.search {display: none;}
	.title-box {display: none;}
}

@media all and (max-width:640px) {

	.lang ul{
		width: 460px;
	}
	.pornstars-list ul{
		width: 48%;
	}
	.list-language li{
		width: 31%;
	}
		.search {display: none;}
	.title-box {display: none;}

}

@media all and (max-width:480px) {

	.lang strong {
		width: 22px;
		height: 14px;
		display: block;
		margin-top: 9px;
	}
	.lang strong span{
		display: none;
	}
	.lang ul{
		width: 345px;
	}
	.list-alphabet ul,.list-searches ul{
		width: 98%;
	}
	.list-language li{
		width: 48%;
	}
	.title-search h2{
		display: none;
	}
	.title-search .search{
		width: 100%;
	}
			.search {display: none;}
	.title-box {display: none;}

}
@media all and (max-width:400px) {

	.lang ul{
		width: 235px;
	}
			.search {display: none;}
	.title-box {display: none;}

}