* {
  box-sizing: border-box;
}
a{
	text-decoration:none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

body {
	/*4e4ed3*/
	background-color: #ffffff;
	color: #222426;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.feature-content{
	font-size: 30px;
	text-align: center;
	align-content: center;
	align-items: center;
}
.feature-content img{
	display: block;
	margin-left: auto;
	margin-right: auto;
  	width: 50%;

}
#featured-model {
  /*display: flex;*/
	flex-direction: column;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	color:#fa5da2;
}

.top-btns {
	color:black;
	text-decoration: none;
	background: white;
	border-radius: 8px;
	padding: 5px;
	position: relative;
	bottom: 15px;
	font-size: 15px;

}


#top-nav-bar li{
	display: inline;
}
#top-nav-bar{
	margin-top: 10px;
	position: relative;
	/* top:10px; */
}

.title_start {
	position: relative;
	font-size: 30px;
	color: #A6AC82;
	display: inline-block;
	align-content: center;
	margin: 2%;
	top: 0px;
	text-decoration: None;

}
#hamburger-btn{
	display: inherit;
    margin-left: auto;
	margin-right: auto;
}
#site-promotion{
	text-align: center;
    margin: 0 auto;
    color: #F44336;
    font-size: 2em;
    display: block;
    width: 100%;
}
#login a{
	text-decoration: none;
	color:floralwhite;
}
#hamburger-btn {
	left: 10px;
	display: inline-block;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 40px;
	color: floralwhite;
	position: relative;
	bottom: 25px;
	/* left: 0px; */
	/* padding-right: 10px; */
	margin-right: 10px;

}
.nav-box{
	height: 100%;
	position: fixed;
	top: 10px;
	background-color: #222426;
	right: 0;
	z-index: 2;
	width: 60%;
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	display: none;
}
.nav-box ul{
	list-style: none;
}

.nav-box li{
	margin-bottom: 10px;

}
.nav-box a {
	color: floralwhite;
	font-size: 20px;
	text-decoration: none;
	padding-left: 10px;
}
header{
	align-items: center;
	width:100%;
	/*position: fixed;*/
	clear: both;
	background-color: #A6AC82;

}
.title_start > span{
	color: white;
}
.title_start > span+span{
	color: #fa5da2;
}
.buy-membership {
	color: white;
	background: green;
	font-weight: bold;
}
#section-title {
	margin-left: 5px;
}
#profile-section{
	display: flex;
}
#model-info{
	display: block;
	margin-left: 10px;
}
#nav-break {
    width: 100%;
    display: block;
    border-bottom: 2px dotted white;
    margin-bottom: 10px;
}
#profile-photo{
	display: inline;
	height: 144px;
	width: 144px;
	border-radius: 100%;
	margin-left: 10px;
	position: relative;
}
#model-info{
	display: inline;
	font-weight: bold;

}
#line-br{
	margin-top: 15px;
	height: 2px;
	/*border-color: #A6AC82;*/
	border: 2px solid #A6AC82;
}
#follow-btn{
	display: block;
	/* height: 35px; */
	width: 95%;
	background-color: #9C27B0;
	border-radius: 10px;
	/* text-align: center; */
	/* margin-top: 20px; */
	text-decoration: none;
}

.dropdown {
	display: inline-block;
	position: relative;
	background-color: #A6AC82;
	border: solid white 1px;
	border-radius: 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #eee;
}

button{
	border:none;
	border-radius:5px;
	padding: 5px 10px;
	/* font-size:18px; */
	cursor:pointer;
}
#request-section{
	display: flex;
	gap: 5px;
	color: #fff;
}
#request-btn{
	/* background: #000000; */
	/* color: #fff; */
}

#video-filter-btn{
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	/* margin-bottom: 20px; */
}
button:hover{
	/* background-color: #a6ac82; */
}

.dropdown-options {
	display: none;
	position: absolute;
	overflow: auto;
	background-color: #fff;
	border-radius:5px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	z-index:2;
	width: 100%;
	/* padding: 0px; */
	margin: 0;
}
.request-section{
	color:#fff;
	background: #9c27b0;
	font-size:18px;
	border: 2px solid #A6AC82;
}
#content-filter {
    display: flex;
    position: absolute;
    right: 0;
}
.follow-btn-active{
	background: #A6AC82;
	color: #FFF
	;
}
.content-btn {
    margin-right: 10px;
    font-size: 1.5em;
    background-color: #ab7dc7;
    border-radius: 5px;
    padding: 5px;
    color: floralwhite;
}
#content-filter a{
	text-decoration:none;
}
.content-btn.active {
    background-color: #eee;
    color: #ab7dc7;
}
.dropdown:hover .dropdown-options {
  display: block;
}

.dropdown-options a {
  background-color: #a6ac82;
  display: block;
  color: #eee;
  text-decoration: none;
  padding: 10px 10px 5px 5px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0px;
  border-bottom: 2px solid #e4e4e4;
  font-size: 1.1em;
  text-align: center;
}
.dropdown-options a:last-of-type{
	border: none;
}
.dropdown-options a:hover {
  color: #a6ac82;
  background-color: #eee;
  border-radius:5px;
  width: 100%;
  text-align: center;
  /* padding: 1px; */
}
#all_content{
	width: 100%;
	padding-bottom: 5px;
	background-color: rgba(255, 255, 255, 0);
	margin-left: auto;
	margin-right: auto;
	margin-top: 176px;
}

#1036514{
	position: absolute;
	top: 0;
}

#head_bar{
	position: fixed;
	font-size: 14px;
	width: 100%;
	top: 0px;
	margin: 0px 0px 10px 0px;
	height: auto;
	background-color: #222426;
	z-index: 20;
}
#page-title{
	font-size: 30px;
}
.section-title {
	font-size: 2em;
	text-decoration: none;
}
.section-title a{
	font-size: 2em;
	text-decoration: none;
	color: #222426;
}
.title-link{
	font-size: 1.15em;
}
#search_form{
	display: flex;
	width: 63%;
	background: #A6AC82;
	border-radius: 8px;
	/* border: none; */
}

#searchbar {
	width: 100%;
	margin-bottom: 15px;
	display: inline-flex;
	height: 25px;
	position: relative;
}
@media (min-width: 576px) {
	#searchbar{
		width: 20%;
	}

}
#search_input {
    /* border-radius: 10px; */
    /* float: left; */
    width: 60%;
    font-size: 17px;
    background: none;
    color: #ffff;
    border: none;
}
#search_form select{
	text-align: center;
	appearance: none;
	border: none;
	/* border-left: none; */ /* Prevent double borders */
	/* border-right: none; */ /* Prevent double borders */
	width: 100%;
	/* height: 17px; */
	top: 0;
	background: #A6AC82;
	margin: 0 auto;
	position: relative;
	color: white;
}


#search-btn{
    background: none;
    color: white;
    cursor: pointer;
    display: inline;
    /* top: 3px; */
    position: relative;
    /* top: -27px; */
    /* left: 70px; */
    /* width: 100%; */
    /* height: auto; */
    border:none;
}
#search-qry{
	margin: 0;
	border-left: solid 1px floralwhite;
	display: flex;
}

button{
    background-color: #a6ac8200;
    border: 1px solid white;
    box-shadow: none;
    /* width: 100%; */
}
button{
	/* width: 100%; */
}


#top-space{
	margin-top: 100px;
}
#top-space2{
	margin-top: 0px;
}
#nav_bar{
	background-color: #A6AC82;
	position: fixed;
	text-align: center;
	font-size: 18px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	bottom: 0px;
	height: 40px;
	z-index: .1;
}
#nav-username{
	margin-top:50px;
	padding-left: 10px;
}
#login-box{
	margin-top: 50px;
	margin-bottom: 10px;
	display: flow-root;
	color: black;
}
#login-box a{
	border: 1px solid black;
	border-radius: 10%;
	padding: 5px;
	background-color: white;
	color: black;

}
#nav-login{
	float: left;
}
#nav-register{
	float: right;
}
#nav_bar li{
	list-style-type: none;
	display: inline-block;
	margin-left: 12px;
}
#nav_bar li a{
	color: white;
	text-decoration: none;
	/*font-size: 15px;*/
}

footer{
	clear: both;
	background: #222426;
}
.adv_banners {
	position: absolute;
	width: 280px;
	height: 400px;
	top: 300px;
	background-color: yellow;
	text-align: center;
}
#main_content{
	height: 100%;
	display: block;
	/* background-color: white; */
}
#main_content li{
	list-style-type: none;
}

.video_title{
	font-size: 20px;
	color: floralwhite;
	text-decoration: none;
}
.video_title{
	margin-top: 5px;
	margin-bottom: 10px;
}
.social-btns{
	font-size:22px;
	color:floralwhite;
}
.social-btns li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;

}
#sponsored {
	color: #9C27B0;
}
#pop-box{
	display:none;
	position: fixed;
	/* width:fit-content; */
	font-size:20px;
	padding:10px;
	border-radius:10px;
	background-color: #26491b;
	top: 80%;
	left: 40%;
}
.video-data{
	display: flex;
	text-decoration: none;
	position: relative;
	top: 0px;
	flex-direction: row;
}
.video-data i{
	margin-right: 7px;
    display: block;
    margin: auto 5px;
    color: #373737;
}
.video-views, .video-likes{
	display:inherit;
}
.social-btns a{
	text-decoration: none;
	color: floralwhite;
}
#pop-box{
	display: none;
	position: fixed;
	width: fit-content;
	font-size: 20px;
	padding: 10px;
	border-radius: 10px;
	background-color: #fa5da2;
	bottom: 100px;
	margin: 0 auto;
	object-position: center;
	top: 50%;
	height: fit-content;
	left: 50%;
	transform: translate(-50%, -50%);
}
#left_adv{
	left: 50px;
}
#right_adv{
	right: 50px;
}
.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Two columns with equal width */
	grid-gap: 10px;
	/*height: 100%;*/
	/*width: 100%;!* Spacing between grid items *!*/
}
#gallery-section{
	background-color: #4d3e57;
    box-shadow: 11px -1px 20px 13px #fa5da2;
}

#grid-container-tags {
	display: grid;
	grid-template-columns: repeat(3, minmax(100px, 1fr));
	/*grid-template-columns: repeat(auto-fill); !* Two columns with equal width *!*/
	/*grid-gap: 10px;*/
	/*height: 100%;*/

	/*width: 100%;!* Spacing between grid items *!*/
}
.grid-item-tags p{
	display: inline-block;
	/*width: 100%;*/
	/*border-top-left-radius: 8px ;*/
	/*border-top-right-radius: 8px;*/
	border-radius: 8px;
	margin-right: 5px;
	padding: 10px;
	font-weight: bold;
	font-size: 15px;
	text-underline: none;

	color:#fa5da2;

}
.grid-item-tags a{
	text-decoration: none;
}

.grid-item img{
	width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/*border-radius: 8px;*/
	height: 300px;
	object-fit: cover;/* Maintain the image's aspect ratio */
	background-color: #8D7E96;
}
grid-item a:link{
	text-decoration: none;
	color: white;
}
.grid-item a{
	text-decoration: none;
}
.grid-item:hover{
	text-decoration: underline;
	/*box-shadow: 0px 8px 20px #A6AC82;*/
}
.grid-item a:active{
	text-decoration: none;
}
.grid-container a{
	text-decoration: none;
}
.video-time{
	position: relative;
	top: 20px;
	left: 20px;
	color: white;
	background: #0000007a;
	border-radius: 5px;
	padding: 0 5px;
}

#content-box video, #video-id_fluid_controls_container{
	background-color: inherit;
	/*margin-top: 100px;*/
	position:relative;
	display:block;
}
video{
	height:50vh;
	width:100vw;
}
.featured-model h2{
	margin-top: 200px;
}
#misc-content{
	background-color: #222426;
	margin: 0px;
}

.video_title a:link{
	text-decoration: none;
	color: white;
}
.video_title a:visited{
	text-decoration: none;
}
.video_title a:hover{
	text-decoration: underline;
}
.video_title a:active{
	text-decoration: none;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100vh; !* Set the height of the container as needed *!*/
}
#video-box{
	display: block;
	clear: none;
	width: 100%;
}
#page_video_title{
    font-size: 20px;
	color: white;

}
#video-id_fluid_controls_container{
	position: relative;
	display: block;
}
#description{
	font-size: 12px;
}
.step-links{
	font-size: 20px;
	display: inline-block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
.step-links a{
	display: inline-block;
	/*border: 1px solid white;*/
	background-color: #A6AC82;
	color: white;
	text-decoration: none;
	margin-left: 5px;
	border-radius: 10px;
	padding: 8px;

}
.pagination{
	text-align: center;
	border-top: 2px solid white;
	/*margin-top: -50px;*/
	margin-bottom: 61px;
	max-width: 100%;
	justify-content: center;
}
#top-dirty-stuff video{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    /* width: 100px; */!important
    height: 100px;!important
;
    /* width: 100%; */
    height: 100px;
}
#top-dirty-stuff2 video{
	display: flex;
	justify-content: center;
	/* margin-bottom: 30px; */
	position: relative;
	/* width: 100%; */
	height: 100px;!important
	bottom:100px;
	bottom: 20px;
}
#mid-dirty-stuff video{
	width:300px;!important
	height:100px;!important
	position:relative;
	height: 100px;
	/* top: -180px; */!important
}

#dirty-stuff video{
	display: flex;
	justify-content: center;
	/*left: 50px;*/
	position: relative;
	margin: 0 auto;
	/*bottom: ;*/
	/* width: 100%; */
	height: 100px;
	bottom: 30px;
}
#dirty-stuff img{
	position: relative;

}
#dirty-stuff2 video{
    margin: 0 auto;
    display: block;
    position: relative;
    /* width: 100%; */!important
    text-align: center;
    height: 100px;
}
#dirty-stuff2 img {
	margin: 0 auto;
    position: relative;
    display: block;
}

#more-content-header{
	font-size: 20px;
	display: inline-block;
}
#more-content {
	display: grid;
	grid-template-columns: repeat(2, minmax(100px, 1fr)); /* Two columns with equal width */
	grid-gap: 10px;
	/*height: 100%;*/
	/*width: 100%;!* Spacing between grid items *!*/

}
.letters-container{
	display: flex;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
}
.letter{
	text-align: center;
	flex-basis: 0;
	font-size: 18px;
	color: #222426;
	text-decoration: none;
}
.media-count{
	display:flex;
	color:#a5a8af;
}
.media-data{
	display:flex;
	flex-direction:row;
	gap: 15px;
	color: #373737;
}
.media-data i {
	position:relative;
	top: 22px;
}
.data-item{
	margin-right: 10px;
	color: #373737;
}
.grid-item {
	margin-top: 40px;
	margin-bottom: 0px;
	border: black;
	outline: black;
	border-radius: 8px;
	/*box-shadow: 0px 8px 20px #A6AC82;*/
	font-size: 20px;
	color: #fa5da2;
	text-decoration: none;
	padding-top: 0;
	background-color: #8D7E96;
	text-decoration: none;
}
.more-content-item img {
	width: 100%;
	height: 200px;
	object-fit:contain;/* Maintain the image's aspect ratio */
	background-color: black;
}
.more-content-grid a {
	font-size: 10px;
	color: #fa5da2;
	text-decoration: none;
}

#tagline{
	display: block;
	margin-left: 0px;

}
ul{
	padding: 0px;
}
#tagline ul li{
	margin-right: 10px;
	/*padding: 10px;*/
	list-style: none;

}
.tags {
	display: inline-block;
	background-color: #A6AC82;
	border-radius: 5px;
	object-fit: contain;
	text-decoration: none;
	font-size: 15px;
	list-style: none;
	margin-left: 0;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}
.tags a{

	text-decoration: none;
	display: inline-block;;
	color: floralwhite;
  	text-decoration: none;
}
#of-link{
	height: 47px;
	align-content: center;
}
#of-link a{
	display: inline-block;
}


#of-link img {
	display: inline-block;
	/*display: inline;*/
	position: relative;
	height: 30px;
	border-radius: 50%;
	top: 8px;

}

.sunray-button {
  position: relative;
  background-color: #ffcc00; /* Button color */
  padding: 10px 20px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
}
@media (min-width: 720px)  {
	.grid-container {
		display: grid;
		grid-template-columns: repeat(4, minmax(100px, 1fr)); /* Two columns with equal width */
		grid-gap: 20px;
		/*height: 100%;*/

		/*width: 100%;!* Spacing between grid items *!*/
	}
	.grid-container {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); /* Two columns with equal width */
		grid-gap: 10px;
		/*height: 100%;*/
		/*width: 100%;!* Spacing between grid items *!*/
	}
    .grid-item img {
        object-fit: contain;
        height: 50vh;
    }
}
.animation-btn {

	animation: flashAnimation 2s 5;
}

@keyframes flashAnimation {
  0%, 50% {
    color: floralwhite; /* Initial color */
  }
  51%, 100% {
    color: #fa5da2; /* Flashing color */
  }
}
#help-btn{
	height: 200px;
}
#fix-tag-form li div{
	margin-bottom: 12px;
	font-size: 20px;
}