* {
	-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;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ccc;
    background-color: #222;
}

a {
    color: #ccc;
    text-decoration: none;
}

a:hover {
	color: #84fab0;
}

img { 
    border: 0;
    display: block;
    vertical-align: middle;
}

div.header, div.searches, div.gallery, div.search-word, div.footer, div.az, div.navbar, div.navbar2, h1 {
	max-width: 1330px;
	margin: 10px auto;
}

.headline {
	padding-left: 15px;
}

/*======================================================*/
.clearfix {
    clear: both;
}

/*--Header-Starts--*/
div.header {
	clear: both;
	text-align: justify;
	position: relative;
	margin-bottom: 10px;
	background: #222;
}

div.header p {
	overflow: hidden;
	margin: 10px 0;
}

div.container {
	display: inline-block;
	margin: auto;  
	width: 73%;    
}

.logo {
	float: left;
	background: url(https://www.maturesgowild.com/images/logo.png) no-repeat;
	width: 320px;
	height: 50px;
	-webkit-background-size: 320px 50px;
	background-size: 320px 50px;
	text-indent: -9999px;
	margin: 4px 20px 0 0;
	position: relative;
}

.logo:before {	
	content: "Mature Porn";
	position: absolute;
	right: 0;
	top: 5px;
	color: #84fab0;
	font: bold 12px/14px 'Trebuchet MS';
	text-indent: 0 !important;
}

nav {
    font-family: Helvetica;
    text-align: right;
    text-transform: uppercase;  
    background-color: #222
}

nav ul {
    width: 95%;
    max-width: 1024px;
    margin: 0 auto;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
	border-radius: 22px;
}

nav ul li a {
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 1em;
    box-sizing: border-box;
}

nav ul li a:hover {
    color: #84fab0;
}

.current_page {
  	background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
	transition: 0.5s;
  	background-size: 200% auto;
}

.current_page a, .current_page a:hover {
    color: #fff;
}

#menu_button_wrapper{
    display: none;
}

.hidden {
    display: none;
}
/*--Header-Ends--*/

/*--search-starts--*/
.header .search-container {
	display: inline-block;
	margin: 0 auto;
	float: right;
	text-align: center;
}

.header .search-container :after {
	clear: both;
}

.header input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 14px;
  width: 280px;
}

.header .search-container button {
  float: center;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #84fab0;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.header .search-container button:hover {
  background: #84fab0;
}
/*--search-ends--*/

div.mholder {
	width: 100%;
	background: #111;
	padding: 4px 0;
	border: solid #1C1817;
	border-width: 1px 0;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

ul.topmenu {
	width: 94%;
	margin: 0 auto;
	max-width: 1330px;
}

ul.topmenu:after {content: ""; width: 0; height: 0; display: block; clear: both;}

ul.topmenu li {
	display: block;
	float: left;
}

ul.topmenu li a {
	display: block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 16px;
	text-decoration: none;
	color: #eee;
}

ul.topmenu li a:hover {
	color: #84fab0;
}

h1 {
    font-size: 1.5em;
}

h1 span {
	display: inline-block; 
	vertical-align: middle; 
	margin-left: 5px; 
	padding-left: 8px; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: 400; 
	border-left: 1px solid #303030; 
	color: rgba(220,220,220,0.7);
}

/*--button-star--*/
div.sort1 a, div.sort1 a:active, div.sort2 a, div.sort2 a:active {
    background: #111;
	border: 1px solid #111;
	font-weight: bold;
}

div.sort1 a.current, div.sort2 a.current, div.sort1 a:hover, div.sort2 a:hover {
  	background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
	transition: 0.5s;
  	background-size: 200% auto;
	font-weight: bold;
	color: #fff;
}

div.navbar :before {
	clear: both;
}

div.navbar, div.navbar2 {
   	padding-left: 10px; 
    padding-right: 10px;
    padding-bottom: 4px;
}

div.sort1 a, 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.sort2 a {
    margin-left: 15px;
}

div.sort2 a.current {
    margin-left: 0px;
}

div.sort1 a.current, div.sort2 a.current {
	font-weight: bold;
}

div.pagination {
	display: inline-block;
	float: right;
	margin: 12px auto;
}

div.pages a,
div.pages a:active {
	padding: 8px 10px;
}

div.pages span {
    border-radius: 22px;
    padding: 8px 10px;
    font-size: 0.99em;
	border: 1px solid #23272E;
    background: #111;
    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;
    background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
    color: #fff;
}

div.pages span:hover {
    border: 1px solid #8DDCE6;
}

/*--button-end--*/

/*--gallery-starts--*/
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: #111;
    padding: 8px;
    position: relative;
    box-shadow: 0 rgba(231, 231, 231, 0.43);
    width: 19.2%;
	padding-bottom: 40px;
}

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.maturesgowild.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.2);
}

ul.content li h3 {
    height: 35px;
	line-height: 35px;
	margin: 0;
}

ul.content li h3.tubename .a {
	display: block;
	position: absolute;
	left: 10px;
	bottom: 52px;
	font-size: 12px;
	line-height: 15px;
}

ul.content li span.duration {
    position: absolute;
	bottom: 79px;
	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 {
    position: absolute;
	bottom: 79px;
	left: 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.taglist {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	padding: 0px 10px 0 10px;
	width: auto;
	height: 40px;
	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;
}

div.gallery:after {
    content: "";
	width: 0; 
	height: 0;
	display: block;
	clear: both;
}
/*--gallery-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;
}

.ad5, .ad6 {
	display: none;
}

@media only screen and (max-width: 1210px) {
.ad4 {
	display: none; 
}
}

@media only screen and (max-width: 900px) {
.ad1, .ad4 {
	display: none; 
}
}

@media only screen and (max-width: 600px) {
.ad-container {
	flex-direction: column; 
	align-items: center;
}

.ad1, .ad2, .ad3, .ad4 {
	width: 100%; 
	max-width: 300px; 
	box-sizing: border-box; 
	margin-bottom: 10px;
}

.ad1, .ad4 {
	display: none; 
}
}

@media only screen and (max-width: 300px) {
.ad2, .ad3 {
	display: none; 
}
}

@media only screen and (min-width: 241px) and (max-width: 280px) {
.ad5 {
	display: block; 
}
}

@media only screen and (max-width: 240px) {
.ad6 {
	display: block; 
}
}
/*--ads-ends--*/

/*--tags-starts--*/
div.az {
	width: 100%;
}

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 #acacac;
}

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;
} 
}

div.searches:after {
	content: ""; 
	width: 0; 
	height: 0; 
	display: block; 
	clear: both;
}

.searches a {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 5px 10px;
	text-decoration: none;
	color: #ccc;
	background-color: #3B3B3B;
	border: 1px dotted #A0A0A0;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.searches a i {
	margin-right: 5px;
}

.searches a:hover {
	background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
	color: #fff;
}
/*--tags-end--*/

/*--footer-pic--*/
.search-word {
	max-width: 1330px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
}

.ad {
	width: calc(20% - 20px);
	margin-bottom: 20px;
	text-align: center;
}

.ad img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 8px;
	transition: filter 0.3s; 
}

.ad img:hover {
	filter: brightness(1.2);
}

.ad p {
	margin: 10px 0;
	font-size: 14px;
}

.ad p em {
	font-weight: bold;
	text-decoration: none; 
	color: #fff; 
}

.ad p em:hover {
	text-decoration: underline; 
	color: #8DDCE4; 
	cursor: pointer; 
}

/*--footer-pic-end--*/


/*--scrollBtn-starts--*/
#scrollBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #000;
	color: white;
	opacity: 0.5;
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
}

#scrollBtn:hover {
	background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}
/*--scrollBtn-ends--*/

/*--footer-starts--*/
div.footer{
	padding: 0.6em 5px;
	background: #222;
	text-align: left;
	margin: 0.3em auto;
	font-size: 12px;
}

div.footer span {
	color: #85E1CB;
}
/*--footer-end--*/

/*--media-quaries-starts-here--*/

@media (max-width:1280px){
div.container {
	display: inline-block;
	margin: auto;  
	width: 80%;    
}

.header input[type=text] {
  width: 175px;
}
}

@media (max-width:1200px){
.dt {
	display: none;
}
}

@media (max-width:1152px){
.wc, .hp {
	display: none;
}

.header input[type=text] {
  width: 170px;
}
}

@media (max-width:1024px){
div.container {
	display: inline-block;
	margin: auto;  
	width: 78%;    
}

.header input[type=text] {
  width: 133px;
}

ul.content li {
    width: 24%;
}
}

@media (max-width:960px){
div.container {
	display: inline-block;
	margin: auto;  
	width: 75%;    
}

.ch {
	display: none;
}

.header input[type=text] {
  width: 145px;
}
}

@media (max-width:820px){
div.container {
	display: inline-block;
	margin: auto;  
	width: 72%;    
}

.header input[type=text] {
  width: 140px;
}
}

@media (max-width:768px){
div.container {
	display: block;
	margin: 0 auto;  
	width: 100%;  
}

.dt {
	display: block;
}

.wc {
	display: block;
}

.hp {
	display: block;
}

.logo {
	float: none;
	display: block;
	margin: 5px auto 0;
}

.logo:before {	
	content: "Mature Porn";
	position: absolute;
	left: 230px;
	top: 5px;
	color: #84fab0;
	font: bold 12px/14px 'Trebuchet MS';
	text-indent: 0 !important;
}

h1 {
    text-align: center;
	font-size: 1.0em;
}

div.searches {
	width: 99%;
	margin: 8px 0 5px 5px;
}

#menu_button_wrapper {
    display: block;
    padding: 1em;
    color: #9d9d9d;
    border-bottom: 1px solid #101010;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1);
    box-shadow: 0 1px 0 rgba(255,255,255,.1);
    margin-bottom: .5em;
}  

#menu_button {
    box-sizing: border-box;
    float: right;
    padding: .5em 1em;
    border: 1px solid #333;
    border-radius: 5px;
    color: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}    

#menu_button:hover {
    cursor: pointer;
    background-color: #333;;
}

#hamburger {
    float: right;
    padding-top: .15em;
}

#menu_button span{
    display: block;
    background-color: #aaa;
    width: 1.2em;
    height: .15em;
    border-radius: 1px;
    margin-bottom: .2em;
}

nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

nav ul li {
    display: block;
}

nav ul li a {
    width: 100%;
}

.header .search-container {
    float: none;
	display: block;
	width: 100%;
}
  
.header input[type=text], .header .search-container button {
	float: none;
    display: block;
	text-align: center;
    width: 100%;
    margin: 0;
    padding: 14px;
}
  
.header input[type=text] {
    border: 1px solid #ccc;  
}

ul.topmenu li .ws {
	display: none;
}

ul.content li {
    width: 32.5%;
}

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.pagination {
	display: block;
	float: none;
	text-align: center;
	margin: 12px auto;	
}

.ad {
	width: calc(33.3% - 20px);
}

div.footer {
	padding: 0.6em 5px;
	background: #1c1c1c;
	text-align: left;
	margin: 0.3em auto;
	font-size: 12px;	
}
}

@media (max-width:640px){
div.footer {
	padding: 0.5em 5px;
	background: #1c1c1c;
	text-align: left;
	margin: 0.3em auto;
	font-size: 11px;	
}

ul.content li {
    width: 49.2%;
}

ul.topmenu li .mp {
	display: none;
}

.ad {
	width: calc(50% - 20px);
}
}

@media (max-width:540px){
ul.topmenu li .hm {
	display: none;
}
}

@media (max-width:480px){
div.pages a, div.pages>span {
	border-radius: 22px;
	padding: 5px 7px 6px;
}
}

@media (max-width:415px){
ul.topmenu li .mg {
	display: none;
}

ul.topmenu li a {
	padding: 0 30px;
}
}

@media (max-width:380px){
ul.content li {
    width: 99%;
	margin: 0.3em auto;
}

div.footer {
	padding: 0.4em 5px;
	background: #1c1c1c;
	text-align: left;
	margin: 0.3em auto;
	font-size: 10px;	
}
}

@media (max-width:360px){
.ad {
	width: 100%;
}
}

@media (max-width:320px){
.logo {
	float: left;
	background: url(https://www.maturesgowild.com/images/logo.png) no-repeat;
	width: 300px;
	height: 46.9px;
	-webkit-background-size: 300px 46.9px;
	background-size: 300px 46.9px;
	text-indent: -9999px;
	margin: 4px 0 0 0;
	position: relative;
}

div.footer {
	padding: 0.3em 5px;
	background: #1c1c1c;
	text-align: left;
	margin: 0.3em auto;
	font-size: 9px;	
}
}

@media (max-width:280px){
.logo {
	float: left;
	background: url(https://www.maturesgowild.com/images/logo.png) no-repeat;
	width: 270px;
	height: 42.2px;
	-webkit-background-size: 270px 42.2px;
	background-size: 270px 42.2px;
	text-indent: -9999px;
	margin: 4px 0 0 0;
	position: relative;
}

.logo:before {	
	content: "Mature Porn";
	position: absolute;
	left: 180px;
	top: 5px;
	color: #84fab0;
	font: bold 12px/14px 'Trebuchet MS';
	text-indent: 0 !important;
}

ul.topmenu li a {
	font-size: 12px;
	padding: 0 10px;
}

div.pages a, div.pages>span {
	border-radius: 22px;
	padding: 4px 6px 5px;
}
}

@media (max-width:240px){
.logo {
	float: left;
	background: url(https://www.maturesgowild.com/images/logo.png) no-repeat;
	width: 220px;
	height: 34.4px;
	-webkit-background-size: 220px 34.4px;
	background-size: 220px 34.4px;
	text-indent: -9999px;
	margin: 4px 0 0 0;
	position: relative;
}

.logo:before {	
	content: "Mature Porn";
	position: absolute;
	left: 150px;
	top: 5px;
	color: #84fab0;
	font: bold 12px/14px 'Trebuchet MS';
	text-indent: 0 !important;
}

ul.topmenu li a {
	font-size: 10px;
	padding: 0 8px;
}

div.pages a, div.pages>span {
	border-radius: 22px;
	padding: 3px 5px 4px;
}
}
/*--media-quaries-end-here--*/