* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
    font-size: 100%;
    background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; !important;
    margin: 0;
    padding: 0;
}

body a {
    text-decoration: none;
	color: #0c0c0c;
}

body a:hover {
    text-decoration: none;
	color: #607C07;
}

p {
    margin: 0;
}

ul, label {
    margin: 0;
    padding: 0;
}

div.header, div.gallery, div.navbar, div.navbar2, .footer-bottom .footer, div.tags, div.ad-container, div.tradeindex, div.footads, div.az {
	max-width: 1330px;
	margin: 3px auto;
}

.headline, .headline2 {
	max-width: 1330px;
	margin: 15px auto;
	padding-left: 15px;
}

/*-- header --*/
.top-nav{
	float: left;
	text-align: center;
	margin-top: 1em;
}

.top-nav p{
	margin: 13em 0 1em;
	text-align: center;
	font-size: 14px;
	color: #B5B5B5;
}

.logo{
	float: left;
	margin: 0 0 0 27em;
}

.logo a,.footer-logo a{
	display: block;
	font-size: 2.8em;
    font-weight: 800;
	color: #888;
	text-decoration: none;
}

.logo a span,.footer-logo a span{
	color: #607C07;
}

.search{
	float: right;
	margin-top: .3em;
}

/*start search*/
.sb-search {
	position: absolute;
	width: 0%;
	min-width: 50px;
	margin: 0;
	height: 70px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	background: none;
}

.sb-search-input {
	position: absolute;
	top: 13px;
	left: 1px;
	border: none;
	outline: none;
	background:#B5B1CD;
	width: 100%;
	height: 42px;
	margin: 0;
	z-index: 10;
	font-size: 13px;
	color:#fff;
	margin-left: 1em;
    padding-left: 1em;
}

.sb-search-input::-webkit-input-placeholder {
	color: #fff;
}

.sb-search-input:-moz-placeholder {
	color: #ffffff;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}

.sb-icon-search,.sb-search-submit {
	width: 50px;
	height: 70px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 85px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background:#fff url(../images/search.png) no-repeat 19px 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}

.sb-icon-search {
   background:#fff url(../images/search.png) no-repeat 19px 20px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:30%;
}

.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #c0c0c0 url('../images/img-sprite.png') no-repeat 0px 1px;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*-- search-ends --*/
button#showRightPush {
    border: none;
    background: none;
	outline: none;
	z-index: 9;
	position: fixed;
}

.header {
    padding: 1em 0;
}
/*-- //header --*/

/*--headline-starts--*/
div.headline, div.headline2 {
	width: 100%;
	clear: both;
	text-align: justify;
	position: relative;
	height: 20px;
}

.headline h1, .headline2 h1 {
	display: table-cell;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	font-size: 1.5em;  
	color: #607C07;
}

.headline h1 span {
	display: inline;
	vertical-align: middle;
	margin-left: 5px; 
	padding-left: 8px; 
	font-size: 0.8em; 
	line-height: 16px; 
	font-weight: 400; 
	border-left: 1px solid #303030; 
	color: #878787;
}

/*--headline-ends--*/

/*--button-star--*/
div.sort1 a, div.sort1 a:active, div.sort2 a, div.sort2 a:active {
    background: #888888;
	border: 1px solid #888888;
	font-weight: bold;
	color: #C6C6C6;
}

div.sort1 a.current, div.sort2 a.current, div.sort1 a:hover, div.sort2 a:hover {
  	background: #607C07;
	transition: 0.5s;
  	background-size: 200% auto;
	font-weight: bold;
	color: #fff;
}


div.navbar {
   	padding-left: 10px; 
    padding-right: 10px;
	padding-bottom: 1px;
}

div.navbar2 {
   	padding-left: 10px; 
    padding-right: 10px;
    padding-bottom: 1px;
}

div.sort1 a {
	display: inline-block;
	float: left;
	width: 100px;
	padding:10px;
	font-size:14px;
	border-radius: 22px;
	line-height: 14px;
	text-decoration: none;
	min-width: 60px;
	text-align: center;

}

div.sort2 a {
    margin-left: 15px;
}

div.sort2 a.current {
    margin-left: 0px;
}

div.sort2 a {
	display: inline-block;
	float: left;
	width: 100px;
	padding: 10px;
	font-size: 14px;
	border-radius: 22px;
	line-height: 14px;
	text-decoration: none;
	min-width: 60px;
	text-align: center;
}

div.sort1 a.current, div.sort2 a.current {
	font-weight: bold;
}

div.sort1, div.sort2 {
	margin: 10px auto;
}

div.pagination {
	display: inline-block;
	float: right;
	margin: 10px auto;
}

div.pages a,
div.pages a:active {
	padding: 9px 11px;
	color: #C6C6C6;
	border: 1px solid #888888;
}

div.pages span {
    border-radius: 22px;
    padding: 9px 11px;
    font-size: 0.98em;
	border: 1px solid #888888;
    background: #888888;
    font-weight: bold;
    color: #C6C6C6;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s; 
}

div.pages a:hover,
div.pages span.current a {
    color: #fff;
    text-decoration: none; 
}

div.pages span.current {
    border-radius: 22px;
	padding: 9px 11px;
    background: #607C07; 
    color: #fff;
}

div.pages span:hover {
    border: 1px solid #607C07;
}

/*--button-end--*/

/*--gallery-starts--*/
div.gallery {
	margin-bottom: 1,0em;
}

div.gallery:before {
	content: ""; 
	width: 0; 
	height: 0; 
	display: block; 
	clear: both;
}

ul.content {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

ul.content li {
    float: left;
    margin: 0.4%;
    background: #EFEFEF;
    padding: 8px;
    position: relative;
    box-shadow: 0 1px 3px rgba(231, 231, 231, 0.43);
    width: 19.2%;
	padding-bottom: 95px;
}

ul.content li a.image-wrapper {
    display: block;
    position: relative;
    width: 100%;
}

ul.content li a.image-wrapper::before {
    content: "";
    display: block;
    padding-bottom: 75%; /* 4:3 aspect ratio */
	background: url(https://www.pornmummy.com/images/bg.jpg) 50% no-repeat;
}

ul.content li a.image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	transition: filter 0.3s;
}

ul.content li a.image-wrapper img:hover {
    filter: brightness(1.1);
}

ul.content li h3 {
    height: 35px;
	line-height: 35px;
	margin: 0;
}

ul.content li h3.desc {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    padding: 4px 5px 4px 5px;
    width: auto;
    height: auto;
    line-height: 18px;
    font-size: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-indent: 2px; 
    border-bottom: 1px solid transparent;
    z-index: 20;
    transition: max-height 0.3s, background-color 0.3s; 
    max-height: 35px; 
    background-color:#EFEFEF;
}

ul.content li h3.full {
    white-space: normal;
    max-height: none; 
	background-color: #EFEFEF; 
}

ul.content li span.duration {
    position:absolute;
	bottom:95px;
	right:10px;
	padding:0 10px;
	display:inline-block;
	float:left;
	background-color:rgba(0,0,0,.5);
	font-size:11px;
	color:#fff;
	line-height:24px;
	font-weight:bold;
}

ul.content li span.hdlabel {
    position:absolute;
	top:10px;
	right:10px;
	padding:0 10px;
	display:inline-block;
	float:left;
	background-color:rgba(0,0,0,.5);
	font-size:11px;
	color:#fff;
	line-height:24px;
	font-weight:bold;
}

ul.content li span.addtime {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 8px;
	font-size: 11px;
	line-height: 15px;	
}

ul.content li span.tubename {
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: 8px;
	font-size: 11px;
	line-height: 16px; 
	vertical-align: middle;
}

ul.content li span.tubename img {
    max-width: 16px;
    max-height: 16px;
	float: left;
	margin-right: 3px;
    vertical-align: middle;
}

ul.content li span.icon {
	color: #000; 
	display: inline-block; 
	font-size: 11px; 
	padding-right: 3px;
}

ul.content li span.taglist {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	padding: 0px 10px 0 10px;
	width: auto;
	height: 43px;
	text-align: left;
	font-size: 12px;
	overflow: hidden;
	border-top: 1px dotted transparent;
	line-height: 19px;
	text-transform: capitalize;
}

ul.content li span.taglist a,ul.content li span.taglist span {
	display: inline-block;
	position: relative;
	font-size: 12px;
	line-height: 19px;
	margin-right: 5px;
}

ul.content li span.taglist a:hover { 
	box-shadow: 0 1px 0 #607C07;
}

div.gallery:after { 
	content: ""; 
	width: 0; 
	height: 0; 
	display: block; 
	clear: both;
}
/*--//gallery-end--*/

.catepage {
	text-decoration: underline;
}

/*--tags-starts--*/
div.az:after {
	content: ""; 
	width: 0; 
	height: 0; 
	display: block; 
	clear: both;
}

div.az ul {
	width: 20%;
	float: left;
	padding-left: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.az ul li {
	display: block;
	width: 100%;
	height: 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 15px;
	position: relative;
}

div.az ul li > a {
	display: block;
	width: 70%;
	line-height: 24px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	text-transform: capitalize;
	border-bottom: 1px dotted #878787;
}

div.az ul li > span {
	display: block;
	width: 28%;
	line-height: 24px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	text-align: right;
}

div.az ul li.space:after {
	display: none;
}

div.az ul li.letter {
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	text-transform: uppercase;
}

div.az ul li.letter:after {
	display: none;
}

/* <768
--------------------------------------------*/
@media all and (max-width: 767px) {
div.az ul {
    width: 100%;
	padding-left: 0;
}

div.az ul li {
    width: auto;
	padding-right: 20px;
	float: left;
	margin-bottom: 5px;
}

div.az ul li > a {
    width: auto;
	float: left;
	text-indent: 0;
}

div.az ul li > span {
    width: auto;
	float: left;
	padding-left: 0px;
	display: none;
}

div.az ul li.letter, div.az ul li.space {
    width: 100%;
	padding-right: 0;
} 
}

/*--tags-starts--*/
div.tags { 
    padding: 5px;
}

div.tags:after {
    content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

div.tags a {
    display: block;
	float: left;
	width: auto;
	height: 20px;	
	border-radius: 22px;
	border: 1px solid #607C07;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
	text-transform: capitalize;
	text-align: center;
	position: relative;
}

div.tags a.big {
    font-size: large;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}

div.tags a:hover {
	color:#fff;
	background:#607C07;
}

div.tags span {
    display: block;
	float: left;
	margin-left: 10px;
	margin-right: 8px;
	margin-bottom: 5px;
	font-weight: bold;
}
/*--tags-end--*/

/*--ads-starts--*/
.ad-container {
    display: flex;
    justify-content: center;
	flex-wrap: wrap; 
}

.ad1, .ad2, .ad3, .ad4 {
    width: 300px;
    height: 250px;
    background-size: cover; 
	margin-right: 5px;
}

@media (max-width: 1210px) {
.ad4 {
	display: none; 
}
}

@media (max-width: 900px) {
.ad1 {
	display: none; 
}
}

@media (max-width: 600px) {
.ad-container {
	flex-direction: column; 
	align-items: center;
}

.ad2, .ad3 {
	width: 100%; 
	max-width: 300px; 
	box-sizing: border-box; 
	margin-bottom: 10px;
}
}

@media (max-width: 300px) {
.ad2, .ad3 {
	display: none; 
}

.headline2 {
	display: none; 
}
}
/*--ads-ends--*/

/*--toplist-starts--*/
div.tradeindex:after {
	content: ""; 
	width: 0; 
	height: 0; 
	display: block; 
	clear: both;
}

ul.globaltop {
	float:left;
	padding-left: 10px;
	width:20%;
}

ul.globaltop li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:100%;
	height:24px;
	font-size: 14px;
	line-height: 24px;
	padding-right:5px;
	margin-bottom:3px;
	white-space:nowrap;
	overflow:hidden;
	text-indent: 3px;
}
/*--toplist-end--*/

/*--footer-ads-starts--*/
div.footads-m {
   display:none;
} 
/*--footer-ads-ends--*/

/*--footer-starts--*/
div.footer-bottom {
	background: #EFEFEF;
	margin-top: 30px;
}

div.footer{
	padding: 0.6em 5px;
	background: #EFEFEF;
	text-align: left;
	margin: 2em auto;
	font-size: 12px;	
}

.footer a {
    margin-right: 2px;
	margin-left: 2px;
    text-decoration: underline;
	color: #607C07;
	font-size: 12px;
}

.footer a:hover {
    text-decoration: none;
}
/*--footer-end--*/

@media screen and (min-width: 1330px) {
.sb-search {
	right: calc((100vw - 1330px) / 2 + 222px);
}
}

@media (max-width: 1329px) {
.sb-search {
	right: 180px;
}
}
/*-----start-responsive-design------*/
@media (max-width:1440px){
.logo {
	margin: 0 0 0 25em;
}

.table-form textarea {
	width: 60.5%;
}

.top-nav p {
	margin: 8em 0 1em;
}

ul.content li a div {
    margin: 2em 0 0 0;
}

ul.content li a div span {
    margin: 11px 8px 20px 8px;
}
}

@media (max-width: 1366px){
.top-nav p {
	margin: 6em 0 1em;
}
}

@media (max-width: 1280px){
.top-nav p {
	padding: 0 0em 0 2em;
}
}

@media (max-width: 1024px){
.top-nav p {
	margin: 2em 0 1em;
}

.logo {
	margin: 0 0 0 21em;
}

.sb-search {
	right: 100px;
}

ul.content li {
    width: 24%;
}

ul.content li a div {
    margin: 20px 0 0 0;
}

ul.content li a div span {
    margin: 0px 0px 20px 0px;
}

div.tradeindex{
    width: 100%; 
	box-sizing:
	border-box;
	-moz-box-sizing:
	border-box;
}
}

@media (max-width: 912px){
.logo {
	margin: 0 0 0 15.5em;
}
}

@media (max-width: 820px){
.logo {
	margin: 0 0 0 14em;
}

.sb-search {
	right: 40px;
}
}

@media (max-width:768px){
.sb-search.sb-search-open, .no-js .sb-search {
	width: 85%;
}

.sb-search {
	right: 30px;
}

.search {
	margin-top: 0;
}

.header {
    padding: 0.5em 0;
}

div.headline, div.headline2 {
	height: 15px;
}

div.sort1, div.sort2 {
	margin: 6px auto;
}

div.pagination {
	margin: 6px auto;
	float: none;
}

div.sort1, div.sort2 {
    display: table; 
    width: 100%;
	float: none;
    border-spacing: 2px;
}

div.sort2 {
    margin-left: 0;
}

div.sort1 a, div.sort2 a {
    display: table-cell; 
	float: none; 
	width: 50%; 
	text-align: center;
	margin: 0;
}

div.sort1 {
    margin-bottom: 5px;
}

div.pages a,
div.pages>span,
div.pages span.current {
    border-radius: 22px;
    padding: 6px 8px;
}

div.gallery {
	margin-bottom:1em;
}

ul.content li {
    width: 32.5%;
}

ul.content li a div {
    margin: 25% 0 0 0;
}

ul.globaltop {
    width:30%;
}

ul.globaltop.col4, ul.globaltop.col5 {
    display: none;
}

ul.globaltop li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:100%;
	height:24px;
	font-size: 14px;
	line-height: 24px;
	padding-right:2px;
	margin-bottom:3px;
	white-space:nowrap;
	overflow:hidden;
	text-indent: 2px;
}

div.footer {
	padding:0.6em 5px;
	background:#EFEFEF;
	text-align:left;
	margin:0.3em auto;
	font-size: 12px;	
}
}

@media (max-width:667px){
.logo {
	margin: 0 0 0 12em;
}
}

@media (max-width:640px){
.logo a, .footer-logo a {
	font-size: 2.4em;
}

.top-nav {
	margin-top: 0.75em;
}

.top-nav p {
	padding: 0;
}

.headline h1,
.headline2 h1,
.headline h1 span {
    font-size: 1.0em;
}

div.footads {
    display:none;
}

div.footer {
	padding:0.5em 5px;
	background:#EFEFEF;
	text-align:left;
	margin:0.3em auto;
	font-size: 11px;	
}
}

@media (max-width:600px){
.banner-info {
	width: 75%;
}

.banner-info {
	margin: 5em 0 0;
}
}

@media (max-width:540px){
.logo {
	margin: 0.3em 0 0 9.5em;
}

.logo a, .footer-logo a {
	font-size: 2em;
}
}

@media (max-width:480px){
.logo {
	margin: 0 0 0 9em;
}

.sb-icon-search, .sb-search-submit {
	height: 50px;
}

.sb-icon-search,.sb-search-submit {
	background: #fff url('../images/search.png') no-repeat 18px 11px;
}

.sb-search-input {
	height: 36px;
	top: 7px;
}

.sb-search.sb-search-open, .no-js .sb-search {
	width: 80%;
}

.top-nav {
	margin-top: 0.45em;
}

.headline h1,
.headline2 h1,
.headline h1 span {
    font-size: 0.9em;
}

ul.content li {
    width: 49.2%;
}

ul.content li a div {
    margin: 19% 0 0 0;
}

ul.globaltop {
    width:45%;
}

ul.globaltop.col4 {
    display: block;
}

ul.globaltop li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:100%;
	height:24px;
	font-size: 14px;
	line-height: 24px;
	padding-right:2px;
	margin-bottom:3px;
	white-space:nowrap;
	overflow:hidden;
	text-indent: 2px;
}

div.footads-m {
    display:block;
    margin:15px 0 10px 0;
}

div.footads-m a {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.footads-m a img {
    width: 300px;
    height: 250px;
    border: none;
    margin: 0 auto;
}

div.footer {
	padding:0.4em 5px;
	background:#EFEFEF;
	text-align:left;
	margin:0.3em auto;
	font-size: 10px;	
}
}
@media (max-width: 431px){
.logo a, .footer-logo a {
	font-size: 1.8em;
}

.logo {
	margin: 0.3em 0 0 6.5em;
}
}
@media (max-width: 415px){
.logo a, .footer-logo a {
	font-size: 1.6em;
}

.logo {
	margin: 0.3em 0 0 5.5em;
}
}
@media (max-width:360px){
.logo {
	margin: 0.3em 0 0 5em;
}

ul.content li {
    width: 99%;
	margin:0.3em auto;
}
}

@media (max-width:320px){
button#showRightPush img {
	width: 75%;
}

button#showRightPush {
	padding: 0;
}

.logo {
	margin: 0.3em 0 0 4.5em;
}
	
.logo a, .footer-logo a {
	font-size: 1.4em;
}

.sb-icon-search, .sb-search-submit {
	background: #fff url('../images/search.png') no-repeat 18px 8px;
	background-size: 55%;
}

.sb-search-input {
	top: 3px;
}

.sb-search {
	right: 10px;
}

ul.content li a div {
    margin: 15% 0 0 0;
    font-size: 1.3em;
}

ul.content li a div span {
    font-size: 9px;
}

ul.globaltop {
    width: 85%;
	margin:1em 2.0em;
}

ul.globaltop.col5 {
    display: block;
}

div.pages a,
div.pages>span,
div.pages span.current {
	padding:3.5px;
	margin: 0 0 0 3px;
}

div.footer {
	padding:0.3em 5px;
	background:#EFEFEF;
	text-align:left;
	margin:0.3em auto;
	font-size: 9px;	
}
}
@media (max-width:280px){
.logo {
	margin: 0.4em 0 0 4.5em;
}
		
.logo a, .footer-logo a {
	font-size: 1.05em;
}

.header {
    padding: 0.2em 0;
}

div.headline {
	height: 3px;
}

.headline h1,
.headline h1 span {
    font-size: 0.7em;
}

div.sort1,
div.sort2 {
	margin-bottom: 3px;
}

div.pages a,
div.pages>span,
div.pages span.current {
	padding:2.8px;
	margin: 0 0 0 3px;
}

ul.globaltop li,
div.az ul li > a {
	font-size: 0.6em;
}

div.tags a,
div.tags a.big {
	height: 20px;
    font-size: 0.6em;
}

div.footads-m a img {
   width:240px;
   height:200px;
   border:none;
   margin:0.3em auto;
}
}

@media (max-width:240px){
.logo {
	margin: 0.5em 0 0 3em;
}

ul.content li {
    width: 99%;
	margin:0.3em auto;
}
}