/* Custom CSS For Tour Pages Only */
:root {
	--primary:  hsl(220, 86%, 63%);
	--secondary: hsl(220, 86%, 43%);
	--color-light: hsl(0, 0%, 100%);
	--color-dark: hsl(0, 0%, 0%);
	--font-primary: 'Manrope', sans-serif;
    --h1: clamp(1.8rem, 1.0127rem + 3.499vw, 4rem);
    --h2: clamp(1.6rem, 1.099rem + 2.2266vw, 2.2rem);
	--h3: clamp(1.4rem, 1.0421rem + 1.5905vw, 2rem);
	--text-size-xs: clamp(0.79rem, -0.01vw + 0.79rem, 0.78rem);
    --text-size-s: clamp(0.89rem, 0.08vw + 0.87rem, 0.94rem);
    --text-size-m: clamp(1rem, 0.21vw + 0.96rem, 1.13rem);
    --text-size-l: clamp(1.13rem, 0.37vw + 1.05rem, 1.35rem);
    --text-size-xl: clamp(1.27rem, 0.59vw + 1.15rem, 1.62rem);
	--text-size-2xl: clamp(1.75rem, 1.239rem + 2.273vw, 3rem); 
	--text-size-3xl: clamp(1.75rem, 0.932rem + 3.636vw, 3.75rem);
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/manrope.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@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;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/Oswald.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body, html {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
	color: var(--color-dark);
	font-size: var(--text-size-m);
    font-family: var(--font-primary);
}
.body-div {padding-top: 76px;}
p {margin-bottom: 0.5rem;}
img {max-width: 100%; height: auto;}
h1, .h1 {font-size: var(--h1); line-height: 1.1;}
h2, .h2 {font-size: var(--h2); line-height: 1.1;}
h3, .h3 {font-size: var(--h3); line-height: 1.1;}
h4, .h4 {font-size: var(--h4); line-height: 1.3;}
h5, .h5 {font-size: var(--h5); line-height: 1.3;}
h6, .h6 {font-size: var(--h6); line-height: 1.3;}
h1, .h1, h2, .h2, h3, .h3 {
	font-family: var(--font-primary);
    font-weight: 600;
	text-wrap: balance;
}
h4,.h4, h5, .h5, h6, .h6 {
	font-family: var(--font-primary);
	font-weight: 500;
	text-wrap: balance;
}
.text-size-3xl {
    font-size: var(--text-size-3xl);
    line-height: 1.2;
}
.text-size-2xl {
    font-size: var(--text-size-2xl);
    line-height: 1.2;
}
.text-size-xl {
    font-size: var(--text-size-xl);
    line-height: 1.4;
}
.text-size-l {
    font-size: var(--text-size-l);
    line-height: 1.5;
}
.text-size-m {
    font-size: var(--text-size-m);
    line-height: 1.5;
}
.text-size-s {
    font-size: var(--text-size-s);
    line-height: 1.6;
}
.text-size-xs {
    font-size: var(--text-size-xs);
    line-height: 1.7;
}
.text-light {color: var(--color-light);}

/* 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,
.footer-nav ul li.red a{
	color:var(--primary);
}
.bg-theme {background-color: #2450a6;}

/* Navigation */
.members .bg-dark {background-color: var(--color-dark) !important;}
.bg-dark {background-color: var(--color-dark) !important;}
.navbar-brand {padding: 0px; margin: 0px;}
.navbar-brand span {display:none;}
.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: var(--text-size-m);
  margin: 0 0.5em;
  letter-spacing: .04em;	
  background-color: transparent;
  color: var(--color-light);
  display: inline-block;
  position: relative;
  text-decoration:none;
  text-transform: uppercase;
  border: none;
}
.navbar-nav li a::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  top: 25px;
  left: 0;
  background-color: var(--primary);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.navbar-nav li.active>a::after,
.navbar-nav li a:hover::after{  
  transform: scaleX(1);
  transform-origin: bottom left;
}
.fa-search { color: var(--primary); }
.search {background-color:rgba(222,222,222, 0.8);}
.search .button_submit, .search .button_search_close {color:#000000; background-color: var(--primary);}
.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;}
.fa-search:before{color:var(--color-light);}

/* Buttons */
.btn {padding: .25em .5em; border-radius:.2em; text-transform: uppercase; border: none;}
.btn.focus, .btn:focus {box-shadow: none;}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {box-shadow: none;}
.btn-infosm{background-color:#4e86f2; font-size:1rem; color:white; width:100%;}
.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 { 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-info {border: 0px;}
.btn-info.disabled, .btn-info:disabled, .form-control:disabled, .form-control[readonly] { cursor:not-allowed; }
.btn-info:hover { background:#2450a6; border: 1px solid #2450a6;}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle { background-color:#2450a6; border-color:#2450a6; }

.btn-default {background-color:var(--primary); border-color:var(--primary); color: var(--color-light); border: 0;}
.btn-default:hover { background:var(--secondary); border:1px solid var(--secondary); color: var(--color-light); border:0; }

.btn-special{
  font-family: 'Oswald';
	line-height: 1;
	color: var(--color-light);
	letter-spacing: 0.15em;
	background: rgb(78,134,242);
	background: linear-gradient(180deg, rgba(78,134,242,1) 0%, rgba(61,105,191,1) 68%);
}
.btn-special:hover {
	color: #fff;
	background: rgb(61, 105, 191);
	background: linear-gradient(100deg, rgb(61, 105, 191) 42%, rgb(78, 134, 242) 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;}

/* Sections */
.section-margin {margin: 1em 0;}
.section-margin-2 {margin: 2em 0;}
.section-margin-3 {margin: 3em 0;}
.section-padding {padding: 0.5em 0;}
.section-padding-2 {padding: 1em 0;}
.section-padding-3 {padding: 2em 0;}
.section-offcolor {background-color: #f2f2f2;}
.section-dark {padding: 1rem 0; background-color: var(--color-dark);}

/* Site Identity */
.site-identity-head{
  	font-family: 'Oswald';
	font-size: clamp(2rem, 2rem + 1.1vw, 4.5rem);
	line-height: clamp(2rem, 2rem + 1.1vw, 4.5rem);
	font-weight: 600;
	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-style: normal;
	font-weight: 300;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-wrap: balance;
	margin: 0.5em 0;
}
.page-title-heading{
  	font-family: 'Oswald';
	font-size: clamp(2rem, 2rem + 1.1vw, 4.5rem);
	font-weight: 600;
	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;
}
/* Page Titles */
.title-heading {
    font-family: 'monument_extendedregular', serif;
    font-size: clamp(1.8rem, 1.3654rem + 0.9065vw, 3rem);
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0rem;
    background: -webkit-linear-gradient(45deg, #fff, var(--primary) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    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;
}
.fourk{
	background: rgb(78,134,242);
	background: linear-gradient(144deg, rgba(78,134,242,1) 18%, rgba(61,105,191,1) 60%);
}
.special-font{
	font-size: 3rem;
	line-height: 3.3rem;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
  	font-family: 'Oswald';
	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;
}
ul.scene-details {
    list-style: none;
    padding-inline-start: 0px;
}
@media only screen and (max-width: 320px) {
	.site-identity-head{
		font-size: 2rem;
		line-height: 2.3rem;
	}
	.site-identity-subhead{
		font-size: 0.85rem;
		line-height: 1rem;
		letter-spacing: 0;
	}
	.page-title-heading{
		font-size: 2rem;
		line-height: 2.3rem;
	}
	.special-font{
		font-size: 2rem;
		line-height: 2.3rem;
	}
}
@media only screen and (max-width: 576px) {
	.btn-special{
		font-size: 1.5rem;
		line-height: 1.22rem;
		letter-spacing: 0;
		padding: 0.5rem 1rem;
	}
	.site-identity-subhead{
		letter-spacing: 3px;
	}
}
@media only screen and (min-width: 768px) {
	.site-identity-head{
		font-size: 5rem;
		line-height: 5.3rem;
	}
	.special-font{
		font-size: 5rem;
		line-height: 5.3rem;
	}
	.page-title-heading{
		font-size: 3rem;
		line-height: 3.3rem;
	}
	.btn-special{
		font-size: clamp(2.2rem, 1.5482rem + 1.3598vw, 2.5rem);
	}
}
@media only screen and (min-width: 1024px) {
	.site-identity-head{
		font-size: 6rem;
		line-height: 6.3rem;
	}
}

/* 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);}

.btn-red, .btn-red-with-round {
  	font-family: 'Oswald';
	background: var(--primary);
	background: linear-gradient(180deg, rgba(78,134,242,1) 0%, rgba(61,105,191,1) 100%); 
	color: #fff;
	border-radius: 60px;
	padding: 20px 100px;
	border: none;
}
.btn-red:hover, .btn-red-with-round:hover {
	background: var(--secondary);
	background: linear-gradient(180deg, rgba(61,105,191,1) 0%, rgba(78,134,242,1) 100%);
	color: #f7f7f7; 
}
.s-bottom-btn {margin-bottom: 30px;}
.s-bottom-btn .copy-div {
	font-size: 22px;
	line-height: 24px;
	overflow: hidden;
  	font-family: 'Oswald';
	font-weight: 400;
}
.s-bottom-btn .btn {
	border-radius: 60px;
	font-size: 60px;
	font-weight: bold;
	line-height: 70px;
	white-space: normal;
	padding: 20px 100px;
	margin-bottom: 20px;
	border: none;
}
.s-bottom-btn .copy-div span {padding: 0 15px; border-right: 1px solid #555;}
.s-bottom-btn .copy-div span:last-child {border: none;}
.s-bottom-btn.s-bottom-btn-modelbio .btn {font-size:30px; padding:20px 30px; line-height:125%;}
.search .button_submit, .search .button_search_close {color:#000000; background-color:var(--primary);}

/* 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: var(--color-light);
	text-transform: uppercase;
}

/* Counter Tour */
.jumbotron .container {z-index: 2; position: relative;}
.countdowner h4 {text-transform: uppercase; font-size: clamp(1.75rem, 0.872rem + 4.3902vw, 3rem); line-height: 1em;}
.countdowner span {font-size: 1.5rem; padding-bottom: 0px; line-height: 1.2em;}
.countdowner .cd_label {text-transform: uppercase; font-size: 1.1em;}
#cd_days, #cd_hours, #cd_minutes, #cd_seconds {display: block}

.jumbotron {position: relative; overflow: hidden; background-color: black;}

.jumbotron video {
position: absolute;
z-index: 1;
top: 0;
width: 100%;
height: 100%;
/*  object-fit is not supported on IE  */
object-fit: cover;
opacity: .7;
}

.jumbotron .container {z-index: 2; position: relative;}
.counter span {font-size: clamp(3rem, 2.2195rem + 3.9024vw, 5rem); padding-bottom: 0px; line-height: 1em;}
.counter .cd_label {text-transform: uppercase; font-size: 1rem;}

/* Responsive */
@media only screen and (min-width: 992px) {
	#navbarNav .btn-primary {margin: 0rem 1rem;}

}

@media only screen and (max-width: 992px) {
	.navbar-nav {padding: 1em 0;}
}

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

}


@media (max-width: 1200px) {

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

}

@media (min-width: 1600px) {

}

@media (min-width: 360px) {

}

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

@media (min-width: 576px) {

}

@media only screen and (max-width: 360px){
	.navbar .btn {font-size: .8em;}
}

/* Social */
.nav.social-icon>li>a { background-color:#a2a2a2; color:#000000; }
.nav.social-icon>li>a:hover { background-color:#ffffff !important; color:#000000 !important; }
.search { background-color:rgba(222,222,222, 0.8); }

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

}
 

.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';
	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';
	font-weight: 700;
}
.sticker-section .inner-div h2 i.fa { color:#d61f21; }
.sticker-section .inner-div h2 span {
	color: #d61f21;
}
.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;
}
.section-title span {  }

.item { position:relative; margin-bottom: 30px; }
.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: var(--color-light);
    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:var(--color-dark);
	padding: .5em;
	position: relative;
}
.item-update .content-div h3 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;
}
.item-update .content-div h3 a {color:var(--color-light);}
.item-update .content-div h3 a:hover {color: var(--color-dark); text-decoration: none;}
.item-update .content-div h4 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1rem;
	font-weight: 600;
}
.item-update .content-div h4 a {color:var(--color-light);}
.item-update .content-div h4 a:hover {color:var(--color-dark); text-decoration:none;}
.item-update .content-div .more-info-div {color:var(--color-dark); font-size: 0.875rem; line-height: 2em;}
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: #d61f21;
	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:#d52023; }
.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;
}

.btn-outline-dark {color: var(--secondary); border-color: var(--secondary); font-weight: 600;}
.btn-outline-dark:hover {color: var(--color-light); background-color: var(--secondary); border-color: var(--secondary);}
.btn-red {
	box-shadow: none !important;
	position: relative;
	font-size: 36px;
	line-height: 40px;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #fff !important;
  	font-family: 'Oswald';
	font-weight: 400;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 75px;
	padding-left: 30px;
	padding-right: 30px;

	background: #d52023; /* Old browsers */
	background: -moz-linear-gradient(top,  #d52023 0%, #d52023 49%, #c90000 51%, #a50000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d52023 0%,#d52023 49%,#c90000 51%,#a50000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d52023 0%,#d52023 49%,#c90000 51%,#a50000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52023', endColorstr='#a50000',GradientType=0 ); /* IE6-9 */
}
.btn-red:hover {
	background: #33c62f; /* Old browsers */
	background: -moz-linear-gradient(top,  #33c62f 0%, #33c62f 49%, #27a524 51%, #36b833 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #33c62f 0%,#33c62f 49%,#27a524 51%,#36b833 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #33c62f 0%,#33c62f 49%,#27a524 51%,#36b833 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c62f', endColorstr='#36b833',GradientType=0 ); /* IE6-9 */
}
.home-models-section .btn-red {
	font-size: 52px;
	line-height: 55px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}
.home-models-section .s-bottom-btn {
	margin-bottom: 0;
}

/* Model Bio > Trailer Page */
.card {background-color: #efefef; margin-bottom: 3%;}
.card__model-bio {flex: 1 1 auto; padding: 1em;}
.card__model-bio-thumb {border-top-left-radius: 4px; border-top-right-radius: 4px; width: 100%; height: auto; aspect-ratio: 1.2/1; object-fit: cover;}
/* .model-name {font-size: 2rem; font-weight: 600;} */
.card__detail-div {color:#FFFFFF;}
.card__detail-div p{margin-bottom: 0;}
.card__detail-div, ul.card__scene-details {list-style: none; padding-inline-start: 0px;}

.model-bio__image {width: 100%; height: auto; aspect-ratio: 1.2/1; object-fit: cover;}
.model-bio__description {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: .25em;
	padding: 1em 0;
}
/*
.detail-div {margin: 0 0 1em 0; font-size: 1em; line-height: 1.5em;}
.detail-div p {margin-bottom: 0;}
*/
.bio-section{margin: 1.5em 0;}
.related-section{margin: 2em 0;}
.bio-section .img-div {text-align:center;}

/* Footer */
footer {
	background-color: #1a1a1a;
	font-size: var(--text-size-xs);
	line-height: 1.4em;
	color: #8a8a8a;
}
.footer__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1em;
	padding: 1.5em 0;
}
.footer__description-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1em;
	padding: 0.5em 0;
	text-align: center;
}
footer a {color: var(--primary); text-decoration: none;}
footer a:hover {color:#8a8a8a; text-decoration: underline;}
.footer-nav {padding: 1em 0;}
.footer-nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	margin-bottom: 0;
}
.footer-nav ul li a {
	color: var(--primary);
	font-size: var(--text-size-s);
	line-height: 2em;
	text-decoration: none;
	padding: .75em;
}
.footer-nav ul li a:hover {color: #8a8a8a; text-decoration: underline;}
.footer-nav ul li:not(:last-child) {border-right:1px solid #444;}
.copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	font-size: var(--text-size-xs);
	text-align: center;
	color: #8a8a8a;
	padding: 1em 0;
}

.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 {font-size: 1rem; line-height: 1.2rem;}


.bio-section-head .left-content {
	color: #000000;
	padding: 20px 0;
}
.bio-section-head .left-content h3 {
	margin: 0 0 25px 0;
}
.bio-section-head .left-content 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;
}
.special-offer-block {
	background: #979797;
	width: 440px;
	float: right;
	text-align: center;
	padding: 10px;
}
.special-offer-block h3 {
	padding: 15px;
	margin: 0;
	background: #fff;
	font-weight: 600;
	font-size: 35px;
	line-height: 35px;
	color: #1d1d1d;
}
.special-offer-block h3 .fa {
	font-size: 22px;
	color: #d61f21;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -4px;
}
.special-offer-block h2 {
  	font-family: 'Oswald';
	margin: 0;
	padding: 5px 0;
	font-weight: 700;
	font-size: 85px;
	line-height: 85px;
	color: #fff;
}
.special-offer-block h4 {
  	font-family: 'Oswald';
	margin: 0;
	padding: 0 0 20px 0;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}
.special-offer-block .btn {
	font-size: 35px;
	line-height: 35px;
	background: #d61f21;
  	font-family: 'Oswald';
	font-weight: 700;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-width: 325px;
	margin-bottom: 10px;
}
.special-offer-block .btn img {
	position: relative;
	vertical-align: middle;
	top: -3px;
}

/* Back To Top */
.scroll_up {
    position: fixed;
    bottom: 60px;
    right: 40px;
	padding: 5px;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    background-color: var(--primary);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
	z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll_up.show {
	opacity: 1;
	visibility: visible;
}

.scroll_up i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: var(--color-light);
	font-size: 1rem;
}

@media screen and (min-width: 1025px) {
	.scroll_up:hover {
		background-color: #666;
	}
	.section-title {
		display: inline-block;
		font-size: 1.8rem;
		line-height: 1.6rem;
		letter-spacing: -.022rem;
	}
}


@media screen and (max-width: 767px) {
	.scroll_up {width: 40px; height: 40px;}
	.sorting-options {margin-bottom: 10px;}
	.btn-red-with-round {
		font-size: 1.6rem;
		line-height: 24px;
		padding-left: 0;
		padding-right: 0;
		padding: 20px 60px;
		white-space: normal;
	}
	.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;}
	.btn-infosm{font-size:1.6rem;}
}

@media screen and (max-width: 1000px) {
	.scroll_up i {
		font-size: 1rem;
	}
}


.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 .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; }

/* Join Page */
.join-page { padding:55px 0; }
.join-page .section { display:block; padding:0 0 20px 0; }
.join-page .join-section-title { display:inline-block; width:100%; margin-bottom:15px; }
.join-page .join-section-title h3 { text-transform:uppercase; font-size:1.5rem; font-weight:400; margin:0; }
.join-page .form-group label { margin-bottom:.1rem; }
.join-page .join_error { padding:.25rem .5rem; font-size:13px; margin-top:4px; }
.join-page .form-group .input-group-text { min-width:42px; text-align:center; background-color:#FFF; border-color:#d9d9d9; }
.join-page .form-group .input-group-text i.fa { margin:0 auto; }
.join-page .form-group .form-control { background-color:#f5f5f5; border-color:#d9d9d9; }

.join-page .coupon_code_form { display:none; }

ul.payment-options { display:inline-block; width:100%; text-align:left; margin:0; padding:0; margin-bottom:4px; }
ul.payment-options li { display:block; background-color:#f5f5f5; padding:.375rem .75rem; cursor:pointer; border:1px solid #d9d9d9; color:#000; box-sizing:border-box; margin-bottom:4px; border-radius:.25rem; }
ul.payment-options li:last-child { margin-bottom:0px; }
ul.payment-options li.nopadding { padding:0; }
ul.payment-options li.active { background-color:#d52023; color:#FFF; }
ul.payment-options li label, ul.payment-options li label span { cursor:pointer; text-transform:uppercase; font-size:1rem; font-weight:300; margin:0; }
ul.payment-options li .selectric .label { line-height:50px; height:50px; }
ul.payment-options li .selectric .label { font-size:20px; font-weight:300; margin-left:40px; }
ul.payment-options li .selectric-items li { background:#f1f1f1; text-transform:uppercase; font-size:16px; }
ul.payment-options li .selectric-items li:hover { background:#333; color:#FFF; }

ul.join-options { display:inline-block; width:100%; text-align:left; margin:0; padding:0; }
ul.join-options li { display:inline-block; width:100%; background-color:#f5f5f5; padding:6px; cursor:pointer; border:1px solid #d9d9d9; color:#000; box-sizing:border-box; margin-bottom:4px; border-radius:.25rem; }
ul.join-options li.active { background-color:#d52023; color:#FFF; }
ul.join-options li label, ul.join-options li label span { display:block; cursor:pointer; text-transform:uppercase; font-size:20px; font-weight:300; position:relative; line-height:100%; margin:0; }
ul.join-options li span.label { display:inline-block; vertical-align:top; font-size:24px; font-weight:700; margin-top:15px; letter-spacing:-1px; }
ul.join-options li span.desc { display:inline-block; vertical-align:top; font-size:12px; font-weight:300; position:absolute; top:50px; left:45px; }
ul.join-options li span.extra { display:inline-block; font-size:14px; font-weight:300; padding:5px 10px; background-color:#d52023; position:absolute; top:25px; right:140px; color:#FFF; border-radius:50px; }
ul.join-options li span.price { float:right; background:none; padding:10px 0; text-align:center; width:130px; position:relative; font-size:0; letter-spacing:-1px; color:#d52023; border-radius:.25rem; }
ul.join-options li span.price span.price-symbol,
ul.join-options li span.price span.price-small { display:inline-block; vertical-align:top; font-size:20px; margin-top:8px; }
ul.join-options li span.price span.price-big { display:inline-block; vertical-align:top; font-size:60px; font-weight:400; margin:0 5px; }
ul.join-options li span.price i { font-style:normal; }
ul.join-options li span.price span.price-below { display:inline-block; vertical-align:top; font-size:14px; position:absolute; bottom:15px; left:100%; }
ul.join-options li span.price span.price-bestoffer { display:inline-block; width:100%; position:absolute; top:-15px; left:5px; }
ul.join-options li span.price span.price-bestoffer i { display:inline-block; padding:1px 10px; border-radius:5px; text-align:center; color:#000; font-size:12px; letter-spacing:1px; }
ul.join-options li span.price span.price-bestoffer i {
	background: #fae17b;
	background: -moz-linear-gradient(left, #fae17b 0%, #ffb042 100%);
	background: -webkit-linear-gradient(left, #fae17b 0%,#ffb042 100%);
	background: linear-gradient(to right, #fae17b 0%,#ffb042 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae17b', endColorstr='#ffb042',GradientType=1 );
}
ul.join-options li input[type="radio"] { display:inline-block; margin-top:35px; margin-left:15px; margin-right:10px; opacity:0; }
ul.join-options li.active span.extra, ul.join-options li.active span.price { background:none; color:#FFF; }
ul.join-options li.active span.extra { background:#FFF; color:#d52023; }
ul.join-options li.active input[type="radio"] { opacity:1; }

.join-page .secure { display:inline-block; width:100%; text-align:center; padding-top:15px; border-top:1px solid #d9d9d9; }
.join-page .secure img { display:inline-block; margin-right:10px; vertical-align:top; }
.join-page .secure .secure-text { display:inline-block; font-size:11.5px; text-align:center; font-weight:400; color:#838383; }
.join-page .secure .secure-text strong { font-size:14px; text-align:center; font-weight:400; color:#34cc71; }
.join-page .secure .secure-text a { color:#838383 !important; }
.join-page .secure .secure-text a:hover { color:#222 !important; text-decoration:underline; }

@media screen and (max-width: 767px) {
	ul.payment-options li { padding:10px 15px; }
	ul.payment-options li label, ul.payment-options li label span { font-size:16px; }
	ul.join-options li input[type="radio"],
	ul.join-options li.active input[type="radio"] { opacity:0; display:none; }
	ul.join-options li span.label { width:100%; text-align:center; }
	ul.join-options li span.desc { width:100%; text-align:center; position:relative; top:0; left:0; }
	ul.join-options li span.price { width:100%; }
	ul.join-options li span.extra { top:-15px; right:auto; left:15px; }
	ul.join-options li span.price span.price-bestoffer { top:65px; }
}

@media only screen and (max-width: 479px) {
	ul.payment-options li { padding:10px; }
	ul.payment-options li label, ul.payment-options li label span { font-size:14px; }
	ul.join-options li span.label { font-size:20px; margin-bottom:5px; }

	.join-page .secure img { margin:0 0 10px; }
	.join-page .secure .secure-text { width:100%; }
}

.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;}
}

/* 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;}
}