/* Custom CSS For SFW */
:root {
	--primary: rgb(221, 0, 102);
	--secondary: rgb(162, 4, 77);
	--dark: rgb(0, 0, 0);
	--light: rgb(255, 255, 255);
	--offcolor: #212121;
}
@font-face {
	font-display: block;
	font-family: 'dmsans';
	font-style: normal;
	src: url('../fonts/dmsans-variable.ttf') format('truetype');
}
@font-face {
	font-display: block;
	font-family: 'monument_extendedregular';
	src: url('../fonts/monumentextended-regular-webfont.woff2') format('woff2'),
		 url('../fonts/monumentextended-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
body, html {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
}
body {color: var(--light); background-color: var(--dark);}
.body-div {padding-top: 48px;}
p {margin-bottom: 0.5rem;}
img {max-width: 100%; height: auto;}

/* Secondary Color */
ul.payment-options li.active,
ul.join-options li.active,
ul.join-options li span.extra,
.sticker-section .inner-div .swiper-sticker-next:hover, .sticker-section .inner-div .swiper-sticker-prev:hover {background-color:var(--primary); }

.highlight {color:var(--primary) !important; }

a, .list-with-check li i.fa,
.sticker-section .inner-div h2 i.fa,
.sticker-section .inner-div h2 span,
ul.join-options li span.price, ul.join-options li.active span.extra,
.trailer-article .rating-div,
.bio-section-head .rating-div,
.footer-nav ul li.red a { color:var(--primary); }
.bg-theme {background-color: var(--primary);}

/* Navigation */
.members .bg-dark {background-color: #000 !important;}
.bg-dark {background-color: #000 !important;}
.navbar-dark {background-color: #000;}
.navbar-brand {padding-top: 0; padding-bottom: 0;}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-nav > li > a {
  font-size: 1.25rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0.5rem;
  color: #ffffff;
  text-decoration:none;
  text-transform: uppercase;
  border: none;
}
.navbar-nav > li > a:hover {
	color: var(--primary);
	transition: transform 0.25s ease-out;
}
.navbar .btn-theme {background-color: var(--primary); font-size: 1.4rem; width: auto; border: none; margin: 10px}
.navbar .btn-theme:hover {background-color: var(--secondary); color:#f7f7f7; border: none;}

/* Buttons */
.btn {padding: .25rem .5rem; border-radius:.2rem; text-transform: uppercase; border: none;}
.btn.focus, .btn:focus {box-shadow: none;}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle{
	font-weight: 700;
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-primary:hover { color: #fff; background-color: var(--secondary); border-color: var(--secondary);}
.btn-primary.focus, .btn-primary:focus {
    background-color: var(--secondary);
    border-color: var(--secondary);
    box-shadow: none !important;
}
.btn-default {background-color:var(--primary); border-color:var(--primary); color: #fff; border: 0;}
.btn-default:hover { background:var(--secondary); border:1px solid var(--secondary); color:#FFF; border:0; }
.btn-outline-dark {color: var(--primary); border-color: var(--primary); font-weight: 600;}
.btn-outline-dark:hover {color: #fff; background-color: var(--primary); border-color: var(--primary);}
.btn-special{
	font-family: 'dmsans';
	font-weight: 700;
	color: #fff;
	font-size: 2rem;
	line-height: 2.5rem;
	letter-spacing: 0.25rem;
	background: var(--primary);
	background: linear-gradient(180deg, var(--primary) 0%, var(--secondary) 68%);
	padding: 0.75rem 1.5rem;
}
.btn-special:hover {
	color: #fff;
	background: var(--secondary);
	background: linear-gradient(100deg, var(--secondary) 42%, var(--secondary) 100%);
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}
.btn-special.focus, .btn-special:focus {
    background-color: var(--secondary);
    border-color: none;
    box-shadow: none !important;
}
.text-primary {color: var(--primary)!important;}
.text-secondary {color: var(--secondary) !important;}

/* Site Identity */
.site-identity-head{
	font-family: 'dmsans', sans-serif;
	font-size: clamp(2.25rem, 1.2115rem + 4.6154vw, 4.5rem);
	font-weight: 800;
	line-height: 1em;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
    margin-bottom: 0;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	margin: 0;
}
.site-identity-subhead {
	font-family: 'dmsans', sans-serif;
	font-weight: 300;
	font-size: clamp(1.5rem, 1.3269rem + 0.7692vw, 1.875rem);
	line-height: 1em;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin: 0.5rem 0;
}
.page-title-heading{
	font-family: 'dmsans', sans-serif;
	font-size: clamp(2.25rem, 1.2115rem + 4.6154vw, 4.5rem);
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
    margin-bottom: 0;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	margin: 0;
}
.special-font{
	font-family: 'dmsans', sans-serif;
	font-size: clamp(1.75rem, 0.4808rem + 5.641vw, 4.5rem);
	font-weight: 800;
	line-height: 1em;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
	text-transform: uppercase;
	margin-bottom: 0;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.warning-text {color: var(--primary); font-weight: 800;}
ul.scene-details {
    list-style: none;
    padding-inline-start: 0px;
}
@media only screen and (min-width: 768px) {
	.btn-special{
		font-size: clamp(2.2rem, 1.5482rem + 1.3598vw, 2.5rem);
	}
}
@media only screen and (max-width: 600px) {
	.btn-special{
		font-size: 1.5rem;
		line-height: 1.2em;
		letter-spacing: 0;
		padding: 0.5rem 1rem;
	}
	.site-identity-subhead{
		letter-spacing: 3px;
	}
	.navbar-brand {width: 460px;}
}
@media only screen and (max-width: 425px) {
	.navbar-brand {width: 300px;}
}
/* Responsive Text */
.rt-regular{font-size: clamp(1.8rem, 1.3654rem + 0.9065vw, 2rem);}
.rt-large{font-size: clamp(3rem, 1.7309rem + 1.813vw, 4rem);}

/* Sections */
.container-wide {padding-left: 30px; padding-right: 30px;}
.section-margin {margin: 1em 0;}
.section-margin-2 {margin: 2em 0;}
.section-margin-3 {margin: 3em 0;}
.section-offcolor {background-color: var(--offcolor)}
.section-dark {padding: 1rem 0; background-color: var(--dark);}
.section-primary {
	background: var(--primary);
	background: linear-gradient(144deg, var(--primary) 18%, var(--secondary) 60%);
}
.image-background {background-color: var(--light); padding: .5rem;}

/* Pagination */
.pagination{ display:inline-block; width:100%; padding: 10px 0px; text-align:center;}
.pagination li{ display:inline-block; font-size:1.4rem; text-align:center; margin:5px 3px; }
.pagination li a{display: block;min-width: 34px;padding: 4px 8px;text-align: center;color: var(--primary);border: 1px solid var(--primary);line-height: 100%;border-radius: 4px;text-decoration: none;}
.pagination li a:hover{background-color: var(--primary); border-color: var(--primary); color: #f7f7f7;}
.pagination .active {background-color: var(--primary); border-color: var(--primary); border-radius: 4px;}
.pagination .active a {color: #fff;}

/* Trailer Page */
.read-more, .read-less {color: var(--primary); font-weight: bold;}

/* Social */
.nav.social-icon>li>a { background-color:#a2a2a2; color:#000000; }
.nav.social-icon>li>a:hover { background-color:#ffffff !important; color:#000000 !important; }
 
.sectionsplitout{
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 2.9rem;
	position: relative;
	width: 100%;
}
.sectionsplitthing{position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgb(0, 0, 0);
}
.sectionsplit{margin: 0px;
	padding: 0px 1rem;
	position: relative;
	z-index: 2;
	font-size: 1.4rem;
	letter-spacing: .2rem;
	background-color: white;
	text-transform: uppercase;
}


/* Responsive */
@media only screen and (min-width: 992px) {
	#navbarNav .btn-primary {margin: 0rem 1rem;}
}
	
@media only screen and (max-width: 768px) {
	.container-wide {padding-left: 15px; padding-right: 15px;}
}
@media only screen and (max-width: 992px) {
	#navbarNav ul{padding: 1rem 0;}
	#navbarNav ul li{
		padding: 1rem 0;
	}
	.btn-primary {font-size: 2rem;}
}

@media (max-width: 1200px) {

}
@media (min-width: 1400px) {

}

@media (min-width: 1600px) {

}

@media (min-width: 360px) {
	.counter .cd_label {
		text-transform: uppercase;
		font-size: .9rem;
	}

}

@media only screen and (max-width: 576px) {

}
@media (min-width: 576px) {
}
@media only screen and (max-width: 440px) {

}

@media only screen and (max-width: 360px){


}

@media (min-width: 1200px){
	.container.container-default {max-width: 1140px;}

}

/* Secondary Color */
ul.payment-options li.active,
ul.join-options li.active,
ul.join-options li span.extra,
.sticker-section .inner-div .swiper-sticker-next:hover, .sticker-section .inner-div .swiper-sticker-prev:hover { background-color: var(--primary); }

.highlight { color: var(--primary) !important; }

a, .list-with-check li i.fa,
.sticker-section .inner-div h2 i.fa,
.sticker-section .inner-div h2 span,
ul.join-options li span.price, ul.join-options li.active span.extra,
.trailer-article .rating-div,
.bio-section-head .rating-div,
.footer-nav ul li.red a { color: var(--primary); }

/* Social */
.nav.social-icon>li>a { background-color:#a2a2a2; color:#000000; }
.nav.social-icon>li>a:hover { background-color:#ffffff !important; color:#000000 !important; }
.navbar-main .navbar-nav.social-icon {margin-left: 40px;}
.nav.social-icon>li>a {
	background-color: #a2a2a2;
	width: 30px;
	height: 30px;
	padding: 0 5px;
	margin-left: 10px;
	text-align: center;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 22px;
	/*margin-top: 5px;*/
	display:inline-block;
}
.nav.social-icon>li>a:hover { background-color:#FFF; }
.nav.social-icon>li>a .fa {line-height: 30px;}
.swiper-container-sticker .swiper-slide {
	width: auto;
	border-left: 1px solid #7b7b7b;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
.sticker-section .inner-div {
	position: relative;
	padding: 30px 100px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.sticker-section {
	border-top: 1px solid #cdcdcd;
	border-bottom: 15px solid #000000;
}
.sticker-section .inner-div h2 {
	min-width: 350px;
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.sticker-section .inner-div h2 i.fa { color: var(--primary); }
.sticker-section .inner-div h2 span {color: var(--primary);}
.sticker-section .inner-div h2 img {
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.sticker-section .inner-div .swiper-sticker-next,
.sticker-section .inner-div .swiper-sticker-prev {
	position: absolute;
	right: 0;
	top: 50%;
	outline: none;
	margin-top: -18px;
	border-radius:10px;
	cursor:pointer;
	background-color:#464646;
	color:#FFF;
	font-size:20px;
	padding:7px 10px;
}
.sticker-section .inner-div .swiper-sticker-prev {
	right:auto;
	left: 0;
}
.sticker-section .inner-div .swiper-sticker-next:hover,
.sticker-section .inner-div .swiper-sticker-prev:hover { background-color:#d61f21; }
.p-tb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.title-block { display:inline-block; width:100%; }
.section-title {
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: -.022em;
}
.model-name {text-transform: uppercase; font-weight: normal;}

.item {
	position:relative;
	margin-bottom: 10%; 
	-webkit-box-shadow: 1px 1px 5px 0px rgba(84,71,77,1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(84,71,77,1);
	box-shadow: 1px 1px 5px 0px rgba(84,71,77,1);
}
.item:hover .content-div { background-color:#F2f2f2; color:#000; }
.item-update .img-div {
	position: relative;
	background-size: cover;
	background-position: center;
	overflow:hidden;
}
.item-update .img-div a { display:inline-block; position:relative; width:100%; }
.item-update .img-div img {
	width: 100%;
	height: auto
}

.item-update .img-div a img { transition:transform .5s ease; }
.item-update:hover .img-div a img {-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}

.item-update .img-div .item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -43px;
    margin-left: -43px;
    font-size: 100px;
    z-index: 5;
    color: #FFF;
    text-shadow: #333 0px 0px 20px;
    opacity: 0;
}
.item-update .img-div a:hover .item-icon {
    opacity: 0.4;
}

.item-update .content-div {
	background-color: var(--primary);
	color: #fff;
	padding: .5rem;
	position: relative;
}
.item-update .content-div h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-update .content-div h4 a {color:#FFF;}
.item:hover .content-div h4 a { color: var(--primary); }
.item-update .content-div h4 a:hover {color: var(--primary); text-decoration:none;}
.item-update .content-div .more-info-div {color:#000; font-size: .7rem; line-height: 1rem;}
ul.stars { margin:0; padding:0; list-style:none; }

.section-title.see-more {
	padding-right: 100px;
}
.section-title .btn {
	position: absolute;
	right: 0;
	top: 0;
	color: var(--primary);
	border: 1px solid #0f0e0e;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.section-title .btn:hover { background-color:#0f0e0e; }
.latest-updates-section .row-col-padding-10 {
	margin-bottom: 60px;
}

.pb-30 {
	padding-bottom: 30px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.banner-section .container-fluid {
	padding: 0
}
.home-banner-section-2 {
	padding: 30px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home-banner-section-2 .container {
	max-width: 700px;
}
.list-with-check {
	margin: 25px 0;
	padding: 20px 40px;
	list-style: none;
	font-size: 0;
	background-color: rgba(0,0,0,0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.list-with-check li {
	width: 50%;
	display: inline-block;
	font-weight: 600;
	font-size: 21px;
	color: #fff;
	text-align: left;
	padding: 5px;
	/*background-image: url(../images/check-icon.png);
	background-repeat: no-repeat;
	padding-left: 40px;*/
	margin: 10px 0;
	vertical-align: top;
}
.list-with-check li i.fa { color: var(--primary); }
.row.col-5-div .col, .row.col-5-div .col-6 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.home-models-section .row-col-padding-10 {
	margin-bottom: 60px;
}

/* Footer */
.legal {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #676767;
	padding: 0.5em 1em;
}
.legal a {
	color: var(--primary);
}
.legal a:hover {
	color: #676767;
	text-decoration: none;
}

.list-with-check2 {
	max-width: 560px;
	margin: 25px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.list-with-check2 li {
	width: 100%;
	font-weight: 600;
	font-size: 30px;
	color: #000;
	text-align: left;
	padding: 13px;
	background-image: url(../images/g-img1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-repeat: repeat-y;
	padding-left: 60px;
	margin: 40px 0;
	vertical-align: top;
	position: relative;
}
.list-with-check2 li:after {
	background-image: url(../images/check-icon.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 8px;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
}
.bio-section-head .img-div { text-align:center; }
.bio-section-head .bottom-btn .btn {
	font-size: 65px;
	margin: 0 auto;
	line-height: 70px;
	font-weight: 700;
	max-width: 600px;
	display: block;
	padding-left: 50px;
	padding-right: 50px;
	/*background-image: url(../images/btn-bg-green.png);*/
}
.bio-section-head .bottom-btn .btn:after {
	background-image: url(../images/btn-right-img-green.png);
}
.bio-section-head .bottom-btn .btn:before {
	background-image: url(../images/btn-left-img-green.png);
}
.bio-section-head .list-with-check2 {
	margin-bottom: 60px;
}
.bio-section-head .left-content .img-div img {
	width: 100%;
	height: auto
}
.bio-section-head .left-content .img-div {
	background-size: cover;
	background-position: center top;
}
.bio-section-head .left-content .inner-right-c {
	padding-left: 50px;
	font-size: 18px;
}
.bio-section-head .rating-div, .bio-section-head .detail-div {font-size: 1rem; line-height: 1.2rem;}
.detail-div { color:#000; }

.bio-section-head .left-content .detail-div {
	color: #000000;
	padding: 20px 0;
}
.bio-section-head .left-content h3 {
	margin: 0 0 25px 0;
}
.bio-section-head .left-content .detail-div p {
	margin-bottom: 25px;
}
.trailer-section-head { background-color:#fff; color:#000; }
.trailer-section-head .left-content {
	font-size: 16px;
	line-height: 20px;
}
.trailer-section-head .left-content .video-div {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.trailer-section-head .left-content .video-div .play {
	background-image: url(../images/play-icon.png);
	background-position: center;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 55;
	background-repeat: no-repeat;
}
.trailer-section-head .left-content .video-div img {
	width: 100%;
	height: auto
}
.trailer-article .rating-div {
	margin:0;
	font-size: 20px;
	color: #d61f21;
}
.trailer-article .description.hidden,
.trailer-article .descriptionFull.hidden {
  display: none;
}
.trailer-article .description .read-more,
.trailer-article .descriptionFull .read-less {
  font-style: italic;
  cursor: pointer;
}


@media screen and (max-width: 767px) {
	.sorting-options {margin-bottom: 10px;}
	.pagination li.hidden-sm {display:none;}
	.trailer_overlay .middle .trailer_box { padding:10px; }
	.trailer_overlay .middle .trailer_box h3 { font-size:14px; }
	.trailer_overlay .middle .trailer_box p { font-size:12px; line-height:120%; }
	.trailer_overlay .middle .trailer_box i.trailer_lock { max-width:20px; }

}
@media (min-width: 768px) {
	.navbar .btn-theme {font-size: 1.2rem;width: auto;}	
	.navbar-toggler-icon {margin-right:10px;}
}

.comments { display:inline-block; width:100%; }
.comments .comments-list { display:inline-block; width:100%; padding:15px; border:1px solid #444; background:#111; margin-bottom:15px; }
.comments .comments-list ul { display:inline-block; width:100%; list-style:none; padding:0; margin:0; }
.comments .comments-list ul > li > ul { padding-left:30px; margin-top:10px; }
.comments .comments-list ul li { display:inline-block; width:100%; margin-bottom:10px; background-color:#FFF; color:#111; }
.comments .comments-list ul li:last-child { border-bottom:0; margin-bottom:0; }
.comments .comments-list ul li .date { display:inline-block; }
.comments .comments-list ul li .member-name { display:inline-block; color:#ffd331; font-weight:700; }
.comments .comments-list ul li .text { display:inline-block; width:100%; line-height:140%; }

.comments .comments-form { display:inline-block; width:100%; margin-bottom:15px; }

.models-az {display:inline-block; width:100%; text-align:center; vertical-align:top;}
.models-az .btn {padding:7px 12px;}

ul.tags {display:inline-block; width:100%; text-align:left; margin:0; padding:0;}
ul.tags li {display:inline-block; text-align:text; margin:0 0 5px 0; padding:0;}
ul.tags li a {display:inline-block; background-color:#e3e3e5; font-size: .8rem; padding:6px 12px; border-radius:3px; color:#111; font-weight:700;}
ul.tags li a:hover { background-color: var(--primary); color:#fefefe; text-decoration:none; }

/* Trailer Upgrade Overlay */
.video_area_upgrade { position:relative; }
.video_area_upgrade a#postroll_url { display:inline-block; width:100%; vertical-align:top; }
.video_area_upgrade a#postroll_url img { display:inline-block; width:100%; vertical-align:top; }
.trailer_overlay { position:absolute; top:0; left:0; width:100%; height:100%; z-index:99; background:rgba(0,0,0,0.5); text-align:center; display:block; }
.trailer_overlay .centerbox { display:table; width:100%; height:100%; }
.trailer_overlay .middle { display:table-cell; vertical-align:middle; }
.trailer_overlay .middle .trailer_box { margin:auto; vertical-align:middle; display:inline-block; width:600px; padding:25px; border:1px solid #222; background:#111; color:#FFF; font-size:18px; text-transform:none; position:relative; }
.trailer_overlay .middle .trailer_box i.fa { font-size:38px; vertical-align:top; }
.trailer_overlay .middle .trailer_box h3 { display:inline-block; width:100%; padding:15px 0 10px 0; font-size:18px; vertical-align:top; }
.trailer_overlay .middle .trailer_box p { display:inline-block; width:100%; padding:0; margin:0; font-size:14px; vertical-align:top; margin-bottom:15px; }
.trailer_overlay .middle .trailer_box p a { color:#FFF; }
.trailer_overlay .middle .trailer_box p a:hover { color:#FFF; text-decoration:underline; }

@media screen and (max-width:870px) {
	.trailer_overlay .middle .trailer_box { width:96%; }
}

@media screen and (max-width:480px) {
	.trailer_overlay .middle .trailer_box {width:100%;}
	.trailer_overlay .middle .trailer_box h3 {width:auto; padding:0; vertical-align:middle;}
	.trailer_overlay .middle .trailer_box p {margin-top:10px;}
	 
	.navbar .btn-theme {font-size: 1rem;}
	.navbar-toggler-icon{font-size:1.2rem;}
}

/* Search Button and Search bar */
.navbar-search { margin:10px; border:0; padding:0; background:none; color:#FFF; font-size:18px; }

.search {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
	padding:0 10px;
	position:absolute;
	z-index:99;
	top:100%;
	background-color:#222;
	width:100%;
}

@media screen and (max-width: 479px) {
	.search {
		padding: 0;
		-ms-flex-order: 4;
		    order: 4;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 10px;
		box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
		/*opacity: 0;*/
		/*visibility: hidden;*/
		/*transform: translate3d(0, 5%, 0);
		transition: opacity .3s, visibility .3s, transform .3s;*/
	}
	.button_search_close { display:none; }
}

.search .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	max-width: 100%;
	margin: 0 auto;
	padding:10px;
}

.search .input {
	color: #1d2022;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	height: 40px;
	width: 100%;
	border-radius: 20px;
	background-color: #f5f5f5;
	border: none;
	padding: 12px 20px;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
}

.search .button_submit, .search .button_search_close {
	width: 40px;
	height: 40px;
	background-color: #ffd331;
	transition: background-color .3s;
	border: none;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	margin-left: 5px;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.search .button_submit { color:#000; }
.search .button_submit:hover { background-color:#1d2022; color:#fff; }
.search .button_search_close { background:none; margin-left:0; margin-right:5px; }
.search .button_submit i { font-size:16px; }

/*ELX Stlyes Override */
.tags_filter_trigger { float:none; display:inline-block; vertical-align:top; margin: 0px 0px 10px 0px;}
.tags_filter { margin-top:20px; }
.tags_filter ul.tags_filter_list { display:flex; flex-wrap:wrap; justify-content:space-between; }

.update-info .update-info-block {display:inline-block; width:100%; margin-bottom:30px;}
.update-info .update-info-block h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: -.022em;
	font-weight: 600;
}
.update-info .update-info-block a.btn-huge { font-size:60px; border-radius:60px; font-weight:700; }
@media screen and (max-width: 1280px) {
	.update-info .update-info-block a.btn-huge { font-size:30px; }
}
@media screen and (max-width: 479px) {
	.update-info .update-info-block a.btn-huge { font-size:18px; }
}

.models-list-thumbs ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    margin-top:10px;
    padding: 0;
}
.models-list-thumbs ul li {
    display: inline-block;
    width: 100%;
    margin-right:0;
    margin-bottom: 10px;
}
.models-list-thumbs ul.half-sized li { width:49%; }
.models-list-thumbs ul li a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #cacaca;
    background: #FFF;
    color: #333;
    text-align: center;
    border-radius: 5px;
}
.models-list-thumbs ul li a:hover img { opacity:0.6; }
.models-list-thumbs ul li a img {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    height:auto;
}
.models-list-thumbs ul li a span {
    display: inline-block;
    padding: 5px 0 0;
    font-weight: 700;
    font-size: 16px;
}
.models-list-thumbs ul.half-sized li a span { font-size:13px; }

.video-player { position:relative; }

.item-update .img-div .thumb-model-overlay { position:absolute; bottom:10px; left:10px; width:150px; z-index:9999; }
.item-update .img-div .thumb-model-overlay img { display:inline-block; width:100%; max-width:100%; height:auto; vertical-align:top; }
.item-update .img-div a:hover .thumb-model-overlay { opacity:0; }

@media only screen
	and (device-width: 320px){
		.navbar .btn-theme {font-size: 1rem;}
		.navbar-toggler-icon{font-size:1.2rem;}

}

/* 2532x1170 pixels at 460ppi iphone 13 */
@media only screen 
    and (device-width: 390px) {
	.navbar .btn-theme {font-size: 1rem;}
	.navbar-toggler-icon{font-size:1.2rem;}
	.navbar-main .navbar-nav > li > a{padding: 5px 0px;margin: 0px;}
}

/* 2778x1284 pixels at 458ppi iphone 13 pro */
@media only screen 
    and (device-width: 428px) { 
	.navbar .btn-theme {font-size: 1rem;}
	.navbar-toggler-icon{font-size:1.2rem;}
	.navbar-main .navbar-nav > li > a{padding: 5px 0px;margin: 0px;}
}