
/* 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: #1a223a url("../images/bgd-navy.png");
}

body, td, p  {
	color: #d7d7d7;
	font-family: "Cabin", sans-serif; font-size: 15px; line-height: 1.5em; font-weight: 300;
}

.body {
	max-width: 1900px;
	margin: 0 auto;
	box-shadow: 0 0 40px 40px rgba(0, 0, 0, 0.1);
}

b, strong {
	font-weight: 900;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: #abc6ff;
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
	transition: all 0.2s linear;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

hr {
	height: 1px; display: block; clear: both;
	padding: 0; margin: 15px 0;
	background: #333; border: none;
}

h1, h2 {
	font-family: "Roboto Slab", sans-serif; font-size: 36px; line-height: 1.15em; font-weight: 500; text-align: center;
}

h3 {
	font-family: "Cabin", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 19px; line-height: 1.4em; text-align: center;
}

h4 {
	font-family: "Cabin", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; line-height: 1.2em; font-weight: 400; text-align: center;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.wrapper {
	width: 1650px; max-width: 100%; position: relative;
	padding: 0 20px; margin: 0 auto;
}

.wrapper-wide {
	width: 1900px; max-width: 100%; position: relative;
	margin: 0 auto;
}

.wrapper-narrow {
	width: 1200px; max-width: 100%; position: relative;
	padding: 0 30px; margin: 0 auto;
}

.wrapper-xnarrow {
	width: 900px; max-width: 100%; position: relative;
	padding: 0 30px; margin: 0 auto;
}

.bgd-darken {
	background: rgba(0, 0, 0, 0.15);
}


/* Headings */

h1.heading,
h2.heading {
	position: relative;
	padding: 30px 15px;
	background: url("../images/heading-bgd.png") top center repeat-x; border-top: 1px solid #2d5077; color: #fff;
}

h1.heading.heading-clean,
h2.heading.heading-clean {
	background: transparent; border: 0 none;
}

h1.heading.heading-accented::before,
h2.heading.heading-accented::before {
	width: 100%; height: 35px; display: block; content: '';
	position: absolute; left: 0; top: -17px; z-index: 30;
	background: url('../images/header-video-frame.png') center center repeat-x;
}

h1.heading span.accent,
h2.heading span.accent {
	padding: 0 7px;
	background: #abc6ff; color: #1a2037;
	font-weight: 600; letter-spacing: -1px;
}

h2.heading.smaller {
	background: rgba(0, 0, 0, 0.12);
	font-size: 19px; line-height: 26px; font-weight: 600;
}

h2.heading.smaller:before,
h2.heading.smaller:after {
	display: none;
}

h2.heading span {
	display: inline-block;
}


/* Buttons */

.button-holder {
	margin-top: 40px; margin-bottom: 40px;
	font-size: 0; line-height: 0; text-align: center;
}


/* Buttons - Sizes */

.button-menu,
.button-menu:link,
.button-menu:visited {
	display: inline-block;
	position: relative;
	padding: 14px 70px 12px 15px; margin: 5px;
	border-bottom-width: 4px; border-bottom-style: solid; color: #fff;
	font-family: "Cabin", sans-serif; font-size: 20px; line-height: 1em; font-weight: 700; text-transform: uppercase;
}

.button-menu span.icon {
	width: 50px; height: 100%; display: block;
	position: absolute; right: 0; top: 0;
	text-align: center;
	transition: width 0.25s linear;
}

.button-menu span.icon span.mdi {
	width: 100%; height: 100%;
	position: absolute; right: 0; top: 0;
	font-size: 30px; line-height: 48px;
}

.button-menu:hover span.icon {
	width: 60px;
	transition: width 0.25s linear;
}

.button-regular,
.button-regular:link,
.button-regular:visited {
	display: inline-block;
	position: relative;
	padding: 22px 105px 20px 25px; margin: 5px;
	border-bottom-width: 4px; border-bottom-style: solid; color: #fff;
	font-family: "Cabin", sans-serif; font-size: 26px; line-height: 1em; font-weight: 700; text-transform: uppercase;
}

.button-regular span.icon {
	width: 85px; height: 100%; display: block;
	position: absolute; right: 0; top: 0;
	text-align: center;
	transition: width 0.25s linear;
}

.button-regular span.icon span.mdi {
	width: 100%; height: 100%;
	position: absolute; right: 0; top: 0;
	font-size: 40px; line-height: 70px;
}

.button-regular:hover span.icon {
	width: 95px;
	transition: width 0.25s linear;
}

.button-large,
.button-large:link,
.button-large:visited {
	display: inline-block;
	position: relative;
	padding: 26px 135px 26px 35px;
	border-bottom-width: 4px; border-bottom-style: solid; color: #fff;
	font-family: "Cabin", sans-serif; font-size: 40px; line-height: 1em; font-weight: 600; text-transform: uppercase;
}

.button-large span.icon {
	width: 105px; height: 100%; display: block;
	position: absolute; right: 0; top: 0;
	text-align: center;
	transition: width 0.25s linear;
}

.button-large span.icon span.mdi {
	width: 100%; height: 100%;
	position: absolute; right: 0; top: 0;
	font-size: 55px; line-height: 95px;
}

.button-large:hover span.icon {
	width: 115px;
	transition: width 0.25s linear;
}


/* Buttons - Colors */

.button-green {
	background-color: #16a557;
}

.button-green:focus,
.button-green:hover,
.button-green:active {
	background-color: #13944d;
}

.button-green span.icon {
	background-color: #40f090;
}

.button-blue {
	background-color: #89a6e4; border-bottom-color: #5e83d2;
}

.button-blue:focus,
.button-blue:hover,
.button-blue:active {
	background-color: #5e83d2;
}

.button-blue span.icon {
	background-color: #5e83d2;
}

.button-orange {
	background-color: #ff6000; border-bottom-color: #d85100;
}

.button-orange:focus,
.button-orange:hover,
.button-orange:active {
	background-color: #d85100;
}

.button-orange span.icon {
	background-color: #d85100;
}


/* Warning overlay */

.warning-overlay {
	width: 100%; height: 100%;
	position: fixed; top: 0; left: 0; z-index: 100;
	background: #191f37 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.ip-block {
	background: none;
}

.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: 100px;
	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 {
	display: inline-block;
}

.warning-content {
	width: 100%; height: calc(100% - 200px); overflow: hidden;
	box-sizing: content-box;
	position: absolute; top: 120px; left: 0;
}

.warning-content p {
	padding-right: 35px; margin: 1em 0;
	color: #d0d0d0;
	text-align: justify;
}

.warning-content ol {
	color: #b0b0b0;
	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 > 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: 32px; line-height: 48px; font-weight: 600;
}

.warning-buttons .warning-enter {
	background-color: #5e83d2; 
}

.warning-buttons .warning-enter:hover {
	background-color: #89a6e4; 
}

.warning-buttons .warning-exit {
	background-color: #808080; 
}

.simplebar-track {
	background: rgba(255, 255, 255, 0.075); border-radius: 4px;
}

.simplebar-scrollbar::before {
	background: rgba(255, 255, 255, 0.5);
}


/* Top section */

header.site-header {
	background: url("../images/heading-bgd.png") top center repeat-x; border-top: 4px solid #496bb2;
	font-size: 0; line-height: 0; text-align: center;
}

.top-section {
	padding: 20px 0;
}

.top-section .logo-holder {
	width: 302px; display: block; float: left;
	text-align: center;
}

.top-section .logo-holder .logo {
	max-width: 100%; height: auto; display: inline-block; vertical-align: top;
	margin-top: -8px;
}

.top-section .mmenu-button {
    width: 40px; height: 33px; display: none; vertical-align: top;
    margin-top: 3px; margin-left: 20px;
}

.top-section .mmenu-button span {
    width: 40px; height: 7px; display: block;
    margin-bottom: 6px;
    background: #fff; border-radius: 2px;
}

.top-section .logo-tagline {
	display: block;
	margin-top: -5px; margin-bottom: -5px;
	color: #fff;
	font-family: "Roboto Slab", sans-serif; font-size: 16px; line-height: 1.4em;
}


.top-section .search-wrapper {
	display: block; float: right; position: relative;
}

.top-section .search-wrapper input[type="text"] {
	height: 44px; display: inline-block; position: relative; vertical-align: top;
	padding: 14px 15px;
	background-color: rgba(255, 255, 255, 0.10); border: 0 none; border-top-left-radius: 6px; border-bottom-left-radius: 6px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.075); color: #fff; outline: none;
	font-family: "Cabin", sans-serif; font-size: 16px; line-height: calc(1em + 1px); font-weight: 400; text-align: left; text-transform: uppercase;
}

.top-section .search-wrapper button {
	width: 50px; height: 44px; display: inline-block; position: relative; vertical-align: top;
	background: url("../images/bgd-black.png"); border: 0 none; border-top-right-radius: 6px; border-bottom-right-radius: 6px; box-shadow: -5px 0 15px rgba(0, 0, 0, 0.075); color: #fff; cursor: pointer;
	font-family: "lineicons"; font-size: 20px; line-height: 45px; font-weight: 400; text-transform: none; text-align: center;
	transition: width 0.25s linear;
}


/* Menu section */

ul.main-menu {
	width: calc(50% - 151px); display: block; float: left;
	margin-top: 12px;
	text-align: left;
}

ul.main-menu > li {
	display: inline-block; position: relative;
	margin-right: 25px;
}

ul.main-menu > li:last-child {
	margin-right: 0;
}

ul.main-menu > li > a,
ul.main-menu > li > a:link,
ul.main-menu > li > a:visited {
	display: inline-block; position: relative;
	padding: 16px 0 8px 0;
	border-bottom: 3px solid #fff; color: #fff;
	font-family: "Cabin", sans-serif; font-size: 20px; line-height: 1em; font-weight: 600; text-transform: uppercase;
}

ul.main-menu > li > a:hover,
ul.main-menu > li > a:active {
	border-color: #abc6ff; color: #abc6ff; 
}

.secondary-menu {
	width: calc(50% - 151px); display: block; float: left; overflow: hidden;
	padding-top: 12px;
	text-align: right;
}

ul.main-menu > li > ul.submenu {
    width: 250px;
    position: absolute; left: 0; top: calc(100%); z-index: 300;
    visibility: hidden; opacity: 0;
    background: #202029 url("../images/bgd-medium.png"); border-radius: 8px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.45);
    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.main-menu > li:hover > ul.submenu {
    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.main-menu > li > ul.submenu > li {
	display: block; position: relative;
	padding: 0; margin: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

ul.main-menu > li > ul.submenu > li > a:link,
ul.main-menu > li > ul.submenu > li > a:visited {
	display: block; position: relative;
	padding: 12px 0 12px 25px;
	background-image: none; box-shadow: none; color: #fff;
}

ul.main-menu > li > ul.submenu > li > a:hover,
ul.main-menu > li > ul.submenu > li > a:active {
	color: #89a6e4;
}

ul.main-menu > li > ul.submenu > li > a span {
	display: block;
    font-size: 18px; line-height: 18px; font-weight: 300; text-align: left;
}

ul.main-menu > li > ul.submenu > li > a:before {
	width: 6px; height: 100%; display: block; content: "";
	position: absolute; top: 0; left: 0;
	background-color: #303030;
}


/* Mobile menu */

.mm-menu.mm-menu_theme-dark {
    font-family: "Cabin", sans-serif; font-size: 18px; font-weight: 400;
}

.mm-menu.mm-menu_theme-dark .mm-panels > div,
.mm-menu.mm-menu_theme-dark .mm-panels > div .mm-navbar {
    background: #1f1f26;
}

.mm-menu.mm-menu_theme-dark .mm-navbar,
.mm-menu.mm-menu_theme-dark .mm-listitem {
	border-color: rgba(255, 255, 255, 0.075);
}

.mm-menu.mm-menu_theme-dark .mm-listitem i {
    display: inline-block; vertical-align: middle;
	margin-top: -1px; margin-right: 10px;
}

.mm-menu.mm-menu_theme-dark .mm-listitem.item-login {
	background-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-menu_theme-dark .mm-listitem.item-join {
	background-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-menu_theme-dark .mm-listitem.item-join a {
    color: #89a6e4;
}


/* Home Page - Static Header Section */

.static-header-section .static-header {
	padding: 6px 0;
	background: #000; border-top: 1px solid #496bb2; border-bottom: 1px solid #496bb2;
}

.static-header-section .static-header img {
	width: 100%; height: auto; display: block;
}

/* Home Page - Video Header Section */

.video-header-section {
	display: block;
	position: relative;
}

.video-header-section::before,
.video-header-section::after {
	padding: 6px 0;
	background: #000; border-top: 1px solid #496bb2; border-bottom: 1px solid #496bb2;
}

.video-header-section::after {
	top: auto; bottom: -17px;
}

.video-header-section .video-poster {
	width: 100%; height: 100%;
	position: absolute; left: 0; top: 0;
	background: url('../images/video-poster.jpg');
}

.video-header-section .video-overlay {
	width: 100%; height: 100%;
	position: absolute; left: 0; top: 0;
	background: url('../images/video-overlay.png');
}


.video-header-section .special-overlay {
	width: 100%; min-height: 80px; display: none;
	position: absolute; left: 0; top: calc(50% - 30px);
	text-align: center;
}

.video-header-section .special-overlay a:link,
.video-header-section .special-overlay a:visited {
	min-height: 80px; display: inline-block;
	padding: 15px 30px;
	background: rgba(0, 0, 0, 0.2); border: 4px dashed rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
	font-size: 36px; line-height: 42px; font-weight: 500;
}

.video-header-section .special-overlay a:hover,
.video-header-section .special-overlay a:active {
	background: rgba(0, 0, 0, 0.35); border-color: #fff; color: #fff;
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.35);
}

.video-header-section .special-overlay a span {
	display: inline-block;
}

.video-header-section .special-overlay a span:nth-child(2) {
	font-weight: 600;
}

.special-overlay-mobile {
	width: 100%; display: none;
	padding: 0 15px 15px 15px;
	text-align: center;
}

.special-overlay-mobile a:link,
.special-overlay-mobile a:visited {
	min-height: 80px; display: inline-block;
	padding: 15px 30px;
	background: #000; border: 4px dashed #3cca7d; color: #3cca7d;
	font-size: 32px; line-height: 42px; font-weight: 500;
}

.special-overlay-mobile a span {
	display: inline-block;
}

.special-overlay-mobile a span:nth-child(2) {
	font-weight: 600;
}


/* Home Page - Special */

.special-offer {
	margin-top: 30px;
	font-size: 0; line-height: 0;
	text-align: center;
}

.special-offer img {
	width: calc(100% - 10px); max-width: 1885px; display: inline-block;
}

.special-offer-mobile {
	display: none;
}

/* Home Page - Featured section */

.home-featured-section {
	font-size: 0; line-height: 0; text-align: center;
}

.home-featured-section .fancy-layout {
	display: block;
}

.home-featured-section .regular-layout {
	display: none;
}

.home-featured-section .fancy-layout .featured-primary {
	width: 50%; display: inline-block;
	vertical-align: top;
}

.home-featured-section .fancy-layout .featured-secondary {
	width: 50%; display: inline-block;
	vertical-align: top;
}

.home-featured-section .fancy-layout .featured-tertiary {
	width: 100%; display: inline-block;
	vertical-align: top;
}

.listing-videos.for-fancy-layout {
	display: block;
}

.listing-videos.for-regular-layout {
	display: none;
}


/* Listings - Featured videos */

.listing-featured {
	font-size: 0; line-height: 0; text-align: center;
}

.listing-featured .item {
    width: 33.333%; display: inline-block; position: relative;
	padding: 2px;
	overflow: hidden;
}

.listing-featured .item-inside {
	width: 100%; position: relative;
	border: 1px solid #393939;
}

.listing-featured .item .thumb {
	width: 100%; height: 0; display: block; overflow: hidden;
	position: relative;
	padding-bottom: 56.2%;
	background: #000;
	text-align: left;
}

.listing-featured .item .thumb img,
.listing-featured .item .thumb video {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
	transition: all 0.35s;
}

.listing-featured .item .thumb .partner-overlay {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
}

.listing-featured .item .thumb .partner-overlay img {
	width: auto; height: auto;
	display: block;
	position: absolute; left: 0; top: 0;
}

.listing-featured .item .thumb .overlay {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
	padding: 0 10px;
	background: url("../images/thumb-overlay-green.png") center bottom repeat-x;
}

.listing-featured .item .thumb .overlay .meta {
	width: 100%;
	position: absolute; left: 0; bottom: 0;
	padding: 10px;
	color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	transition: all 0.2s linear;
}

.listing-featured .item .thumb .overlay .meta .title {
	width: 100%; display: block; position: absolute; left: 0; bottom: 0;
	padding-left: 0.9em;
	font-family: "Cabin", sans-serif; line-height: 1.1em; font-weight: 500;
}

.listing-featured .item .thumb .overlay .meta .title::before {
	width: 0.75em; height: 0.75em; display: block; content: '';
	position: absolute; left: 0; top: 0.15em;
	background: #abc6ff;
}

.listing-featured .item .thumb .overlay .meta .models {
	max-width: 80%; display: block; overflow: hidden;
	position: absolute; left: 0; bottom: 0;
	padding: 3px 8px;
	background: rgba(0, 0, 0, 0.35); color: #abc6ff;
    font-family: "Cabin", sans-serif;  line-height: 1.1em;
}

.listing-featured .item .thumb .overlay .meta .date {
	display: block; position: absolute; right: 0; bottom: 0;
	padding: 6px 8px;
	background: rgba(0, 0, 0, 0.35);
    font-family: "Cabin", sans-serif; line-height: 1.25em; text-align: center; text-transform: uppercase;
}

.listing-featured .item:hover .thumb img {
	transform: scale(1.08);
	opacity: 0.8;
	transition: all 0.35s;
}

.listing-featured .item:hover .thumb .overlay .meta {
	bottom: 5px;
	transition: all 0.2s linear;
}


/* Listings - Featured videos - Fancy layout */

.listing-featured.featured-primary .item {
	width: 100%;
}

.listing-featured.featured-primary .item .thumb .overlay .meta .title {
	left: 8px; bottom: 46px;
	font-size: 36px;
}

.listing-featured.featured-primary .item .thumb .overlay .meta .models {
	left: 8px; bottom: 8px;
	font-size: 20px;
}

.listing-featured.featured-primary .item .thumb .overlay .meta .date {
	right: 8px; bottom: 8px;
    font-size: 13px;
}

.listing-featured.featured-secondary .item {
	width: 50%;
}

.listing-featured.featured-secondary .item .thumb .overlay .meta .title {
	left: 8px; bottom: 38px;
	font-size: 26px;
}

.listing-featured.featured-secondary .item .thumb .overlay .meta .models {
	left: 8px; bottom: 8px;
	font-size: 16px;
}

.listing-featured.featured-secondary .item .thumb .overlay .meta .date {
	right: 8px; bottom: 8px;
    font-size: 12px;
}

.listing-featured.featured-tertiary .item {
	width: 20%;
}


/* Listings - Featured videos - 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-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    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);
    }
}


/* Listings - Videos */

.listing-videos {
	font-size: 0; line-height: 0; text-align: center;
}

.listing-videos .item {
    width: 16.666%; display: inline-block;
	position: relative;
	padding: 2px;
	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%;
	background: #000;
	text-align: left;
}

.listing-videos .item .thumb img {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
	transition: all 0.35s;
}

.listing-videos .item:hover .thumb img {
    opacity: 0.8;
}

.listing-videos .item .thumb .partner-overlay {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
}

.listing-videos .item .thumb .partner-overlay img {
	width: auto; height: auto;
	display: block;
	position: absolute; left: 0; top: 0;
}

.listing-videos .item .thumb .overlay {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
	padding: 10px;
	background: url("../images/thumb-overlay-black.png") center bottom repeat-x;
}

.listing-videos .item .thumb .overlay .meta {
	width: 100%;
	padding: 10px;
	position: absolute; left: 0; bottom: 0;
	color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	transition: all 0.2s linear;
}

.listing-videos .item .thumb .overlay .meta .title {
	width: 100%; display: block;
	position: relative;
    font-size: 18px; line-height: 1em;
}

.listing-videos .item .thumb .overlay .meta .date {
	width: 100%; display: block;
	position: relative;
	margin-top: 4px;
    font-size: 13px; line-height: 1em; text-transform: uppercase;
}

.listing-videos .item .thumb .overlay .meta .date span {
	display: inline-block;
	padding: 3px 5px;
	background: rgba(0, 0, 0, 0.35);
    font-family: "Cabin", sans-serif; line-height: 1.25em; text-align: center; text-transform: uppercase;
}

.listing-videos .item:hover .thumb img {
	transform: scale(1.12);
	opacity: 0.8;
	transition: all 0.35s;
}

.listing-videos .item:hover .thumb .overlay .meta {
	bottom: 5px;
	transition: all 0.2s linear;
}


/* Listings - Photos */

.listing-photos {
	font-size: 0; line-height: 0; text-align: center;
}

.listing-photos .item {
    width: 12.5%; display: inline-block;
	position: relative;
	padding: 2px;
	overflow: hidden;
}

.listing-photos .item-inside {
	width: 100%; position: relative;
	border: 1px solid #393939;
}

.listing-photos .item .thumb {
	width: 100%; height: 0; display: block; overflow: hidden;
	position: relative;
	padding-bottom: 150.777%;
	background: #000;
	text-align: left;
}

.listing-photos .item .thumb img {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
	transition: all 0.35s;
}

.listing-photos .item .thumb .overlay {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
	padding: 0 10px;
	background: url("../images/thumb-overlay-black.png") center bottom repeat-x;
}

.listing-photos .item .thumb .overlay .meta {
	width: 100%;
	padding: 10px;
	position: absolute; left: 0; bottom: 0;
	color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	transition: all 0.2s linear;
}

.listing-photos .item .thumb .overlay .meta .title {
	width: 100%; display: block;
	position: relative;
    font-size: 18px; line-height: 1em;
}

.listing-photos .item .thumb .overlay .meta .date {
	width: 100%; display: block;
	position: relative;
	margin-top: 4px;
    font-size: 13px; line-height: 1em; text-transform: uppercase;
}

.listing-photos .item .thumb .overlay .meta .date span {
	display: inline-block;
	padding: 3px 5px;
	background: rgba(0, 0, 0, 0.35);
    font-family: "Cabin", sans-serif; line-height: 1.25em; text-align: center; text-transform: uppercase;
}

.listing-photos .item:hover .thumb img {
	transform: scale(1.12);
	opacity: 0.8;
	transition: all 0.35s;
}

.listing-photos .item:hover .thumb .overlay .meta {
	bottom: 5px;
	transition: all 0.2s linear;
}


/* Listings - Models */

.listing-models {
	font-size: 0; line-height: 0; text-align: center;
}

.listing-models .item {
    width: 12.5%; display: inline-block; 
	position: relative;
	padding: 2px;
	overflow: hidden;
}

.listing-models .item-inside {
	width: 100%; position: relative;
	border: 1px solid #393939;
}

.listing-models .item .thumb {
	width: 100%; height: 0; display: block; overflow: hidden;
	position: relative;
	padding-bottom: 150.777%;
	background: #000;
	text-align: center;
}

.listing-models .item .thumb img {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
	transition: all 0.35s;
}

.listing-models .item .thumb .overlay {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0;
	padding: 0 10px;
	background: url("../images/thumb-overlay-blue.png") center bottom repeat-x;
}

.listing-models .item .thumb .overlay .meta {
	width: 100%;
	padding: 10px;
	position: absolute; left: 0; bottom: 0;
	color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	transition: all 0.2s linear;
}

.listing-models .item .thumb .overlay .meta .title {
	width: 100%; display: block;
	position: relative;
	padding: 0 6px;
    font-size: 18px; line-height: 1em; text-transform: uppercase;
}

.listing-models .item .thumb .overlay .meta .date {
	width: 100%; display: block;
	position: relative;
	margin-top: 18px;
    font-size: 13px; line-height: 1em; text-transform: uppercase;
}

.listing-models .item .thumb .overlay .meta .date {
	width: 100%; display: block;
	position: relative;
	margin-top: 4px;
    font-size: 13px; line-height: 1em; text-transform: uppercase;
}

.listing-models .item .thumb .overlay .meta .date span {
	display: inline-block;
	padding: 3px 5px;
	background: rgba(0, 0, 0, 0.35);
    font-family: "Cabin", sans-serif; line-height: 1.25em; text-align: center; text-transform: uppercase;
}

.listing-models .item:hover .thumb img {
	transform: scale(1.12);
	opacity: 0.8;
	transition: all 0.35s;
}

.listing-models .item:hover .thumb .overlay .meta {
	bottom: 5px;
	transition: all 0.2s linear;
}


/* Header section - listings */

.header-section-listing {
	width: 100%;
	position: relative;
	padding: 30px 0;
	background: url('../images/bgd-navy-darker.png'); border-top: 1px solid rgba(150, 150, 250, 0.4);
	text-align: center;
}

.header-section-listing .page-title {
	text-align: center;
}

.header-section-listing .page-title .sup-title {
	display: block;
	color: #89a6e4;
	font-family: "Cabin", sans-serif; font-size: 24px; line-height: 1em; font-weight: 500;
}

.header-section-listing .page-title .title {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-family: "Roboto Slab", serif; font-size: 48px; line-height: 1em; font-weight: 500; text-transform: uppercase;
}


/* Header section - sorting */

.sorting-section {
	position: relative;
	margin-top: 30px; margin-bottom: 30px;
}

.sorting-section .wrapper{
	position: relative;
}

.sorting-section-border {
	width: calc(100% - 40px); height: 1px; display: block; content: '';
	position: absolute; left: 20px; bottom: -1px;
	border-bottom: 1px solid #fff;
}

.sorting-section.videos .sorting-section-border,
.sorting-section.photos .sorting-section-border {
	border-bottom-color: #89a6e4;
}

.sorting-section.models .sorting-section-border {
	border-bottom-color: #89a6e4;
}

.sorting-section .sorting-tabs {
	display: block; float: left;
	font-size: 0; line-height: 0;
}

.sorting-section .sorting-tabs li {
	width: 230px; display: inline-block;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.sorting-section .sorting-tabs li:last-child {
	border: none;
}

.sorting-section .sorting-tabs li a {
	display: block;
	padding: 10px 0;
	background: url('../images/bgd-navy-darker.png'); color: #949494;
	font-size: 16px; line-height: 1em; font-weight: 700; text-align: center;
}

.sorting-section .sorting-tabs li a:hover {
	opacity: 0.8;
}

.sorting-section .sorting-tabs li a span {
	display: block;
	padding-top: 20px;
	text-align: center;
}

.sorting-section .sorting-tabs li.tab-newest a span {
	background: url('../images/icon-sorting-newest.png') center top no-repeat;
}

.sorting-section .sorting-tabs li.tab-newest.active a span {
	background: url('../images/icon-sorting-newest-active.png') center top no-repeat;
}

.sorting-section .sorting-tabs li.tab-viewed a span {
	background: url('../images/icon-sorting-viewed.png') center top no-repeat;
}

.sorting-section .sorting-tabs li.tab-viewed.active a span {
	background: url('../images/icon-sorting-viewed-active.png') center top no-repeat;
}

.sorting-section .sorting-tabs li.tab-rated a span {
	background: url('../images/icon-sorting-rated.png') center top no-repeat;
}

.sorting-section .sorting-tabs li.tab-rated.active a span {
	background: url('../images/icon-sorting-rated-active.png') center top no-repeat;
}

.sorting-section .sorting-tabs li.tab-name a span {
	background: url('../images/icon-sorting-name.png') center top no-repeat;
}

.sorting-section .sorting-tabs li.tab-name.active a span {
	background: url('../images/icon-sorting-name-active.png') center top no-repeat;
}

.sorting-section .sorting-tabs li.active::after {
	width: 0; height: 0; display: block; content: '';
	position: absolute; left: calc(50% - 5px); top: calc(100% + 1px);
	border-left: 10px solid transparent; border-right: 10px solid transparent;
	border-top: 10px solid transparent;
}

.sorting-section.videos .sorting-tabs li.active a,
.sorting-section.photos .sorting-tabs li.active a {
	background: #89a6e4; color: #242424;
}

.sorting-section.models .sorting-tabs li.active a {
	background: #89a6e4; color: #242424;
}

.sorting-section.videos .sorting-tabs li.active::after,
.sorting-section.photos .sorting-tabs li.active::after {
	border-top-color: #89a6e4;
}

.sorting-section.models .sorting-tabs li.active::after {
	border-top-color: #89a6e4;
}


/* Pagination */

.pagination {
	margin: 30px 0;
    font-size: 0px; line-height: 0px; text-align: center;
}

.pagination.alphabetical {
	margin-top: 10px;
}

.pagination a {
    width: 40px; height: 40px; display: inline-block;
    margin: 2px;
    background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 3px; color: #fff;
    font-size: 17px; line-height: 40px; font-weight: 400; text-transform: uppercase; text-align: center; vertical-align: middle;
}

.pagination a:hover,
.pagination a:active,
.thumb-pagination a.jp-current {
    background: #89a6e4; color: #242424;
}

.pagination.models a:hover,
.pagination.models a:active {
    background: #9fd6ff;
}

.pagination span {
    width: 40px; height: 40px; display: inline-block;
    margin: 2px;
    background-color: rgba(255, 255, 255, 0.25); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 3px; color: #fff;
    font-size: 17px; line-height: 40px; font-weight: 400; text-transform: uppercase; text-align: center; vertical-align: middle;
}

.pagination-separator {
	width: 100%; height: 40px;
}


/* Header section - content pages */

.header-section-content {
	width: 100%;
	position: relative;
	padding: 30px 0;
	background: url('../images/bgd-navy-darker.png'); border-top: 1px solid rgba(150, 150, 250, 0.4);
	text-align: center;
}

.header-section-content .page-heading .sup-title {
	display: block;
	color: #89a6e4;
	font-family: "Cabin", sans-serif; font-size: 24px; line-height: 1em; font-weight: 500;
}

.header-section-content .page-heading .title {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-family: "Roboto Slab", serif; font-size: 48px; line-height: 1em; font-weight: 500; text-transform: uppercase;
}


/* Content Subpage - video */

.video-holder {
	width: 49%; display: block; float: left;
}

.video-intro-holder {
	width: 49%; display: block; float: left;
}

.video-player {
	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-player .video-poster {
	padding: 20px;
	background: url('../images/bgd-navy-darker.png'); border-radius: 4px;
}

.video-player .video-poster img  {
	width: 100%; max-width: 100%; height: auto; display: block;
	margin: 0 auto;
	border-radius: 4px;
}

.video-thumbs {
	padding-top: 25px; margin-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.video-thumbs .thumb-grid {
    font-size: 0; line-height: 0;
    text-align: center;
}

.video-thumbs .thumb-grid-item-wrapper {
    width: 19%; 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;
}

.content-information {
	width: 49%; display: block; float: right;
	padding: 30px;
	background: url('../images/bgd-navy-darker.png'); border-radius: 4px;
}

.content-information-intro {
	padding: 25px 60px;
}

.content-information-intro p {
	font-size: 18px;
}

.content-information-meta {
	padding: 18px 0; margin-top: 20px;
	border-top: 1px solid rgba(200, 200, 255, 0.25); border-bottom: 1px solid rgba(200, 200, 255, 0.25);
}

.content-information-meta:first-child {
	margin-top: 0;
}

.content-information-meta .models {
	display: block; float: left;
}

.content-information-meta .date,
.content-information-meta .rating {
	display: block; float: right;
	padding-left: 12px; margin-left: 15px;
	border-left: 1px solid  rgba(200, 200, 255, 0.25);
}

.content-information-meta .pane-icon {
	display: inline-block; vertical-align: middle;
	color: #abc6ff;
	font-size: 30px;
}

.content-information-meta .pane-data {
	display: inline-block; vertical-align: middle;
	padding-left: 8px;
}

.content-information-meta .pane-data .heading {
	display: block;
	font-size: 15px; text-align: left;
}

.content-information-meta .pane-data .content {
	display: block;
	margin-top: 2px;
	color: #fff;
	font-size: 18px; text-align: left;
}

.content-information-teaser {
	margin-top: 25px; margin-bottom: -15px;
}

.content-information-teaser p {
	font-size: 16px;
}

.content-information .button-holder {
	margin-bottom: 0
}

.content-information-description {
	padding-top: 25px; margin-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.content-information-description .heading {
	color: #89a6e4;
	margin-bottom: 5px;
}


/* Content Subpage - photos */

.gallery-intro-holder {
	width: 49%; display: block; float: left;
}

.gallery-intro-holder .gallery-poster {
	padding: 20px;
	background: url('../images/bgd-navy-darker.png'); border-radius: 4px;
	text-align: center;
}

.gallery-thumbs {
	padding-top: 25px; margin-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.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;
}


/* Model Section - data */

.model-section {
	padding: 40px 0;
	font-size: 0; line-height: 0; text-align: center;
}

.model-section .model-bio {
	max-width: 1000px; display: block; position: relative;
	padding-top: 30px; padding-left: 55px; margin: 30px auto;
	border-top: 1px solid #303030; 
}

.model-section .model-bio p {
	color: #c0c0c0;
	font-size: 18px; line-height: 1.55em; font-style: italic; text-align: justify;
}

.model-section .model-bio::before {
	display: block; content: '"';
	position: absolute; top: 15px; left: 0;
	color: #303030;
	font-size: 75px; line-height: 1em; font-style: italic; font-weight: 700;
}


.model-section .model-thumb {
	width: 200px; display: inline-block; vertical-align: top;
}

.model-section .model-table {
	width: calc(25% - 60px); min-height: 293px; display: inline-block; vertical-align: top;
	padding: 15px 25px; margin-left: 10px; 
	background-color: rgba(0, 0, 0, 0.4); border-radius: 4px; box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.175);
	font-size: 16px; line-height: 1.5em; text-align: left;
}

.model-section .model-table .item {
	padding: 5px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.model-section .model-table .item:last-child {
	border: none;
}

.model-section .model-table .item .label {
	color: #89a6e4;
}

.model-section .model-intro {
	width: calc(50% - 100px); display: inline-block; vertical-align: top;
	padding: 50px 30px 0 30px;
}

.model-section .model-intro p {
	font-size: 18px;
}


/* Subpage content */

.static-content-section {
	margin: 30px 0;
}

.subpage-content {
	margin: 30px 0;
}

.sub-content {
	margin-top: 30px 0;
}

.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(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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(255, 255, 255, 0.45);
	text-align: left; word-break:normal;
}

.sub-table th {
	background: rgba(255, 255, 255, 0.1);
	font-weight: 900;
}


/* Form - section */

.form-section {
	margin: 30px 0;
}

.form-wrapper {
	width: 1000px; max-width: 100%;
	margin-left: auto; margin-right: auto;
}

.form-wrapper.form-wrapper-narrow {
	width: 800px;
}

.form-wrapper.form-wrapper-xnarrow {
	width: 600px;
}

.form-text,
.form-text p {
	font-size: 18px; line-height: 1.45em; text-align: justify;
}

.form-text.centered,
.form-text.centered p {
	text-align: center;
}

.form-text p {
	margin: 0.25em 0;
}

.form-error {
	margin: 20px 0;
	color: #89a6e4;
	font-size: 19px; line-height: 1.5em; font-weight: 700; text-align: center;
}

.form-holder {
	width: 100%; display: block;
	padding: 30px;
	background: rgba(0, 0, 0, 0.15);
}


/* Forms - inputs */

.form-row {
	margin-top: 20px;
}

.form-row .half-column {
	width: 48%; display: block; float: left;
}

.form-row .half-column:last-child {
	margin-left: 4%;
}

.form-row .form-description {
	margin-top: 20px;
	font-size: 14px; line-height: 1.4em; text-align: left;
}

.form-row .input-label {
	width: 100%; display: block;
	padding-left: 5px; margin-bottom: 5px;
	color: #abc6ff;
	font-size: 21px; line-height: 1.2em; font-weight: 400; text-align: left;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="password"] {
	width: 100%; height: 40px; display: block;
	padding: 0 7px;
	background: #fff; border: 1px solid #e0e0e0; border-top-color: #c0c0c0; border-left-color: #c0c0c0; border-radius: 3px; color: #202020;
	font-family: "Cabin", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 21px; line-height: 38px; text-align: left;
}

.form-row .checkbox-holder {
	width: 50px; display: inline-block;
	text-align: center; vertical-align: middle;
}

.form-row input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
}

.form-row .checkbox-label {
	width: calc(100% - 55px); display: inline-block;
	font-size: 14px; line-height: 1.4em; text-align: left; vertical-align: middle;
}

.form-row .checkbox-label.large {
	font-size: 21px;
}

.form-row input[type="submit"] {
	width: 100%; display: block;
	padding: 12px 10px 10px 10px; margin-top: 20px;
	background: #abc6ff; border: 0 none; border-radius: 4px; color: #303030; cursor: pointer;
	font-family: "Cabin", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 30px; line-height: 1.25em; font-weight: 600; text-transform: uppercase; text-align: center;
	transition: background-color 0.25s;
}

.form-row input[type="submit"]:disabled {
	background-color: #e0e0e0;
	opacity: 0.25;
}

.form-row input[type="submit"]:hover {
	background-color: #e7e7e7;
	transition: background-color 0.25s;
}

.form-row .captcha {
	display: block;
	padding-top: 3px; margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.125);
	text-align: left;
}

.form-row .captcha img {
	max-width: 100%; display: inline-block;
}


/* Promo 01 section */

.promo-01-section {
	padding: 30px 0;
	background: url("../images/promo-01-bgd-v2.jpg") center top no-repeat;
	border-top: 1px solid #303030; border-bottom: 1px solid #303030;
	text-align: center;
}

.promo-01-section .promo-holder {
	display: block; float: left;
	padding: 20px;
	background: #4f025b; border: 1px solid #f7c5ff;
	text-align: center;
}

.promo-01-section .heading-intro {
	padding: 8px 0;
	background: #fff; color: #b93acd;
	font-family: "Cabin", sans-serif; font-size: 30px; line-height: 1em; font-weight: 700; text-transform: uppercase;
}

.promo-01-section .heading-main {
	margin-top: 10px;
	color: #ffffff;
	font-family: "Roboto Slab", sans-serif; font-size: 70px; line-height: 0.95em; font-weight: 700; text-transform: uppercase;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.8);
}

.promo-01-section .heading-main span {
	display: block;
	position: relative;
}

.promo-01-section .heading-main .second {
	color: #daff6b;
}

.promo-01-section .heading-main .second::before,
.promo-01-section .heading-main .second::after {
	width: 38px; height: 36px; display: block; content: '';
	position: absolute; left: 32px; top: 50%;
	margin-top: -20px;
	background: url('../images/promo-icon-star.png') center center no-repeat;
}

.promo-01-section .heading-main .second::after {
	left: auto; right: 32px;
}

.promo-01-section .heading-main .third {
	font-size: 58px; line-height: 0.95em;
	animation: blinker 1.2s step-start infinite;
}

.promo-01-section .promo-text {
	max-width: 500px; display: inline-block;
	padding-top: 15px; margin-top: 15px;
	color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-family: "Cabin", serif; font-size: 20px; line-height: 1.4em; font-weight: 600; text-align: center; text-align-last: center;
}

.promo-01-section .promo-text a {
	font-weight: 400;
}

.promo-01-section .button-holder {
	margin-top: 25px; margin-bottom: 0;
	text-align: center; text-shadow: none;
}

@keyframes blinker {
  50% {
    color: #e7e7e7;
  }
}


/* Promo 02 section */

.promo-02-section {
	padding: 30px 0;
	background: url("../images/promo-02-bgd-v2.jpg") center top no-repeat;
	border-top: 1px solid #303030; border-bottom: 1px solid #303030;
	text-align: center;
}

.promo-02-section .promo-holder {
	display: block; float: right;
	padding: 20px;
	background: #4f025b; border: 1px solid #f7c5ff;
	text-align: center;
}

.promo-02-section .heading-intro {
	padding: 8px 0;
	background: #fff; color: #b93acd;
	font-family: "Cabin", sans-serif; font-size: 30px; line-height: 1em; font-weight: 700; text-transform: uppercase;
}

.promo-02-section .heading-main {
	margin-top: 10px;
	color: #ffffff;
	font-family: "Roboto Slab", sans-serif; font-size: 70px; line-height: 0.95em; font-weight: 700; text-transform: uppercase;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.8);
}

.promo-02-section .heading-main span {
	display: block;
	position: relative;
}

.promo-02-section .heading-main .second {
	color: #daff6b;
}

.promo-02-section .heading-main .second::before,
.promo-02-section .heading-main .second::after {
	width: 38px; height: 36px; display: block; content: '';
	position: absolute; left: 0; top: 50%;
	margin-top: -20px;
	background: url('../images/promo-icon-star.png') center center no-repeat;
}

.promo-02-section .heading-main .second::after {
	left: auto; right: 0;
}

.promo-02-section .heading-main .third {
	font-size: 47px; line-height: 1.1em;
	animation: blinker 1.2s step-start infinite;
}

.promo-02-section .promo-text {
	max-width: 540px; display: inline-block;
	padding-top: 15px; margin-top: 15px;
	color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-family: "Cabin", serif; font-size: 20px; line-height: 1.4em; font-weight: 600; text-align: center; text-align-last: center;
}

.promo-02-section .promo-text a {
	font-weight: 400;
}

.promo-02-section .button-holder {
	margin-top: 25px; margin-bottom: 0;
	text-align: center; text-shadow: none;
}


/* Promo 03 section */

.promo-03-section {
	padding: 30px 0;
	background: url("../images/promo-03-bgd-v2.jpg") center top no-repeat;
	border-top: 1px solid #303030; border-bottom: 1px solid #303030;
	text-align: center;
}

.promo-03-section .promo-holder {
	display: block; float: left;
	padding: 20px;
	background: #4f025b; border: 1px solid #f7c5ff;
	text-align: center;
}

.promo-03-section .heading-intro {
	padding: 8px 0;
	background: #fff; color: #b93acd;
	font-family: "Cabin", sans-serif; font-size: 30px; line-height: 1em; font-weight: 700; text-transform: uppercase;
}

.promo-03-section .heading-main {
	margin-top: 10px;
	color: #ffffff;
	font-family: "Roboto Slab", sans-serif; font-size: 60px; line-height: 0.95em; font-weight: 700; text-transform: uppercase;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.8);
}

.promo-03-section .heading-main span {
	display: block;
	position: relative;
}

.promo-03-section .heading-main .second {
	color: #daff6b;
}

.promo-03-section .heading-main .second::before,
.promo-03-section .heading-main .second::after {
	width: 38px; height: 36px; display: block; content: '';
	position: absolute; left: 32px; top: 50%;
	margin-top: -20px;
	background: url('../images/promo-icon-star.png') center center no-repeat;
}

.promo-03-section .heading-main .second::after {
	left: auto; right: 32px;
}

.promo-03-section .heading-main .third {
	font-size: 57px; line-height: 0.95em;
	animation: blinker 1.2s step-start infinite;
}

.promo-03-section .promo-text {
	max-width: 500px; display: inline-block;
	padding-top: 15px; margin-top: 15px;
	color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-family: "Cabin", serif; font-size: 20px; line-height: 1.4em; font-weight: 600; text-align: center; text-align-last: center;
}

.promo-03-section .promo-text a {
	font-weight: 400;
}

.promo-03-section .button-holder {
	margin-top: 25px; margin-bottom: 0;
	text-align: center; text-shadow: none;
}


/* Promo 04 section */

.promo-04-section {
	padding: 30px 0;
	background: url("../images/promo-04-bgd-v2.jpg") center top no-repeat;
	border-top: 1px solid #303030; border-bottom: 1px solid #303030;
	text-align: center;
}

.promo-04-section .promo-holder {
	display: block; float: right;
	padding: 20px;
	background: #4f025b; border: 1px solid #f7c5ff;
	text-align: center;
}

.promo-04-section .heading-intro {
	padding: 8px 0;
	background: #fff; color: #b93acd;
	font-family: "Cabin", sans-serif; font-size: 30px; line-height: 1em; font-weight: 700; text-transform: uppercase;
}

.promo-04-section .heading-main {
	padding-bottom: 10px; margin-top: 10px;
	border-bottom: 3px solid #a21db7; color: #daff6b;
	font-family: "Roboto Slab", sans-serif; font-size: 60px; line-height: 0.95em; font-weight: 600; text-transform: uppercase;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.8);
}

.promo-04-section .features-listing {
	width: 570px;
	margin-top: 20px;
	font-size: 0; line-height: 0;
}

.promo-04-section .features-listing .item {
	width: 45%; display: inline-block; vertical-align: top;
	position: relative;
	padding: 15px 0 20px 60px; margin-left: 5%;
	background: url("../images/promo-icon-checkmark.png") left center no-repeat;
	text-align: left;
}

.promo-04-section .features-listing .item:nth-child(1)::after,
.promo-04-section .features-listing .item:nth-child(2)::after {
	width: 100%; height: 1px; display: block; content: "";
	position: absolute; left: 0; bottom: 0;
	background: #a21db7;
}

.promo-04-section .features-listing .item .large {
	display: block;
	color: #fff;
	font-family: "Roboto Slab", sans-serif;  font-size: 30px; line-height: 1.1em; font-weight: 500;
}

.promo-04-section .features-listing .item .small {
	display: block;
	color: #daff6b;
	font-family: "Cabin", sans-serif; font-size: 18px; line-height: 1.1em; font-weight: 600;
}

.promo-04-section .button-holder {
	margin-top: 25px; margin-bottom: 0;
	text-align: center; text-shadow: none;
}


/* Footer section */

.footer-section {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4); border-top: 5px solid rgba(0, 0, 0, 0.4);
    font-size: 14px; line-height: 22px;
}

.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;
}


/* Autocomplete */

.autocomplete-suggestions {
	max-height: 254px; display: none;
	position: absolute; overflow: hidden; overflow-y: auto; z-index: 9999;
    background: #202027 url("../images/bgd-black.png"); box-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.1); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
	text-align: left; cursor: default;
}

.autocomplete-suggestion {
	position: relative; overflow: hidden;
	padding: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075); color: #e7e7e7; 
	font-size: 15px; line-height: 23px; white-space: nowrap; text-overflow: ellipsis;
}

.autocomplete-suggestion b {
	color: #89a6e4;
	font-weight: bold;
}

.autocomplete-suggestion:hover,
.autocomplete-suggestion.selected {
	background: rgba(255, 255, 255, 0.1); cursor: pointer;
}
