/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 /*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */


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

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    /*font-family: sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
    padding: 0;
	
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

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

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

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



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
     margin: 0;
    padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   FONTS
   ========================================================================== */

@font-face {
    font-family: 'exoblack';
    src: url('font/fonts/exo-black-webfont.eot');
    src: url('font/fonts/exo-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/fonts/exo-black-webfont.woff2') format('woff2'),
         url('font/fonts/exo-black-webfont.woff') format('woff'),
         url('font/fonts/exo-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html { 
	height: 100%;
	overflow-x: hidden;
}

body{
    background:#1e1e1e;
    position:relative;
	height: 100%;
	
}
.container{
	position: relative;
	max-width: 768px;
	margin: 0 auto;
}


#splash{
    position:relative;
	height: 100%;
	background-size: cover;
	padding-top: 10px;
    background-position: 50% 50%;
}

#splash #splashGradient {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25%;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 16%, rgba(0,0,0,0.5) 52%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(16%,rgba(0,0,0,0.3)), color-stop(52%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 16%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 16%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 16%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 16%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#splashLogo{
    width: 150px;
    height: 73px;
    display:block;
    background:url(../img/new/splashLogo.png) no-repeat;
    background-size: cover;
	margin: 0 auto;
}

#splashPopup {
	width: 260px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -105px 0 0 -143px;
	text-align: center;
	color: #fff;
	padding: 10px;
	/*border: 3px solid rgba(255, 255, 255, 0.5); */
	border-style: solid;
	border-width: 3px;
}

#splashPopup  p { 
	font-size: 12px;
	margin: 0;
}

#splashPopup input[type="text"] {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 10px 0;
	font-size: 12px;
	border: none;
	text-align: center;
	width: 80%;
	margin: 10px 0;
}

#splashPopup input[type="tel"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 12px;
    border: none;
    text-align: center;
    width: 80%;
    margin: 10px 0;
}


#splashPopup input[type="submit"] {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 12px 0;
	font-size: 12px;
	display: inline-block;
	border: none;
	font-weight: 700;
	width: 120px;
	margin: 10px 0 5px;
	border-style: solid;
	border-width: 1px;
}

#splashPopup #splashBtnNo {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 11px 0;
	font-size: 12px;
	display: inline-block;
	border: none;
	font-weight: 700;
	width: 120px;
	margin: 10px 0 5px;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	text-decoration: none;
}

#splashPopup.pin-entering input[type="text"] {
	padding: 12px 0;
	margin-bottom: 5px;
	font-weight: 700;
}

#splashPopup.pin-entering input[type="submit"] {
	width: 80%;
	margin-top: 5px;
}

#splash #optin1 {
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:  translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 210px;
	max-width: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#splash #optin1 #optin1Play {
	font-family: exoblack;
	text-decoration: none;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	padding: 5px 60px 5px 30px;
	border-width: 3px;
	border-style: solid;
	background-clip: padding-box;
	display: inline-block;
	width: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#splash .optin1-light  #optin1Play {
	padding: 5px 80px 15px 45px!important;
}

#splash .optin1-light  #optin1Play span {
	height: 56px!important;
}

#splash .optin1-light  #optin1Play span  i {
	margin-top: 20px!important;
}

#splash .optin1-light .warning-text {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin: 5px -50px 10px;
	font-family: Arial;
}

#splash .optin1-light #nein {
	margin-top: 20px!important;
}

#splash #optin1 #optin1Play span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 46px;
	-webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

#splash #optin1 #optin1Play span i {
	background-size: cover;
	width: 17px;
	height: 20px;
	display: block;
	margin: 14px 0 0 12px;
}

#splash #optin1 #optin1Play .button-subtext {
	font-family: exoblack;
	font-size: 11px;
	text-transform: none;
	bottom: auto;
	top: auto;
	left: 13px!important;
	right: auto;
	width: 130px;
	height: auto!important;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	background: transparent!important;
	margin: -5px 0 0;
	text-align: center;
	
}

#splash #optinGratis {
	font-size: 25px;
	font-family: exoblack;
	font-weight: 700;
	margin: 10px 0 0;
	display: inline-block;
}

#splash #price {
	font-size: 16px;
	margin: 0;
	font-family: Arial;
	border-radius: 6px;
}

#splash .bottomText{
    position:absolute;
    top:77%;
    left:0;
	right: 0;
    color:#FFF;
    font-size:12px;
    padding:0 10px 40px;
    text-shadow:0px -1px 1px #111;
    text-align: justify;
	z-index: 999;
}
#splash .bottomText p {
	margin: 5px 0;
}

#splash #optin2 {
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:  translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 210px;
}

#splash #optin2 #optin2Play {
	display: block;
	font-family: exoblack;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	padding: 8px 12px 20px;
	border-width: 3px;
	border-style: solid;
	background-clip: padding-box;
}

#splash #optin2 #optin2Play span {
	font-size: 10px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
}

#splash .pin-optin2 #optin2Play {
	padding: 8px 12px!important;
}

#splash #nein {
    display: block;
	font-size: 15px;
	color: #fff;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding: 5px;
	background: rgba(0, 0, 0, 0.4);
	margin-top: 40px;
	
}
#splash .resend {
	position: absolute;
    bottom: -40px;
    left: 50%;
	width: 200px;
    margin-left: -100px;
}


#splash .resend #resendPin {
    text-align: center;
    display: none;
	width: 220px;
	margin: 0 auto;
	padding:6px;
	font-weight: 700;
	font-size:11px;
	background: rgba(200,200,200,0.7);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


#splash #resendText {
	display: none;
	font-size: 12px;
    color: #fff;
	text-align: center;
	margin-bottom: 5px;
}


#main{
    width:100%;
    float:left;
    height:auto;
    display:block;
    overflow: auto;
    background: #eee;
    z-index: 1;
    position: relative;
	padding-bottom: 40px;
}

#menu{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:260px;
    min-height:100%;
    overflow:auto;
    background:url(../img/menuBg.jpg);
    background-size:cover;
    background-position:center top;

}

#menuOverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000 0%, #000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #000 0%,#000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #000 0%,#000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #000 0%,#000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #000 0%,#000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
    opacity: 0;
}

/*.searchOverlay{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000 0%, #000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #000 0%,#000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #000 0%,#000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #000 0%,#000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #000 0%,#000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
    opacity: 0;
}*/

#menu span{
    position: relative;
    float:left;
    font-size:14px;
    color:#adadad;
    width: 150px;
    margin: 40px 12px 10px;
}

#menuLogo{
    position: relative;
    z-index: 1;
    float:left;
    width:150px;
    display:block;
    background:url(../img/menuLogo.png) center left no-repeat;
    background-size:126px 20px;
    height:20px;
    margin: 14px 20px;
}

#menu ul{
    float:left;
    width:100%;
    margin:0;
    padding:0;
    display:block;
    list-style-type:none;
}

#menu ul:last-child{
    padding-bottom:80px;
}

#menu ul li{
    float:left;
    width:100%;
    margin:0;
    padding:0;
    display:block;
}

#menu ul li a{
    float:left;
    width:100%;
    margin:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding:4px 10px;
    display:block;
    position:relative;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    text-shadow:0px 1px 1px #333;
    color:#e0e0df;
    line-height: 37px;
}

.menuIcon i{
    width:37px;
    height:37px;
    display:block;
    float:left;
    background:url(../img/menuIcons.png);
    background-size:37px 185px;
    margin-right:5px;
}

.menuIcon.menuHome i{ background-position:0px 0px; }
.menuIcon.menuVds i  {  background-position:0px -37px;  }
.menuIcon.menuCats i{ background-position:0px -74px;    }
.menuIcon.menuPorn i{ background-position:0px -111px;   }
.menuIcon.menuMy i   { background-position:0px -148px;  }

#menu ul li a:after, #menu ul li:first-child a:before{
    content:"";
    width:100%;
    height:1px;
    display:block;
    position:absolute;
    bottom:0px;
    left:0;
    background: -moz-linear-gradient(left,  rgba(136,120,105,1) 0%, rgba(136,120,105,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(136,120,105,1)), color-stop(100%,rgba(136,120,105,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(136,120,105,1) 0%,rgba(136,120,105,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(136,120,105,1) 0%,rgba(136,120,105,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(136,120,105,1) 0%,rgba(136,120,105,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(136,120,105,1) 0%,rgba(136,120,105,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#887869', endColorstr='#00887869',GradientType=1 ); /* IE6-9 */
}
#menu ul li:first-child a:before{   top:0px;  }


#menu ul li.current-menu-item a{
    color:#FFF;

    background: -moz-linear-gradient(left,  rgba(136,120,105,1) 0%, rgba(136,120,105,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(136,120,105,1)), color-stop(100%,rgba(136,120,105,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(136,120,105,1) 0%,rgba(136,120,105,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(136,120,105,1) 0%,rgba(136,120,105,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(136,120,105,1) 0%,rgba(136,120,105,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(136,120,105,1) 0%,rgba(136,120,105,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#887869', endColorstr='#00887869',GradientType=1 ); /* IE6-9 */
}
#menu ul li.current-menu-item:before a, #menu ul li.current-menu-item:after a{
    display:none;
}


#header{
    position:relative;
    float:left;
    width:100%;
    height:55px;
    display:block;
    background: rgb(52,52,52); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(52,52,52,1) 0%, rgba(34,34,34,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,52,52,1)), color-stop(100%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(52,52,52,1) 0%,rgba(34,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(52,52,52,1) 0%,rgba(34,34,34,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(52,52,52,1) 0%,rgba(34,34,34,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(52,52,52,1) 0%,rgba(34,34,34,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    z-index:1;	
}

.header.new {
    position: relative;
    background: #1E1E1E;	
}
.header.new .container{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.header.new .container i{
	position:relative;
	top:auto;
	left:auto;
	bottom:auto;
	right:auto;
	display: inline-block;
	transform:none;	
}

.header.new .nav-toggle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 40px;
    border-right: 1px solid #121212;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header.new .nav-toggle.no-border {
    border-right: none;
}

.header.new .nav-toggle span,
.header.new .nav-toggle span:before,
.header.new .nav-toggle span:after {
    content: '';
    display: block;
    width: 23px;
    height: 2px;
    background: #FFF010;
    position: absolute;
    left: 0;
}

.header.new .nav-toggle span {
    top: 18px;
    left: 11px;
}

.header.new .nav-toggle span:before {
    top: -7px;
}

.header.new .nav-toggle span:after {
    bottom: -7px;
}

.header.new #logo {
    #width: 91px;
	width: 110px;
	height: 32px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.header.new .search-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    height: 50px;
    background: url(../img/search-2.png) center no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


#logo{
    width: 91px;
    height: 32px;
    display:block;
    background:url(../img/logo-hub.png) no-repeat; 
    background-size: cover;
    margin: 0;
}

#menuTrigger{
    width:60px;
    height:50px;
    display:block;
    background:url(../img/ic_menu.png) center center no-repeat;
    background-size:22px 18px;
    cursor:pointer;
    border-right: 1px solid #000;
}

.menuTrigger{
    width:60px;
    height:50px;
    display:block;
    background:url(../img/ic_menu.png) center center no-repeat;
    border-right: 1px solid #000; 
    background-size:22px 18px;
    position:absolute;
    top:2px;
    left:0;
    cursor:pointer;
}

#searchTrigger{
    width:60px;
    height:50px;
    display:block;
    background:url(../img/search-2.png) center no-repeat;
    background-size:24px;
    position:absolute;
    top:2px;
    right:0;
    cursor:pointer;
}

#searchWrapper{
       width:100%;
    background:rgba(0,0,0,0.9);
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    overflow:hidden;
    padding: 15px;
    position: relative;
    display: none;
}

#searchWrapper input[type="text"]{
    position: relative;
    z-index: 2;
    border:none;
    background:none;
    color:#FFF;
    width:100%;
    padding-right:50px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    outline:none;
    font-size: 20px;
} 

#searchWrapper input[type="submit"]{
    z-index: 2;
    border:none;
    color:#FFF;
    height: 100%;
    width:30px;
    font-size: 12px;
    font-weight: bold;
    background:#FF9A16 !important;
    text-align: center;
    padding:0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;

}

#contentWrapper{
    width:100%;
    max-width:640px;
    height:auto;
    display:block;
    margin:0 auto;
    z-index:0;
    position:relative;
	overflow: hidden;
}

#content{
    width:100%;
    display:block;
    background:#ededed;
    /*float:left;*/
}

.contentHeader{
display: flex;
align-items: center;
}

.contentHeader h2{
    font-weight:700;
    color:#fff;
    font-size: 11px;
    margin: 0 13px;
    white-space: nowrap;
}

.contentHeader h2:before{
content: ' ';
display: inline-block;
width: 14px;
height: 15px;
background: url('../img/fire.png') center no-repeat;
background-size: contain; 
margin-right: 7px;
transform: translateY(2px);
}

.contentHeader .back{
	float: right;
	padding: 13px;
	font-weight: 400;
	color: #6b6b6b;
	text-shadow: 0px 1px 1px #FFF, 0px -1px 0px #666;
	font-size: 12px;
	text-decoration: none;
	position: relative;
}

.contentHeader .back:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 8px 4px 0;
	border-color: transparent #6b6b6b transparent transparent;
	position: absolute;
	top: 16px;
	left: -3px;
}

.videoCount{
    color: #ACACAC;
    float: right;
    padding-right: 15px;
    background: url(../img/arrowRight.png) center right no-repeat;
    background-size: 11px 12px;
    text-decoration: none;
    margin: 13px;
    font-size: 12px;
    font-weight: 700;
}

.categoryTitle{
    line-height: 40px; 
}

.categoryNavHeader{
    float:right;
}

.categoryNavHeader a{
    width:55px;
    height:40px;
    display:block;
    float:left;
    border-left:1px solid #151718;
    background: #151718; /* Old browsers */
    background: -moz-linear-gradient(top,  #151718 0%, #151718 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#151718), color-stop(100%,#151718)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #151718 0%,#151718 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #151718 0%,#151718 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #151718 0%,#151718 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #151718 0%,#151718 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151718', endColorstr='#151718',GradientType=0 ); /* IE6-9 */
}

.categoryNavHeader  a  i{
    width:13px;
    height:15px;
    display:block;
    float:left;
    background:url(../img/navArrows.png);
    background-size:25px 15px;
    background-repeat:no-repeat;
    margin: 13px 20px;
}

.categoryNavHeader > a.prev i{  background-position:0px 0px; }
.categoryNavHeader > a.next i{  background-position:-12px 0px; }

.categoryNav{
    float:left;
    width:100%;
    display:block;
    background: #151718; /* Old browsers */
    background: -moz-linear-gradient(top,  #151718 0%, #151718 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#151718), color-stop(100%,#151718)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #151718 0%,#151718 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #151718 0%,#151718 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #151718 0%,#151718 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #151718 0%,#151718 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151718', endColorstr='#151718',GradientType=0 ); /* IE6-9 */
}

.categoryNav span{
    float:left;
    font-size:14px;
    color:#969696;
    text-shadow:0px 1px 0px #FFF;
    margin:10px 20px;
}

.categoryNav a{
    float:right;
    display:block;
    font-weight:700;
    color:#ffffff;
    border-left:1px solid #151718;
    line-height: 40px;
    font-size: 14px;
    text-decoration:none;
    padding:0 20px;
}

.categoryNav a.prev{
    padding-left:40px;
    background:url(../img/arrowLeft.png) 15px center  no-repeat;
    background-size:15px;

}

.categoryNav a.next{
    padding-right:25px;
    background:url(../img/arrowRight.png)center right no-repeat;
    background-size:15px;
    margin-right:15px;
}

.boxesWrapper{
    width:100%;
    margin-bottom:2%;
}

.box{
    float:left;
    width:47%;
    padding-bottom:47%;
    background:#ccc;
    border-radius:5px;
    position:relative;
    margin:2%;
    background-size:cover;
    margin-bottom:0px;
}

.boxesWrapper .box:nth-child(2n+1){
    margin-right:0;
}

.categoryBoxContent{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    text-align:center;
    margin-top:-25px;
}

.hd{
    position:absolute;
    top:10px;
    left:10px;
    width:34px;
    height:16px;
    display:block;
    background:url(../img/hd.png);
    background-size:34px 16px;
}

.play{
    position:absolute;
    top:50%;
    left:50%;
    margin:-35px auto auto -25px;
    width:50px;
    height:50px;
    display:block;
    background:url(../img/play.png) no-repeat;
    background-size:50px;
}

.videoBoxContent{
    width:100%; 
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding:5px 8px;
    background:#1C1C1C;
    
}
.videoBoxContent h3{
    color:#FFF;
    text-shadow:0px 1px 1px #666;
    opacity:0.9;
    margin:0;
    float:left;
    width:100%;
    font-size:18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;

}

.videoBoxContent .clock{
    float:left;
    color:#FFF;
    text-shadow:0px 1px 1px #666;
    opacity:0.9;
    font-size:14px;
    font-weight:700;
    background:url(../img/clock.png) center left no-repeat;
    background-size:15px;
    padding-left:18px;
}

.videoBoxContent .time{
    float:right;
    color:#FFF;
    text-shadow:0px 1px 1px #666;
    opacity:0.7;
    font-size:14px;
    font-weight:700;
}

.categoryBoxContent h3{
    text-transform:uppercase;
    color:#FFF;
    text-shadow:0px 1px 1px #666;
    opacity:0.9;
    margin:0;
    font-family: 'bemioregular';
    font-size:20px;
}

.categoryBoxContent span{
    color:#FFF;
    text-shadow:0px 1px 1px #666;
    opacity:0.7;
    margin:0;
    font-size:14px;
}


.banner{
    width:100%;
	padding: 6px 10px;
    background: #1E1E1E;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

.banner img{
    width:100%;
}

#etc{
    float:left;
    width:94%;
    margin:10px 3%;
    padding-top:10px;
    background:url(../img/etc.png) center top no-repeat;
    background-size:26px 13px;
    font-size:12px;
}

#etc p{
    float:left;
    width:100%;
    color:#a0a0a0;

}

#etc a{
    color:#666666;
    text-decoration:underline;
}

#etc.noHeadline{
    background:transparent;
    padding-top:0px;
    margin:2px 3%;
}

.videoWrapper{
    /*float:left;*/
    width:100%;
    display:block;
    margin: 0 0 10px;
}

.videoWrapper .video{ 
    /*float:left;*/
    width:100%;
}

.videoFooter{
    margin-top:10px;
    float: left;
    width: 100%;
    display: block;
    background: rgb(227,227,227);
    background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(207,207,207,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(100%,rgba(207,207,207,1)));
    background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(207,207,207,1) 100%);
    background: -o-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(207,207,207,1) 100%);
    background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(207,207,207,1) 100%);
    background: linear-gradient(to bottom, rgba(227,227,227,1) 0%,rgba(207,207,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#cfcfcf',GradientType=0 );
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom:15px;
}

.videoFooter a{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    float: left;
    width:50%;
    text-align:center;
    display: block;
    font-weight: 700;
    color: #6b6b6b;
    text-shadow: 0px 1px 0px #FFF;
    padding:10px 0;
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #c1c1c1;
    border-left: 1px solid #eee;
}

.threeGicon{
    width:20px;
    height:15px;
    display:inline-block;
    background:url(../img/3g.png);
    background-size:20px 15px;
    background-position:center;
    background-repeat:no-repeat;
    margin: 0px 5px 0 0;
}

.wifiIcon{
    width:20px;
    height:15px;
    display:inline-block;
    background:url(../img/wifi.png);
    background-size:20px 15px;
    background-position:center;
    background-repeat:no-repeat;
    margin: 0px 5px 0 0;
}

.videoThumbnailsCarousel{
    border-radius:5px;
}

.videoThumbnailsCarousel .owl-prev{
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    background: rgba(0,0,0,0.2);
}


.videoThumbnailsCarousel .owl-next{
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.videoThumbnailsCarousel .owl-prev i, .videoThumbnailsCarousel .owl-next i {
    width:24px;
    height:22px;
    display:block;
    background:url(../img/carouselArrows.png);
    background-size:48px 22px;
    background-position:0px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px auto auto -12px;
}

.videoThumbnailsCarousel .owl-next i{
    background-position:-22px 0px;
}

.textWrap{
    float:left;
    width:94%;
    min-height:390px;
    margin:0 3%;
}

.textWrap h4 {
	color: #fff;
}
.textWrap .headline{
    font-weight:400;
    color:#6b6b6b;
    line-height: 40px;
    font-size: 18px;
    margin: 0 20px;
    font-family: Arial;
    font-style:normal;
    margin:20px 0;
    width:100%;
    text-align:center;

}

.textWrap p, .search-no-results p{
    color:#6C6C6C;
    font-size:12px;
    text-align:center;
    width:100%;
}

.search-no-results p {
	text-align:left;
    margin-left:3%;
    margin-right:3%;
    width:auto;
}

.textWrap form{
    width:100%;
    margin:25px 0;
}

.textWrap form input{
    width:100%;
    text-align:center;
    font-size:19px;
    border-radius:8px;
    padding:12px 0;
    border:1px solid #666;
    color:#6b6b6b;
    margin-bottom:10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.textWrap .btn{
	background: #313131 !important;
	border: none !important;
	border-radius:8px;
	padding:12px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-align:center;
	font-size: 14px;
	font-weight: 700;
	color: #FFF !important;
	text-shadow: none !important;
	text-decoration: none;
	display: block; 
	width: 160px;
	margin: 0 auto;
}

.textWrap .actionBtn{
    background:#C9C2AA;
    border:1px solid #666;
    border-radius:8px;
    font-family: 'bemioregular';
    color:#6b6b6b;
    text-shadow:0px 1px 1px #FFF, 0px -1px 0px #666;
    padding:12px 10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    text-align:center;
    font-size: 17px;
    text-decoration: none;
	display: block;
}

.textWrap .centeredContactData{
    width:100%;
    text-align:center;
    font-size:12px;
    color:#6b6b6b;
    margin:15px 0;

}

.textWrap .centeredContactData h3{
    font-family: 'bemioregular';
    font-weight:400;
}

.textWrap .centeredContactData b{
    color:#000;
}

.textWrap  .zurStartSeite{
    width:100%;
    float:left;
    margin:10px 0;
}

.textWrap  .jaNeinWrap{
    width:200px;
    margin:10px auto;
    display:block;
}

.textWrap  .jaNeinWrap .jaBtn, .textWrap  .jaNeinWrap .neinBtn {
    width:85px;
    display: inline-block;
    margin: 6px;
}

.textWrap table{
    max-width: 100%;
    width: 100%;
    border: transparent;
    font-size: 13px;
}

.textWrap table td{
    padding: 4pxx;
    border-bottom: 1px solid #ccc;
    font-size:12px;
    color:#6C6C6C;
}

.ichBinJuglerText a{
    font-size:18px !important;
    line-height: 22px;
    white-space: nowrap;
    width: 100% !important;
    text-align: center !important;
    float: none !important;
}
.ichBinJuglerText {
    width: 100%;
    text-align: center;
}

#footer{
	background: #1E1E1E;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
}

#footer ul{
    display:block;
    padding:0;
    margin:0 auto;
    list-style-type:none;
}

#footer ul li{
	display: inline-block;
	/*border-right: 1px solid #fff;*/
	line-height: 10px;
}

/*#footer ul li:after {
	content: '•';
	position: absolute;
	color: #313131;
	top: 13px;
}*/

#footer ul li:last-child:after {
	/*border: none;*/
	content: '';
}

#footer ul li a{
    font-size:12px;
	font-weight:700;
    color:#FF9A16 !important;
    padding: 10px;
	line-height: 10px;
	text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*
 * Responsive images
 */
.size-full {
    max-width: 100%;
    height: auto;
}

/*
 * Error message
 */
.error-message {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-top:-30px;
    left: 50%;
    margin-left: -140px;
    background: #FF4C5A;
    padding: 8px 12px;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
}
.error-message-relative {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FF4C5A;
    padding: 8px 12px;
    border-radius: 5px;
    color: #FFF !important;
    text-align: center;
}

/*   New Optin1 styles */


.optin1new .video--player {
    position: relative;
    border-bottom: 1px solid #000;
    max-height: 432px;
    overflow: hidden;
}

.optin1new .video--player:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: -webkit-linear-gradient(rgba(0,0,0,0) 8%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 8%, rgba(0,0,0,1) 100%);
    background: linear-gradient(rgba(0,0,0,0) 8%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/
}

.optin1new .dark-overlay {
	background: -webkit-linear-gradient(rgba(0,0,0,0) 8%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 8%, rgba(0,0,0,1) 100%);
    background: linear-gradient(rgba(0,0,0,0) 8%, rgba(0,0,0,1) 100%);
}

.optin1new .dark-overlay:after {
	content: '';
}

.optin1new .video--player .play {
	position:absolute;
	margin: 0;
    top:50%;
    left:50%;
    width:138px;
    height:68px;
    background: url(../img/play-hub.png) center no-repeat;
    background-size:100%;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.optin1new .video--player .video-play-icon {
	position:absolute;
	margin: 0;
    top:45%;
    left:50%;
    width:161px;
    height:68px;
    background: url(../img/video-play-icon-hub.png) center no-repeat;
    background-size:100%;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;	
}

.optin1new .video--player .video-play-text {
	position:absolute;
	margin: 0;
    top:70%;
    left:50%;
    width:216px;
    height:49px;
    background: url(../img/video-play-text-hub.png) center no-repeat;
    background-size:100%;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.optin1new .video--player .mute-btn {
	position:absolute;
	display:block;
	width: 26px;
	height: 26px;
	right: 22px;
	bottom: 18%;
	background: url(../img/icon-unmuted.png) center no-repeat;
    background-size:100%;
	z-index: 10000;
	cursor: pointer;
}

.optin1new .video--player .mute-btn.muted {
	background: url(../img/icon-muted.png) center no-repeat;
    background-size:100%;
}

.optin1new .video--player img {
    width: 100%;
    height: auto;
}

.optin1new .video--player video {
    width: 100%;
    height: auto;
	display:block;
	border:none;
}

.optin1new .video--player .title {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50px;
    z-index: 1;
}

.optin1new .video--player .title p {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
}

.optin1new .video--player .title p span {
    font-size: 16px;
}

.optin1new .video--player .controls {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 21px;
    background: url(../img/toolbar.png) center no-repeat;
    background-size: 282px 21px;
    z-index: 1;
}

.optin1new .video--text {
	padding: 10px 5px;
	background: #1E1E1E;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.optin1new .video--text p {
	font-size: 11px;
	color: #FFF;
	text-align: center;
	margin: 0;
}

.optin1new .video--text a {
	color: #FFF;
}

.optin1new .video--title {
    border-top: 1px solid #313131;
    border-bottom: 1px solid #000;
    padding: 8px 15px;
	background:#1e1e1e;
}

.optin1new .video--title h1 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.optin1new .video--toolbar {
    /*border-top: 1px solid #313131;*/
    border-bottom: 1px solid #000;
    overflow: hidden;
    padding: 4px 0;
	background:#1e1e1e;
}
.optin1new .video--toolbar ul{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0; 
	text-align:center;
	margin:0;
}

.optin1new .video--toolbar li {
    float: left;
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.optin1new .video--toolbar li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.optin1new .video--toolbar li .icon-like {
    background-image: url(../img/like.png);
}

.optin1new .video--toolbar li .icon-dislike {
    background-image: url(../img/dislike.png);
}

.optin1new .video--toolbar li .icon-add {
    background-image: url(../img/add.png);
}

.optin1new .video--toolbar li .icon-share {
    background-image: url(../img/share.png);
}

.optin1new .video--toolbar li .icon-download {
    background-image: url(../img/download.png);
}

.optin1new .video--toolbar li span {
    display: block;
    font-size: 10px;
    color: #A7A7A7;
    margin-top: 2px;
}

.optin1new .video--meta {
    border-top: 1px solid #313131;
    border-bottom: 1px solid #000;
    padding: 5px 15px 7px;
    overflow: hidden;
	background:#1e1e1e;
}

.optin1new .video--meta .rating {
    position: relative;
    width: 155px;
    height: 4px;
    background: #FF0000;
}

.optin1new .video--meta .rating .fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #29DB25;
}

.optin1new .video--meta .info {
    margin-top: 5px;
	margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.optin1new .video--meta .views {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.optin1new .video--meta .views-positive {
    font-size: 11px;
    color: #999999;
    background: url(../img/views.png) left center no-repeat;
    background-size: 15px 15px;
    padding-left: 17px;
    margin-left: 5px;
}

.optin1new .video--meta .price {
    font-size: 11px;
    color: #ffffff;
}

.optin1new .banner {
    /*border-top: 1px solid #313131;*/
    text-align: center;
}

.optin1new .banner img {
    max-width: 100%;
	width:100%;
}

.optin1new .disclaimer {
    padding: 0px 15px 15px;
	overflow:hidden;
	background:#000;
	margin-bottom:32px;
	text-align: justify;
}

.optin1new .disclaimer p {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    color: #ffffff;
    margin:  0;
}

.optin1new .disclaimer p a {
    color: #ffffff;
	text-decoration: none;
}
.optin1new #splashPopup.new{
	margin:0 auto;
	border:none;
    width:auto;
	padding:0;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	/*background:rgba(0,0,0,0.5);*/
}

.optin1new #splashPopup.new.splashPopupBg {
	background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba( 0,0,0, 0.2 ) 0%, rgba( 0,0,0, 0.5 ) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba( 0,0,0, 0.2 )), color-stop(100%,rgba( 0,0,0, 0.5 )));
    background: -webkit-linear-gradient(top, rgba( 0,0,0, 0.2 ) 0%,rgba( 0,0,0, 0.5 ) 100%);
    background: -o-linear-gradient(top, rgba( 0,0,0, 0.2 ) 0%,rgba( 0,0,0, 0.5 ) 100%);
    background: -ms-linear-gradient(top, rgba( 0,0,0, 0.2 ) 0%,rgba( 0,0,0, 0.5 ) 100%);
    background: linear-gradient(to bottom, rgba( 0,0,0, 0.2 ) 0%,rgba( 0,0,0, 0.5 ) 100%);
}

.optin1new #splashPopup.new .popup-content{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	margin:0 auto;
}

.optin1new #splashPopup.new .popup-content span{
    color: #FFDE09;
}


.optin1new #splashPopup.new .popup-content p.pin-text {
	margin: 10px auto;
	width: 200px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.25;
}

#splashPopup #splashBtnYes {
	width: 54px;
	height: 34px;
	background: #21AE1E url(../img/input-btn-go.png) center no-repeat !important;
    background-size: 45px 24px !important;
}

#splashPopup #splashBtnYes.splashBtnYesPin {
	width: 102px;
    height: 34px;
    background: #21AE1E !important;
    font-size: 13px;
    white-space: normal;
    padding: 0 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
}

.optin1new #splashPopup.new .popup-video-play-icon2 {
	display: block;
	margin: 0 auto 10px auto;
    width:138px;
    height:68px;
    background: url(../img/play-hub.png) center no-repeat;
    background-size:100%;
}

.optin1new #splashPopup.new .popup-video-play-icon2.small {
    width:100px;
    height:52px;
}

.optin1new #splashPopup.new .popup-video-play-text {
	display: block;
	margin: 0 auto;
    width:209px;
    height:16px;
    background: url(../img/video-play-text.png) center no-repeat;
    background-size:100%;
}

.optin1new #splashPopup.new .popup-content .warning{
	display:inline-block;
	background:url(../img/warning.png) no-repeat;
	background-size:cover;
	margin:0 auto;
	width:28px;
	height:25px;
}
.optin1new #splashPopup.new .popup-content p{
	color:#FFF;
	font-size:14px;
	margin:0; 
	padding:0;
	text-align:center;
}
.optin1new #splashPopup.new .popup-content #splashBtnNo{
	padding:0;
	background:none;
	color:#FFF;
	opacity:0.5;
	text-decoration:underline;
	border:none;
	margin:10px 0 0;
}
.optin1new #splashPopup.new .popup-content form{
	display: inline-flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.optin1new #splashPopup.new .popup-content form p{
	color:#FFF;
	font-size:14px;
	margin:0; 
	padding:0;
	text-align:center;
	font-weight:700;
	line-height: 1;
}
	
.optin1new #splashPopup.new .popup-content form .form-input {
	overflow: hidden;
    text-align: center;
    display: inline-flex;
    justify-content: center;
	margin:10px auto;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.optin1new #splashPopup.new .popup-content form .err {
    text-align: center;
    display: none;
	width: 220px;
	margin: 0 auto;
	padding:6px;
	font-weight: 700;
	font-size:11px;
	background: rgba(255,38,38,0.7);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.optin1new #splashPopup.new .popup-content form .success-msg {
    text-align: center;
    display: none;
    width: 220px;
    margin: 0 auto;
    padding:6px;
    font-weight: 700;
    font-size:11px;
    background: #21AE1E;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.optin1new #splashPopup.new .popup-content form .resend .resendPin {
    text-align: center;
	display: block;
	margin: 0 auto 10px auto;
	padding:6px;
	font-weight: 700;
	font-size:11px;
	background: rgba(25,25,25,0.7);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.65);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



.optin1new #splashPopup.new .popup-content form .form-input .msisdn-pin{
	float:left;
	-webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
	display:inline-block;
	margin:0;
	padding: 7px 12px;
	border:none;
	box-shadow:none;
	outline:none;
}
.optin1new #splashPopup.new .popup-content form .form-input input[type="submit"]{
	float:left;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	display:inline-block;
	margin:0;
	padding: 11px 15px;
	text-decoration:none;
	border:none;
	width:auto;	
	height:auto;
	margin-left:-4px;
	background:#21AE1E;
}

.optin1new #splashPopup.new .popup-content .resend a {
	margin: 10px auto;
    color: #FFF;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
}

.animated {
		display: inline-block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
		  display:inline-block;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}


@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}


#sms-enter-pin, #age-verification{
	position:relative;
}

.formAndroidFixPlaceholder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:43px;
	line-height:43px;
	display:block;
	text-align:center;
	color: #bbb;
	font-weight:700;
	font-size: 19px;
}


#menu-age-verification{
	top: 80px !important;
}

.grecaptcha-badge{
	display: none;
}


/* ==========================================================================
   SEX HUB
   ========================================================================== */
.header-menu{
background: #000;
display:flex;
justify-content: space-around;
line-height: 1;
padding: 14px;
margin: 0 auto !important;
max-width: 740px;
}

.header-menu li{
list-style: none;
}

.header-menu li a{
color: #fff;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
}

.hub-gradient{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../img/player-gradient.png) center no-repeat;
background-size: cover;
}

.player-controls{
z-index: 999;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0 27px 7px 27px;
box-sizing: border-box;
}

.promo{
padding-top: 0px;
width: 320px;
height: 61px;
padding: 0;
margin-top: -6px;
margin-left: auto;
margin-right: auto;
animation: promoAnimate 3s infinite;
background-size: 320px 61px;
background-repeat: no-repeat;
background-position: center;
}

@keyframes promoAnimate{
  0%, 30%, 80%, 100%{
    background-image: url(../img/promo.png);
  }
  35%, 75%{
    background-image: url(../img/promo2.png);
  }
}

p.promo-price{
color: #fff;
margin: -6px auto 0;
font-weight: 700;
font-size: 12px;
padding-top: 0px;
padding-bottom: 8px;
text-align: center;
}

.video-meta img{
width: 100%;
padding: 10px 15px 0;
box-sizing: border-box;
}

.content-header{
background: #141414 !important;
}

.contentHeader{ /* Only for video details page */
display: block !important;
margin: 15px 10px;
} 

.optin1new .content {
padding: 15px;
overflow:hidden;
background:#000;
text-align: justify;
} 

.item-container .item{
position: relative;
}

.item-container .item img{
width: 100%;
}

.item-container .item a.play-hub{
background: url('../img/video-play.png') center no-repeat;
background-size: 64px;
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

.disclaimer-fixed{
    font-family: sans-serif;
    position: fixed;
    top: calc(100% - 78px);
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    padding: 10px;
    z-index: 999999;
    height: 78px;
    overflow: hidden;
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    color: #ffffff;
    text-align: justify;
}

.disclaimer-fixed a{
color: #FF9A16;
}

.disclaimer-fixed p{
margin: 0 auto;
}

.boxesWrapper{
padding: 0 25px;
box-sizing: border-box;
background: #141414;
}

.box{
    width:100%;
    padding-bottom: 0;
    background: #1C1C1C;
    border-radius:5px;
    position:relative;
    margin:auto;
    background-size:cover;
    margin-bottom: 10px;
    display: block;
    float: none;
}

.box img{
width: 100%;
}

.boxesWrapper .box:nth-child(2n+1){
    margin-right:0;
}

.boxesWrapper{
margin-bottom: 0;
}

.boxesWrapper img{
    width: 100%;
}


.boxesWrapper .img-container{
display: block;
position: relative;
}


.boxesWrapper a.box{
text-decoration: none;
}

.boxesWrapper a.box .play-hub{
background: url('../img/video-play.png') center no-repeat;
background-size: 64px;
display: block;
width: 64px;
height: 64px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.boxesWrapper a.box .videoBoxContent{
position: relative;
padding: 14px;
}

.boxesWrapper a.box .videoBoxContent h3{
color: #FF9A16;
font-family: arial, sans-serif;
text-shadow: none;
font-weight: 400;
font-size: 14px;
float: none;
margin-bottom: 7px;
}

.boxesWrapper a.box .videoBoxContent .video-meta{
display: flex;
align-items: center;
font-family: arial, 'sans-serif';
}

.boxesWrapper a.box .videoBoxContent .video-meta .views{
color: #777777;
font-size: 14px;
}

.boxesWrapper a.box .videoBoxContent .video-meta .likes{
color: #7CBD27;
font-size: 14px;
margin-left: 10px;
display: flex;
}

.boxesWrapper a.box .videoBoxContent .video-meta .likes:before{
content: '';
display: block;
background: url('../img/ic_like.png') center no-repeat;
background-size: contain;
width: 17px;
height: 18px;
margin-right: 3px;
}

.boxesWrapper a.box .videoBoxContent .video-meta .verified{
color: #777777;
font-size: 14px;
margin-left: auto;
display: flex;
}

.boxesWrapper a.box .videoBoxContent .video-meta .verified:before{
content: '';
display: block;
background: url('../img/ic_verified.png') center no-repeat;
background-size: contain;
width: 18px;
height: 18px;
margin-right: 5px;
}

.boxesWrapper a.box .clock{
position: absolute;
bottom: 0;
right: 0;
background: rgba(00, 00, 00, .8);
color: #fff;
padding: 9px 6px;
font-size: 11px;
font-family: arial, sans-serif;
float: none;
line-height: 1;
}

.boxesWrapper a.box .clock:before{
content: 'HD';
font-weight: 700;
margin-right: 4px; 
}
 
.main-video{
width: 100%;
padding: 0;
}

.main-video .video-container{
position: relative;
}

.main-video video{
width: 100%;
object-fit: cover;
}

.main-video .videoBoxContent{
margin-top: -6px;
padding: 14px 39px !important;
}

.main-video .videoBoxContent h3{
color: #fff !important;
}

.pag{
display: flex;
justify-content: center;
padding: 13px 0;
}

.pag li{
list-style: none;
margin: 0 2px;
}

.pag li.active a{
background: #FF9A16;
color: #fff;
}

.pag li a{
color: #777777;
background: #1C1C1C;
padding: 10px 10px;
font-family: arial, sans-serif;
font-weight: 400;
border-radius: 2px;
text-decoration: none; 
}

/*
Full screen banerijo
*/

.custom-banner-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.custom-banner-wrapper.show {
    left: 0;
}

.custom-banner-wrapper .custom-banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.custom-banner-wrapper .custom-banner-bg.show {
    opacity: 1;
}

.custom-banner-wrapper .banner-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.custom-banner-wrapper .banner-wrapper.banner-80 {
    width: 80%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.custom-banner-wrapper .banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-banner-wrapper .banner-wrapper.banner-80 img {
    height: auto;
    max-height: 80vh;
}

.custom-banner-wrapper .banner-wrapper .custom-banner-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
    z-index: 12;
}
.custom-banner-wrapper .banner-wrapper .custom-banner-close img {
    width: 100%;
    height: 100%;
}


.custom-banner-wrapper .banner-wrapper .custom-banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/*
Members VPN Modal
*/
.modal {
 text-align:center;
 top:59px;
 color: white;
}
.modal {
 position:fixed;
 top:0;
 left:0px;
 z-index:1050;
 display:none;
 width:100%;
 height:100%;
 overflow:hidden;
 outline:0
}
.modal.vpn-modal .btn {
  background-color: #f39200;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  width: auto;
  margin-top: 0;
  border: 1px solid #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  text-transform: initial;
  border-radius: 10px;
  font-weight: bold;
}

.modal.vpn-modal {
 top:calc(50% - 220px)
}
.modal.vpn-modal p {
 font-size:14px;
 margin-bottom:10px;
 font-family: 'Montserrat', sans-serif;
 font-weight: 500;
 line-height:26px
}
.modal.vpn-modal h3 {
 font-size:18px;
 font-family: 'Montserrat', sans-serif;
 font-weight:700;
 margin-bottom:0
}
.modal.vpn-modal a {
 font-family: 'Montserrat', sans-serif;
 font-weight: 500;
}
.modal.vpn-modal .modal-content {
 background-color:rgba(0,0,0,0.85);
 padding:20px;
 /*margin:20px; */
 width:calc(100% - 40px);
 border-radius:20px;
 transition:all 0.5s
}
.modal.vpn-modal .modal-content span {
 font-size:16px;
 font-family: 'Montserrat', sans-serif;
 font-weight:700;
}
.modal.vpn-modal .modal-content.step-2 h3 {
 margin-bottom:15px
}
.modal.vpn-modal .modal-content.step-2 input {
 width:100%;
 border-radius:10px;
 height:40px;
 box-shadow:none;
 border:none;
 margin-bottom:10px;
 text-align:center
}
.modal.vpn-modal .modal-content.step-2 input::placeholder {
 font-size:14px;
 color:#666
}
.modal.vpn-modal .modal-content.step-2 .button {
 width:80%;
 margin:10px auto;
 margin-bottom:15px
}
.modal.vpn-modal .modal-content.step-2 .button.loading {
 background-image:url(../../assets/images/loading-buffering.gif);
 background-repeat:no-repeat;
 background-size:25px;
 background-position:right 10px center
}
.modal.vpn-modal .modal-content.step-2 .links {
 font-size:14px;
 margin:15px 0
}
.modal.vpn-modal .modal-content.step-2 .links a {
 margin:0 15px
}
.modal.vpn-modal .modal-content.step-2 .info {
 font-size:13px
}
.modal.vpn-modal img {
 /* width:45px; */
 border-radius:5px
}

.modal.vpn-modal .remind-later {
 font-size:12px;
 text-decoration:underline;
 font-weight:normal;
 opacity:1 !important;
 text-shadow:none;
 padding-top: 10px;
 color: white;
}
.modal.vpn-modal .error {
 color:#f00;
 margin-bottom:5px
}

.fade-scale {
 transform:translate(0, -109px);
 opacity:0;
 -webkit-transition:all .25s linear;
 -o-transition:all .25s linear;
 transition:all .25s linear
}
.fade-scale.in {
 opacity:1;
 transform:translate(0, 0)
}

.modal-dialog {
 position:relative;
 width:auto;
 margin: 2rem;
 pointer-events:none;
}
.modal.fade .modal-dialog {
 transition:transform 0.3s ease-out;
 transform:translate(0, -50px)
}
@media (prefers-reduced-motion: reduce) {
 .modal.fade .modal-dialog {
  transition:none
 }
}
.modal.show .modal-dialog {
 transform:none
}
.modal.modal-static .modal-dialog {
 transform:scale(1.02)
}
.modal-dialog-scrollable {
 display:flex;
 max-height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
 max-height:calc(100vh - 1rem);
 overflow:hidden
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
 flex-shrink:0
}
.modal-dialog-scrollable .modal-body {
 overflow-y:auto
}
.modal-dialog-centered {
 display:flex;
 align-items:center;
 min-height:calc(100% - 1rem)
}
.modal-dialog-centered::before {
 display:block;
 height:calc(100vh - 1rem);
 height:min-content;
 content:""
}
.modal-dialog-centered.modal-dialog-scrollable {
 flex-direction:column;
 justify-content:center;
 height:100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
 max-height:none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
 content:none
}
.modal-content {
 position:relative;
 display:flex;
 flex-direction:column;
 width:100%;
 pointer-events:auto;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid rgba(0,0,0,0.2);
 border-radius:.3rem;
 outline:0
}

@media (min-width: 576px) {
 .modal-dialog {
  max-width:500px;
  margin:1.75rem auto
 }
 .modal-dialog-scrollable {
  max-height:calc(100% - 3.5rem)
 }
 .modal-dialog-scrollable .modal-content {
  max-height:calc(100vh - 3.5rem)
 }
 .modal-dialog-centered {
  min-height:calc(100% - 3.5rem)
 }
 .modal-dialog-centered::before {
  height:calc(100vh - 3.5rem);
  height:min-content
 }
 .modal-sm {
  max-width:300px
 }
}
@media (min-width: 992px) {
 .modal-lg,
 .modal-xl {
  max-width:800px
 }
}
@media (min-width: 1200px) {
 .modal-xl {
  max-width:1140px
 }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.no-gutters {
 margin-right:0;
 margin-left:0
}
.no-gutters>.col,
.no-gutters>[class*="col-"] {
 padding-right:0;
 padding-left:0
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
 position:relative;
 width:100%;
 padding-right:5px;
 padding-left:5px;
 box-sizing:border-box;
}
.col {
 flex-basis:0;
 flex-grow:1;
 max-width:100%
}
.row-cols-1>* {
 flex:0 0 100%;
 max-width:100%
}
.row-cols-2>* {
 flex:0 0 50%;
 max-width:50%
}
.row-cols-3>* {
 flex:0 0 33.33333%;
 max-width:33.33333%
}
.row-cols-4>* {
 flex:0 0 25%;
 max-width:25%
}
.row-cols-5>* {
 flex:0 0 20%;
 max-width:20%
}
.row-cols-6>* {
 flex:0 0 16.66667%;
 max-width:16.66667%
}
.col-auto {
 flex:0 0 auto;
 width:auto;
 max-width:100%
}
.col-1 {
 flex:0 0 8.33333%;
 max-width:8.33333%
}
.col-2 {
 flex:0 0 16.66667%;
 max-width:16.66667%
}
.col-3 {
 flex:0 0 25%;
 max-width:25%
}
.col-4 {
 flex:0 0 33.33333%;
 max-width:33.33333%
}
.col-5 {
 flex:0 0 41.66667%;
 max-width:41.66667%
}
.col-6 {
 flex:0 0 50%;
 max-width:50%
}
.col-7 {
 flex:0 0 58.33333%;
 max-width:58.33333%
}
.col-8 {
 flex:0 0 66.66667%;
 max-width:66.66667%
}
.col-9 {
 flex:0 0 75%;
 max-width:75%
}
.col-10 {
 flex:0 0 83.33333%;
 max-width:83.33333%
}
.col-11 {
 flex:0 0 91.66667%;
 max-width:91.66667%
}
.col-12 {
 flex:0 0 100%;
 max-width:100%
}
.order-first {
 order:-1
}
.order-last {
 order:13
}
.order-0 {
 order:0
}
.order-1 {
 order:1
}
.order-2 {
 order:2
}
.order-3 {
 order:3
}
.order-4 {
 order:4
}
.order-5 {
 order:5
}
.order-6 {
 order:6
}
.order-7 {
 order:7
}
.order-8 {
 order:8
}
.order-9 {
 order:9
}
.order-10 {
 order:10
}
.order-11 {
 order:11
}
.order-12 {
 order:12
}