<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 *
 * 2021 Update
 *
 */

 /* global */

.promo-right-content .holiday-panel {
    padding: 20px 15px;
}


/* XVT Specific */
.xvc.camstercom .holiday-countdown,
.xvc.camdollscom .holiday-countdown,
.xvc.nakedcom .holiday-countdown,
.xvt.xnxx-cams .holiday-countdown,
.xvt.xvideos-cams .holiday-countdown {
	margin-top: 0;
}

.xvc.camstercom .header-wrap-inner,
.xvc.nakedcom .header-wrap-inner {
	padding-bottom: 10px !important;
}

/* Holiday Specific */

/*** VALENTINES ***/


/*** EASTER ***/

/*** END EASTER ***/

/*** FIESTA DE MAYO START ***/

/*** END FIESTA DE MAYO ***/

/*** BIG BANG START ***/

/*** END BIG BANG ***/

/*** Halloween START ***/

/*** END Halloween ***/

/*** GENERAL STYLES ***/

.holiday-promo {
	background: #000;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.promo-header,
.mobile-header {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

.holiday-countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}

.countdown-status {
	font-family: 'Mukta';
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}

.countdown-inner {
	display: flex;
}

.countdown-number-container {
	margin-right: 10px;
}

.countdown-number {
	font-family: 'Montserrat Book', 'Montserrat';
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
}

#days:after {
	font-size: 12px;
	margin-left: 5px;
	color: #fff;
	font-family: inherit;
	display: inline;
	margin-bottom: 0;
	text-align: inherit;
}

#hours:after {
	font-size: 12px;
	margin-left: 5px;
	color: #fff;
	font-family: inherit;
	display: inline;
	margin-bottom: 0;
	text-align: inherit;
}

#minutes:after {
	font-size: 12px;
	margin-left: 5px;
	color: #fff;
	font-family: inherit;
	display: inline;
	margin-bottom: 0;
	text-align: inherit;
}

#seconds:after {
	font-size: 12px;
	margin-left: 5px;
	color: #fff;
	font-family: inherit;
	display: inline;
	margin-bottom: 0;
	text-align: inherit;
}

.promo-info-container {
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding: 104px 0 0;
}

.border-top {
	max-width: 100%;
	position: absolute;
	top: -40px;
	z-index: 2;
	filter: drop-shadow(0px 0px 20px rgba(0,0,0,.5));
}

.border-top-mobile {
	display: none;
}

.border-bottom {
	max-width: 100%;
	position: absolute;
	bottom: 0;
}

.promo-info-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 2200px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.promo-description {
	width: 71%;
	padding: 43px 30px;
	box-sizing: border-box;
}

.promo-description h1 {
	margin: 15px 0px 10px;
	font-family: 'Mukta';
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	line-height: initial;	
}

.promo-description p {
	font-family: 'Montserrat Book', 'Montserrat';
	color: #fff;
	font-size: 15px;
	line-height: 21px;
}

.promo-special {
	font-family: 'Mukta';
	font-size: 18px;
	color: #fff;
	margin: 10px 0px 0px;
}

.promo-special span {
	font-family: 'Mukta';
	font-size: 21px;
	color: #fff;
}

.promo-special a {
	padding: 10px 20px;
	margin-left: 10px;
	font-family: 'Mukta';
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin: 10px 0 0;
}

#VideoLight {
	display: none;
	margin: auto;
	position: fixed;
	top: 120px;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 675px;
	max-height: 380px;
	z-index: 1002;
	overflow: visible;
	border: 2px solid #7b7b7b;
}




#VideoFade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

#introVideo {
	width: 100% !important;
}

.promo-video {
	width: 26.5%;
	border-radius: 0px;
	display: flex;
	justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.promo-video .video-thumbnail {
	display: inline-block;
	cursor: pointer;
}

.promo-video .video-thumbnail img {
	width: 800px;
	margin-bottom: 0;
	max-width: 100%;
}

.promo-video .video-thumbnail img {
	border-radius: 5px;
}

.promo-video .close-video {
	position: absolute;
	right: -20px;
	top: -20px;
	font-size: 38px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}

.promo-video .close-video i {
	display: flex;	
}

/* Promo Main */

.promo-main-container {
	background-size: cover;
	max-width: 2200px;
	padding: 0 0px 150px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto -10px;
}

.promo-inner {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.promo-left-content {
	width: 71%;
	z-index: 2;
}

.promo-right-content {
	width: 26.5%;
    z-index: 1;
    margin-right: 15px;
}

.promo-title-container {
	text-align: center;
}

.promo-title-icon-container {
	margin: 0px auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.promo-title-container i {
	color: #fff;
	font-size: 48px;
	line-height: normal;
}

.promo-title-container .promo-title {
	font-family: 'Mukta';
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	padding: 12px 10px 10px;
	max-width: 220px;
	margin: 0 auto;
	border: 2px solid;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.single-sidebar-item {
	margin: 30px 0;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}

.item-header {
	padding: 5px 0px 10px;
    color: #fff;
    font-family: 'Mukta';
    text-transform: uppercase;
    font-size: 24px;
    text-align: left;
    margin-bottom: 16px;
    line-height: 1.25;
}

.item-body {
	padding: 0px;
	color: #fff;
	font-family: 'Montserrat Book', 'Montserrat';
}

.item-body h4 {
	color: #fff !important;
	opacity: 1;
	font-family: 'Montserrat Book', 'Montserrat';
	font-weight: 100;
	font-size: 18px;
	line-height: normal;
	margin: 10px 0px;
}
	
.item-body p {
	margin: 5px 0px 10px;
	font-size: 16px;
	line-height: 22px;
    font-family: 'Open Sans';
    text-align: left;
}

.item-body span {
	font-family: 'Mukta';
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	margin: 15px 0px 5px;
}

.item-body .sidebar-button {
	background-color: #ed2e4e;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 12px 50px 10px;
	display: inline-block;
	border-radius: 50px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.item-body .king-queen {
	max-width: 70%;
	padding: 20px 0;
}

.item-body .king-queen-badge-winner,
.item-body .king-queen-badge {
	max-width: 150px;
}

.item-body .king-queen-name {
	display: block;
	font-size: 28px;
	line-height: normal;
	margin: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Mukta';
}

.item-body .king-queen-winner-image {
	margin: 0px auto;
	background-size: 95%;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 5px;
	max-width: 100%;
}

.item-body .king-queen-winner-image a {
	height: 300px;
	width: 300px;
	margin: 20px auto 0 auto;
	background-size: cover;
	border-radius: 50%;
	max-width: 95%;
	background-position: center;
	display: block;
}

.item-body .custom-gifting {
	width: 350px;
	max-width: 100%;
}


.holiday-candy {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* Contests */

.promo-contest-container {
	margin: 30px 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,.3);
    padding: 0 0 20px;
}

.promo-contest-header {
	padding: 10px 0 25px;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-family: 'Mukta';
	text-transform: uppercase;
	font-size: 30px;
    line-height: 1.3;
}

.promo-contest-inner {
	padding: 45px 30px 10px;
	color: #fff;
	font-family: 'Open Sans';
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.promo-contest-info span {
	font-family: 'Mukta';
	font-size: 24px;
	line-height: normal;
	text-transform: uppercase;
	margin: 10px 0px 5px;
	color: #fff;
}

.promo-contest-info p {
	color: #fff;
	font-family: 'Montserrat Book', 'Montserrat';
	margin: 7px 0;
	line-height: 21px;
	font-size: 15px;
}

.promo-leaderboard {
	margin-top: 10px;
	padding: 10px 0 0;
	display: flex;
}

.leaderboard {
	width: 100%;
}

.leaderboard-title {
	font-family: 'Mukta';
	font-size: 22px;
	line-height: normal;
	text-transform: uppercase;
	margin: 15px 0px 5px;
	color: #fff;
	text-align: center;
}

.leaderboard-nav {
	display: flex;
	height: 30px;
	align-items: center;
}

.leaderboard-nav-image {
	width: 20%;
	text-align: center;
	font-size: 24px;	
}

.leaderboard-nav-rank {
	width: 10%;
	font-family: 'Mukta';
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
}

.leaderboard-nav-name {
	width: 30%;
	font-family: 'Mukta';
	text-transform: uppercase;
	font-size: 22px;
}

.leaderboard-nav-collected {
	width: 20%;
	font-family: 'Mukta';
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
}

.leaderboard-nav-prize {
	width: 20%;
	font-family: 'Mukta';
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
}

.leaderboard-standings {
	margin-top: 10px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 1000px;
	margin-right: 5px;
}

.leaderboard-single-row {
	height: 180px;
	margin: 0px 10px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	transition: all .1s ease-in-out;
}

.leaderboard-single-row:hover {
	transform: scale(1.01);
}

.leaderboard-single-image {
	width: 20%;
	text-align: center;
	background-size: cover;
	height: 100%;
	text-decoration: none;
	position: relative;
	background-position: center;
}

.leaderboard-online-model {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(197, 32, 59, .9);
	top: 10px;
	padding: 4px 10px 2px 5px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.leaderboard-online-model span {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #39b54a;
	box-shadow: 0 0 0 rgba(57,181,74,0.4);
	animation: online-pulse 2s infinite;
	margin-right: 5px;
	display: inline-block;
	margin-top: -4px;
}

.leaderboard-single-rank {
	width: 10%;
	font-family: 'Mukta';
	text-transform: uppercase;
	font-size: 32px;
	text-align: center;
}

.leaderboard-single-name {
	width: 30%;
	font-family: 'Mukta';
	text-transform: uppercase;
	font-size: 28px;
	margin-top: 5px;
	text-decoration: none !important;
	color: #fff !important;
    line-height: normal;
}

.leaderboard-single-collected {
	width: 20%;
	font-family: 'Mukta';
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	background-repeat: no-repeat;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
}

.leaderboard-single-collected span {
	margin: -6px 6px 0px 0px;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.9);
}

.leaderboard-single-prize {
	width: 20%;
	font-family: 'Mukta';
	text-transform: uppercase;
	font-size: 32px;
	text-align: center;
}

.unique-leaderboard-left {
	width: 25%;
}

.promo-right-content &gt; img {
    max-width: 92px;
}

.rules-btn {
	color: #fff !important;
	text-decoration: none !important;
	padding: 17px 25px 15px;
	font-family: 'Mukta';
	font-size: 17px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border-radius: 30px;
	max-width: 300px;
	margin: 40px auto;
}

.rules-modal-window {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
}

.rules-modal-window:target {
	opacity: 1;
	pointer-events: auto;
}

.rules-modal-window .rules-modal-container {
	width: 80%;
	height: 80%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1em;
	padding-right: 0;
	color: #fff;
}

.modal-close {
	color: #fff !important;
	position: absolute;
	left: -20px;
	top: -15px;
	width: 40px;
	height: 40px;
	text-decoration: none !important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: 900;
	border: 2px solid #fff;
}

.modal-close i {
	display: flex;
}

.rules-modal-inner h2,
.rules-modal-inner h3,
.rules-modal-inner h4 {
	font-family: 'Mukta';
	color: #fff;
	font-size: 22px;
	margin: 5px 0;
}

.rules-modal-inner .single-rules-section h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
}

.rules-modal-inner .single-rules-section p {
	margin-top: 5px;
	margin-bottom: 25px;
}

.rules-modal-inner p {
	font-family: 'Montserrat Book', 'Montserrat';
	font-size: 15px;
	line-height: 20px;
	margin: 15px 10px;
}

.rules-modal-inner .tbl {
	width: 50%;
	margin: 25px auto;
	border: 3px solid;
}

.rules-modal-inner .tbl th {
	width: 50%;
	text-align: center;
	font-family: 'Mukta';
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 15px;
	border-bottom: 1px solid rgba(150,150,150,0.1);
}

.rules-modal-inner .tbl th:first-child {
	border-right: 1px solid;
}

.rules-modal-inner .tbl td {
	text-align: center;
	font-family: 'Montserrat Book', 'Montserrat';
	color: #fff;
	font-size: 16px;
	padding: 15px;
	border-bottom: 1px solid rgba(150,150,150,0.1);
}

.rules-modal-inner .tbl td:first-child {
	border-right: 1px solid;
}

.rules-modal-container ol, .rules-modal-container ul {
	list-style: none;
}

.rules-modal-inner {
	overflow-y: auto;
	height: 100%;
	padding-right: 15px;
}

.rules-modal-inner ul {
    font-family: 'Open Sans';
    margin: 0 0 25px;
    font-size: 15px;
}

/* IE11 */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .video-thumbnail img {
        width: 100% !important;
    }
}


/* Media Queries */

@media screen and (min-width: 2000px) {
	.border-top {
		top: -70px;
	}
}


@media screen and (max-width: 1500px) {
	.leaderboard-single-row {
		height: 140px;
	}
	
	.leaderboard-nav-rank,
	.leaderboard-nav-name,
	.leaderboard-nav-collected,
	.leaderboard-nav-prize {
		font-size: 16px;
	}
	
    .item-header {
        font-size: 18px;
    }

    .promo-description {
        padding: 20px;
    }
    
}

@media screen and (max-width: 1350px) {
	.leaderboard-single-name,
	.leaderboard-single-rank {
		font-size: 21px;
	}
}

@media screen and (max-width: 1330px) {
	#VideoLight {
		width: 90%; 
	}
}

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

    .promo-video {
        margin-right: 0;
    }
    
	.promo-info-inner {
		flex-direction: column-reverse;
	}
	
	.promo-info-container {
		padding: 0px 0;
	}
	
	.promo-description {
		width: 95%;
	}
	
	.promo-video {
		width: 650px;
		margin-bottom: 20px;
	}
	
	.border-top {
		top: -25px;
    }
    
    .left-panel.holiday-panel.promo-description {
        border-radius: 10px;
    }
}

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

    .left-panel.holiday-panel {
        border-radius: 10px;
    }

	.leaderboard-single-row {
		height: 140px;
	}
	
	.leaderboard-single-collected {
		background-size: 45%;
		font-size: 21px;
	}
	
	.promo-inner {
		flex-direction: column;
		align-items: center;
	}
	
	.promo-left-content, 
	.promo-right-content {
		width: 95%;
    }
    
    .promo-right-content {
        margin-right: 0;
    }

	.leaderboard-nav {
		padding: 0 0 10px;
	}
}
	
	
@media screen and (max-width: 768px) {

    .promo-video {
        width: 95%;
        margin: 20px auto 20px;
    }

    .promo-contest-header,
    .promo-contest-info p,
    .item-body p {
        text-align: center;
    }

    .promo-header {
        display: none;
    }

    .item-header {
        font-size: 22px;
        text-align: center;
        margin: 0px 0 30px;
    }
    
	.flags-top-right,
	.flags-top-left {
		display: none;
	}
	
	.border-top {
		display: none;
	}
	
	.border-top-mobile {
		display: block !important;
		max-width: 100%;
		position: absolute;
		top: -80px;
		z-index: 2;
	}
	
	.promo-special {
		display: flex;
		flex-direction: column;
	}
	
	.promo-special span {
		margin-bottom: 10px;
	}
	
	.promo-description {
		text-align: center;
	}
	
	.holiday-countdown {
		flex-direction: column;
		height: 54px;
		width: 100%;
		margin-top: 0;
	}
	
	.countdown-status {
		margin-right: 0;
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	.leaderboard-single-row {
		height: 100px;
	}
	
	.leaderboard-single-collected {
		background-size: 60%;
		font-size: 21px;
	}
	
	.promo-video .close-video {
		right: -15px;
		top: -15px;
		font-size: 30px;
	}
	
	.rules-modal-inner .tbl {
		width: 100%;
	}
	
	.border-top {
		top: -10px;
	}
	
	.leaderboard-single-collected {
		background-size: 55% !important;
		height: 100px;
	}
	
	.leaderboard-single-collected span {
		margin: 0;
	}
}

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

@media screen and (max-width: 650px) {
	.leaderboard-single-name {
		margin-top: 2px;
		font-size: 16px;
	}
	
	.leaderboard-single-rank {
		font-size: 16px;
	}
	
	.leaderboard-single-prize {
		font-size: 24px;
	}
}

@media screen and (max-width: 585px) {
	.leaderboard-single-row {
		height: 75px;
	}
	
	.leaderboard-single-collected {
		background-size: 60%;
		font-size: 16px;
	}
	
	.promo-header {
		height: 255px;
	}
	
	.border-top-mobile {
		top: -50px;
	}
}

@media screen and (max-width: 550px) {
	
	.leaderboard-nav {
		display: none;
	}
	
	.leaderboard-single-row {
		position: relative;
		height: 300px;
		display: block;
	}
	
	.leaderboard-single-image {
		width: 100%;
		border-radius: 8px;
        display: block; 
	}
	
	.leaderboard-single-rank {
		position: absolute;
		top: 5px;
		font-size: 24px;
		background-color: #7ab7d0;
		border-radius: 40px;
		left: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
	}
	
	.leaderboard-single-rank {
		background-color: rgba(244, 162, 97, .8);
	}
	
	.leaderboard-single-name {
		position: absolute;
		bottom: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		background-color: rgba(122, 183, 208, .8);
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		font-size: 21px;
	}
	
	.leaderboard-single-name {
		background-color: rgba(244, 162, 97, .8);
	}
	
	.leaderboard-single-collected {
		position: absolute;
		bottom: -5px;
		right: 5px;
		font-size: 24px;
		background-size: 85% !important;
	}
	
	.leaderboard-single-prize {
		position: absolute;
		top: 20px;
		right: 0px;
	}
    
    .leaderboard-online-model {
        top: 60px;
    }
}

@media screen and (max-width: 450px) {
	.promo-header {
		height: 200px;
	}
	
	.leaderboard-single-row {
		height: 250px;
	}
	
	.leaderboard-single-prize {
		right: 15px;
	}
	
	.leaderboard-single-collected {
		font-size: 18px;
	}
	
	.border-top-mobile {
		top: -40px;
	}
}

@media screen and (max-width: 375px) {
	.leaderboard-single-row {
		height: 200px;
	}
}

@media screen and (max-width: 768px) {
	.leaderboard-modal-inner {
		width: 90%;
		height: 72%;
		box-sizing: border-box;
	}
}</pre></body></html>