* {
	-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: #D5B24E;
    background-color: #2C2420;
}

a {
    color: #D5B24E;
    text-decoration: none;
}

a:hover {
	color: #E7C170;
}

img { 
    border: 0;
    display: block;
    vertical-align: middle;
}

div.header, div.searches, div.video-container, div.gallery, div.friendship-links, div.footer, div.az, 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: #2C2420;
}

div.header p {
	overflow: hidden;
	margin: 10px 0;
}

div.container {
	display: inline-block;
	margin: auto;  
	width: 75%;    
}

.logo {
	float: left;
	background: url(https://www.matureandgranny.xyz/images/logo.png) no-repeat;
	width: 320px;
	height: 40px;
	-webkit-background-size: 320px 40px;
	background-size: 320px 40px;
	text-indent: -9999px;
	margin: 4px 20px 0 0;
	position: relative;
}

nav {
    font-family: Helvetica;
    text-align: right;
    text-transform: uppercase;  
    background-color: #2C2420;
}

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: #E7C170;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 1em;
    box-sizing: border-box;
}

nav ul li 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: 15px;
	width: 250px;
	height: 30px;
}

.header .search-container button {
	float: center;
	padding: 6px 10px;
	margin-top: 8px;
	margin-right: 16px;
	background: #E7C170;
	font-size: 16px;
	border: none;
	cursor: pointer;
	height: 30px;
}

.header .search-container button:hover {
  	background: #E7C170;
}
/*--search-ends--*/	

div.mholder {
	width: 100%;
	background: #1E1917;
	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: #D5B24E;
}

ul.topmenu li a:hover {
	color: #fff;
}

h1 {
    font-size: 1.5em;
	color: #ccc;
}

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);
}

/*--video-starts--*/
div.video-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

div.video,
div.video-right {
    box-sizing: border-box;
    margin: 0; 
}

div.video {
    width: 75%;
    box-sizing: border-box;
	padding-left: 10px;
    padding-right: 10px; 
    background-color: #191611;
    display: inline-block;
    vertical-align: top;
}

div.embed-video {
    width: 100%;
    padding-top: 56.25%; 
    position: relative;
    overflow: hidden;
	background: url(https://www.matureandgranny.xyz/images/loading.gif) 50% no-repeat;
}

div.embed-video iframe {
	position: absolute;
	top: 0;
	left: 0;
    width: 100% !important;
	height: 100% !important;
}

div.videotitle {
    height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #1E1917;
	color: #cccccc;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
}

div.video-right {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #2C2420;
}

div.video-right .embed-ads {
	display: inline-block; 
	width: 300px;
	height: 265px;
	margin: 15px auto;
}
/*--video-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: #1E1917;
    padding: 8px;
    position: relative;
    box-shadow: 0 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.matureandgranny.xyz/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.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:#000;
}

ul.content li h3.full {
    white-space: normal;
    max-height: none; 
	background-color: #000; 
}

ul.content li span.duration {
    position: absolute;
	bottom: 100px;
	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,
ul.content li span.tubename {
    display: block;
    position: absolute;
    bottom: 46px;
    font-size: 11px;
    line-height: 15px;
}

ul.content li span.addtime {
    left: 10px;
}

ul.content li span.tubename {
    right: 10px;
}

ul.content li span.tubename a:hover {
	color: #fff;
}

ul.content li span.taglist {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 2px;
	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 {
	color: #D5B268;
}

ul.content li span.taglist a:hover {
	color: #fff;
}

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--*/

/*--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 > a:hover {
	color: #fff;
}

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-end--*/

div.searches:after {
	content: ""; 
	width: 0; 
	height: 0; 
	display: block; 
	clear: both;
}

/*--queries-start--*/
.queries {
  	margin: 15px 0 15px 0;
  	padding: 0;
  	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
  	justify-content: flex-start;
}

.queries li {
  	margin: 0 4px 4px 0;
  	padding: 0;
  	list-style: none;
}

.queries li a {
  	padding: 0 15px;
  	display: inline-block;
  	border: 1px solid #FFE2A5;
  	border-radius: 22px;
  	line-height: 32px;
}

.queries li a:hover {
  	border-color: #FFE2A5;
  	color: #000;
   	background-image: linear-gradient(to right, #E7C170 0%, #FFE2A5 51%, #E7C170 100%);
}

.queries .size-1 {
  	font-size: 12px;
}

.queries .size-2 {
  	font-size: 15px;
}

.queries .size-3 {
  	font-size: 18px;
}

.queries .size-4 {
  	font-size: 21px;
}

.queries .size-5 {
  	font-size: 24px;
}
/*--queries-end--*/

/*--friendlinks-starts--*/
.friendship-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
}

.friendship-link {
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 1 0 250px;
    margin: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden; 
	height: 180px;
}

.friendship-link::before {
    content: "";
    display: block;
	padding-bottom: 75%;
    background: url(https://www.matureandgranny.xyz/images/bg.jpg) center center no-repeat;
	background-size: contain; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: filter 0.3s;
	z-index: -1;
}

.friendship-link img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    transition: filter 0.3s;
	overflow: hidden;
}

.friendship-link:hover::before {
    filter: brightness(50%);
}

.friendship-link:hover img {
    filter: brightness(50%);
    transform: scale(1.0);
    opacity: 1;
}

.link-name {
    text-align: center;
    margin-top: 5px; 
    margin-bottom: 5px;
    display: block; 
    opacity: 0; 
    position: absolute; 
    bottom: -40px;  
    left: 50%; 
    transform: translateX(-50%); 
    transition: opacity 0.3s; 
}

.friendship-link:hover .link-name {
    opacity: 1; 
    bottom: 10px; 
    transition: opacity 0.3s, bottom 0.3s; 
}


@media only screen and (max-width: 600px) {
.friendship-links {
	padding: 10px;
}
	
.friendship-link {
	flex: 1 0 calc(100% - 10px); 
	margin: 5px;
}

.friendship-link img {
	max-width: 100%;
	height: auto;
}

.friendship-link p {
	font-size: 14px;
}
}
/*--friendlinks-ends--*/

/*--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: 15px;
	font-size: 30px;
	border-radius: 5px;
}

#scrollBtn:hover {
	background-color: #E7C170;
}
/*--scrollBtn-ends--*/

/*--footer-starts--*/
div.footer{
	padding: 0.6em 5px;
	background: #2C2420;
	text-align: left;
	margin: 0.3em auto;
	color: #ccc;
	font-size: 12px;	
}

div.footer span {
	color: #D5B24E;
}
/*--footer-end--*/

/*--media-quaries-starts-here--*/

@media (max-width:1280px){
div.container {
	display: inline-block;
	margin: auto;  
	width: 78%;    
}

.header input[type=text] {
  width: 185px;
}
}

@media (max-width:1200px){
.dt {
	display: none;
}
}

@media (max-width:1152px){
.wc, .hp {
	display: none;
}

.header input[type=text] {
  width: 180px;
}

div.video {
    width:68%;
}
}

@media (max-width:1024px){
div.container {
	display: inline-block;
	margin: auto;  
	width: 75%;    
}

.header input[type=text] {
  width: 175px;
}

div.video {
    width:100%;
}

div.video-right {
	display: none;
}

ul.content li {
    width: 24%;
}
}

@media (max-width:960px){
div.container {
	display: inline-block;
	margin: auto;  
	width: 75%;    
}

.sc {
	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;
}

.sc {
	display: block;
}

.logo {
	float: none;
	display: block;
	margin: 5px auto 0;
}

ul.topmenu li .hm {
	display: none;
}

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;
	height: auto;
}
  
.header input[type=text] {
    border: 1px solid #D5B24E;  
}

div.videotitle {
	font-size: 16px;
}

ul.content li {
    width: 32.5%;
}

div.footads {
   display:none;
}

div.footer {
	padding: 0.6em 5px;
	background: #2C2420;
	text-align: left;
	margin: 0.3em auto;
	font-size: 12px;	
}
}

@media (max-width:640px){
div.footer {
	padding: 0.5em 5px;
	background: #2C2420;
	text-align: left;
	margin: 0.3em auto;
	font-size: 11px;	
}

ul.content li {
    width: 49.2%;
}

ul.topmenu li .sm {
	display: none;
}
}

@media (max-width:540px){
ul.topmenu li .mgw {
	display: none;
}

ul.topmenu li a {
	padding: 0 25px;
}
}

@media (max-width:480px){
div.videotitle {
	font-size: 16px;
}

ul.topmenu li .tp {
	display: none;
}

ul.topmenu li a {
	padding: 0 30px;
}
}

@media (max-width:415px){
div.videotitle {
	font-size: 14px;
}
}

@media (max-width:380px){
ul.content li {
    width: 99%;
	margin: 0.3em auto;
}

div.footer {
	padding: 0.4em 5px;
	background: #2C2420;
	text-align: left;
	margin: 0.3em auto;
	font-size: 10px;	
}
}

@media (max-width:320px){
.logo {
	float: none;
	background: url(https://www.matureandgranny.xyz/images/logo.png) no-repeat;
	width: 300px;
	height: 37.5px;
	-webkit-background-size: 300px 37.5px;
	background-size: 300px 37.5px;
	text-indent: -9999px;
}

div.videotitle {
	font-size: 12px;
}

div.footer {
	padding: 0.3em 5px;
	background: #2C2420;
	text-align: left;
	margin: 0.3em auto;
	font-size: 9px;	
}
}

@media (max-width:280px){
.logo {
	float: none;
	background: url(https://www.matureandgranny.xyz/images/logo.png) no-repeat;
	width: 270px;
	height: 33.75px;
	-webkit-background-size: 270px 33.75px;
	background-size: 270px 33.75px;
	text-indent: -9999px;
}

ul.topmenu li a {
	font-size: 12px;
	padding: 0 10px;
}

div.videotitle {
	font-size: 10px;
}
}

@media (max-width:240px){
.logo {
	float: none;
	background: url(https://www.matureandgranny.xyz/images/logo.png) no-repeat;
	width: 220px;
	height: 27.5px;
	-webkit-background-size: 220px 27.5px;
	background-size: 220px 27.5px;
	text-indent: -9999px;
}

ul.topmenu li a {
	font-size: 10px;
	padding: 0 8px;
}
}
/*--media-quaries-end-here--*/