<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS clear based on http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time,
mark, audio, video {
	padding: 0; margin: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers and specific declarations */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none;
}

table {
	border-spacing: 0; border-collapse: collapse;
}


/* Main definitions */

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	padding: 0; margin: 0;
	position: relative;
	background: #e0eef6 url('../images/bgd-01.png') center top repeat;
}

body, td, p  {
	color: #202020;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; line-height: 1.6em;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: #e6005e;
	text-decoration: none;
}

a:hover, a:active {
	color: #909090;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

hr {
	height: 1px; display: block; clear: both;
	padding: 0; margin: 15px 0;
	background: #333; border: none;
}

h2 {
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 24px; line-height: 30px; font-weight: 900; text-align: center;
}

h3 {
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 26px; line-height: 1.3em; font-weight: 700; text-align: center;
}

h4 {
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 21px; line-height: 1.3em; font-weight: 700; text-align: left;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.wrapper {
	width: 1610px; max-width: 100%; position: relative;
	padding: 0 30px; margin: 0 auto;
}

.wrapper-wide {
	width: 1900px; max-width: 100%; position: relative;
	margin: 0 auto;
}

.wrapper-narrow {
	width: 1200px;
}

.wrapper-xnarrow {
	width: 900px;
}

.button,
.button:link,
.button:visited {
 	display: inline-block;
	padding: 0.2em 0.45em;
    background-color: #e63976; border: 0 none; border-radius: 3px; color: #fff;
}

.button:hover,
.button:active,
.button:link.active,
.button:visited.active {
    background-color: #3d84b1; border-bottom-color: #b00c48;
}

.medium-button,
.medium-button:link,
.medium-button:visited {
 	display: inline-block;
	padding: 0.5em 0.6em 0.45em 0.6em;
    background-color: #e63976; border: 0 none; border-radius: 4px; color: #fff;
	line-height: 1; font-weight: 700;
}

.medium-button:hover,
.medium-button:active,
.medium-button:link.active,
.medium-button:visited.active {
	background-color: #3d84b1; color: #fff;
}

.large-button,
.large-button:link,
.large-button:visited {
 	display: inline-block;
	padding: 0.25em 0.4em;
    background-color: #e63976; border: 0 none; border-radius: 4px; color: #fff;
	line-height: 1; font-weight: 900; letter-spacing: -1px;
}

.large-button:hover,
.large-button:active,
.large-button:link.active,
.large-button:visited.active {
	background-color: #3d84b1; color: #fff;
}


/* Warning overlay */

.warning-overlay {
	width: 100%; height: 100%;
	position: fixed; top: 0; left: 0; z-index: 500;
	background: #e0eef6 url("../images/overlay-bgd.jpg") center center no-repeat; background-size: cover;
	transition: transform 0.4s ease-in, opacity 0.4s ease-in;
}

.warning-overlay.hidden {
	transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-webkit-transform: translate(-100%, 0);
	opacity: 0;
	transition: transform 0.5s ease-in, opacity 0.5s ease-in;
}

.warning-overlay-inside {
	width: 700px; height: 50%;
	position: absolute; left: calc(50% - 350px); top: 25%;
}

.warning-logo {
	width: 100%; height: 75px;
	position: absolute; top: 0; left: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 0; line-height: 0; text-align: center;
}

.warning-logo img {
	max-width: 100%; display: inline-block;
}

.warning-content {
	width: 100%; height: calc(100% - 200px); overflow: hidden;
	box-sizing: content-box;
	position: absolute; top: 100px; left: 0;
}

.warning-content h2 {
	color: #303030;
}

.warning-content p {
	padding-right: 35px; margin: 1em 0;
	color: #303030;
	text-align: justify;
}

.warning-content ol {
	color: #303030;
	padding-left: 1.25em; padding-right: 35px;
	list-style-type: decimal;
	text-align: justify;
}

.warning-content ol li {
	padding-left: 0.25em;
	margin: 0.5em 0;
}

.warning-buttons{
	width: 100%; height: 75px;
	padding-top: 25px;
	position: absolute; bottom: 0; left: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 0; line-height: 0; text-align: center;
}

.warning-buttons &gt; a {
 	display: inline-block;
	width: 140px; height: 50px; margin: 0 5px;
    border: 0 solid rgba(255, 255, 255, 0.4); border-bottom-width: 2px; border-radius: 3px; color: #fff;
	font-size: 24px; line-height: 48px; font-weight: 700;
}

.warning-buttons .warning-enter {
	background-color: #e63976; 
}

.warning-buttons .warning-enter:hover {
	background-color: #d62966; 
}

.warning-buttons .warning-exit {
	background-color: #a0a0b0; 
}

.simplebar-track {
	background: #d0d0e0; border-radius: 4px;
}

.simplebar-scrollbar::before {
	background: #9090a0;
}

/* Header special section */

.special-section {
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
}

.special-section .special {
	display: inline-block;
	position: relative;
	padding: 15px 25px;
	border: 3px dashed rgba(0, 0, 0, 0.35); border-radius: 2px;
	font-size: 38px; line-height: 1em; font-weight: 300;
	transition: 0.35s all;
}

.special-section .special:hover {
	border-color: #303030; color: #303030;
	transition: 0.35s all;
}

.special-section .special strong {
	font-weight: 600;
}

.special-section .special .heading,
.special-section .special .offer {
	display: inline-block;
}

.special-section .special .close {
	width: 22px; height: 22px; display: block;
	position: absolute; right: -11px; top: -11px;
	background: #eb0060; color: rgba(255, 255, 255, 0.85); border-radius: 4px;
	font-size: 14px; line-height: 19px; font-weight: 600;
	transition: 0.35s all;
}

.special-section .special .close:hover {
	background: #606060;
	transition: 0.35s all;
}


/* Logo Section */

.logo-section {
    width: 100%; z-index: 50;
    background: url('../images/logo-section-bgd-new.png') center bottom repeat-x;
}

.logo-section .slogan {
    width: 350px; min-height: 46px; float: left;
    margin-top: 20px;
    text-align: left;
}

.logo-section .slogan .large {
    display: block;
    color: #3d84b1;
    font-size: 22px; line-height: 24px; font-weight: 700; text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.35);
}

.logo-section .slogan .small {
    display: block;
    color: #e63976;
    font-size: 18px; line-height: 22px; font-weight: 400; text-align: left;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.35);
}

.logo-section .logo {
    width: calc(100% - 700px); float: left;
    margin-top: 10px; margin-bottom: 28px;
    text-align: center;
}

.logo-section .logo img {
    max-width: 95%;
    display: inline-block;
}

.logo-section .buttons {
    width: 350px; float: left;
    margin-top: 20px;
    text-align: right;
}

.logo-section .buttons a {
    height: 32px; display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px; line-height: 32px; text-align: center; vertical-align: top;
}

.logo-section .buttons a:last-child {
    margin-left: 5px;
}

.logo-section .buttons a.button-login {
    background-color: #3d84b1; color: #fff;
}

.logo-section .buttons a.button-login:hover,
.logo-section .buttons a.button-login:active {
    background-color: #2d74a1;
}

.logo-section .buttons a.button-signup {
    background-color: #e63976; color: #fff;
    font-weight: 700;
}

.logo-section .buttons a.button-signup:hover,
.logo-section .buttons a.button-signup:active {
    background-color: #d62966;
}


/* Slider section */

.slider-section {
	position: relative;
}

.slider {
	max-width: 100%; position: relative;
	margin: 0 auto;
	border-bottom: 6px solid #fff;
}

.slider .item img {
	max-width: 100%; height: auto;
}

.slider .slick-prev {
	position: absolute; left: 30px; top: 50%; z-index: 100;
	margin-top: -5px;
}

.slider .slick-next {
	position: absolute; right: 30px; top: 50%; z-index: 100;
	margin-top: -5px;
}


/* Menu Section */

.menu-section {
    position: relative; z-index: 300;
    padding: 18px 0;
    background: url("../images/bgd-04.png");
}

ul.menu {
    position: relative;
}

ul.menu &gt; li {
    width: 23.5%; height: 55px; display: block; float: left; position: relative;
    margin-right: 2%;
    font-size: 21px; line-height: 55px; font-weight: 300; text-align: center;
    transition: background 0.35s;
}

ul.menu &gt; li:last-child {
    margin-right: 0;
}

ul.menu &gt; li &gt; a:link,
ul.menu &gt; li &gt; a:visited {
    display: block;
    padding-left: 15px;
    background: #e63976 url('../images/menu-item.png') left center no-repeat; border-radius: 3px; color: #fff;
    transition: background 0.25s;
}

ul.menu &gt; li.join &gt; a:link,
ul.menu &gt; li.join &gt; a:visited {
    background-color: #3d84b1;
}


ul.menu &gt; li &gt; a:hover,
ul.menu &gt; li &gt; a:active {
    background-color: #bf3968;
    transition: background 0.25s;
}

ul.menu &gt; li.join &gt; a:hover,
ul.menu &gt; li.join &gt; a:active {
    background-color: #386d8f;
    transition: background 0.25s;
}

ul.menu &gt; li &gt; ul {
    width: 100%;
    position: absolute; left: 0; top: 100%;
    visibility: hidden; opacity: 0;
    margin-top: -2px;
    background: #e63976; border-radius: 3px;
    transition: all 0.3s;
    transform: rotateX(-20deg) translateY(-30px);
    -moz-transform: rotateX(-20deg) translateY(-30px);
    -webkit-transform: rotateX(-20deg) translateY(-30px);
    -o-transform: rotateX(-20deg) translateY(-30px);
    -ms-transform: rotateX(-20deg) translateY(-30px);
}

ul.menu &gt; li:hover &gt; ul {
    visibility: visible; opacity: 1;
    transition: all 0.35s;
    transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -webkit-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
}

ul.menu &gt; li &gt; ul &gt; li {
    display: block; position: relative;
}

ul.menu &gt; li &gt; ul &gt; li &gt; a:link,
ul.menu &gt; li &gt; ul &gt; li &gt; a:visited {
    display: block;
    padding: 10px 10px;
    color: #fff;
    font-size: 15px; line-height: 22px; text-transform: uppercase;
    transition: background 0.45s;
}

ul.menu &gt; li &gt; ul &gt; li &gt; a:hover,
ul.menu &gt; li &gt; ul &gt; li &gt; a:active {
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.45s;
}


/* Headings */

h2.heading {
	position: relative;
	padding: 10px 0 8px 0;
	background: #fff;
}

h2.heading:before {
	width: 30px; height: 5px; display: block; content: "";
	position: absolute; top: 0; left: 50%;
	margin-left: -30px;
	background: #e63976;
}

h2.heading:after {
	width: 30px; height: 5px; display: block; content: "";
	position: absolute; top: 0; left: 50%;
	background: #3d84b1;
}

h2.heading .pageno {
	margin-left: 4px;
	font-size: 80%; text-transform: uppercase;
}

.subheading {
	padding: 10px 0 8px 0;
	background: rgba(255, 255, 255, 0.65);
	text-align: center;
}

.subheading.sorting {
	font-size: 15px;
}

.subheading.sorting .sorting-group {
	display: inline-block;
}

.subheading.sorting .sorting-group {
	margin-right: 10px;
}

.subheading.sorting .sorting-group:last-child {
	margin-right: 0;
}

.subheading.sorting span,
.subheading.sorting a {
	display: inline-block;
	padding: 4px 8px; margin: 0 3px;
	vertical-align: middle;
}

.subheading.sorting span.active {
	background: rgba(0, 0, 0, 0.1);
}

.subheading.sorting input[type="text"] {
	display: inline-block;
	padding: 4px 8px; margin: 0 3px;
    background-color: #fff; border: 1px solid #eaeaea; border-top-color: #d0d0d0; border-left-color: #d0d0d0; border-radius: 3px; color: #202020;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; line-height: 1.6em; text-transform: uppercase; vertical-align: middle;
}

.subheading.sorting button {
	width: 34px; height: 30px; display: inline-block;
	padding: 0; margin: 0 3px;
	background-color: #e63976; border: 1px solid #eaeaea; border-bottom-color: #B63966; border-radius: 3px; color: #fff;
	font-size: 16px; line-height: 32px; vertical-align: middle;
}


/* Listing sections - videos */

.listing-videos {
	padding: 30px 0;
}

.listing-videos .item {
    width: 16.666%; display: block; float: left; position: relative;
	padding-right: 1px; padding-bottom: 1px;
	background: #fff; overflow: hidden;
}

.listing-videos .item-inside {
	width: 100%; position: relative;
}

.listing-videos .item .thumb {
	width: 100%; height: 0; display: block; overflow: hidden;
	position: relative;
	padding-bottom: 78.448%;
}

.listing-videos .item .thumb img {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
}

.listing-videos .item:hover .thumb img {
    opacity: 0.8;
}

.listing-videos .item .thumb .overlay {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
	background: url('../images/thumb-overlay.png') center bottom repeat-x;
}

.listing-videos .item .thumb .title {
	width: 100%; height: 26px; display: block; overflow: hidden;
	position: absolute; left: 0; bottom: 5px;
    padding: 0 4px;
    color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 16px; line-height: 26px; font-weight: 700; text-align: center;
}

.listing-videos .item .info {
	width: 100%; height: 24px; display: block;
	position: relative; z-index: 200;
    background: #fff; color: #606060;
    font-size: 12px; line-height: 24px;
}

.listing-videos .item .info:after {
	width: 0; height: 0; display: block; content: "";
	position: absolute; bottom: 100%; left: 50%;
	margin-left: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}

.listing-videos .item .info .site {
	height: 24px; display: block; float: left;
	padding: 0 12px;
	color: #fff;
	font-weight: 700; text-transform: uppercase;
}

.listing-videos .item .info .site.site-kpc {
	background: #f7575c;
}

.listing-videos .item .info .site.site-kha {
	background: #3d84b1;
}

.listing-videos .item .info .site.site-kow {
	background: #736264;
}

.listing-videos .item .info .date {
	display: block; float: right;
	padding-right: 10px;
}


/* Listing sections - photos */

.listing-photos {
	padding: 30px 0;
}

.listing-photos .item {
    width: 12.5%; display: block; float: left; position: relative;
	padding-right: 1px; padding-bottom: 1px;
	background: #fff; overflow: hidden;
}

.listing-photos .item-inside {
	width: 100%; position: relative;
}

.listing-photos .item .thumb {
	width: 100%; height: 0; display: block; overflow: hidden;
	position: relative;
	padding-bottom: 150.777%;
}

.listing-photos .item .thumb img {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
}

.listing-photos .item:hover .thumb img {
    opacity: 0.8;
}

.listing-photos .item .thumb .overlay {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
	background: url('../images/thumb-overlay.png') center bottom repeat-x;
}

.listing-photos .item .thumb .title {
	width: 100%; height: 26px; display: block; overflow: hidden;
	position: absolute; left: 0; bottom: 5px;
    padding: 0 4px;
    color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 16px; line-height: 26px; font-weight: 700; text-align: center;
}

.listing-photos .item .info {
	width: 100%; height: 24px; display: block;
	position: relative; z-index: 200;
    background: #fff; color: #606060;
    font-size: 12px; line-height: 24px;
}

.listing-photos .item .info:after {
	width: 0; height: 0; display: block; content: "";
	position: absolute; bottom: 100%; left: 50%;
	margin-left: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}

.listing-photos .item .info .site {
	height: 24px; display: block; float: left;
	padding: 0 12px;
	color: #fff;
	font-weight: 700; text-transform: uppercase;
}

.listing-photos .item .info .site.site-kpc {
	background: #f7575c;
}

.listing-photos .item .info .site.site-kha {
	background: #3d84b1;
}

.listing-photos .item .info .site.site-kow {
	background: #736264;
}

.listing-photos .item .info .date {
	display: block; float: right;
	padding-right: 10px;
}


/* Listing sections - models */

.listing-models {
	padding: 30px 0;
}

.listing-models .item {
    width: 12.5%; display: block; float: left; position: relative;
	padding-right: 1px; padding-bottom: 1px;
	background: #fff; overflow: hidden;
}

.listing-models .item-inside {
	width: 100%; position: relative;
}

.listing-models .item .thumb {
	width: 100%; height: 0; display: block; overflow: hidden;
	position: relative;
	padding-bottom: 150.777%;
}

.listing-models .item .thumb img {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
}

.listing-models .item:hover .thumb img {
	opacity: 0.9;
}

.listing-models .item .thumb .overlay {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
	background: url('../images/thumb-overlay.png') center bottom repeat-x;
}

.listing-models .item .thumb .title {
	width: 100%; height: 26px; display: block; overflow: hidden;
	position: absolute; left: 0; bottom: 5px;
    padding: 0 4px;
    color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 16px; line-height: 26px; font-weight: 700; text-align: center;
}

.listing-models .item .info {
	width: 100%; height: 24px; display: block;
	position: relative; z-index: 200;
    background: #fff; color: #606060;
    font-size: 12px; line-height: 24px;
}

.listing-models .item .info:after {
	width: 0; height: 0; display: block; content: "";
	position: absolute; bottom: 100%; left: 50%;
	margin-left: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}

.listing-models .item .info .date {
	width: 100%; display: block; float: right;
	text-align: center;
}


/* Listing sections - featured */

.listing-featured {
	padding: 30px 0;
}

.listing-featured {
	font-size: 0; line-height: 0;
	text-align: center;
}

.listing-featured .item {
    width: 33.333%; display: inline-block; position: relative;
	padding-right: 1px; padding-bottom: 1px;
	background: #fff; overflow: hidden;
}

.listing-featured .item-inside {
	width: 100%; position: relative;
}

.listing-featured .item .thumb {
	width: 100%; height: 0; display: block; overflow: hidden;
	position: relative;
	padding-bottom: 56.2%;
}

.listing-featured .item .thumb video {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0; z-index: 110;
}

.listing-featured .item .thumb img {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0; z-index: 120;
}

.listing-featured .item .thumb .loader-wrapper {
	z-index: 130;
}

.listing-featured .item .thumb .overlay {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0; z-index: 130;
	background: url('../images/thumb-overlay.png') center bottom repeat-x;
}

.listing-featured .item .thumb .title {
	width: 100%; height: 26px; display: block; overflow: hidden;
	position: absolute; left: 0; bottom: 5px; z-index: 140;
    padding: 0 4px;
    color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 16px; line-height: 26px; font-weight: 700; text-transform: uppercase; text-align: center;
}

.listing-featured .item .thumb .icon-4k {
	width: 72px; height: 34px; display: block;
	position: absolute; top: 10px; right: 10px;
	background: url("../images/icon-4k.png");
}

.listing-featured .item .info {
	width: 100%; height: 24px; display: block;
	position: relative; z-index: 200;
    background: #fff; color: #606060;
    font-size: 12px; line-height: 24px;
}

.listing-featured .item .info:after {
	width: 0; height: 0; display: block; content: "";
	position: absolute; bottom: 100%; left: 50%;
	margin-left: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}

.listing-featured .item .info .models {
	height: 24px; display: block; float: left;
	padding-left: 10px;
}

.listing-featured .item .info .date {
	display: block; float: right;
	padding-right: 10px;
}


/* Loader */

.loader-wrapper {
    display: block;
    position: absolute; left: 50%; top: 50%; z-index: 1;
    transform: translate(-50%,-50%);
}

.loader-wrapper.hidden{
    display: none;
}

.loader,
.loader:after {
    width: 10em; height: 10em;
    border-radius: 50%;
}

.loader {
    position: relative;
    border: 1.1em solid rgba(255, 255, 255, 0.2); border-left-color: #fff;
    font-size: 10px; text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/* More buttons */

.more-buttons {
	margin-top: 15px; margin-bottom: 45px; 
	text-align: center;
}

.more-buttons .medium-button {
	font-size: 22px; font-weight: 700;
}


/* Pagination */

.pagination {
    font-size: 0px; line-height: 0px; text-align: center;
}

.pagination-top {
	margin-top: 30px;
}

.pagination-bottom {
	margin-bottom: 30px;
}

.pagination a {
    width: 34px; height: 34px; display: inline-block;
    margin: 3px 3px;
    background: #fff; border-radius: 3px; color: #db1060;
    font-size: 14px; line-height: 36px; font-weight: 400; text-transform: uppercase; text-align: center; vertical-align: middle;
}

.pagination a:hover,
.pagination a:active,
.thumb-pagination a.jp-current {
    background: #db1060; color: #fff;
}

.pagination span {
    width: 34px; height: 34px; display: inline-block;
    margin: 3px 3px;
    background: #db1060; border-radius: 3px; color: #fff;
    font-size: 14px; line-height: 36px; font-weight: 400; text-transform: uppercase; text-align: center; vertical-align: middle;
}


/* Subpage content */

.subpage-content {
	margin-top: 30px;
}

.sub-content {
	margin-top: 30px;
}

.sub-content h4 {
	margin-top: 16px; margin-bottom: 8px;
}

.sub-content,
.sub-content p,
.sub-content li {
	font-size: 15px; line-height: 1.6em; text-align: justify;
}

.sub-content ul,
.sub-content ol {
	padding: 0 2em;
	margin: 0.5em 0 1em 0;
	list-style-type: square;
}

.sub-content ul.bordered,
.sub-content ol.bordered {
	padding-top: 0.35em; padding-bottom: 0.35em;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sub-content ul li,
.sub-content ol li {
	margin: 0.5em 0;
}

.sub-content ol.numbered {
	list-style-type: decimal;
}

.sub-content ol.alpha {
	list-style-type: lower-alpha;
}

.sub-content .button-wrapper {
	margin: 25px 0;
	text-align: center;
}

.sub-content .button-wrapper .button {
	font-weight: 700;
}


/* Subpage tables */

.sub-table {
	margin: 2em 0;
	border-collapse:collapse; border-spacing:0;
}

.sub-table th, .sub-table td {
	overflow: hidden;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.45);
	text-align: left; word-break:normal;
}

.sub-table th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: 900;
}


/* Welcome section */

.welcome-section {
	padding: 60px 0; margin-bottom: -30px;
	background: url("../images/welcome-section-bgd.jpg") center center no-repeat; background-size: cover;
}

.welcome-holder {
	width: 650px; max-width: 95%;
	padding: 30px; margin: 0 auto;
	background: #fafafa;
}

.welcome-holder h3 {
	margin-top: 8px; margin-bottom: 16px;
}

.welcome-holder h4 {
	margin-top: 16px; margin-bottom: 8px;
}

.welcome-holder,
.welcome-holder p,
.welcome-holder li {
	font-size: 16px; line-height: 1.6em; text-align: justify;
}


/* Form section */

.form-section {
	padding: 60px 0; margin-bottom: -30px;
	background: url("../images/form-section-bgd.jpg") center center no-repeat; background-size: cover;
}

.form-holder {
	width: 650px; max-width: 95%;
	padding: 30px; margin: 0 auto;
	background: #fbfbfb url("../images/bgd-gray.png");
}

.form-intro {
	margin: 5px 0;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 21px; line-height: 1.3em; font-weight: 700; text-align: center;
}

.form-subintro {
	margin: 5px 0;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; line-height: 1.3em; font-weight: 700; text-align: center;
}

.form-inputs {
	margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.form-inputs .row {
	margin-top: 20px;
}

.form-inputs .label {
	width: 180px; display: block; float: left;
	padding-right: 10px;
	color: #eb0060;
	font-size: 21px; line-height: 34px; font-weight: 700; text-align: right;
}

.form-inputs .input {
	width: calc(100% - 180px); display: block; float: right;
	text-align: left;
}

.form-inputs .input .captcha {
	width: 90%; height: 34px; display: block;
	padding-top: 3px; margin-bottom: 10px;
	background: #e5e5e5; border-radius: 3px;
	text-align: center;
}

.form-inputs .input .captcha img {
	max-width: 100%;
}

.form-inputs .input input[type="text"],
.form-inputs .input input[type="password"] {
	width: 90%; height: 34px; display: block;
	padding-left: 5px;
	background: #fff; border: 1px solid #e0e0e0; border-top-color: #c0c0c0; border-left-color: #c0c0c0; border-radius: 3px; color: #202020;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 22px; line-height: 32px; text-align: left;
}

.form-inputs .input.check-input {
	font-size: 16px; 
}

.form-inputs .input.check-input input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
}

.form-inputs .input.join-input input[type="submit"] {
 	width: 90%; display: inline-block;
	padding: 0.4em 0.55em;
    background-color: #db1060; border: 0 none; box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.2); border-radius: 4px; color: #fff;  cursor: pointer;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 28px; line-height: 1; font-weight: 700; text-align: center; text-transform: uppercase;
}

.form-inputs .input.join-input input[type="submit"]:hover {
	background-color: #c01050; color: #fff;
}

.form-reason {
	margin-top: 20px;
}

.form-reason,
.form-reason p,
.form-reason li {
	font-size: 16px; line-height: 1.6em; text-align: justify;
}


/* Video subpage */

.video-content {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.video-player {
	width: 49%; display: block; float: left; position: relative;
	text-align: center;
}

.video-player .player {
    width: 100%; height: 0; position: relative;
    padding: 0;
}

.video-player .player.player-wide {
    padding-top: 56.38888%;
}

.video-player .player embed,
.video-player .player iframe,
.video-player .player video,
.video-player .player .video-js {
    width: 100% !important; height: 100% !important; display: block !important; position: absolute !important;
    top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important;
    border: 0 !important;
}

.video-poster {
	width: 49%; display: block; float: left;
	text-align: center;
}

.video-poster img  {
	width: 100%; max-width: 100%; height: auto; display: block;
}

.video-desc {
	width: 49%; display: block; float: right;
}

.video-desc.video-desc-full {
	width: 100%; display: block; float: right;
}

.video-desc .text p {
	font-size: 18px; line-height: 1.5em; text-align: justify;
}

.video-desc .button-wrapper {
	margin-top: 20px;
	text-align: center;
}

.video-desc .large-button {
	max-width: 90%;
    font-size: 46px;
}

.video-thumbs {
	margin-top: 20px;
}

.video-thumbs .thumb-grid {
    font-size: 0; line-height: 0;
    text-align: center;
}

.video-thumbs .thumb-grid-item-wrapper {
    width: 19.2%; display: inline-block;
    margin-right: 1%; margin-bottom: 1%;
}

.video-thumbs .thumb-grid-item-wrapper:nth-child(5n) {
    margin-right: 0;
}

.video-thumbs .thumb-grid-item img {
	width: 100%; height: auto; display: block;
}


/* Gallery subpage */

.gallery-desc .text {
	width: 49%; display: block; float: left;
}

.gallery-desc .text p {
	font-size: 18px; line-height: 1.5em; text-align: justify;
}

.gallery-desc .button-wrapper {
	width: 49%; display: block; float: right;
	text-align: center;
}

.gallery-desc .large-button {
	max-width: 90%;
    font-size: 46px;
}

.gallery-thumbs {
	padding-top: 20px; margin-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.gallery-thumbs .thumb-grid {
    font-size: 0; line-height: 0;
    text-align: center;
}

.gallery-thumbs .thumb-grid-item-wrapper {
    width: 15.833%; display: inline-block;
    margin-right: 1%; margin-bottom: 1%;
}

.gallery-thumbs .thumb-grid-item-wrapper:nth-child(6n) {
    margin-right: 0;
}

.gallery-thumbs .thumb-grid-item {
    padding: 8px;
    background: rgba(60, 60, 0, 0.015); border: 1px solid rgba(0, 0, 0, 0.12);
    vertical-align: middle;
}

.gallery-thumbs .thumb-grid-item img {
    width: 100%; height: auto;
    vertical-align: middle;
}


/* Ajax content */

.ajax-content-bgd {
	background: #e7e7e7;
}


/* Promo sections */

.promo-mtop {
	margin-top: 30px;
}

.promo-mbottom {
	margin-bottom: 30px;
}


/* Promo network section */

.promo-network {
	width: 100%; position: relative;
}

.promo-network .item {
	width: 25%; display: block; float: left;
	background-position: center center; background-repeat: no-repeat; background-size: cover;
	text-align: center;
}

.promo-network .item-wrapper {
	width: 100%; height: 0; position: relative;
	padding-bottom: 85%;
}

.promo-network .item-wrapper2 {
	width: 100%; height: 100%; position: absolute;
	left: 0; top: 0;
}

.promo-network .item.item-intro {
	background: #fff;
}

.promo-network .item.item-intro h2 {
	max-width: 90%;
	margin: 0 auto;
	color: #1f6a99;
	font-size: 44px; line-height: 0.9em; font-weight: 900;
}

.promo-network .item.item-intro p {
	max-width: 90%;
	margin: 15px auto 20px auto;
	color: #303030;
	font-size: 15px; line-height: 1.5em; text-align: justify;
}

.promo-network .item.item-intro .large-button {
	max-width: 90%;
	font-size: 44px;
}

.promo-network .item.item-kpc {
	background-image: url("../images/promo/promo-network-kpc-bgd.jpg");
}

.promo-network .item.item-kha {
	background-image: url("../images/promo/promo-network-kha-bgd.jpg");
}

.promo-network .item.item-kow {
	background-image: url("../images/promo/promo-network-kow-bgd.jpg");
}

.promo-network .item .logo-wrapper {
	max-width: 100%;
}

.promo-network .item .logo-wrapper img {
	max-width: 90%; display: block;
	margin: 0 auto;
}


/* Promo videos section */

.promo-videos {
	min-height: 370px;
	padding: 20px 0;
	background: #fff url("../images/promo/promo-videos-bgd.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
}

.promo-videos .promo-wrapper {
	min-height: 330px; display: inline-block;
	padding-left: 410px;
	background: url("../images/promo/promo-videos-4k.png") left top 10px no-repeat;
	text-align: center;
}

.promo-videos .heading {
	display: inline-block;
	padding-top: 60px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
}

.promo-videos .heading .large {
	display: inline-block;
	color: #1f6a99;
	font-size: 38px; line-height: 1.1em; font-weight: 900; text-align: center;
}

.promo-videos .heading .large i {
	padding-left: 50px;
	background: url("../images/promo/promo-videos-icon.png") left center no-repeat;
	color: #e63976;
	font-style: normal;
}

.promo-videos .heading .small {
	display: inline-block;
	margin-top: 8px;
	color: #1f6a99;
	font-size: 22px; line-height: 1.25em; font-weight: 300; text-align: center;
}

.promo-videos .heading .small u {
	font-weight: 700;
}

.promo-videos .heading .small span {
	display: block;
}

.promo-videos .button-wrapper {
	margin-top: 20px;
}

.promo-videos .large-button {
	font-size: 54px;
}


/* Promo photos section */

.promo-photos {
	min-height: 370px;
	padding: 20px 0;
	background: #fff url("../images/promo/promo-photos-bgd.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
}

.promo-photos .heading {
	display: inline-block;
	padding-top: 135px;
	background: url("../images/promo/promo-photos-icon.png") center top 15px no-repeat;
	color: #1f6a99;
	text-align: center; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.promo-photos .heading .large {
	display: inline-block;
	font-size: 38px; line-height: 1.1em; font-weight: 900; text-align: center;
}

.promo-photos .heading .large i {
	color: #e63976;
	font-style: normal;
}

.promo-photos .heading .small {
	display: inline-block;
	margin-top: 8px;
	font-size: 23px; line-height: 1.25em; font-weight: 300; text-align: center;
}

.promo-photos .heading .small u {
	font-weight: 700;
}

.promo-photos .button-wrapper {
	margin-top: 20px;
}

.promo-photos .large-button {
	max-width: calc(100% - 20px);
	font-size: 54px;
}


/* Promo models section */

.promo-models {
	min-height: 370px;
	padding: 20px 0;
	background: #fff url("../images/promo/promo-models-bgd.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
}

.promo-models .heading {
	display: inline-block;
	padding-top: 60px;
	color: #1f6a99;
	text-align: center; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.promo-models .heading .large {
	display: inline-block;
	font-size: 60px; line-height: 1.1em; font-weight: 900; text-align: center;
}

.promo-models .heading .small {
	display: inline-block;
	padding-left: 45px;
	background: url("../images/promo/promo-models-icon.png") left top 4px no-repeat;
	font-size: 38px; line-height: 1.1em; font-weight: 900; text-align: center;
}

.promo-models .heading .small i {
	color: #e63976;
	font-style: normal;
}

.promo-models .button-wrapper {
	margin-top: 20px;
}

.promo-models .large-button {
	max-width: calc(100% - 20px);
	font-size: 54px;
}


/* Promo special section */

.promo-special {
	min-height: 370px;
	padding: 20px 0;
	background: #fff url("../images/promo/promo-special-bgd.jpg") center top no-repeat;
	background-size: cover;
	text-align: center;
}

.promo-special .heading {
	display: inline-block;
	padding-top: 130px;
	background: url("../images/promo/promo-special-icon.png") center top no-repeat;
	color: #fff;
	text-align: center; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.promo-special .heading .large {
	display: inline-block;
	font-size: 54px; line-height: 1em; font-weight: 900; text-align: center;
}

.promo-special .heading .small {
	display: inline-block;
	font-size: 32px; line-height: 1em; font-weight: 300; text-align: center;
}

.promo-special .button-wrapper {
	margin-top: 20px;
}

.promo-special .large-button {
	max-width: calc(100% - 20px);
	font-size: 54px;
}


/* Promo special2 section */

.promo-special2 {
	min-height: 370px;
	padding: 40px 0;
	background: #e47698 url("../images/promo/promo-special2-bgd.jpg") center top no-repeat;
	background-size: cover;
	text-align: center;
}

.promo-special2 .heading {
	min-height: 145px; display: inline-block;
	padding-right: 210px;
	background: url("../images/promo/promo-special2-icon.png") right center no-repeat;
	color: #fff;
	text-align: center;
}

.promo-special2 .heading .large {
	display: inline-block;
	margin-top: 25px;
	font-size: 60px; line-height: 1em; font-weight: 900; text-align: center;
}

.promo-special2 .heading .small {
	display: inline-block;
	font-size: 35px; line-height: 1em; font-weight: 300; text-align: center;
}

.promo-special2 .button-wrapper {
	margin-top: 30px;
}

.promo-special2 .large-button {
	max-width: calc(100% - 20px);
	font-size: 54px;
}


/* Promo legendary section */

.promo-legendary {
	padding: 40px 0; margin-top: 30px;
	background: url("../images/promo/promo-legendary-bgd.jpg") center top no-repeat;
	background-size: cover;
	text-align: center;
}

.promo-legendary .heading {
	padding-top: 40px;
	background: url("../images/promo/promo-legendary-stars.png") center top no-repeat;
	color: #1f6a99;
}

.promo-legendary .heading .large {
	display: inline-block;
	font-size: 72px; line-height: 1em; font-weight: 900; text-align: center;
}

.promo-legendary .heading .small {
	display: inline-block;
	margin-top: -5px;
	font-size: 50px; line-height: 1em; font-weight: 900; text-align: center;
}

.promo-legendary .button-wrapper {
	margin-top: 40px;
}

.promo-legendary .large-button {
	max-width: calc(100% - 20px);
	font-size: 54px;
}

.promo-legendary .slogan {
	margin-top: 20px;
	color: #1f6a99;
	font-size: 26px; line-height: 1.8em;
}

.promo-legendary .slogan:hover {
	color: #c01050;
}

.promo-legendary .slogan span {
	display: inline-block;
	padding-left: 80px;
	background: url("../images/promo/promo-legendary-icon.png") left center no-repeat;
}


/* Footer section */

.footer-section {
    padding: 20px 0;
    background: #fff; border-top: 5px solid #e0e0e0;
    font-size: 13px; line-height: 20px;
    color: #202020;
}

.footer-section .disclaimer-container {
    width: 100%;
	display: flex; flex-direction: row;
}

.footer-section .disclaimer {
    display: flex; flex-grow: 1;
    align-items: center; justify-content: center;
    text-align: justify; text-align-last: center;
}

.footer-section .rta {
    width: 300px;
    display: flex;
    align-items: center; justify-content: center;
	text-align: right;
}

@media (max-width: 768px) {
    .footer-section .disclaimer-container {
      flex-direction: column;
    }
    .footer-section .disclaimer,
	.footer-section .rta {
      width: 100%;
	  padding-bottom: 25px;
    }
}

.footer-section .links {
	display: block;
	margin-top: 8px; padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	text-align: center;
}

.footer-section a {
	margin-left: 5px; padding-left: 8px;
	border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.footer-section .links a:first-child {
	margin: 0; padding: 0;
	border: 0 none;
}


/* Payment badge */

.payment-badge {
	display: none;
	position: fixed; right: 20px; bottom: 20px; z-index: 300;
	padding: 18px 45px 16px 45px; 
	background: rgba(255, 255, 255, 0.85); border-radius: 8px; box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
	font-size: 0; line-height: 0; text-align: center;
}

.payment-badge.visible {
	display: none;
}

.payment-badge p {
	padding: 0; margin-bottom: 12px;
	color: #eb0060;
	font-size: 16px; line-height: 1em; text-align: center;
}

.payment-badge img {
	max-width: 100%; display: inline-block;
}

.payment-badge .close {
	width: 16px; height: 16px; display: block;
	position: absolute; top: 3px; right: 3px; 
	background: rgba(0, 0, 0, 0.12); border-radius: 12px; color: #fff;
	font-size: 9px; line-height: 14px; font-weight: 700;
}

.payment-badge .close:hover {
	background: #fff; color: rgba(0, 0, 0, 0.35);
}



/* Lightboxes and modals */

#modal {
	width: 650px; max-width: 90%; display: block;
	padding: 50px 5vw;
}

#modal, #modal &gt; * {
	opacity: 0;
	transform: translateY(50px);
	transition: transform .2s, opacity .2s;
}

#modal &gt; * {
	transition-delay: .2s;
}

#modal &gt; *:nth-child(1) {
	transition-delay: 0s;
}

#modal &gt; *:nth-child(2) {
	transition-delay: .1s;
}

.fancybox-slide--current #modal,
.fancybox-slide--current #modal &gt; * {
	opacity: 1;
	transform: translateY(0);
}

.fancybox-is-closing #modal &gt; * {
	transform: translateY(0);
	opacity: 0;
}

#modal .message {
	margin-top: 15px;
	font-size: 16px; line-height: 22px; text-align: justify;
}

#modal .upgrade-button-wrapper {
	margin-top: 25px;
	text-align: center;
}

#modal .upgrade-button-wrapper .medium-button {
	font-size: 21px; font-weight: 700;
}


/* Ajax content */

.ajax-content-bgd {
	max-width: 95%;
	background: #e7e7e7;
}


/* Mobile menu */

.mm-menu .mm-panels {
	background: #fff;
}

.mm-menu .mm-listview &gt; li &gt; a {
	padding-top: 12px; padding-bottom: 12px;
	font-size: 18px; font-weight: 700;
}

.mm-menu .mm-listview &gt; li &gt; a &gt; i {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

.mm-menu .mm-listview &gt; li.item-join a {
	color: #eb0060;
	font-weight: 900;
}

.mm-menu ul.submenu &gt; li &gt; a:before {
	width: 6px; height: 100%; display: block; content: "";
	position: absolute; top: 0; left: 0;
}

.mm-menu ul.submenu &gt; li.kpc &gt; a:before {
	background-color: #f35a69;
}

.mm-menu ul.submenu &gt; li.kha &gt; a:before {
	background-color: #6bacd5;
}

.mm-menu ul.submenu &gt; li.kow &gt; a:before {
	background-color: #987a61;
}</pre></body></html>