/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@font-face {
    font-family: 'LeagueSpartan';
    src: url("../fonts/LeagueSpartan-Bold.otf") format("opentype");
}
button,
label {
    cursor: pointer;
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

#mask {
    background: rgba(0, 0, 0, 0.95) repeat;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    z-index: 200;
}

strong {
    font-weight: bold;
}


/* GENERAL LAYOUT STYLES */

html {
    background: url('images/bkg_3.jpg') no-repeat center center fixed cover;
    background-size: cover !important;
}

body {}

section {
    display: block;
    clear: both;
    margin: 1em 0;
    overflow: inherit;
}

.max-width {
    margin: 0 auto;
    max-width: 1920px;
}

.width-100 {
    width: 100%;
}

.clear {
    display: block;
    clear: both;
}

.icon {
    vertical-align: middle;
}

.no-vertical-margins {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.inline-block {
    display: inline-block;
}

/* END GENERAL STYLES */


/* FONT STYLES */

p {
    margin: 0 0 1em 0;
    line-height: 1.5;
}

ul {
    line-height: 1.5;
}

ul li {
    margin-bottom: 1em;
}

ul.list-numeral li {
    margin-left: 1em;
    list-style-position: outside;
    list-style-type: upper-roman;
}

ul.list-alpha li {
    margin-left: 1em;
    list-style-position: outside;
    list-style-type: upper-alpha;
}


/* GENERAL PAGE STYLES */

.header-padding {
    padding: .25em;
}

#main-wrapper {
font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

h1 {
    font-family: 'LeagueSpartan', cursive;
    font-size: 3em;
    margin: .067em 0 .067em 0;
    color: #004a8c;
}

h2 {
    font-family: 'LeagueSpartan', cursive;
    font-size: 2.5em;
    color: #004a8c;
    margin: 0.67em 0;
}

h3 {
    font-family: 'LeagueSpartan', cursive;
    font-size: 2em;
    color: #676767;
    margin: 1em 0;
}

h4 {
    font-family: 'LeagueSpartan', cursive;
    font-size: 1.5em;
    color: #676767;
    margin: 1em 0;
}

.content_wrapper {
    width: 100%;
    margin: 3em auto 0 auto;
    overflow-x: hidden;
}

.content_wrapper p a {
    color: #0AA3CB;
    text-decoration: none;
}

.jw-reset {
    border: none !important;
}

/* HEADER STYLES */
.header-wrap {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 3em;
}

.logo {
    height: 2.5em;
    width: auto;
    padding: .25em;
}


/* MOVIE PAGE STYLES */
.movie-page-detail h1 {
    margin-top: 0;
}

/* Navigation Styles */
.header-wrap {
    background-color: #121212;
}
#nav {
font-family: 'Roboto Condensed', sans-serif;
    height: 3em;
    position: relative;
}
.dropdown,
.menu-item {
    line-height: 2em;
}

.logo {
    float: left;
}

#nav-horizontal {
    padding: .375em 0 .25em 0;
    float: left;
}

#nav-right {
    height: 3em;
    position: absolute;
    right: 0;
}

.dropdown button,
..menu-item {
    line-height: 3em;
}

.dropdown,
.menu-item {
    display: inline-block;
    padding: .125em 0;
}

.menu-item {
    display: inline-block;
    padding: .25em 0;
}

.dropdown-content {
    display: none;
    max-width: 300px;
}

.dropdown-content {
    display: none;
    position: absolute;
    color: #ababab;
font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    margin: 0 0;
    background-color: #333333;
}

.dropdown-content a,
.menu-item a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    margin: .25em .25em;
}

.dropdown-content a:hover,
.dropdown:hover button,
.menu-item a:hover,
.menu-item button:hover {
    color: #0AA3CB;
}
.dropdown button,
.menu-item button {
    background: none;
    border: none;
    color: #ababab;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .95em;
    margin: 0 .25em;
    padding: 0 0;
}
#nav-horizontal .menu-item:last-of-type {
    margin-right: 0 !important;
}
#nav-horizontal .menu-item:last-of-type button {
    margin-right: 0 !important;
}
#nav-right .menu-item:first-of-type {
    margin-left: 0 !important;
}
button.join-now-btn, .join_btn {
    background-color: /*#f3ac12*/ #798121;
    color: #ffffff;
    padding: .25em 2em;
    font-family: 'LeagueSpartan', cursive;

}
button.join-now-btn:hover, .join_btn:hover, .btn-become-titan-man:hover, #nav-join-btn {
    color: #ffffff;
}

#nav-right button.join-now-btn {
    padding: .375em .5em .125em .5em;
}

.btn-become-titan-man {
    color: #cdcdcd;
    padding: .25em 2em;
    margin: 1em auto;
    font-size: 1.5em;
    text-decoration: none;
    border: 3px solid #cdcdcd;
    box-sizing: border-box;
}
.prefooter-container-body .join_btn {
    text-decoration: none;
    display: inline-block;
    margin: 1em auto;
    padding: .5em 2em;
    font-size: 1.5em;
}
button i {
    display: inline-block;
    vertical-align: middle;
}

.nav-col {
    display: block;
    float: left;
    margin: 0 0 0 .8%;
}

.nav-col:first-child {
    margin-left: 0;
}

.nav-col:nth-of-type(2n+1) {
    margin-left: 0;
}

.nav-section-label {
    color: #999999;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    margin: .5em;
}

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

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF EIGHT  */

#nav .span_8_of_8,
.mobile-dropdown-container .span_8_of_8 {
    width: 100%;
}

#nav .span_7_of_8,
.mobile-dropdown-container .span_7_of_8 {
    width: 87.4%;
}

#nav .span_6_of_8,
.mobile-dropdown-container .span_6_of_8 {
    width: 74.8%;
}

#nav .span_5_of_8,
.mobile-dropdown-container .span_5_of_8 {
    width: 62.2%;
}

#nav .span_4_of_8,
.mobile-dropdown-container .span_4_of_8 {
    width: 49.6%;
}

#nav .span_3_of_8,
.mobile-dropdown-container .span_3_of_8 {
    width: 37%;
}

#nav .span_2_of_8,
.mobile-dropdown-container .span_2_of_8 {
    width: 24.4%;
}

#nav .span_1_of_8,
.mobile-dropdown-container .span_1_of_8 {
    width: 11.8%;
}

.subnav-container {
    font-size: 1.25em;
    color: #ababab;
    width: 75%;
    margin: 1em auto;
}
.subnav-container a, .btn-subnav {
    padding: .5em;
    color: #ababab;
    text-decoration: none;
    display: inline-block;
}

.downloads-sub-nav {
    display: block;
    display: none;
}
.downloads-sub-nav .btn-subnav {
    display: block;
}
.studios-dropdown {
    background-color: #212121;
    display: none;
}

.studio-menu-btn {
    float: right;
}

.studios-dropdown a:first-of-type {
    padding-top: .5em;
}
.mobile-dropdown-menu {
    display: none;
}

.group {
    clear: both;
}

        #mobile-nav {
    display: none;
    background-color: #232323;
    position: fixed;
    width: 100%;
    height: calc(100vh - 3em);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
}
        
        li.mobile-nav-search-container input[type="text"] {
            width: calc(100% - 2.75em);
            padding: 0 1.25em 0 0;
            margin: 0 auto;
            display: block;
        }
        
        #mobile-nav-ul {
            list-style-type: none;
            padding-left: 0;
        }
        
        #mobile-nav-ul dropdown-content-section {
            display: none;
        }
        
        #mobile-nav-ul li {
            display: block;
            position: relative;
            margin: 0;
        }
        
        #mobile-nav-ul li a {
            color: #ffffff;
            text-decoration: none;
            display: block;
        }
        
        #mobile-nav-ul li a:hover {
            color: #0AA3CB;
        }
        
        .nav-menu-section-link {
            font-size: 1.25em;
            padding: .125em 15px;
            cursor: pointer;
        }
        
        .mobile-nav-dropdown-btn {
            position: absolute;
            top: .25em;
            right: 1em;
            font-size: 1.5em;
            color: #ffffff;
        }
        
        #mobile-nav-ul li .dropdown-content-section {
            display: none;
        }
        
        #mobile-nav-ul li .dropdown-content-section a {
            font-size: 1.25em;
            padding: .25em 30px;
        }
        
        #mobile-nav-ul .nav-section-label {
            margin: .0 1.15em 0 .75em;
        }
        
        .mobile-nav-dropdown-btn {
            cursor: pointer;
        }
        
        .mobile-nav-dropdown-btn:hover {
            color: #0AA3CB;
        }
        
        .mobile-nav-search-btn {
            position: absolute;
            top: .25em;
            right: .75em;
        }

/* GRID/LISTING STYLES */

/*
.title-nav-container {
    overflow: auto;
}
*/

.title-nav-container {
    margin-top: 2em;
}
.scene-grid-item, .category-grid-item {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.category-grid-image-container {
    background-color: #000000;
}
.category-grid-image-container:hover img {
    opacity: .5;
}


.scene-grid-image-container, .category-grid-image-container {
    position: relative;
    overflow: hidden;
}

.scene-grid-image-container img, .category-grid-image-container img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scene-grid-image-container:hover img, .category-grid-image-container:hover img  {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.scene-grid-image-container .icon-play-circle, .scene-grid-image-container .icon-search, .scene-grid-image-container .icon-camera {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 3em;
    vertical-align: button;
    text-align: center;
    display: block;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, .4);
}

.scene-grid-image-container:hover .icon-play-circle, .scene-grid-image-container:hover .icon-search, .scene-grid-image-container:hover .icon-camera {
    color: #0AA3CB;
}

.category-grid-item .title-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,0);
    color: #ffffff;
    font-size: 1.35em;
}

.category-grid-item .title-overlay .category-link {
    font-family: 'LeagueSpartan', cursive;
    color: #ffffff;
    text-decoration: none;
}

.category-grid-item .title-overlay .category-link:hover,
.category-grid-item:hover .category-link {
    color: #0AA3CB;
}

.title-overlay {
    display: block;
    background-color: #102335;
    color: #ffffff;
    padding: .25em .25em;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .9em;
}

.title-overlay .scene-link, .model-name {
    color: #0AA3CB;
    font-family: 'LeagueSpartan', cursive;
    cursor: pointer;
}

.scene-grid-item:hover {}

.overlay-stars {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .9em;
}
.overlay-dates-time {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .825em;
}
.scene-photoset {
    border: 5px solid #ffffff;
    box-sizing: border-box;
}
.scene-container p {
    line-height: 1.5;
}

.photo-link {
    color: #0AA3CB !important;
    margin: .5em 0;
    text-align: center;
}

/* FAVORITES */

.favorite-overlay {
    position: absolute;
    top: 0;
    right: 0;
}
.favorite-overlay .icon-times, .unfavorite-overlay .icon-times {
    display: none;
}
.favorites .icon {
    color: #D4205D;
    text-shadow: 1px 1px 0px #000000;
    font-size: 1.5em !important;
}
.unfavorite-overlay {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    margin: .125em;
}

.unfavorite-overlay .fav_btn, .favorite-overlay .fav_btn {
    border: none;
    padding: 0 0;
    margin: 0 0;
    font-size: 1em;
    padding: .125em;
    background-color: transparent;
    color: #ffffff !important;
    opacity: .5;
}

.favorite-overlay .fav_btn:hover, .unfavorite-overlay .fav_btn:hover {
    opacity: 1;
}

.favorite-overlay .fav_btn:hover .icon-times, .unfavorite-overlay .fav_btn:hover .icon-times, .favorite-overlay .fav_btn:hover .icon-times, .favorite-overlay .fav_btn:hover .icon-heart-add.icon-heart {
    display: block;
}
.favorite-overlay .fav_btn:hover .icon-heart, .unfavorite-overlay .fav_btn:hover .icon-heart, .favorite-overlay .fav_btn .icon-heart-add.icon-heart, .favorite-overlay .fav_btn:hover .icon-heart-add.icon-heart-o, .favorite-overlay .fav_btn .icon-times {
    display: none;
}
.favorites {
    position: relative;
}

.btn {
    background-color: #0AA3CB;
    font-size: 1.5em;
    padding: 1em;
    font-weight: normal;
    text-decoration: none;
    margin: 1em auto 2em auto;
    display: block;
    text-align: center;
    width: 20%;
    color: #ffffff;
    min-width: 280px;
    cursor: pointer;
}
.btn-sm {
    font-size: 1em;
    margin: .5em auto;
    border: none;
    font-family: 'LeagueSpartan', cursive;
}
.btn-view-more,
.btn-join-now {
    background-color: /*#f3ac12*/ #798121;
    font-family: 'LeagueSpartan', cursive;
}
.fav_btn {
    color: #e5e5e5 !important;
    font-size: .9em;
    height: 2em;
    width: 2em;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
}

.fav_btn .icon {
    font-size: 1em;
}

.favicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* SCENE SLIDER STYLES */

.scene-slide {
    background-size: cover;
    background-position: center middle;
}

.scene-title-condensed {
    font-size: 1.25em;
}


/* JW PLAYER - 100% !IMPORTANT TO COVER FULL BACKGROUND*/

.scene-slide .jwplayer {
    width: 100% !important;
    height: 100% !important;
}

.grid .jw-media {}

.grid .jwplayer {
    width: 100% !important;
    height: auto;
}

.grid .jwplayer video {
    object-fit: contain;
    object-position: center top;
}


/* LIST FILTERS */
.show-filter {
    width: 140px;
    display: inline-block;
    padding: .5em;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: #454545;
    font-size: .85em;
    font-weight: bold;
}
.show-filter * {
    vertical-align: middle;
}
.show-filters, .hide-filters {
    display: inline-block;
    text-align: center;
}
.show-filters i, .hide-filters i {
    display: inline-block;
    width: 1.5em;
    margin-right: .5em;
}

.sort-container {
    background-color: #f4f4f4;
}
.filter-container label {
    font-family: 'Roboto', sans-serif;
    color: #898989;
    font-size: .85em;
    font-weight: bold;
}
.filter-container select {
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    padding: .25em;
    font-family: 'Roboto', sans-serif;
}
.category-select-container {
    margin: 0 0;
}
.filter-container select {
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.category-select-container {
    display: block;
}
.filter-wrap {
    margin: .5em;
}
    .nav-icon-container {
        display: inline-block;
        height: 1.5em;
        width: 1.5em;
        border-radius: 50%;
        position: relative;
        vertical-align: middle;
        margin: 0 .125em;
    }
    .nav-icon-container a, .go-to-btn {
        background-color: #ababab;
        display: inline-block;
        height: 1.5em;
        width: 1.5em;
        border-radius: 50%;
        color: #ffffff;
    }
    .nav-icon-container a:hover, .go-to-btn:hover {
        background-color: #0AA3CB;
    }
    .nav-icon-container .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .nav-page-container {
        display: inline-block;
        height: 1.5em;
        margin: 0 .125em;
    }
    .nav-icon-container {
        color: #ffffff;
    }
    .nav-go-to-container {
        text-align: right;
    }
    .goto-input-container {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        box-sizing: border-box;
    }
    .goto-input-container input[type="number"] {
        height: 1.75em;
        width: 1.75em;
        border-radius: 50%;
        text-align: center;
        font-size: .85em;
        border-color: #cdcdcd;
        box-sizing: border-box;
        
    }
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
        -webkit-appearance: none; 
        margin: 0; 
    }
    .pagination-container {
        padding: .25em;
        background-color: #ededed;
    }


/* LATEST MOVIES */

.grid {
    padding: 0 .5em;
}

#latest-updated-scenes, #latest-photos {
    background-color: #cfcfcf;
}

.section-latest-movies .grid {
    background-color: #dfdfdf;
}

$('#jw-embedder-playlist-player>div').css('background-color',
'rgb(255, 255, 255)');

/* MOVIES PAGE */

.dvd_block a {
    text-decoration: none;
}

.dvd_select {
    display: inline-block;
}

.box-cover-image,
.grid-image,
.model-image {
    width: 100%;
    display: block !important;
    box-sizing: border-box;
}

.header-image {
    width: 100%;
    height: auto;
}

.movie-description-container {
    color: #484848;
    margin-left: 0;
}

.movie-description-container p {
    margin-right: 1em;
}

.movie-description,
.movie-detail-container {
    line-height: 1.5;
}

.movie-detail-container {
    border-left: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.movie-detail-container p {
    margin: 1em;
}

.content_wrapper p a.buy_btn {
    color: #ffffff !important;
    font-size: .9em;
    padding: .375em 1em;
    border-radius: 5px;
    background-color: #004a8c;
}

.favtxt {}

.text-align-center {
    text-align: center;
}

.scene-detail {
    color: #484848;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #dedede;
}

.scene-detail:first-of-type {
    margin-top: 0;
}

.scene-detail:last-of-type {
    border-bottom: none;
}

.scene-detail strong {
    font-weight: 600;
}

.scene-detail p,
.movie-details p {
    margin: .75em 0;
}

.movie-detail-container p,
.movie-description p {
    margin: 1em;
}

.movie-detail-container p:first-of-type,
.movie-description p:first-of-type {
    margin-top: 0;
}

.scene-detail h2 {
    font-size: 1.75em;
    margin-top: 0;
}

.scene-detail p.scene-detail-description {
    line-height: 1.5;
}


/* SCENE PAGE STYLES */

.scene-header {
    position: relative;
    overflow: hidden;
}

.scene-header img,
.scene-header video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scene-video-container {
    width: 100% !important;
    height: 100% !important;
}

.scene-slide img {
    width: 100%;
    height: auto;
}

.scene-title-overlay {
    /*background-color: rgba(0,0,0,.55);*/
    height: 80vh;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.scene-title-overlay h1 {
    color: #ffffff;
}
.scene-header .scene-title-overlay {
    height: auto !important;
}

.scene-title-overlay a {
    color: inherit;
    text-decoration: inherit;
}

.scene-title-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+85 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 85%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 85%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 85%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.scene-title-container {
    width: 75%;
    ;
    margin: 0 auto 2.5em auto;
    color: #ffffff;
}

.scene-title-overlay .scene-header-title {
    font-size: 2.5em;
    font-weight: normal;
    margin-bottom: 0;
}

.scene-page-detail,
.movie-page-detail,
.model-page-detail, .custom-page-content {
    max-width: 75%;
    margin: 0 auto;
    font-size: 1.25em;
}
.model-page-detail ul li {
    list-style-type: none;
}
.scene-page-detail strong {
    color: #787878;
}

.scene-page-detail p {
    line-height: 1.6em;
}

.additional-scenes-wrap {
    background-color: #cfcfcf;
}


/* FOOTER STYLES */

.footer {
font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    background-color: #232323;
    padding: .5em 0;
}
.footer a {
    color: inherit !important;
}
.footer a:hover {
    color: #0AA3CB !important;
}

/* SLIDER STYLES */

.owl-wrapper-outer .slide-nav {
    font-size: 4em;
    position: absolute;
    display: block;
    text-align: center;
    width: auto;
    color: #ffffff;
    cursor: pointer;
    text-shadow: 0px 0px 5px #333333;
}

.owl-wrapper-outer .slide-nav:hover {
    color: #0AA3CB;
}

.owl-wrapper-outer .slide-nav-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.owl-wrapper-outer .slide-nav-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.owl-theme .owl-controls .owl-page span {
    border-radius: 0px !important;
    margin: 3px 3px !important;
    height: 15px !important;
    width: 15px !important;
}
.owl-theme .owl-controls .owl-page span:hover, .owl-theme .owl-controls .owl-page.active span {
    background-color: #0AA3CB !important;
}
#subnav_carousel .owl-wrapper-outer .slide-nav {
    font-size: 1em;
}
#movie_carousel .item {
    padding: 0 2%;
}
#model_carousel .exclusive-overlay, .model-grid .exclusive-overlay {
    position: absolute;
    top: 50%;
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin: .5em 0;
    text-shadow: 0px 1px 2px rgba(0,0,0,.25);
}
#model_carousel a.model-link,  a.model-link {
    position: relative;
    display: block;
    font-family: 'LeagueSpartan', cursive;
    text-decoration: none;
    text-align: center;
}
#model_carousel .model-grid-image {
    margin-bottom: 0 !important;
}

#model_carousel a.model-link {
    position: relative;
    display: block;
}
#model_carousel .model-name{
    margin: 1em auto;
    
}
.model-image-container {
    position: relative;
}
.exclusive-tag {
    height: .95em;
    width: auto;
    display: inline-block;
    margin-bottom: -1px;
}

.exclusive-overlay {
    text-align: left;
    font-family: 'LeagueSpartan', cursive;
    margin: 1em 0;
}

/* MODELS PAGE */

.model-header {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.model-header {
    background-size: cover;
}

.model-header img,
.model-header video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.model-title-overlay {
    /*background-color: rgba(0,0,0,.55);*/
    height: 80vh;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.model-title-overlay a {
    color: inherit;
    text-decoration: inherit;
}

.model-title-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+85 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 85%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 85%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 85%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.model-title-container {
    width: 75%;
    ;
    margin: 0 auto;
    color: #ffffff;
}

.model-title-overlay .model-header-title {
    font-size: 2.5em;
    font-weight: normal;
    margin-bottom: 0;
}

.model-info-container h1 {
    margin-top: 0;
    margin-bottom: .375em;
}

.model-info-list li {
    line-height: 2;
}


/* AD STYLES */

.advertisement-spot img {
    width: 100%;
}
#most-awarded {
    width: 98%;
    margin: 1em auto;
    text-align: center;
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#most-awarded h1 {
    color: #ffffff;
}
#most-awarded .join-now-btn {
    border: none;
    margin: 1em 0;
    padding: .5em 1em;
    font-size: 2.5em;
    font-family: 'LeagueSpartan', cursive;
}
.selling-points {
    display: inline-block;
    margin: .75em .75em;
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: .5em;
    color: #0AA3CB;
    font-family: 'LeagueSpartan', cursive;
}

/* Twitter Styles */
.twitter-container {
    position: fixed;
    top: 3em;
    right: .5em;
    font-size: 1.125em;
    vertical-align: middle;
    text-shadow: 1px 1px 0px rgba(0,0,0,.4);
    font-weight: bold;
    opacity: .65;
    z-index: 993;
}
.twitter-container:hover {
    opacity: 1;    
}
.twitter-container i {
    font-size: 1.75em;
    vertical-align: text-top;
}
.twitter-container a {
    text-decoration: none;
    color: #0AA3CB;
}
.twitter-container .twitter-follow-text{
    color: #ffffff;
}
.twitter-container a:hover .twitter-follow-text {
    display: inline;
}
/* PREFOOTER STYLES */
.prefooter-body-wrap {
font-family: 'Roboto Condensed', sans-serif;
}
.prefoot-model {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 993;
}

.prefooter-body-wrap {
    color: #ffffff;
    background-color: #102335;
}

.prefooter-container-body {
    position: relative;
}

.prefooter-body-wrap h2 {
    color: #0AA3CB;
    position: relative;
    z-index: 994;
}

.prefooter-body-wrap h3 {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: .5em;
    color: #0AA3CB;
    position: relative;
    z-index: 994;
}

.prefooter-body-wrap h4 {
    color: #ababab;
    position: relative;
    z-index: 994;
}
.prefooter-body-wrap p {
    position: relative;
    z-index: 994;
}
.footer_c1r_icon {
    height: 1em;
    width: auto;
    display: inline-block;
}

.prefooter-body-wrap p,
.prefoot-benefits-list {
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 300;
    position: relative;
    z-index: 998;
}

.prefoot-benefits-list li {
    margin-left: 0;
    list-style-type: none !important;
    vertical-align: top;
    line-height: normal;
    margin-bottom: 0;
    width: 45%;
    display: inline-block;
    line-height: 1.6;
}

.prefooter-container-body .icon-ok {
    color: #004a8c;
}

.prefoot-about .join_btn {
    vertical-align: middle;
    text-align: center;
    font-size: 1.5em;
}

.prefoot-icons {
    display: inline-block;
    height: 3em;
    width: auto;
    vertical-align: middle;
    text-align: center;
}


/* FOOTER STYLES */

.sm-footer {
    color: #AAAAAA;
    width: 100%;
    text-align: center;
    font-size: .8em;
    padding-top: .5em;
    line-height: 1.5;
}

.sm-footer a {
    color: inherit;
    text-decoration: none;
}

.sm-footer a:hover {
    color: #454545;
}

.scene-image-container a,
.box-cover a,
.dvd-link,
.scene-link {
    text-decoration: none;
    color: inherit;
    position: relative;
    display: block;
    font-family: 'LeagueSpartan', cursive;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dvd-link img {
    width: 100%;
    display: block;
}

.jw-controls {
    z-index: 998;
}

.scene-image-container a .play-btn,
.box-cover a .play-btn,
.dvd-link .play-btn,
.scene-link .play-btn,
.scene-slide .play-btn,
.pause-btn,
.play-btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: #ffffff;
    opacity: .5;
    cursor: pointer;
    display: block;
    width: auto;
    text-align: center;
}

.scene-slide .pause-btn,
.scene-grid-image-container .pause-btn {
    display: none;
    opacity: 0;
}

.scene-slide:hover .pause-btn,
.scene-grid-image-container:hover .pause-btn {
    display: block;
    opacity: .5;
}

.scene-slide:hover .pause-btn:hover,
.scene-grid-image-container:hover .pause-btn:hover {
    opacity: 1;
}

.scene-link:hover .pause-btn {
    display: block;
}

.pause-btn {
    display: none;
}

.pause-btn:hover {
    opacity: 1;
    color: #0AA3CB;
}

.scene-image-container a:hover .play-btn,
.box-cover a:hover .play-btn,
.dvd-link:hover .play-btn,
.scene-link:hover .play-btn,
.scene-slide:hover .play-btn {
    display: block;
    opacity: 1;
    color: #0AA3CB;
}

.gamelink-footer-logo {
    display: block;
    margin: .25em auto;
}

.mobiledropdown {
    display: none;
}


/* Rating Stars and Text CSS */

.rating-container {
    margin: .5em 0;
}

.rating_box {
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}

.rating_unrated, .rating_empty, .rating-half {
    color: #cdcdcd;
}

.rating_unrated:hover, .rating_empty:hover, .rating_voteable.rating_voted  {
    color: #f3ac12;
}

.rating_voteable {
    vertical-align: top;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0px;
    background-size: 100%;
    cursor: pointer;
}
.rating_voteable:hover {
    color: #f3ac12;
}
.rating_nonvoteable {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0px;
    background-size: 100%;
    color: #f3ac12;
}

.rating_text {
    font-size: 12px;
    display: inline;
    color: #2d2d2d;
    vertical-align: top;
}

.avg_rating {
    font-size: 12px;
}

/* Comment System */
.comments-container, .add-comment-container {
    width: 75%;
    margin: 1em auto;
}
.add-comment-container {
    margin: 1em auto;
    background-color: #dedfde;
}
.add-comment-container input[type='text'], textarea {
    width: 100%;
    padding: .5em;
    font-family: 'Roboto Condensed', sans-serif;
    box-sizing: border-box;
    border: none;
    font-size: 1em;
}
.add-comment-container h4 {
    margin: .5em 0;
}
.add-comment-container input[type='submit'] {
    
}
.comments_box, .comments_box_admin {
    border-bottom: 1px solid #dedede;
    padding: 2em 1em;
    display: block;
}
.comment_name {
    font-family: 'LeagueSpartan', cursive;
    font-weight: bold;
    margin-bottom: 1em;
    display: inline-block;
}
.comment_date {
    display: inline-block;
    margin-bottom: 1em;
}

/* Customer Support Form Styles  */
.email-support-container label {
    display: block;
    padding: .5em 0;
}
.email-support-container input[type='text'], .email-support-container textarea, .email-support-container select {
    width: 100%;
    padding: .5em;
    font-family: 'Roboto Condensed', sans-serif;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    font-size: 1em;
}
.phone-support-container {
    text-align: center;
}

/* FAQS */
.question {
    font-weight: bold;
    font-family: 'LeagueSpartan', cursive;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .span_2_of_12 .title-overlay {
        font-size: .8em;
    }
    .span_2_of_12 .overlay-stars {
        display: none;
    }
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
    .top_nav_logo {
        margin: .75em;
        height: 2.5em;
        width: auto;
    }
    a.join_btn {
        margin: .75em;
        padding: .25em .5em;
        font-size: 1.25em;
    }
    .members_btn,
    .signout_btn {
        padding: .25em .5em;
        margin: .75em;
        font-size: 1.25em;
    }
    .span_3_of_12 .overlay-stars {}
    .span_3_of_12 .title-overlay {
        font-size: .8em;
    }
}

@media screen and (min-width: 800px) and (max-width: 959px) {
    .prefoot-about,
    .prefoot-benefits-list li {
        font-size: .9em !important;
    }
}


@media screen and (min-width: 800px) and (max-width: 1280px) {
    .prefoot-about {
        width: 85% !important;
    }
    .prefoot-list {
        width: 85% !important;
        margin-left: 0 !important;
    }
    .prefoot-benefits-list li {
        width: 45% !important;
        display: inline-block !important;
    }
    .top_menu button {
        padding: .5em 1.75em;
    }
}

@media screen and (min-width: 1280px) {
    .top_menu button {
        padding: .5em 2.5em;
    }
}


@media screen and (min-width: 600px) and (max-width: 1000px) {
    .prefoot-about,
    .prefoot-benefits-list li {
        font-size: .9em !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 799px) {
    .top_navbar_container a.join_btn {
        margin: .5em;
        padding: .25em .5em;
        font-size: 1em;
    }
    .prefoot-about,
    .prefoot-benefits-list li {
        font-size: .75em !important;
    }
    .btn-become-titan-man {
        display: block;
        font-size: 1em;
        text-align: center;
    }
    .prefoot-about,
    .prefoot-list {
        width: 49.6% !important;
    }
    .prefoot-benefits-list,
    .prefoot-list h3 {
        margin-left: 1em !important;
        font-size: 24px !important;
    }
    .prefoot-about h3 {
        font-size: 24px !important;
    }
    .prefoot-model {
        display: none !important;
    }
    .prefooter-container-body .span_10_of_12 {
        width: 100%;
    }
    .emptyspace {
        display: none !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 599px) {
    .prefoot-about,
    .prefoot-list {
        width: 100% !important;
        margin-left: 0;
    }
    .prefoot-benefits-list,
    .prefoot-list h3 {
        margin-left: 0 !important;
    }
    .movie-scene-container .span_3_of_12 {
        width: 49.75%;
    }
    .movie-scene-container .span_3_of_12:nth-of-type(2n+1) {
        margin-left: 0 !important;
    }
}

.item img {
    display: block;
    width: 100%;
}


/*  SECTIONS  */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: .5em 0 .5em .5%;
}

.col:first-child {
    margin-left: 0;
}


/*  GROUPING  */

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

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

.grid .span_4_of_12:nth-of-type(3n+1) {
    margin-left: 0;
}


/*  GRID OF TWELVE  */

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.62%;
}

.span_10_of_12 {
    width: 83.25%;
}

.span_9_of_12 {
    width: 74.87%;
}

.span_8_of_12 {
    width: 66.5%;
}

.span_7_of_12 {
    width: 58.12%;
}

.span_6_of_12 {
    width: 49.75%;
}

.span_5_of_12 {
    width: 41.37%;
}

.span_4_of_12 {
    width: 33%;
}

.span_3_of_12 {
    width: 24.62%;
}

.span_2_of_12 {
    width: 16.25%;
}

.span_1_of_12 {
    width: 7.875%;
}


/*  GRID OF FIVE  */

.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.9%;
}

.span_3_of_5 {
    width: 59.8%;
}

.span_2_of_5 {
    width: 39.7%;
}

.span_1_of_5 {
    width: 19.6%;
}

.clear {
    display: block;
    clear: both;
}

.col img {
    display: block;
    width: 100%;
    height: auto;
}

.grid .span_6_of_12:nth-of-type(2n+1) {
    margin-left: 0;
}

.grid .span_4_of_12:nth-of-type(3n+1) {
    margin-left: 0;
}

.grid .span_3_of_12:nth-of-type(4n+1) {
    margin-left: 0;
}

.grid .span_1_of_4:nth-of-type(4n+1) {
    margin-left: 0;
}

.grid .span_1_of_5:nth-of-type(5n+1) {
    margin-left: 0;
}

.grid .span_2_of_12:nth-of-type(6n+1) {
    margin-left: 0;
}


/*  COLUMN SETUP  */

.grid .col img {
    width: 100%;
}

.model-grid .col,
div.scene-detail .col {
    display: block;
    float: left;
    margin: 1% 0 1% 6.4%;
    box-sizing: border-box;
}

.scene-image {
    width: 100%;
    height: auto;
}

.model-grid .col:first-child {
    margin-left: 0;
}


/*  GRID OF FOUR  */

.model-grid .span_4_of_4,
div.scene-detail .span_4_of_4 {
    width: 100%;
}

.model-grid .span_3_of_4,
div.scene-detail .span_3_of_4 {
    width: 73.4%;
}

.model-grid .span_2_of_4,
div.scene-detail .span_2_of_4 {
    width: 46.8%;
}

.model-grid .span_1_of_4,
div.scene-detail .span_1_of_4 {
    width: 20.2%;
}

.model-grid .span_2_of_12 {
    width: 16.25%;
    margin: 1% 0 1% .5%;
}

div.scene-detail .col:first-child {
    margin-left: 0;
}

.model-grid-link {
    text-align: center;
}

.model-grid-link a {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.model-grid-image {
    display: block;
    margin-bottom: 1em;
}

.everslider .es-slides > li {
    min-height: 300px;
    border: 1px solid #cdcdcd;
}

.es-pagination {
    color: #cdcdcd;
}

div.movie-page-detail .col,
div.scene-page-detail .col {
    display: block;
    float: left;
    margin: 1% 0 1% 3.2%;
}

div.movie-page-detail .col:first-child,
div.scene-page-detail .col:first-child {
    margin-left: 0;
}

div.movie-info-container .movie-description-container {
    margin-left: 0;
}


/*  GRID OF TWELVE  */

div.movie-page-detail .span_12_of_12,
div.scene-page-detail .span_12_of_12 {
    width: 100%;
}

div.movie-page-detail .span_11_of_12,
div.scene-page-detail .span_11_of_12 {
    width: 91.4%;
}

div.movie-page-detail .span_10_of_12,
div.scene-page-detail .span_10_of_12 {
    width: 82.8%;
}

div.movie-page-detail .span_9_of_12,
div.scene-page-detail .span_9_of_12 {
    width: 74.2%;
}

div.movie-page-detail .span_8_of_12,
div.scene-page-detail .span_8_of_12 {
    width: 65.6%;
}

div.movie-page-detail .span_7_of_12,
div.scene-page-detail .span_7_of_12 {
    width: 57%;
}

div.movie-page-detail .span_6_of_12,
div.scene-page-detail .span_6_of_12 {
    width: 48.4%;
}

div.movie-page-detail .span_5_of_12,
div.scene-page-detail .span_5_of_12 {
    width: 39.8%;
}

div.movie-page-detail .span_4_of_12,
div.scene-page-detail .span_4_of_12 {
    width: 31.2%;
}

div.movie-page-detail .span_3_of_12,
div.scene-page-detail .span_3_of_12 {
    width: 22.6%;
}

. div.movie-page-detail .span_2_of_12,
div.scene-page-detail .span_2_of_12 {
    width: 14%;
}

div.movie-page-detail .span_1_of_12,
div.scene-page-detail .span_1_of_12 {
    width: 5.4%;
}

.prefoot-icon {
    height: 1.5em;
    width: auto;
    vertical-align: middle;
}

.cta-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #142B42;
    opacity: .9;
}
.cta-container {
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cta-container a {
    color: #ffffff;
    font-size: 1.5em;
    text-decoration: none;
}
.cta-overlay:nth-of-type(2n) {
    background-color: #275681;
}
.cta-overlay:nth-of-type(3n) {
    background-color: #4E6881;
}
.cta-overlay:nth-of-type(4n) {
    background-color: #43E88CE;
}
