
/* style.css */



body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    background-color: #0f0f0f;
    line-height: 100%
	overflow-x: hidden;
}

div {
    margin: 0;
    padding: 0
}

form {
    margin: 0;
    padding: 0
}

img {
    display: block;
    border: 0
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #7c7c7c
}

a:hover img {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.clear {
    clear: both
}

/*		Clearing the div floats			*/
.clear_float:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear_float { display: inline-table; }

/* Hides from IE-mac \*/
* html .clear_float { height: 1%; }
.clear_float { display: block; }
/* End hide frm IE-mac */

.nowrap {
    white-space: nowrap
}

.wrapper.nopadding {
    padding-top: 0
}

.wrapper_inner {
    display: block;
    padding: 0 40px
}

.page_body {
    width: 996px;
    margin: auto;
    text-align: left
}

.content_wrapper {
    width: 980px;
    margin: auto
}

.table {
    display: table;
    text-align: left
}

.row {
    display: table-row;
    text-align: left
}

.cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-bottom: 6px;
    padding-right: 6px;
    font-weight: 400
}

.cell_top {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding-bottom: 6px;
    padding-right: 6px;
    font-weight: 400
}

.cell_content {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-weight: 400
}

.100% {
    width: 100%
}

.right {
    float: right
}

.red {
    color: red
}

.big_heading {
    font-size: 20px
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.footer {
    display: block;
    margin: auto;
    width: 994px;
    border: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: gray
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: gray
}

.subfooter {
    font-weight: 400;
    font-size: 10px;
    color: #fff
}

.footer .footer_links .facebook_link,
.footer .footer_links .twitter_link,
.footer .footer_links>a {
    padding: 5px 8px
}

.footer .footer_links>span {
    display: none
}

.footer.fullwidth {
    width: 100%
}

.live_show_wrapper a {
    color: #000
}

h1, h2, h3 {
    color: #252943;
}

.headerLink { position: relative; }
.headerLink .title { display: flex; position: absolute; bottom: 10px; left: 10px; justify-content: center; align-items: center; font-size: 30px; }
.headerLink .name_wrapper { padding-left: 10px; display: flex; flex-direction: column; }
.headerLink .name_wrapper .name { line-height: 30px; }
.headerLink .name_wrapper .models { line-height: 16px; font-size: 14px; }
.headerLink .name_wrapper .models .model { color: #ccc !important; }
.headerLink .name_wrapper .models .model:after { content: ', '; }
.headerLink .name_wrapper .models .model:last-child:after  { content: ''; }

.members_live_show_header_overlay {
    left: 675px;
    top: 15px;
    position: absolute;
    width: 300px;
    height: 115px;
    border: 3px solid silver;
    background-color: #eeeded;
    font-weight: 700
}

.members_live_show_header_overlay_wrapper {
    padding-top: 5px;
    white-space: nowrap
}

.live_show_ticker_wrapper {
    text-align: center;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 95%;
    vertical-align: middle
}

.live_show_ticker_wrapper_table {
    border: 2px solid silver;
    background-color: #4d4d4d;
    margin: auto;
    padding: 5px;
    font-size: 18px
}

.live_show_ticker_data {
    border: 1px solid #3d3d3d;
    padding: 7px 8px 6px;
    background-color: #919090;
    font-weight: 700
}

.live_show_ticker_spacer {
    padding: 2px;
    font-weight: 700;
    color: silver
}

.cam_page_live_show {
    line-height: 22px
}

.cam_page_ticker {
    width: 350px;
    margin-top: 10px;
    margin-bottom: 10px
}

.cam_page_live_show_ticker_data {
    border: 1px solid #3d3d3d;
    padding: 12px;
    background-color: #919090;
    font-size: 30px;
    font-weight: 700;
    text-align: center
}

.cam_page_ticker_spacer {
    padding: 2px;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    text-align: center
}

.cam_page_show_embed {
    text-align: center
}

.hide_if_live {
    display: none
}

.show_if_live {
    display: none
}

.page_numbers {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    float: right;
    margin: 0;
    margin-bottom: 5px
}

.page_numbers a {
    margin: 0;
    color: #fff;
    text-decoration: none
}
 .selection_group { width: 1280px; margin-left: auto; margin-right: auto;}
.page_numbers a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.page_totals {
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
    display: inline;
    text-align: center;
    vertical-align: middle
}

.global_pagination {
    float: right;
    clear: both;
    text-align: right
}

.global_pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #b1b1b1;
    border-radius: 5px;
    background: url(images/top_menu.png) repeat-x center top
}

.global_pagination ul li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    border-right: 1px solid #ccc
}

.global_pagination ul li:last-child {
    border-right: 0
}

.global_pagination ul li.pagination_totals {
    padding: 7px 10px
}

.global_pagination ul li a {
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    color: #000
}

.global_pagination ul li a:hover,
.global_pagination ul li.active a {
    color: #ff2121;
    background: rgba(0, 0, 0, .1)
}

@media screen and (max-width:767px) {
    .global_pagination {
        float: left;
        width: 100%;
        text-align: center
    }
    .global_pagination ul li.hide_mobile {
        display: none
    }
}

@media only screen and (max-width:479px) {
    .global_pagination {
        font-size: 13px
    }
}

.global_pagination ul li:first-child a:hover,
.global_pagination ul li:first-child.active a {
    border-radius: 5px 0 0 5px
}

.global_pagination ul li:last-child a:hover,
.global_pagination ul li:last-child.active a {
    border-radius: 0 5px 5px 0
}

.number_item {
    width: 30px;
    height: 24px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b3b2b2;
    border: 2px outset gray;
    background-image: url(/trial/images/number.png);
    line-height: 25px
}

.number_current {
    width: 30px;
    height: 24px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b3b2b2;
    border: 2px outset gray;
    color: #fff;
    background-image: url(/trial/images/current.png);
    line-height: 25px
}

.number {
    display: inline;
    text-align: center;
    vertical-align: middle;
    border: 1px;
    border: 2px outset gray;
    background-image: url(/trial/images/number.png);
    padding: 4px 8px
}

.elx_az_links {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    text-align: center
}

.A-Z_links {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-align: center;
}

.A-Z_links a {
    display: inline;
    margin: 0;
    color: #272727;
    text-decoration: none
}

.A-Z_links a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.A-Z_links span {
    width: 25px;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b3b2b2;
    border: 1px outset silver
}

.letter_male {
    text-shadow: 0 0 1px rgba(0, 0, 0, 1)
}

.letter_female {
    text-shadow: 0 0 1px rgba(0, 0, 0, 1)
}

.letter_trans {
    text-shadow: 0 0 1px rgba(0, 0, 0, .04)
}

.letter_nocontent {
    background-image: url(/trial/images/letter.png);
    opacity: .4;
    pointer-events: none
}

.letter {
    background-image: url(/trial/images/letter.png)
}

.letter_current {
    background-image: url(/trial/images/current.png);
    color: #fff
}

.title_bar {
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 965px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.title_barmini {
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.home-page .title_bar {
    margin-left: 0;
	text-align: left;
	font-size: 25px;
	text-transform: uppercase;
}

.home-page .polls_block .title_bar {
    margin-left: 0;
	text-align: left;
}

.title_bar a {
    color: #fff
}

.title_bar a:hover {
    color: gray
}

.title_bar_hilite {
    color: #ff2121
}

.title_bar_right {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 210px;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.title_bar_model_updates {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.title_bar_dvd {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.title_bar_tags {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.title_bar_footer {
    margin: auto;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 210px;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.title_bar_block {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.title_bar_block.your-purchases {
    margin-top: 20px
}

.title_bar_block .see_more_button {
    float: none;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: auto;
    line-height: 33px
}

.title_bar_block .title_bar {
	text-transform: uppercase;
    vertical-align: top;
    margin-top: 0;
    line-height: 33px;
	text-align: left;
	font-size: 25px;
	padding-left: 10px; 
	margin-bottom: 5px;
}

.sort_options {
    width: auto;
    overflow: hidden;
    display: block;
    line-height: 36px;
    text-align: right;
    float: right;
    margin-top: 15px
}

.home-page .sort_options {
    margin-right: 42px
}

.home-page .left_column.left_column_full_width .sort_options {
    margin-right: 35px
}

.sort_options a {
    margin-left: 10px;
    color: #272727;
    text-decoration: none
}

.sort_options a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.sort_link {
    line-height: 26px;
    display: inline;
    text-align: center
}

.sort_link_current {
    line-height: 26px;
    display: inline;
    text-align: center;
    color: gray
}

.sort_link_current a {
    line-height: 26px;
    display: inline;
    text-align: center;
    color: gray
}

.sort_options.dvd_select {
    margin-right: 10px
}

.sort_options {
    margin-top: 0;
    line-height: 125%;
    margin-top: 10px;
    margin-bottom: 10px
}

.sort_options select {
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff
}

.custom_pages_content {
    padding-top: 10px
}

.custom_pages_content p {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 125%
}

.blog_details {
    margin-bottom: 5px;
    padding: 10px;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
    background-image: url(/trial/images/blog_details.png)
}

.blog_details a {
    color: #ff2121
}

.blog_details a:hover {
    color: gray
}

.blog_date {
    font-size: 14px;
    font-weight: 400
}

.blog_tags {
    font-weight: 400
}

.blog_entry {
    text-align: left;
    padding: 8px;
    line-height: 125%
}

.update_details {
    margin-bottom: 5px;
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 5px
}

.update_details a {
    color: #ff2121
}

.update_details a:hover {
    color: gray
}
.update_details .thumbsup { max-height: 15px; display: inline-block; }

.update_imgs {
    padding: 5px;
    margin-bottom: 5px;
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    background-color: #222
}

.category_listing_block {
    margin-top: 5px;
    overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 10px;
	margin-left: 8px;
}

.details .column2 div { display: inline-block; }
.details .column2 div.spec { display: flex; margin-top: 5px; }

.category_listing_block.isTour .category_listing_wrapper_updates .update_title { width: 100%; } 
.category_listing_block .category_listing_wrapper_updates .details .row { display: flex; justify-content: space-between; align-items: center; }
.category_listing_block .category_listing_wrapper_updates .details .column1 { width: calc( 100% - 100px ); }
.category_listing_block .category_listing_wrapper_updates .details .column1 .icon { width: 25px !important; height: 25px !important; display: inline-block !important; }
.category_listing_block .category_listing_wrapper_updates .details .column2 { text-align: right; display: flex; justify-content: space-between; align-items: center; text-align: right; white-space: nowrap; }
.category_listing_block.isTour .category_listing_wrapper_updates .details .column1 { width: auto; }
.category_listing_block.isTour .category_listing_wrapper_updates .details .column1 .icon { width: 25px !important; height: 25px !important; }
.category_listing_block.isTour .category_listing_wrapper_updates .details .column2 { text-align: right; display: flex; justify-content: start; align-items: center; text-align: right; }

.category_listing_block.isTour.content { flex-direction: column; }
.category_listing_block.isTour.content .category_listing_wrapper_updates { width: 100% !important; max-width: 1485px; display: flex; margin: auto; height: auto !important; }
.category_listing_block.isTour .category_listing_wrapper_updates .details { width: calc( 50% - 20px ); }
.category_listing_block.isTour .category_listing_wrapper_updates .screenshotWrapper { width: calc( 50% - 20px ); }
.category_listing_block.isTour .category_listing_wrapper_updates .update_details { display: flex; justify-content: space-between; }
.category_listing_block.isTour .category_listing_wrapper_updates .update_models { width: auto; }
.category_listing_block.isTour .category_listing_wrapper_updates .wrapper_title { display: flex; justify-content: space-between; width: 100%; }

.category_listing_wrapper_updates {
    width: 317px;
    font-size: 14px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 0;
    margin-bottom: 5px;
    vertical-align: top
}

.category_listing_wrapper_cats {
    width: 317px;
    font-size: 14px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 0;
    margin-bottom: 5px;
    vertical-align: top
}

.category_listing_wrapper_models {
    width: 185px;
    font-size: 14px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 18px
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    background-color: #0f0f0f;
    line-height: 100%
}

div {
    margin: 0;
    padding: 0
}

form {
    margin: 0;
    padding: 0
}

img {
    display: block;
    border: 0
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #7c7c7c
}

a:hover img {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.clear {
    clear: both
}

/*      Clearing the div floats         */
.clear_float:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear_float { display: inline-table; }

/* Hides from IE-mac \*/
* html .clear_float { height: 1%; }
.clear_float { display: block; }
/* End hide frm IE-mac */

.nowrap {
    white-space: nowrap
}

.wrapper.nopadding {
    padding-top: 0
}

.wrapper_inner {
    display: block;
    padding: 0 40px
}

.page_body {
    width: 1280px;
    margin: auto;
    text-align: left
}

.content_wrapper {
    width: 1280px;
    margin: auto
}

.table {
    display: table;
    text-align: left
}

.row {
    display: table-row;
    text-align: left
}

.cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-bottom: 6px;
    padding-right: 6px;
    font-weight: 400
}

.cell_top {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding-bottom: 6px;
    padding-right: 6px;
    font-weight: 400
}

.cell_content {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-weight: 400
}

.100% {
    width: 100%
}

.right {
    float: right
}

.red {
    color: red
}

.big_heading {
    font-size: 20px
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.footer {
    display: block;
    margin: auto;
    width: 994px;
    border: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    background-color: #0f0f0f;
    padding-top: 50px;
    padding-bottom: 50px
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: gray
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: gray
}

.subfooter {
    font-weight: 400;
    font-size: 10px;
    color: #fff
}

.footer .footer_links .facebook_link,
.footer .footer_links .twitter_link,
.footer .footer_links>a {
    padding: 5px 8px
}

.footer .footer_links>span {
    display: none
}

.footer.fullwidth {
    width: 100%
}

.live_show_wrapper a {
    color: #000
}

.members_live_show_header_overlay {
    left: 675px;
    top: 15px;
    position: absolute;
    width: 300px;
    height: 115px;
    border: 3px solid silver;
    background-color: #eeeded;
    font-weight: 700
}

.members_live_show_header_overlay_wrapper {
    padding-top: 5px;
    white-space: nowrap
}

.live_show_ticker_wrapper {
    text-align: center;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 95%;
    vertical-align: middle
}

.live_show_ticker_wrapper_table {
    border: 2px solid silver;
    background-color: #4d4d4d;
    margin: auto;
    padding: 5px;
    font-size: 18px
}

.live_show_ticker_data {
    border: 1px solid #3d3d3d;
    padding: 7px 8px 6px;
    background-color: #919090;
    font-weight: 700
}

.live_show_ticker_spacer {
    padding: 2px;
    font-weight: 700;
    color: silver
}

.cam_page_live_show {
    line-height: 22px
}

.cam_page_ticker {
    width: 350px;
    margin-top: 10px;
    margin-bottom: 10px
}

.cam_page_live_show_ticker_data {
    border: 1px solid #3d3d3d;
    padding: 12px;
    background-color: #919090;
    font-size: 30px;
    font-weight: 700;
    text-align: center
}

.cam_page_ticker_spacer {
    padding: 2px;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    text-align: center
}

.cam_page_show_embed {
    text-align: center
}

.hide_if_live {
    display: none
}

.show_if_live {
    display: none
}

.page_numbers {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    float: right;
    margin: 0;
    margin-bottom: 5px
}

.page_numbers a {
    margin: 0;
    color: #fff;
    text-decoration: none
}

.page_numbers a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.page_totals {
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
    display: inline;
    text-align: center;
    vertical-align: middle
}

.global_pagination {
    float: none;
    clear: both;
    text-align: center;
    margin-top:15px;
    margin-bottom:15px;
}

.global_pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #b1b1b1;
    border-radius: 5px;
    background: url(images/top_menu.png) repeat-x center top
}

.global_pagination ul li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    border-right: 1px solid #ccc
}

.global_pagination ul li:last-child {
    border-right: 0
}

.global_pagination ul li.pagination_totals {
    padding: 7px 10px
}

.global_pagination ul li a {
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    color: #000
}

.global_pagination ul li a:hover,
.global_pagination ul li.active a {
    color: #ff2121;
    background: rgba(0, 0, 0, .1)
}

@media screen and (max-width:767px) {
    .global_pagination {
        float: left;
        width: 100%;
        text-align: center
    }
    .global_pagination ul li.hide_mobile {
        display: none
    }
}

@media only screen and (max-width:479px) {
    .global_pagination {
        font-size: 13px
    }
}

.global_pagination ul li:first-child a:hover,
.global_pagination ul li:first-child.active a {
    border-radius: 5px 0 0 5px
}

.global_pagination ul li:last-child a:hover,
.global_pagination ul li:last-child.active a {
    border-radius: 0 5px 5px 0
}

.number_item {
    width: 30px;
    height: 24px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b3b2b2;
    border: 2px outset gray;
    background-image: url(/trial/images/number.png);
    line-height: 25px
}

.number_current {
    width: 30px;
    height: 24px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b3b2b2;
    border: 2px outset gray;
    color: #fff;
    background-image: url(/trial/images/current.png);
    line-height: 25px
}

.number {
    display: inline;
    text-align: center;
    vertical-align: middle;
    border: 1px;
    border: 2px outset gray;
    background-image: url(/trial/images/number.png);
    padding: 4px 8px
}

.elx_az_links {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    text-align: center
}

.A-Z_links {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-align: center;
}

.A-Z_links a {
    display: inline;
    margin: 0;
    color: #272727;
    text-decoration: none
}

.A-Z_links a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.A-Z_links span {
    width: 25px;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b3b2b2;
    border: 1px outset silver
}

.letter_male {
    text-shadow: 0 0 1px rgba(0, 0, 0, 1)
}

.letter_female {
    text-shadow: 0 0 1px rgba(0, 0, 0, 1)
}

.letter_trans {
    text-shadow: 0 0 1px rgba(0, 0, 0, .04)
}

.letter_nocontent {
    background-image: url(/trial/images/letter.png);
    opacity: .4;
    pointer-events: none
}

.letter {
    background-image: url(/trial/images/letter.png)
}

.letter_current {
    background-image: url(/trial/images/current.png);
    color: #fff
}

.title_bar {
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 1266px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.title_bar2 {
    border-radius: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 406px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.title_barmini {
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.home-page .title_bar {
    margin-left: 0
}

.home-page .polls_block .title_bar {
    margin-left: 0
}

.title_bar a {
    color: #fff
}

.title_bar a:hover {
    color: gray
}

.title_bar_hilite {
    color: #ff2121
}

.title_bar_right {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 210px;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.title_bar_model_updates {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.title_bar_dvd {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.title_bar_tags {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.title_bar_footer {
    margin: auto;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 210px;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-image: url(/trial/images/title_bar.png)
}

.title_bar_block {
    display: inline-block;
    width: 1275px;
    vertical-align: top
}

.title_bar_block.your-purchases {
    margin-top: 20px
}

.title_bar_block .see_more_button {
    float: none;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: auto;
    line-height: 33px
}

.title_bar_block .title_bar {
    vertical-align: top;
    margin-top: 0;
    line-height: 33px
}

.sort_options {
    width: auto;
    overflow: hidden;
    display: block;
    line-height: 36px;
    text-align: right;
    float: right;
    margin-top: 15px
}

.home-page .sort_options {
    margin-right: 42px
}

.home-page .left_column.left_column_full_width .sort_options {
    margin-right: 35px
}

.sort_options a {
    margin-left: 10px;
    color: #272727;
    text-decoration: none
}

.sort_options a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.sort_link {
    line-height: 26px;
    display: inline;
    text-align: center
}

.sort_link_current {
    line-height: 26px;
    display: inline;
    text-align: center;
    color: gray
}

.sort_link_current a {
    line-height: 26px;
    display: inline;
    text-align: center;
    color: gray
}

.sort_options.dvd_select {
    margin-right: 10px
}

.sort_options {
    margin-top: 0;
    line-height: 125%;
    margin-top: 10px;
    margin-bottom: 10px
}

.sort_options select {
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff
}

.custom_pages_content {
    padding-top: 10px
}

.custom_pages_content p {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 125%
}

.blog_details {
    margin-bottom: 5px;
    padding: 10px;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
    background-image: url(/trial/images/blog_details.png)
}

.blog_details a {
    color: #ff2121
}

.blog_details a:hover {
    color: gray
}

.blog_date {
    font-size: 14px;
    font-weight: 400
}

.blog_tags {
    font-weight: 400
}

.blog_entry {
    text-align: left;
    padding: 8px;
    line-height: 125%
}

.update_details {
    margin-bottom: 5px;
    line-height: 125%;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.update_details a {
    color: #ff2121
}

.update_details a:hover {
    color: gray
}

.update_imgs {
    padding: 5px;
    margin-bottom: 5px;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    background-color: #222
}

.category_listing_block {
    margin-top: 5px;
    overflow: hidden
}

.category_listing_wrapper_updates {
    width: 415px;
    font-size: 14px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 0;
    margin-bottom: 5px;
    vertical-align: top
}

.category_listing_wrapper_cats {
    width: 317px;
    font-size: 14px;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
    vertical-align: top
}

.category_listing_wrapper_models {
    width: 206px;
    font-size: 14px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 18px
}

.category_update_thumb {
    width: 234px;
    height: 176px
}

.category_model_thumb {
    width: 185px;
    height: 273px
}

.update_thumb {
    width: 420px;
    height: 290px;
}

.model_bio {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: top;
    line-height: 22px;
    color: #505050
}

.model_bio_thumb {
    width: 220px;
    height: auto;
    max-width: 220px
}

.model_bio_heading {
    font-weight: 700;
    line-height: 30px
}
.model_bio_heading h4 { 
	font-size: 2em; 
	text-transform: uppercase; 
	color: #fff;
    font-weight: 400;
	display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; 
}

.model_bio_page .model_picture {
    width: 220px
}

.twitter {
    text-align: left
}

.twitter_account {
    text-align: left;
    padding: 0;
    color: #2d2d2d;
    line-height: 24px
}

.twitter_account a {
    color: #ff2121;
    font-weight: 700
}

.twitter_description {
    display: block;
    text-align: left;
    padding: 6px;
    color: #2d2d2d;
    line-height: 22px
}

.tweet {
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 8px;
    padding-right: 0;
    font-size: 12px;
    color: #2d2d2d;
    line-height: 20px
}

.tweet a {
    color: #ff2121
}

.tweet a:hover {
    color: gray
}

.top_menu a.login { 
	background-color: #282828; 
}

.tweet_background {
    background: -webkit-linear-gradient(#fff, #dedede);
    background: -o-linear-gradient(#fff, #dedede);
    background: -moz-linear-gradient(#fff, #dedede);
    background: linear-gradient(#fff, #dedede)
}

.twitter_icon {
    margin: 8px;
    float: left;
    display: inline;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/trial/images/icons/twitter_icon.png)
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .twitter_icon {
        margin: 8px;
        float: left;
        display: inline;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/trial/images/icons/twitter_icon_retina.png)
    }
}

.facebook {
    text-align: left
}

.facebook_account {
    text-align: left;
    padding: 6px;
    color: #2d2d2d;
    line-height: 24px
}

.facebook_account a {
    color: #fff;
    font-weight: 700
}

.facebook_description {
    display: block;
    text-align: left;
    padding: 6px;
    color: #2d2d2d;
    line-height: 22px
}

.facebook_post {
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 8px;
    padding-right: 0;
    font-size: 12px;
    color: #2d2d2d;
    line-height: 20px
}

.facebook_post a {
    color: #ff2121
}

.facebook_post a:hover {
    color: gray
}

.facebook_post_background {
    background: -webkit-linear-gradient(#fff, #dedede);
    background: -o-linear-gradient(#fff, #dedede);
    background: -moz-linear-gradient(#fff, #dedede);
    background: linear-gradient(#fff, #dedede)
}

.facebook_icon {
    margin: 8px;
    float: left;
    display: inline;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/trial/images/icons/facebook_icon.png)
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .facebook_icon {
        margin: 8px;
        float: left;
        display: inline;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/trial/images/icons/facebook_icon_retina.png)
    }
}

.facebook_link {
    display: inline-block;
    line-height: 100%
}

.facebook_link .facebook_icon {
    float: none;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    line-height: 100%;
    width: 18px;
    height: 24px;
    margin-right: 4px
}

.facebook_link .facebook_account {
    display: inline-block;
    padding: 0;
    line-height: 100%
}

.twitter_link {
    display: inline-block;
    line-height: 100%
}

.twitter_link .twitter_account {
    color: #fff;
    line-height: 100%
}

.twitter_link .twitter_account a {
    color: #fff
}

.twitter_link .twitter_account a .twitter_icon {
    margin: 0;
    margin-right: 4px;
    width: 19px;
    height: 19px;
    margin-top: -3px
}

.twitter_link .twitter_account a:hover {
    color: gray
}

.rating_box {
    display: inline
}

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

.rating_nonvoteable {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    background-size: 100%
}

.rating_empty {
    background-image: url(/trial/images/icons/star-outline.png)
}

.rating_voted {
    background-image: url(/trial/images/icons/star.png)
}

.rating_half {
    background-image: url(/trial/images/icons/star-outline-half.png)
}

.rating_unrated {
    background-image: url(/trial/images/icons/star-unrated.png)
}

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

.avg_rating {
    font-size: 12px
}

.gallery_info .avg_rating {
    font-size: 14px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .rating_voteable {
        vertical-align: top;
        display: inline-block;
        width: 16px;
        height: 16px;
        padding: 0;
        background-size: 100%;
        cursor: pointer
    }
    .rating_nonvoteable {
        display: inline-block;
        width: 16px;
        height: 16px;
        padding: 0;
        background-size: 100%
    }
    .rating_empty {
        background-image: url(/trial/images/icons/star-outline_retina.png)
    }
    .rating_voted {
        background-image: url(/trial/images/icons/star_retina.png)
    }
    .rating_half {
        background-image: url(/trial/images/icons/star-outline-half_retina.png)
    }
    .rating_unrated {
        background-image: url(/trial/images/icons/star-unrated_retina.png)
    }
}

.join_button {
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    line-height: 36px;
    display: inline;
    float: right;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    color: #fff;
    text-decoration: none;
    background-image: url(/trial/images/button_green.png)
}

.join_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.see_more_button {
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
    width: 120px;
    line-height: 36px;
    display: block;
    float: right;
    text-align: center;
    vertical-align: middle;
    border: 0;
    color: #2d2d2d;
    text-decoration: none;
    background-image: url(/trial/images/see_more_button.png)
}

.see_more_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

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

.login-popup {
    margin-top: -306px;
    margin-left: -382px;
    padding: 0;
    width: 740px;
    min-height: 588px;
    line-height: 18px;
    color: #2d2d2d;
    background: #d9d9d9;
    float: left;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4)
}

.nohoverfade:hover {
    opacity: 1
}

.splash_popup_wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 200001
}

.splash_header {
    margin: 2px;
    line-height: 50px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #272626
}

.splash_warning_wrapper {
    width: 550px;
    margin-left: auto;
    margin-right: auto
}

.splash_warning_title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    vertical-align: middle
}

.splash_warning_icon {
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px;
    background-image: url(/trial/images/splash_images/warning_icon.png)
}

.splash_warning_message {
    margin-bottom: 8px;
    padding: 10px;
    width: 85%;
    height: 310px;
    border: 2px solid;
    border-color: #c3c3c3
}

.exit {
    color: #000;
    text-decoration: underline
}

.enter {
    margin-left: auto;
    margin-right: auto;
    width: 278px
}

.enter a {
    text-decoration: none
}

.enter_button {
    margin-top: 10px;
    width: 278px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-image: url(/trial/images/splash_images/enter_button.png)
}

.enter_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.members_button {
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    line-height: 37px;
    display: inline;
    float: right;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #fff;
    text-decoration: none;
    background-image: url(/trial/images/button_dark.png)
}

.members_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.mobile_button {
    margin: auto;
    text-align: center;
    border: 0;
    color: #fff;
    text-decoration: underline
}

.mobile_button:hover {
    color: gray
}

.between_update_join_links {
    margin: 0 auto;
    text-align: center
}

.between_update_join_links span {
    line-height: 65px;
    vertical-align: top
}

.between_update_join_links a {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #ff2121
}

.between_update_join_links a:hover {
    color: gray
}

.join_next_link_container {
    margin-left: auto;
    margin-right: auto;
    width: 810px
}

.join_link {
    margin: 0;
    display: inline-block;
    float: left
}

.join_links_big {
    margin: 0 auto;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 700
}

.join_links_big a {
    color: #ff2121
}

.join_links_big a:hover {
    color: gray
}

.update_block_footer {
    width: 100%;
    display: inline-block
}

.update_block_footer a {
    text-decoration: none
}

.join_button_preview_table {
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    line-height: 36px;
    display: inline;
    float: right;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    color: #fff;
    text-decoration: none;
    background-image: url(/trial/images/button_green.png)
}

.update_table_left {
    float: left;
    display: inline-block
}

.update_table_right {
    display: inline-block
}

.small_update_thumb {
    margin-left: 2px;
    margin-bottom: 2px;
    width: 148px;
    height: 115px
}

.large_update_thumb {
    width: 332px;
    height: 234px
}

.update_block_info {
    padding: 10px;
    padding-right: 10px;
    text-align: left;
    line-height: 22px;
    width: 310px;
    color: #fff
}

.update_image {
    padding-top: 10px;
    padding-right: 0;
    width: 646px;
    text-align: right;
    float: right;
    position: relative
}

.update_hr {
    width: 100%;
    height: 1px;
    color: gray
}

.update_thumbs_container {
    display: inline
}

.update_title {
    font-size: 16px;
    font-weight: 700
}

.update_counts_preview_table {
    margin-top: 6px;
    padding-left: 20px;
    width: 490px;
    height: 37px;
    line-height: 37px;
    display: inline;
    float: right;
    text-align: left;
    vertical-align: middle;
    border: 0;
    background-image: url(/trial/images/button_dark.png)
}

.latest_update_description {
    font-weight: 400;
    color: silver
}

.most_popular_model_thumb {
    width: 186px;
    height: auto !important;
	width: 100% !important; 
	border-width: 0px;
}

.play_icon_overlay {
    left: 142px;
    top: 104px;
    position: absolute;
    width: 50px;
    height: 50px
}

#hpromo {
    display: none
}

#hpromo img {
    border: 0
}

.replay {
    color: #2d2d2d
}

.views_remaining {
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d
}

.join_header {
    margin-left: auto;
    margin-right: auto;
    width: 994px;
    padding: 0;
    text-align: center
}

.join_header_image {
    margin: 0;
    padding: 0;
    width: 994px;
    height: 150px
}

.join_body_container {
    margin-left: auto;
    margin-right: auto;
    width: 900px
}

.join_left {
    width: 260px;
    float: left;
    display: inline-block
}

.join_middle {
    width: 285px;
    float: right;
    display: inline
}

.join_middle a {
    text-decoration: none
}

.join_submit_button {
    margin-top: 10px;
    width: 278px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-image: url(/trial/images/join_images/submit_button.png)
}

.join_submit_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.join_right {
    margin-top: 5px;
    padding-left: 5px;
    width: 340px;
    float: right;
    display: inline;
    text-align: left
}

.secure_wrapper {
    width: 320px;
    font-size: 35px;
    line-height: 74px;
    font-weight: 700;
    color: #454444
}

.secure_text {
    margin-top: 10px;
    float: right;
    font-size: 35px;
    line-height: 25px;
    font-weight: 700;
    color: #454444
}

.secure_badge {
    float: left;
    width: 64px;
    height: 74px;
    line-height: 74px;
    background-image: url(/trial/images/join_images/badge.png)
}

.secure_text_2 {
    float: right;
    font-size: 18px;
    font-weight: 700;
    color: #454444
}

.join_footer {
    font-size: 14px;
    color: #272727;
    text-align: center
}

.join_footer a {
    font-size: 14px;
    color: #272727;
    text-align: center
}

.join_footer a:hover {
    font-size: 14px;
    color: silver;
    text-align: center
}

.option_heading {
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.payment_icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    float: right
}

.payment_option_wrapper {
    margin-top: 5px;
    padding-left: 10px;
    width: 240px;
    border: 1px;
    border-style: solid;
    border-color: silver;
    line-height: 48px;
    font-weight: 700;
    color: #454444;
    display: inline-block
}

.membership_type_wrapper {
    margin-top: 5px;
    padding-left: 10px;
    width: 266px;
    border: 1px;
    border-style: solid;
    border-color: silver;
    line-height: 48px;
    font-weight: 700;
    color: #454444
}

.join_page_updates_block {
    width: 965px
}

.join_page_updates_wrapper {
    width: 215px;
    display: inline-block;
    font-size: 14px;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 5px
}

.join_page_updates_thumb {
    width: 215px;
    height: 162px
}

.join_large_update_thumb {
    width: 332px;
    height: 257px
}

.thumbs {
    border-style: solid;
    border-width: 1px;
    border-color: gray
}

.left {
    float: left
}

.warning {
    font-size: 14px;
    font-weight: 700;
    color: red
}

.section_background {
    background: -webkit-linear-gradient(silver, #fff);
    background: -o-linear-gradient(silver, #fff);
    background: -moz-linear-gradient(silver, #fff);
    background: linear-gradient(silver, #fff);
    padding-top: 10px
}

.section_background_reverse {
    background: -webkit-linear-gradient(#fff, silver);
    background: -o-linear-gradient(#fff, silver);
    background: -moz-linear-gradient(#fff, silver);
    background: linear-gradient(#fff, silver);
    padding-top: 10px
}

ol {
    padding-left: 20px
}

li {
    padding-left: 0
}

.header {
    margin-left: auto;
    border: 0;
    margin-right: auto;
    padding: 0;
    width: 1275px;
    text-align: center;
    position: relative
}

.header a:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.header_image {
    margin: auto;
    border: 0;
    padding: 0;
    max-width: 1200px
}

.members_button {
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    line-height: 37px;
    display: inline;
    float: right;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    color: #fff;
    text-decoration: none;
    background-image: url (/trial/images/button_dark.png)
}

.members_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.top_navbar_wrapper {
    margin: 0;
    width: 100%;
    min-width: 1000px;
    text-align: center;
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-style: solid;
    border-color: #fff
}

.top_navbar_container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    width: 994px;
    display: inline-block;
    vertical-align: middle;
    line-height: 61px;
    font-size: 12px;
    color: #fff
}

.top_navbar_container a {
    text-decoration: none
}

.top_navbar {
    float: inherit
}

.top_navbar span {
    color: gray
}

.top_navbar a {
    text-decoration: underline;
    margin: 5px;
    color: #fff;
    background: #c01;
    border-radius: 15px;
    padding: 15px;
    text-align: left
}

.top_navbar a.current {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 51px;
    text-decoration: none;
    color: gray
}

.top_navbar a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.top_navbar a.hilite {
    color: #ff2121;
    font-weight: 700
}

.top_navbar a.newmessage {
    color: #ff0;
    font-weight: 700
}

.sites_dropdown {
    display: inline-block;
    float: right;
    position: relative;
    margin-right: 10px
}

#site_dropdown {
    max-width: 250px
}

.sites_dropdown ul.sites_list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff
}

.sites_dropdown ul.sites_list li {
    display: inline-block;
    display: block;
    padding: 0
}

.sites_dropdown ul.sites_list li>a {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 5px;
    background: #000 url(images/title_bar.png) repeat-x center -1px;
    color: #fff;
    position: relative
}

.sites_dropdown ul.sites_list li>a:hover {
    background: #333
}

.sites_dropdown ul.sites_list li>a span {
    display: inline-block;
    background: #555;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    line-height: 15px;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    text-align: center;
    position: relative;
    top: -1px
}

.sites_dropdown ul.sites_list li>a:hover span {
    background: #ff2121
}

.sites_dropdown ul.sites_list li ul.dropdown_sites {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    background: #f1f1f1;
    padding: 10px;
    color: #222;
    list-style: none;
    max-width: 250px;
    line-height: 100%;
    box-shadow: #222 0 0 5px;
    z-index: 777
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li {
    display: block;
    text-align: left;
    line-height: 100%;
    border-bottom: 1px solid #ccc
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li:last-child {
    border-bottom: 0
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li a {
    display: block;
    text-align: left;
    padding: 5px 10px;
    background: 0 0;
    line-height: 130%;
    background: #f1f1f1;
    color: #000;
    border-radius: 0
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li a.active,
.sites_dropdown ul.sites_list li ul.dropdown_sites li a:hover {
    background: #ff2121;
    color: #fff
}

.top_menu_wrapper {
    margin: auto;
    line-height: 68px;
	height: 68px;
    text-align: center;
    vertical-align: middle;
    background-color: #171717
}

.top_menu_wrapper .page_body {
    background: 0 0
}

.top_menu_container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    width: 1280px;
    display: inline-block;
    vertical-align: middle;
    line-height: 68px;
	height: 68px;
}
/* Page content */
.menu-fixed {
    position:fixed;
    z-index:1280px;
    top:0;
    max-width:1280px;
    width:100%;
     background-color: #000000;
    box-shadow:0px 4px 3px rgba(255,0,0,0.3);
}

.top_menu_container a {
    text-decoration: none
}

.top_menu {
    float: left;
    border-right: 0 solid #fff
}

.top_menu span {
    color: gray
}

.top_menu a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #fff
}

.top_menu a.current {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 51px;
    text-decoration: none;
    color: gray
}

.top_menu a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.top_menu a.hilite {
    color: #ff2121;
    font-weight: 700
}

.top_menu {
    border-right: 0 solid #fff;
    border-left: 0 solid #fff
}

.top_menu span {
    display: none
}

.top_menu a {
    float: left;
    padding: 0 25px;
    background: #000;

}

.top_menu a:first-child {
    border-left: 0
}

.top_menu a:last-child {
    border-right: 1px solid #444
}

.top_menu a.hilite,
.top_menu a:hover {
    background: #171717;
    color: #ff2121;
    text-shadow: #111 1px 1px 0
}

.top_menu_mob {
    float: left;
    border-right: 0 solid #fff
}

.top_menu_mob span {
    color: gray
}

.top_menu_mob a {
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    color: #fff
}

.top_menu_mob a.current {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 51px;
    text-decoration: none;
    color: gray
}

.top_menu_mob a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.top_menu_mob a.hilite {
    color: #ff2121;
    font-weight: 700
}

.top_menu_mob {
    border-right: 0 solid #fff;
    border-left: 0 solid #fff
}

.top_menu_mob span {
    display: none
}

.top_menu_mob a {
    float: left;
    padding: 0 20px;
    border-right: 0 solid #000;
    border-left: 1px solid #444;
    background: #000;

}

.top_menu_mob a:first-child {
    border-left: 0
}

.top_menu_mob a:last-child {
    border-right: 1px solid #444
}

.top_menu_mob a.hilite,
.top_menu_mob a:hover {
    background: #171717;
    color: #ff2121;
    text-shadow: #111 1px 1px 0
}



.searchbar_container {
    width: 300px;
    margin-top: 8px;
    margin-right: 2px;
    line-height: 37px;
    display: inline-block;
    float: right;
    text-align: left;
    vertical-align: middle;
    text-decoration: none
}

.searchbar_container form {
    float: left;
    width: 100%;
    margin-top: 3px;
    line-height: 100%
}

.searchbar_container .searchbar_field {
    width: 150px;
    margin-top: 0;
    padding-left: 0;
    float: right;
    display: inline;
    text-align: right;
    vertical-align: middle;
    border: 0;
    color: #2d2d2d;
    text-decoration: none
}

.searchbar_container .searchbar_field input[type=text] {
    display: inline-block;
    vertical-align: top;
    width: 189px;
    padding: 0 5px;
    border: 1px solid #2d2d2d;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    height: 55px;
    line-height: 55px;
    background-color: #2d2d2d;
}

.searchbar_container .searchbar_submit_button {
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    display: inline;
    float: right;
    border: 0;
    line-height: 55px%;
}

.searchbar_container .searchbar_submit_button button,
.searchbar_container .searchbar_submit_button input[type=submit] {
    padding: 0 10px;
    height: 31px;
    cursor: pointer;
    border: 1px solid #2d2d2d;
    border-radius: 0 4px 4px 0;
    background: url(images/top_menu.png) repeat-x center center;
    text-shadow: #fff 1px 1px 1px;
	color: #FFF;
}

.searchbar_container .searchbar_submit_button button:hover,
.searchbar_container .searchbar_submit_button input[type=submit]:hover {
    background-position: center bottom
}

.searchbar_container .filter_link {
    float: right;
    padding-right: 10px;
    font-size: 12px;
    margin-top: 8px
}

.searchbar_container .filter_link a {
    text-decoration: underline;
    color: #ff2121
}

.searchbar_container .filter_link a:hover {
    text-decoration: none;
    color: gray
}

.searchbar_alt {
    float: right;
    border-left: 1px solid #fff
}

.searchbar_alt a.search_trigger {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #ccc
}

.searchbar_alt a.search_trigger i.search_icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 50px;
    background: url(images/icons/search_dark.png) no-repeat center center;
    background-size: 20px
}

.searchbar_alt a:hover.search_trigger {
    background: rgba(0, 0, 0, .2)
}

.searchbar_alt a:hover.search_trigger i.search_icon {
    background-image: url(/trial/images/icons/search_light.png)
}

.top_menu_wrapper {
    height: auto
}

.searchbar_container.fullwidth {
    display: none;
    float: left;
    width: 200px;
    margin: 0;
    background: #c2c1c1 url(images/top_menu.png) center top repeat-x
}

.searchbar_container.fullwidth form {
    display: block;
    width: auto;
    height: 100%;
    padding: 7px 10px 25px;
    position: relative
}

.searchbar_container.fullwidth .searchbar_field {
    float: left;
    width: 280px;
    margin: 0
}

.searchbar_container.fullwidth .searchbar_field input[type=text] {
    float: left;
    width: 180px;
    position: relative;
    z-index: 20
}

.searchbar_container.fullwidth .searchbar_submit_button {
    margin-right: 0
}

.searchbar_container.fullwidth .filter_link {
    line-height: 100%;
    margin: 0;
    padding-right: 0;
    position: absolute;
    bottom: 8px;
    left: 10px;
    font-size: 11px
}

.banner {
    display: block;
    margin: auto;
    text-align: center
}

.banner a {
    font-size: 18px;
    color: #ff2121
}

.banner a:hover {
    color: gray
}

.banner img {
    display: inline-block
}

.text_ad {
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
    font-weight: 400;
    color: #505050
}

.text_ad a {
    font-size: 18px;
    color: #ff2121
}

.text_ad a:hover {
    color: gray
}

.gallery_page_banner {
    text-align: center
}

.gallery_page_banner img {
    margin: auto
}

.gallery_page_banner a:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.gallery_page_banner a {
    font-size: 16px;
    color: #ff2121
}

.gallery_page_banner a:hover {
    color: gray
}

.model_page_banner {
    text-align: center;
    padding-top: 8px
}

.model_page_banner img {
    margin: auto
}

.model_page_banner a:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.model_page_banner a {
    font-size: 16px;
    color: #ff2121
}

.model_page_banner a:hover {
    color: gray
}

.mailing_list_block {
    float: left;
    width: 100%;
    text-align: center
}

.mailing_list_block .title_bar {
    margin-left: 0!important
}

.mailbox {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    font-size: 14px
}

.mailbox a {
    color: #ff2121
}

.mailbox a:hover {
    color: gray
}

.mailbox_wrapper {
    width: 100%;
    background-color: #eee
}

.mailbox_wrapper .table {
    width: 100%;
    background-color: #eee
}

.mailbox_options div a {
    text-decoration: none
}

.compose_button {
    max-width: 100px;
    color: #fff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    background-color: #ff2121;
    text-align: center
}

.compose_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.mailbox_headings {
    padding: 4px;
    font-weight: 700
}

.mailbox_info {
    line-height: 24px;
    vertical-align: middle;
    padding: 4px;
    padding-right: 25px;
    background-color: #ddd;
    border: 1px solid #eee
}

.mailbox_subject {
    width: 75%
}

.delete {
    padding: 8px 4px;
    line-height: 24px;
    vertical-align: middle;
    background-color: #ddd;
    border: 1px solid #eee;
    width: 3%
}

.mailbox_form {
    width: 100%;
    line-height: 24px;
    padding: 8px
}

.mailbox_field {
    width: 95%
}

.mailbox_message {
    line-height: 24px;
    vertical-align: middle;
    padding: 4px;
    padding-bottom: 10px;
    padding-right: 25px
}

.mailboxtitlebar {
    padding: 2px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    background-color: #eee
}

.mailboxinfo {
    padding: 2px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background-color: #ddd
}

.mailboxinfo a {
    color: #000
}

.mailboxcontrol {
    padding: 6px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background-color: #fff
}

.mailboxmessage {
    padding: 6px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background-color: #fff
}

.mailboxcontrol a {
    color: #000
}

.mailboxtext {
    font-size: 14px;
    color: #000;
    font-weight: 400
}

.messagelist_table {
    background-color: #ddd;
    width: 100%;
    padding: 1px;
    margin: auto;
    display: table
}

.messagelist_tr {
    display: table-row
}

.messagelist_td {
    display: table-cell;
    line-height: 20px;
    vertical-align: top;
    border: 1px solid #fff
}

.messagelist_label {
    display: none
}

.messagelist_icon {
    display: inline;
    text-align: center
}

.messagelist_icon img {
    display: inline;
    margin-left: 5px
}

.nav_compact {
    display: none
}

.messages_popup {
    margin: auto;
    height: 100px
}

.text_toplist {
    padding-left: 15px;
    text-align: left;
    line-height: 24px
}

.text_toplist a {
    color: #ff2121
}

.text_toplist a:hover {
    color: gray
}

.toplist_sub_headings {
    font-weight: 700
}

.news_small {
    text-align: left;
    padding-left: 6px;
    padding-right: 6px
}

.news_small a {
    color: #ff2121
}

.news_small a:hover {
    color: gray
}

.news_body {
    font-weight: 400;
    color: #505050
}

.news_date {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px
}

.advanced_search {
    margin-bottom: 15px
}

.filter_heading {
    font-weight: 700;
    text-align: left;
    line-height: 40px
}

.left_column {
    width: 740px;
    height: auto;
    vertical-align: top;
    display: inline-block
}

.right_column {
    width: 230px;
    height: auto;
    vertical-align: top;
    display: inline-block
}

.counts {
    margin-top: 10px
}

.coming_soon {
    background: 0 0;
    padding-top: 10px
}

.index_offer {
    margin: auto;
    text-align: center;
    padding-top: 10px
}

.index_offer img {
    display: inline-block
}

.index_offer a {
    font-size: 18px;
    color: #ff2121
}

.index_offer a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.latest_dvd_box {
    width: 186px;
    height: 209px
}

.latest_dvds_block {
    width: 100%;
    margin-top: 5px;
    text-align: center
}

.latest_dvds_wrapper {
    width: 315px;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: top
}

.index_pagenav {
    padding-right: 10px;
    margin-bottom: 20px
}

.latest_updates_block {
    width: 100%;
    margin-top: 5px
}

.latest_updates_wrapper {
    width: 240px;
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: top
}

.whats_hot_wrapper {
    float: left;
    width: 100%
}

.whats_hot_block {
    margin-top: 5px;
    margin-right: 0
}

.whats_hot_block .whats_hot_item {
    display: inline-block;
    vertical-align: top;
    width: 236px;
    margin: 0 3px 6px
}

.most_popular_models_block {
    margin: auto;
    text-align: center
}

.most_popular_models {
    margin: auto;
    text-align: center
}

.most_popular_models a {
    font-weight: 400;
    color: #ff2121
}

.most_popular_models a:hover {
    color: gray
}

.most_popular_models_wrapper {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    text-align: center
}

.most_popular_dvds {
    margin: auto;
    text-align: center
}

.most_popular_dvds_wrapper {
    margin: 1px;
    margin-top: 0;
    display: inline-block
}

.most_popular_updates_block {
    margin-bottom: 0;
    width: 984px
}

.most_popular_updates_wrapper {
    margin-left: 0;
    margin-right: 10px;
    width: 236px;
    display: inline-block;
    float: left
}

.most_popular_model_name {
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2d2d2d
}

.right_column .most_popular_models_wrapper {
    margin: 1px;
    margin-top: 0
}

.right_column .most_popular_models_wrapper .most_popular_model_name img {
    width: 105px
}

.upcoming_updates_block {
    width: 984px
}

.upcoming_updates_wrapper {
    margin-left: 0;
    margin-right: 10px;
    width: 236px;
    display: inline-block;
    float: left
}

.upcoming_updates_block:after {
    content: '';
    width: 100%;
    display: inline-block
}

.upcoming_updates_thumb {
    width: 220px;
    height: 165px
}

.faq_questions {
    margin: 10px;
    color: #2d2d2d;
    font-size: 14px;
    text-align: left;
    line-height: 28px
}

.faq_questions a {
    color: #ff2121
}

.faq_questions a:hover {
    color: gray
}

.faq_answers_title {
    font-weight: 700
}

.faq_answers {
    margin: 10px;
    color: #2d2d2d;
    font-size: 14px;
    text-align: left;
    line-height: 20px
}

.faqs {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px
}

.faqs ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0
}

.faqs ul li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0
}

.faqs ul li.li_question {
    border-bottom: 1px solid #ccc
}

.faqs ul li.li_question:last-child {
    border-bottom: 0
}

.faqs ul li div {
    display: inline-block
}

.faqs ul li.li_title .faq_section_title {
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px
}

.faqs ul li.li_title:first-child .faq_section_title {
    margin-top: 10px
}

.faqs ul li.li_title .faq_section_title h4 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px
}

.faqs ul li .faq_question {
    width: 100%;
    vertical-align: top;
    box-sizing: border-box
}

.faqs ul li .faq_question>a {
    color: #ff2121;
    text-decoration: underline;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 16px
}

.faqs ul li .faq_question>a.active {
    font-style: italic;
    color: gray
}

.faqs ul li .faq_question>a:hover {
    color: gray
}

.faqs ul li .faq_answer {
    font-size: 16px;
    display: none;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    background: #f4f3f3;
    color: #6c6c6c;
    margin-top: 1px;
    margin-bottom: 10px
}

.faq_answer a {
    color: #000
}

.faq_answer a:hover {
    color: gray
}

.faqs ul li .faq_answer:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f4f3f3;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px
}

.bonus_block {
    width: 100%;
    margin-top: 5px
}

.bonus_wrapper {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
    text-align: center
}

.bonus_thumb {
    float: left;
    margin-right: 10px
}

.bonus_title_story {
    font-weight: 700
}

.bonus_details {
    padding: 0;
    padding-right: 10px;
    margin-bottom: 5px;
    color: #2d2d2d;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    text-align: left
}

.bonus_details a {
    color: #ff2121
}

.bonus_details a:hover {
    color: gray
}

.bonus_description {
    font-weight: 400;
    color: #505050
}

.owl-item .cell {
    padding-right: 5px
}

.owl-item .update_date {
    font-size: 11px;
    padding-top: 2px
}

.owl-item .favorites {
    font-size: 11px
}

.update_block {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    display: inline-block;
    background-color: #3d3d3d;
    color: #fff;
    padding-bottom: 5px
}

.update_title {
    font-size: 16px;
    font-weight: 700
}

.update_tags {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 2px;
    line-height: 125%
}

.update_tags a,
.update_tags.dvd_info a {
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    margin: 0 5px 0 15px;
    display: inline-block;
    height: 24px;
    border-radius: 0 5px 5px 0;
    padding: 0 6px 0 12px;
    background: #fff;
    border: 1px solid #ccc;
    color: #ff2121;
    line-height: 24px;
    margin-bottom: 2px
}

.update_tags a:before,
.update_tags.dvd_info a:before {
    position: absolute;
    background: #fff;
    content: "\25CF";
    color: #fff;
    text-shadow: 0 0 1px #000;
    font-size: 12px;
    line-height: 15px;
    text-indent: 5px;
    top: 3px;
    left: -10px;
    width: 18px;
    height: 17px;
    transform: rotate(45deg);
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.update_tags a:hover,
.update_tags.dvd_info a:hover {
    background: #ff2121;
    color: #fff;
    text-decoration: none
}

.update_tags a:hover:before,
.update_tags.dvd_info a:hover:before {
    background: #ff2121
}

.suggest_tags {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px
}

.suggest_tags a.suggest_tags_link {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: url(images/top_menu.png) repeat-x center top;
    color: #ff2121;
    border: 1px solid #ccc
}

.suggest_tags a.suggest_tags_link i.fa {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.suggest_tags a:hover.suggest_tags_link {
    color: #fff;
    background: url(images/top_navbar.png) repeat-x center top
}

.update_models {
    line-height: 125%;
    font-weight: 400;
    font-size: 12px
}

.gallery_info .update_models {
    margin-top: 5px;
    font-size: 14px;
    display: inline-block
}

.update_models a {
    color: #ff2121
}

.update_models a:hover {
    color: gray
}

.update_dvds {
    display: inline-block;
    line-height: 125%;
    font-weight: 400;
    margin: 5px 0
}

.update_dvds a {
    padding-right: 5px;
    color: #ff2121
}

.update_dvds a:hover {
    color: gray
}

.update_date {
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    line-height: 100%
}

.update_description {
    font-weight: 400;
    color: #505050;
    line-height: 125%
}

.gallery_info .update_description {
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, .06);
    box-sizing: border-box;
    margin-bottom: 5px
}

.update_counts {
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 0
}

.suggest_tag_icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url(/trial/images/icons/add_icon.png)
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .suggest_tag_icon {
        margin-right: 5px;
        width: 16px;
        height: 16px;
        background-position: center;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-image: url(/trial/images/icons/add_icon_retina.png)
    }
}

.buy_button {
    display: inline;
    margin-left: 5px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    background-image: url(/trial/images/button_blue.png);
    float: right
}

.buy_button:hover {
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

.buy_button_arrow {
    margin-left: 0;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    width: 20px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    color: #fff;
    text-decoration: none;
    background-image: url(/trial/images/button_green.png);
    float: right
}

.buy_button_arrow:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.cart_buttons {
    text-align: right
}

.purchased_hilite {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    color: #2d2d2d;
    text-decoration: none;
    font-weight: 400;
    float: right;
    background: -webkit-linear-gradient(#fefefe, #e1e1e1);
    background: -o-linear-gradient(#fefefe, #e1e1e1);
    background: -moz-linear-gradient(#fefefe, #e1e1e1);
    background: linear-gradient(#fefefe, #e1e1e1))
}

.purchased_arrow {
    margin-left: 0;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    width: 20px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    color: #fff;
    text-decoration: none;
    background-color: #0d6cc4;
    float: right
}

.rental_time_remaining {
    display: block;
    float: right;
    margin-top: 5px;
    margin-bottom: 10px
}

.add_cart_icon {
    width: 41px;
    height: 26px;
    border: 0;
    margin: 5px
}

.DVD_A-Z_links {
    margin: auto;
    min-width: 990px;
    width: 990px;
    line-height: 30px;
    display: block;
    text-align: left
}

.DVD_A-Z_links a {
    margin-right: 4px;
    display: inline;
    color: #272727;
    text-decoration: none
}

.DVD_A-Z_links a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.dvd_block {
    width: 100%;
    margin-top: 5px;
    overflow: hidden
}

.dvd_wrapper {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center
}

.dvd {
    width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dvd_box {
    width: 185px;
    height: 278px
}

.dvd_description {
    font-weight: 400;
    color: #505050
}

.dvd_details_box {
    display: inline;
    vertical-align: top;
    float: left;
    margin-right: 10px
}

.dvd_details_overview {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    line-height: 22px;
    font-size: 14px
}

.dvd_details_overview a {
    color: #13579d
}

.dvd_details_overview a:hover {
    color: gray
}

.dvd_extra_fields div {
    margin-top: 10px
}

.dvd_details {
    margin-bottom: 5px;
    color: #2d2d2d;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-top: 10px
}

.dvd_details a {
    color: #ff2121
}

.dvd_details a:hover {
    color: gray
}

.dvd_preview_thumb {
    width: 232px;
    height: 155px
}

.dvd_info {
    padding-left: 10px;
    padding-bottom: 5px
}

.calendar {
    width: 100%;
    margin-top: 5px;
    font-size: 14px
}

.calendar_month {
    text-align: center;
    width: 33%;
    padding: 8px;
    font-size: 16px;
    font-weight: 700
}

.calendar_month a {
    font-weight: 400;
    color: #ff2121
}

.calendar_month a:hover {
    color: gray
}

.calendar_week {
    width: 100%;
    font-weight: 700
}

.calendar_days {
    width: 100%;
    padding: 4px;
    border: 2px solid silver;
    text-align: center;
    font-weight: 700;
    background-color: #fff
}

.calendar_day_number {
    padding: 4px;
    border: 2px solid silver;
    text-align: right;
    background-color: #eee
}

.calendar_event {
    height: 100px;
    padding: 4px;
    border: 2px solid silver;
    text-align: left;
    vertical-align: middle;
    font-family: Arial;
    font-weight: 400;
    background-color: #fff
}

.calendar_event a {
    font-size: 14px;
    color: #ff2121
}

.calendar_event a:hover {
    color: gray
}

.calendar_link_background {
    font-family: Arial;
    color: #fff;
    background-color: #ff1175
}

.calendarheadings {
    font-weight: 700;
    background-color: #fff
}

.calendar_event_title {
    font-weight: 700
}

.calendar_event_description {
    width: 100%;
    padding-right: 10px
}

.calendarpopup {
    position: absolute;
    top: -500px;
    left: 0;
    padding: 5px;
    padding-right: 10px;
    visibility: hidden;
    border: 1px solid #000;
    line-height: 18px;
    z-index: 100;
    background-color: #fff;
    width: 600px
}

.calendar_event_image {
    float: left;
    margin-right: 10px
}

.day a {
    font-size: 14px;
    color: #ff2121
}

.month {
    font: 15px arial
}

.day {
    border: 1px solid silver;
    width: 14%;
    float: left;
    height: 180px;
    overflow: hidden
}

.weeklabel_item {
    border: 1px solid silver;
    width: 14%;
    float: left;
    text-align: center;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px
}

.daylabel {
    background-color: #eee;
    padding-right: 5px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px
}

.longdaylabel {
    display: none
}

.eventwrapper {
    padding-left: 5px;
    padding-right: 5px
}

.comments_box {
    margin-bottom: 5px;
    padding: 10px;
    line-height: 20px;
    background-color: #e8e8e8;
    color: #393939;
    font-weight: 400;
    text-align: left
}
.title_bar_comments { margin-bottom: 0px; padding-bottom: 0px; }
.galleryTitle { line-height: 30px; }
.comments_box_admin {
    margin-bottom: 5px;
    padding: 10px;
    line-height: 20px;
    background-color: #cfcfcf;
    color: #181818;
    font-weight: 700;
    text-align: left
}

.comment_counts {
    display: inline-block;
    float: left;
    line-height: 34px;
    font-size: 12px;
    font-weight: 400;
    color: #2d2d2d;
    border: 0 solid
}

.comment_counts a {
    color: #ff2121;
    text-decoration: underline
}

.comment_counts a:hover {
    color: gray
}

.comment_icon {
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 10px;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
    display: inline;
    border: 0;
    background-image: url(/trial/images/icons/comment_icon.png);
    background-size: contain
}

.comment_icon_admin {
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 10px;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    display: inline;
    border: 0;
    background-image: url(/trial/images/icons/comment_icon_admin.png);
    background-size: contain
}

.comment {
    
}

.comments_note {
    font-size: 12px;
    color: red;
    font-weight: 700
}

.comment_name {
    font-style: italic
}

.comment_date {
    font-size: 12px;
    font-weight: 400
}

.comments_form {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px
}

.comments_form .form-row {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6px
}

.comments_form input[type=text],
.comments_form textarea {
    display: inline-block;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 6px;
    border: 1px solid #c5c5c5;
    background: #fff;
    color: #222;
    box-sizing: border-box
}

.comments_form input[type=text] {
    width: 300px
}

@media screen and (max-width:767px) {
    .comments_form input[type=text] {
        width: 100%
    }
}

.comments_form textarea {
    width: 100%;
    height: 90px
}

.comments_form input[type=submit] {
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    box-sizing: border-box;
    background: #1b6ed5;
    background: -moz-linear-gradient(top, #1b6ed5 0, #0030b5 100%);
    background: -webkit-linear-gradient(top, #1b6ed5 0, #0030b5 100%);
    background: linear-gradient(to bottom, #1b6ed5 0, #0030b5 100%)
}

.comments_form input[type=submit]:hover {
    background: #0030b5;
    background: -moz-linear-gradient(top, #0030b5 0, #1b6ed5 100%);
    background: -webkit-linear-gradient(top, #0030b5 0, #1b6ed5 100%);
    background: linear-gradient(to bottom, #0030b5 0, #1b6ed5 100%)
}

.content_tab_wrapper {
    display: block;
    margin-top: 5px
}

.content_tab_wrapper a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.content_tab {
    display: inline;
    background-color: silver;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 2px
}

.content_tab_current {
    margin-top: 10px;
    display: inline;
    background-color: gray;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 2px
}

.content_tab a {
    text-align: center;
    color: #000
}

.content_tab_current a {
    text-align: center;
    color: #fff
}

.polls_block {
    float: left;
    width: 49%;
    margin-left: 1%
}

.poll {
    width: 100%;
    min-width: 365px;
    margin-top: 5px;
    text-align: left;
    font-weight: 400;
    color: #505050;
    line-height: 22px
}

.poll a {
    color: #ff2121;
    padding-left: 5px
}

.poll a:hover {
    color: gray
}

.poll_title {
    margin-bottom: 5px;
    font-weight: 700
}

.poll_results {
    margin-bottom: 5px;
    color: red
}

.poll_results_bar {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    border: 1px;
    height: 17px;
    text-align: center;
    background-color: #fff
}

.poll_percent {
    display: inline;
    margin-right: 6px;
    float: left;
    text-align: left;
    background-color: #c5e1ff;
    font-size: 12px;
    font-weight: 700;
    top: 0;
    left: 0;
    line-height: 22px;
    padding-left: 4px;
    padding-right: 4px;
    width: 0;
    min-width: 20px;
    max-width: 300px
}

.poll_votes {
    float: left;
    display: inline;
    text-align: left;
    font-size: 12px
}

.poll_option {
    max-width: 20px;
    display: inline;
    float: left
}

.polls_block_fullwidth {
    float: left;
    width: 100%;
    text-align: left
}

.polls_block_fullwidth .poll {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc
}

.polls_block_fullwidth .poll_title {
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.news_block {
    float: left;
    width: 49%;
    margin-right: 0
}

.deals_block {
    float: left;
    width: 100%;
    text-align: center
}

.deals_block .title_bar {
    margin-left: 0!important
}

.deals_block .deals {
    display: inline-block;
    width: 100%;
    text-align: center
}

.deals_block .deal_block {
    display: inline-block;
    margin: 0 10px
}

.gallery_info {
    padding: 10px;
    text-align: left
}

.gallery_info .update_date {
    font-size: 14px
}

.photo_gallery_block {
    margin-top: 5px;
    width: 100%;
    overflow: hidden
}

.photo_gallery_thumbnail_wrapper {
    display: inline-block;
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 5px;
    vertical-align: top
}

.format_select_menu {
    background-color: #505050;
    background: -webkit-linear-gradient(gray, #303030);
    background: -o-linear-gradient(gray, #303030);
    background: -moz-linear-gradient(gray, #303030);
    background: linear-gradient(gray, #303030);
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    color: #fff
}

.format_select_menu select {
    margin-right: 5px
}

.movie_wrapper {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center
}

.movie_wrapper .movie_area {
    display: inline-block;
    width: 100%;
    box-sizing: border-box
}

.player_options {
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 2px;
    box-sizing: border-box;
    text-align: center;
    background: #383838 url(images/top_navbar.png) repeat-x;
    position: relative;
    font-size: 0;
    margin: 0 auto;
    vertical-align: top;
    z-index: 99
}

.player_options.photos {
    width: 170px
}

.options_block {
    display: table-cell;
    padding: 5px 2px;
    position: relative;
    font-size: 12px;
    vertical-align: top;
    line-height: 100%;
	width: 100%;
}

.options_block ul {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left
}

.options_block ul li {
    display: block;
    margin: 0;
    position: relative;
    line-height: 100%
}

.options_block ul li .options_button {
    display: flex;
	align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    padding: 10px;
    cursor: pointer;
    background: #000;
    font-size: 12px;
    border: 1px solid #000;
    color: #fff;
    text-align: center
}
.options_block ul li .options_button .tab_icon, .options_block ul li .options_button .tab_label { display: flex; align-items: center; justify-content: center; }

.options_block ul li:hover.options_button {
    background: #383838 url(images/top_navbar.png) repeat-x;
    color: #fff
}

.options_block ul li ul.dropdown {
    display: none;
    min-width: 160px;
    background: #000;
    padding: 5px;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 7000
}

.options_block ul li ul.dropdown.downloaddropdown {
    width: 190px
}

.options_block ul li ul.dropdown.goDown {
    bottom: auto;
    top: 100%
}

.options_block ul li ul.dropdown li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #222
}

.options_block ul li ul.dropdown li:last-child {
    border-bottom: 0
}

.options_block ul li ul.dropdown li a {
    display: block;
    padding: 5px;
    border-top: 1px solid #555;
    text-decoration: none;
    color: #fff;
    font-size: 12px
}

.options_block ul li ul.dropdown li:first-child a {
    border-top: 0
}

.options_block ul li ul.dropdown li a:hover {
    background: #383838 url(images/top_navbar.png) repeat-x;
    color: #fff;
    text-decoration: none
}

.options_block ul li ul.dropdown li a.active {
    background: url(images/top_menu.png);
    color: #222
}

.options_block>ul>li:hover ul.dropdown {
    display: block
}

.options_block>ul>li:hover span.options_button {
    background: #383838 url(images/top_navbar.png) repeat-x;
    color: #fff
}

.options_block ul li ul.dropdown li.howto {
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding: 5px;
    background: rgba(255, 0, 0, .6)
}

.options_block a.option_button {
    display: block;
    vertical-align: top;
    margin: 0;
    position: relative;
    padding: 10px;
    cursor: pointer;
    background: #000;
    font-size: 12px;
    border: 1px solid #000;
    color: #fff;
    line-height: 100%;
    text-decoration: none
}

.options_block a.option_button.active,
.options_block a:hover.option_button,
.options_block.active a.option_button {
    background: #383838 url(images/top_navbar.png) repeat-x;
    color: #fff
}

.tab_icon i.favicon {
    color: #f04646
}

.options_block.trigger_extra_tabs {
    display: none
}

.extra_tabs_wrapper {
    display: none;
    width: 100%;
    box-sizing: border-box
}

.extra_tabs_wrapper .extra_tabs {
    display: table;
    width: 100%;
    padding: 5px;
    background: #333;
    text-align: center;
    color: #fff;
    box-sizing: border-box
}

@media only screen and (min-width:1600px) {
    .options_block,
    .options_block a.option_button,
    .options_block ul li .options_button {
        font-size: 14px
    }
}

@media only screen and (max-width:1279px) {
    .options_block a.option_button,
    .options_block ul li .options_button {
        height: 100%
    }
    .options_block a.option_button .tab_icon,
    .options_block a.option_button .tab_label,
    .options_block ul li .options_button .tab_icon,
    .options_block ul li .options_button .tab_label {
        display: inline-block;
        width: 100%;
        text-align: center;
        line-height: 100%
    }
    .options_block a.option_button .tab_icon,
    .options_block ul li .options_button .tab_icon {
        margin-bottom: 5px
    }
}

@media only screen and (max-width:959px) {
    .options_block.trigger_extra_tabs {
        display: block
    }
    .player_options .options_block {
        height: 100%
    }
    .player_options .options_block.rearrangeTab {
        display: none
    }
    .extra_tabs_wrapper .options_block.rearrangeTab {
        display: table-cell
    }
}

@media only screen and (max-width:767px) {
    .extra_tabs_wrapper .extra_tabs {
        display: block;
        padding-top: 0
    }
    .extra_tabs_wrapper .options_block.rearrangeTab {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 1px 0
    }
    .options_block a.option_button .tab_icon,
    .options_block a.option_button .tab_label,
    .options_block ul li .options_button .tab_icon,
    .options_block ul li .options_button .tab_label {
        font-size: 11px;
        font-weight: 300
    }
    .options_block.rearrangeTab a.option_button .tab_icon,
    .options_block.rearrangeTab a.option_button .tab_label,
    .options_block.rearrangeTab ul li .options_button .tab_icon,
    .options_block.rearrangeTab ul li .options_button .tab_label {
        display: inline-block;
        width: auto;
        text-align: center;
        margin: 0 auto
    }
    .options_block>ul,
    .options_block>ul>li {
        height: 100%
    }
    .options_block a.option_button,
    .options_block ul li .options_button {
        padding: 5px 10px
    }
	.options_block ul li .options_button { flex-direction: column; }
	.player_options .options_block ul li span { min-height: auto; }
}

@media only screen and (max-width:479px) {
    .player_options {
        display: block;
        width: 100%;
        text-align: center;
        padding: 4px 2px
    }
    .options_block,
    .options_block.trigger_extra_tabs {
        display: inline-block;
        margin: 0 auto;
        width: 48%;
        padding: 2px
    }
    .options_block a.option_button .tab_icon,
    .options_block a.option_button .tab_label,
    .options_block ul li .options_button .tab_icon,
    .options_block ul li .options_button .tab_label {
        display: inline-block;
        width: auto;
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
        font-weight: 300
    }
    .options_block ul li ul.dropdown li a {
        font-size: 9px
    }
    .options_block ul li ul.dropdown,
    .options_block ul li ul.dropdown.downloaddropdown {
        width: 150px;
        min-width: 150px
    }
}

.video_clips_listing_block {
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.video_clips_wrapper {
    width: 234px;
    font-size: 14px;
    display: inline-block;
    margin-left: 0;
    margin-right: 6px;
    margin-bottom: 5px;
    vertical-align: top
}

.video_clip_navigation_wrapper {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    display: none;
    height: 30px
}

.video_clip_navigation_wrapper .video_clip_section {
    padding-left: 5px;
    padding-right: 0
}

.video_clip_navigation_wrapper a {
    margin: 0;
    color: #fff;
    text-decoration: none
}

.video_clip_navigation_wrapper a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.video_clip_arrow {
    width: 26px;
    display: inline;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b3b2b2;
    border: 2px outset gray;
    background-image: url(/trial/images/number.png);
    padding: 4px 8px
}

.video_clip_length {
    font-size: 12px;
    padding-left: 4px
}

.video_clip_options {
    padding-top: 4px;
    padding-left: 4px;
    font-size: 12px
}

.video_clip_options a {
    font-size: 12px;
    color: #ff2121
}

.video_clip_options a:hover {
    color: gray
}

.video_clip_file_size {
    font-size: 12px
}

#download_form a {
    font-size: 16px;
    color: #13579d
}

#download_form a:hover {
    color: gray
}

.report_problem {
    float: right;
    display: inline-block;
    line-height: 26px;
    vertical-align: middle
}

.report_problem a {
    font-size: 12px;
    color: #ff2121
}

.report_problem a:hover {
    color: gray
}

.report_problem_options {
    padding-left: 10px;
    font-size: 14px;
    line-height: 22px
}

.report_problem_options a {
    text-decoration: underline;
    color: #ff2121!important
}

.report_problem_options a:hover {
    text-decoration: none;
    color: gray!important
}

.favorites {
    font-size: 12px;
    vertical-align: bottom;
    line-height: 125%
}

.favorites a {
    color: #ff2121
}

.favorites a:hover {
    color: gray
}

.favorites_updates_block {
    width: 100%;
    margin-top: 5px
}

.favorites_updates_wrapper {
    width: 235px;
    display: inline-block;
    font-size: 14px;
    margin-left: 0;
    margin-right: 5px
}

.heart_pink {
    margin-right: 2px;
    width: 16px;
    height: 22px;
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url(/trial/images/icons/heart_pink.png)
}

.heart_grey {
    margin-right: 2px;
    width: 16px;
    height: 22px;
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url(/trial/images/icons/heart_grey.png)
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .heart_pink {
        margin-right: 2px;
        width: 16px;
        height: 22px;
        background-position: center;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-image: url(/trial/images/icons/heart_pink_retina.png)
    }
    .heart_grey {
        margin-right: 2px;
        width: 16px;
        height: 22px;
        background-position: center;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-image: url(/trial/images/icons/heart_grey_retina.png)
    }
}

.ondemand_transactions_wrapper a {
    color: #ff2121
}

.ondemand_transactions_wrapper a:hover {
    color: gray
}

.ondemand_transactions {
    width: 100%
}

.ondemand_transactions a {
    color: #ff2121
}

.ondemand_transactions_heading {
    background-color: silver
}

.ondemand_transactions_info {
    padding: 4px;
    vertical-align: middle
}

.my_account_wrapper {
    width: 100%;
    border: 0
}

.register {
    margin-top: 10px;
    margin-bottom: 10px
}

.register a {
    color: #ff2121
}

.register a:hover {
    color: silver
}

.od_login input {
    max-width: 150px
}

.od_break {
    display: none
}

.prev_arrow {
    left: 10px;
    background: transparent url(images/icons/leftarrow.png) no-repeat 0 0
}

.next_arrow {
    right: 10px;
    background: transparent url(images/icons/rightarrow.png) no-repeat 0 0
}

.coming_soon {
    position: relative
}

.coming_soon .coming_soon_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.coming_soon .coming_soon_arrow:hover {
    opacity: .6
}

.coming_soon .container {
    width: 910px;
    margin: 0 auto;
    display: block
}

.coming_soon .coming_soon_carousel_item {
    width: 221px;
    margin: 0 auto;
    display: block
}

.most_popular_models_block {
    position: relative
}

.most_popular_models_block .most_popular_models_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.most_popular_models_block .most_popular_models_arrow:hover {
    opacity: .6
}

.most_popular_models_block .container {
    width: 660px;
    margin: 0 auto;
    display: block
}

.most_popular_models_block .most_popular_models_wrapper {
    width: 189px;
    margin: 0 auto;
    display: inline-block
}

.latest_dvds_block {
    position: relative
}

.latest_dvds_block .latest_dvds_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.latest_dvds_block .latest_dvds_arrow:hover {
    opacity: .6
}

.latest_dvds_block .container {
    width: 660px;
    margin: 0 auto;
    display: block
}

.latest_dvds_block .most_popular_models_wrapper {
    width: 189px;
    margin: 0 auto;
    display: block
}

.most_popular_updates_wrap {
    position: relative
}

.most_popular_updates_wrap .most_popular_updates_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.most_popular_updates_wrap .most_popular_updates_arrow:hover {
    opacity: .6
}

.most_popular_updates_wrap .container {
    width: 660px;
    margin: 0 auto;
    display: block
}

.most_popular_updates_wrap .category_listing_wrapper_updates {
    width: 212px;
    margin: 0 auto;
    display: block
}

.latest_updates_block {
    position: relative
}

.latest_updates_block .latest_updates_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.latest_updates_block .latest_updates_arrow:hover {
    opacity: .6
}

.latest_updates_block .container {
    width: 660px;
    margin: 0 auto;
    display: block
}

.latest_updates_block .latest_updates_wrapper {
    width: 212px;
    margin: 0 auto;
    display: block
}

.your_purchases {
    position: relative
}

.your_purchases .your_purchases_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.your_purchases .your_purchases_arrow:hover {
    opacity: .6
}

.your_purchases .container {
    width: 910px;
    margin: 0 auto;
    display: block
}

.your_purchases .your_purchases_carousel_item {
    width: 221px;
    margin: 0 auto;
    display: block
}

.left_column.left_column_full_width {
    width: 100%
}

.left_column.left_column_full_width .latest_dvds_block .container,
.left_column.left_column_full_width .latest_updates_block .container,
.left_column.left_column_full_width .most_popular_models_block .container,
.left_column.left_column_full_width .most_popular_updates_wrap .container {
    width: 910px
}

.whats_hot_wrapper .latest_updates_block .container {
    width: 280px
}

.whats_hot_wrapper .latest_updates_block .latest_updates_wrapper {
    width: 280px
}

.whats_hot_wrapper .latest_updates_block .latest_updates_wrapper img.update_thumb {
    width: 278px
}

.left_column.left_column_full_width .latest_updates_block .latest_updates_wrapper,
.left_column.left_column_full_width .most_popular_updates_wrap .category_listing_wrapper_updates {
    width: 220px
}

.left_column.left_column_full_width .latest_dvds_block .latest_dvds_wrapper,
.left_column.left_column_full_width .most_popular_models_block .most_popular_models_wrapper {
    width: 176px
}

.left_column.left_column_full_width .latest_dvds_block .latest_dvds_wrapper img.latest_dvd_box,
.left_column.left_column_full_width .most_popular_models_block .most_popular_models_wrapper img.most_popular_model_thumb {
    width: 174px
}

.left_column.left_column_full_width .latest_dvds_block .most_popular_models_wrapper {
    width: 176px
}

.left_column.left_column_full_width .latest_dvds_block .most_popular_models_wrapper img.most_popular_model_thumb {
    width: 174px
}

.left_column_full_width .whats_hot_wrapper {
    width: 100%
}

.left_column_full_width .whats_hot_wrapper .latest_updates_block .container {
    width: 910px
}

.left_column_full_width .whats_hot_wrapper .latest_updates_block .latest_updates_wrapper {
    width: 220px
}

.left_column_full_width .polls_block {
    width: 29%
}

.left_column_full_width .polls_block .poll {
    min-width: 0
}

.adv-search-box {
    display: block;
    padding: 25px 15px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px 0 30px;
    position: relative
}

.adv-search-box:first-child {
    margin-top: 50px
}

.adv-search-box h4 {
    display: inline-block;
    padding: 0 5px;
    background: #fff;
    color: #666;
    margin: 0;
    font-size: 15px;
    position: absolute;
    top: -10px
}

.adv-search-box .form-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.adv-search-box .form-row:last-child {
    margin-bottom: 0
}

.adv-search-box .form-row label {
    display: inline-block;
    vertical-align: top;
    line-height: 33px;
    font-weight: 700;
    width: 200px;
    text-align: right;
    margin-right: 10px
}

.adv-search-box .form-row .adv-search-input {
    display: inline-block;
    vertical-align: top
}

.adv-search-box .form-row .adv-search-input input.inputTxt {
    display: block;
    padding: 8px;
    border: 1px solid #ababab
}

.adv-search-box .form-row .adv-search-input .helper {
    display: block;
    font-size: 12px;
    color: #ababab;
    padding-top: 5px
}

.adv-search-box .form-row .adv-search-input select {
    display: block;
    min-width: 200px;
    padding: 8px;
    border: 1px solid #ababab
}

.adv-search-box .form-row ul.adv-search-list {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.adv-search-box .form-row ul.adv-search-list li {
    float: left;
    min-width: 200px;
    margin-right: 5px;
    margin-bottom: 5px
}

.adv-search-box .form-row ul.adv-search-list li.clearfix {
    clear: both
}

.adv-search-box .form-row ul.adv-search-list li label {
    display: block;
    cursor: pointer;
    padding: 8px;
    border: 1px solid #ababab;
    line-height: 100%;
    font-weight: 400;
    width: auto;
    text-align: left;
    margin: 0
}

.adv-search-box .form-row ul.adv-search-list li label.active,
.adv-search-box .form-row ul.adv-search-list li label:hover {
    background: #f1f1f1
}

#searchform input.inputSubmit {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    border: 1px solid #2d2d2d;
    border-radius: 5px;
    background: url(images/top_menu.png) repeat-x center center;
    text-shadow: #fff 1px 1px 1px
}

#searchform input.inputReset {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    border: 1px solid #2d2d2d;
    border-radius: 5px;
    background: url(images/top_menu.png) repeat-x center center;
    text-shadow: #fff 1px 1px 1px
}

#searchform input:hover.inputReset,
#searchform input:hover.inputSubmit {
    background: url(images/title_bar.png);
    color: #fff;
    text-shadow: none
}

.evxTicker>ul>li>a>span {
    color: #ff2121!important;
    text-decoration: underline
}

.evxTicker>ul>li>a>span:hover {
    color: gray!important;
    text-decoration: none
}

#latesttweets_ticker_elevatedx>ul>li>a {
    color: #ff2121!important;
    text-decoration: underline
}

#latesttweets_ticker_elevatedx>ul>li>a:hover {
    color: gray!important;
    text-decoration: none
}

.elxc_join_header {
    background-color: #000;
    color: #fff;
    line-height: 70px;
    font-family: sans-serif, Arial;
    font-size: 30px;
    padding-left: 50px;
    border-bottom: 8px solid #75e6fa
}

.elxc_join_footer {
    background-color: #232323;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top: 8px solid #75e6fa
}

.elxc_join_sitename {
    color: #fff;
    font-weight: 600
}

.elxc_join_subhead {
    text-align: center;
    color: #232323;
    font-size: 26px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 50px
}

.elxc_join_subfoot {
    text-align: center;
    color: #75e6fa;
    font-size: 44px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 100%
}

.elxc_join_secure_seal {
    margin: 10px;
    text-align: left;
    color: #3a3a3a;
    font-size: 18px
}

.elxc_join_secure_seal_img {
    width: 24px;
    height: auto
}

.elxc_join_features {
    font-size: 18px;
    line-height: 125%
}

.elxc_join_features ul {
    list-style: none;
    text-align: left
}

.elxc_join_features ul img {
    float: left;
    margin-right: 20px;
    max-width: 25px
}

.elxc_join_features li {
    margin-bottom: 15px
}

.elxc_join_list_left {
    display: inline-block;
    padding-right: 20px
}

.elxc_join_list_right {
    display: inline-block;
    padding-left: 20px
}

.elxc_footer_disclaimers {
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 22px
}

.elxc_footer_disclaimers a {
    color: silver;
    margin-left: 3px;
    margin-right: 3px
}

.elxc_join_body_container {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    line-height: 100%
}

.elxc_join_body_container .elxc_col {
    float: left;
    width: 40%;
    vertical-align: top;
    padding: 0 10px;
    box-sizing: border-box
}

.elxc_join_body_container .elxc_col:first-child {
    padding-right: 40px;
    width: 30%
}

.elxc_join_body_container .elxc_col.last,
.elxc_join_body_container .elxc_col:last-child {
    width: 30%
}

.elxc_join_body_container .elxc_title_heading {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 700;
    color: #3a3a3a;
    line-height: 120%
}

.elxc_join_body_container .elxc_form_row {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px
}

.elxc_join_body_container .elxc_form_row img {
    margin: 0 auto;
    float: left
}

.elxc_join_body_container .elxc_form_row label {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
    font-size: 16px
}

.elxc_join_body_container .elxc_form_row input[type=email],
.elxc_join_body_container .elxc_form_row input[type=number],
.elxc_join_body_container .elxc_form_row input[type=password],
.elxc_join_body_container .elxc_form_row input[type=text] {
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 1px solid silver;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: none
}

.elxc_join_body_container .elxc_form_row .elxc_form_error {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-top: 5px;
    border: 1px solid #bc0000;
    color: #bc0000;
    background: #fae4e4;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    box-sizing: border-box
}

.elxc_join_body_container .elxc_secure_seal {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    text-align: left
}

.elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 5px
}

.elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 80%
}

.elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px
}

.elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text p {
    display: inline-block;
    width: 100%;
    margin: 0
}

.elxc_join_body_container ul.elxc_join_options {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: normal
}

.elxc_join_body_container ul.elxc_join_options li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    box-sizing: border-box
}

.elxc_join_body_container ul.elxc_join_options li label {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    padding: 20px 15px 20px 20px;
    border-radius: 10px;
    background: #dadada;
    cursor: pointer
}

.elxc_join_body_container ul.elxc_join_options li.active label {
    background: #b3fe92
}

.elxc_join_body_container ul.elxc_join_options li label input[type=radio] {
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -6.5px
}

.elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description {
    display: inline-block;
    width: 240px;
    vertical-align: middle
}

.elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description strong {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500
}

.elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description small {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    padding-top: 3px
}

.elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-price {
    display: inline-block;
    width: 90px;
    position: relative;
    vertical-align: middle;
    text-align: right
}

.elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-symbol {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: -5px;
    left: 3px
}

.elxc_join_body_container ul.elxc_join_options li label span.elxc_join_op-price-big {
    font-family: sans-serif, Arial;
    font-size: 22px;
    font-weight: 700
}

.elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-small {
    font-family: sans-serif, Arial;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    top: -5px;
    left: -2px;
    word-break: keep-all;
    white-space: nowrap
}

.elxc_join_body_container ul.elxc_join_options li label sub.elxc_join_op-price-time {
    font-family: sans-serif, Arial;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    right: 0;
    left: 0;
    top: 22px;
    text-align: center
}

.elxc_join_body_container input[type=submit],
.elxc_member_submit {
    line-height: 100%;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 28px;
    font-weight: 700;
    border: 0;
    white-space: normal;
    background: #3ba32a;
    background: -moz-linear-gradient(top, #3ba32a 1%, #348726 100%);
    background: -webkit-linear-gradient(top, #3ba32a 1%, #348726 100%);
    background: linear-gradient(to bottom, #3ba32a 1%, #348726 100%)
}

.elxc_join_body_container input[type=submit]:hover,
.elxc_member_submit:hover {
    opacity: .8
}

.elxc_join_body_container .elxc_join_secure_lock {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    text-align: center
}

.elxc_join_body_container .elxc_join_secure_lock img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    max-width: 18px;
    position: relative;
    top: -4px
}

.elxc_join_footer .elx_join_page_updates {
    display: inline-block;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 30px;
    text-align: center
}

.elxc_join_footer .elx_join_page_updates .join_page_image {
    display: inline-block;
    width: 32.5%;
    padding: 1% .2%;
    box-sizing: border-box
}

.reg_login_link {
    margin-bottom: 20px;
    font-size: 16px;
    color: red
}

.reg_login_link a {
    color: gray
}

.reg_login_link a:hover {
    color: silver
}

@media only screen and (min-width:1600px) {
    .elxc_join_body_container .elxc_col,
    .elxc_join_body_container .elxc_col:first-child,
    .elxc_join_body_container .elxc_col:last-child {
        width: 33.33%;
        padding: 0 20px
    }
    .elxc_join_features {
        font-size: 32px
    }
    .elxc_join_footer .elx_join_page_updates .join_page_image {
        width: 16.4%;
        padding: 0 .2%
    }
    .elxc_join_features ul img {
        max-width: 100%
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description {
        width: 320px
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-price {
        width: 125px
    }
    .elxc_join_body_container ul.elxc_join_options li label span.elxc_join_op-price-big {
        font-size: 25px
    }
    .elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-symbol {
        font-size: 25px;
        font-weight: 300;
        font-family: sans-serif, Arial;
        padding-right: 4px
    }
    .elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-small {
        font-size: 26px
    }
    .elxc_join_body_container ul.elxc_join_options li label sub.elxc_join_op-price-time {
        top: 28px
    }
}

@media only screen and (max-width:959px) {
    .elxc_join_subhead {
        font-size: 20px;
        line-height: 100%
    }
    .elxc_join_subfoot {
        font-size: 35px
    }
    .elxc_join_features {
        font-size: 14px
    }
    .elxc_join_features ul img {
        margin-right: 10px;
        max-width: 20px
    }
    .elxc_join_body_container .elxc_col {
        padding: 0 10px;
        width: 50%
    }
    .elxc_join_body_container .elxc_col:first-child {
        width: 50%
    }
    .elxc_join_body_container .elxc_col.last,
    .elxc_join_body_container .elxc_col:last-child {
        display: none
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description {
        width: 205px
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description strong {
        font-size: 16px;
        margin-bottom: 0
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description small {
        font-size: 11px
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-price {
        width: 110px
    }
    .elxc_join_body_container ul.elxc_join_options li label span.elxc_join_op-price-big {
        font-size: 40px
    }
    .elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-symbol {
        font-size: 20px;
        top: -5px
    }
    .elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-small {
        font-size: 22px;
        top: -5px
    }
}

@media screen and (max-width:767px) {
    .elxc_join_header {
        text-align: center;
        font-size: 22px;
        line-height: 140%;
        padding: 10px 0
    }
    .elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text {
        width: 80%
    }
    .elxc_join_body_container .elxc_col {
        width: 100%;
        margin-bottom: 15px
    }
    .elxc_join_body_container .elxc_col:first-child {
        width: 100%;
        padding-right: 10px
    }
    .elxc_join_body_container ul.elxc_join_options li {
        padding-left: 20px
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description {
        width: 210px
    }
    .elxc_join_subfoot {
        font-size: 20px
    }
    .elxc_join_list_left,
    .elxc_join_list_right {
        width: 100%;
        padding: 0
    }
    .elxc_join_list_left ul {
        margin-bottom: 0
    }
    .elxc_join_list_right ul {
        margin-top: 0
    }
    .elxc_form_row.captcha,
    .elxc_join_body_container .elxc_form_row .elxc_form_error,
    .elxc_join_body_container .elxc_form_row label,
    .elxc_join_body_container .elxc_title_heading,
    .reg_login_link {
        text-align: center
    }
}

@media only screen and (max-width:479px) {
    .elxc_join_subhead {
        font-size: 16px;
        margin-bottom: 25px
    }
    .elxc_join_body_container .elxc_title_heading {
        font-size: 16px;
        margin-bottom: 10px
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description,
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-price {
        width: 100%;
        text-align: center
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-price {
        line-height: 100%;
        margin-top: 15px
    }
    .elxc_join_body_container ul.elxc_join_options li label span.elxc_join_op-price-big {
        line-height: 100%
    }
    .elxc_join_body_container input[type=submit] {
        font-size: 20px
    }
    .elxc_join_body_container .elxc_join_secure_lock {
        font-size: 12px
    }
    .elxc_join_body_container .elxc_join_secure_lock img {
        max-width: 10px
    }
    .elxc_join_features ul {
        padding-left: 10px
    }
    .elxc_join_footer .elx_join_page_updates .join_page_image {
        width: 48.5%;
        padding: 1%
    }
    .elxc_join_features ul img {
        max-width: 18px
    }
    .elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_icon {
        width: 22px
    }
    .elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text {
        width: 76%;
        text-align: center
    }
    .elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text strong {
        margin: 0
    }
    .elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text p {
        font-size: 10px
    }
}

.tags_filter {
    display: none;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background: #f4f3f3;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative
}

.tags_filter .tags_filter_title {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 100%
}

.tags_filter .tags_filter_close {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px
}

.tags_filter .tags_filter_close a {
    display: inline-block;
    border: 1px solid #ccc;
    color: #222;
    padding: 5px 7px;
    border-radius: 4px;
    background: url(images/top_menu.png) repeat-x center top
}

.tags_filter .tags_filter_close a:hover {
    border: 1px solid #ccc;
    color: #fff;
    background: url(images/top_navbar.png) repeat-x center top
}

.tags_filter ul.tags_filter_list {
    display: inline-block;
    width: 100%;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 13px
}

.tags_filter ul.tags_filter_list li {
    display: inline-block;
    min-width: 188px;
    margin: 2px 0 1px
}

.tags_filter ul.tags_filter_list li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #777;
    background: #fff;
    text-decoration: none
}

.tags_filter ul.tags_filter_list li a span {
    float: right
}

.tags_filter ul.tags_filter_list li a:hover {
    border: 1px solid #ccc;
    color: #222;
    background: #ccc
}

.tags_filter ul.tags_filter_list li.active a {
    border: 1px solid #ff2121;
    color: #fff;
    text-decoration: none;
    background: #ff2121
}

.tags_filter .tags_filter_buttons {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.tags_filter .tags_filter_buttons a.filter-btn {
    display: inline-block;
    border-radius: 4px;
    text-shadow: #fff 1px 1px 1px;
    padding: 10px 15px;
    text-align: left;
    font-size: 15px;
    color: #222;
    text-decoration: none;
    background: url(images/top_menu.png) repeat-x center top;
    border: 1px solid #ccc
}

.tags_filter .tags_filter_buttons a.filter-btn i.fa {
    float: right;
    font-weight: 300
}

.tags_filter .tags_filter_buttons a.filter-btn.btn-blue {
    font-weight: 700
}

.tags_filter .tags_filter_buttons a:hover.filter-btn {
    color: #fff;
    background: url(images/top_navbar.png) repeat-x center top;
    text-shadow: #000 1px 1px 1px
}

.tags_filter .tags_filter_footer {
    display: inline-block;
    width: 100%;
    text-align: center
}

.tags_filter .tags_filter_footer a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #ff2121;
    text-decoration: underline
}

.tags_filter .tags_filter_footer a:hover {
    color: gray;
    text-decoration: none
}

.tags_filter input#tags_filter_input {
    display: none
}

.tags_filter_trigger {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px
}

.tags_filter_trigger.searchpage {
    margin-right: 0
}

.tags_filter_trigger a {
    display: inline-block;
    position: relative;
    top: 0;
    width: auto;
    padding-right: 10px;
    height: 29px;
    line-height: 29px;
    border-radius: 5px;
    background: url(images/top_menu.png) repeat-x center top;
    color: #ff2121;
    font-size: 12px;
    font-weight: 300;
    padding-left: 10px;
    cursor: pointer;
    border: 1px solid #ccc
}

.tags_filter_trigger a .svg-inline--fa,
.tags_filter_trigger a i.fa {
    margin-right: 5px
}

.tags_filter_trigger a.active,
.tags_filter_trigger a:hover {
    background: #ff2121;
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width:1600px) {
    .tags_filter ul.tags_filter_list li {
        min-width: 190px
    }
}

@media only screen and (max-width:959px) {
    .tags_filter ul.tags_filter_list li {
        min-width: 178px
    }
}

@media screen and (max-width:767px) {
    .tags_filter ul.tags_filter_list li {
        min-width: 48%;
        margin: .5%
    }
    .tags_filter_trigger {
        float: none;
        display: inline-block;
        margin: 0;
        margin-bottom: 10px
    }
    .tags_filter_trigger a {
        height: 28px
    }
    .tags_filter_trigger.searchpage {
        float: right;
        width: 100%;
        text-align: center;
        margin: 10px 0
    }
}

@media only screen and (max-width:479px) {
    .tags_filter ul.tags_filter_list li {
        min-width: 100%;
        margin: 0 0 2px
    }
    .tags_filter .tags_filter_buttons a.btn {
        margin-bottom: 4px
    }
    .tags_filter .tags_filter_buttons a.btn:last-child {
        margin-bottom: 0
    }
}

.news_info {
    display: block;
    clear: both;
    background: rgba(255, 255, 255, .2)
}

.modelUpdates {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.model_update_block {
    float: left;
    background: rgba(255, 255, 255, .2);
    width: 49%;
    padding: 1%;
    box-sizing: border-box;
    margin-bottom: 30px
}

.model_update_block:nth-child(2n+2) {
    float: right
}

.model_update_block .left {
    float: left;
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box
}

.model_update_block .right {
    float: right;
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box
}

.model_update_block .model_update_block_image {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative
}

.model_update_block .model_update_block_image a {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative
}

.model_update_block .model_update_block_image a .model_update_thumb {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 5
}

.model_update_block .model_update_block_image a .play_icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    margin-top: -25px;
    margin-left: -25px
}

.model_update_block .model_update_block_info.update_block_info {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    line-height: 125%
}

.model_update_block .model_update_block_info.update_block_info hr.update_hr {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    height: 0;
    border: 0;
    border-bottom: 1px solid #ccc
}

.model_update_block.fullwidth {
    width: 100%
}

.model_update_block.fullwidth .left {
    width: 30%
}

.model_update_block.fullwidth .right {
    width: 70%
}

@media only screen and (max-width:1279px) {
    .model_update_block {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .model_update_block .left,
    .model_update_block .right,
    .model_update_block.fullwidth .left,
    .model_update_block.fullwidth .right {
        width: 100%;
        padding: 0
    }
    .model_update_block .left,
    .model_update_block.fullwidth .left {
        margin-bottom: 10px
    }
}

.comingsoon_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    display: block
}

.comingsoon_overlay .centerbox {
    display: table;
    width: 100%;
    height: 100%
}

.comingsoon_overlay .middle {
    display: table-cell;
    vertical-align: middle
}

.comingsoon_overlay .middle .comingsoon_box {
    margin: auto;
    vertical-align: middle;
    display: inline-block;
    width: 500px;
    padding: 25px;
    border: 1px solid #c1c1c1;
    background: #f1f1f1;
    color: #222;
    font-size: 18px;
    text-transform: none;
    position: relative
}

.comingsoon_overlay .middle .comingsoon_box span.icon {
    font-size: 38px;
    vertical-align: top
}

.comingsoon_overlay .middle .comingsoon_box h3 {
    display: inline-block;
    width: 100%;
    padding: 15px 0 10px;
    font-size: 18px;
    vertical-align: top
}

.comingsoon_overlay .middle .comingsoon_box p {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    vertical-align: top
}

.comingsoon_overlay .middle .comingsoon_box a.close_comingsoon_box {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 8px;
    border: 1px solid #c1c1c1;
    color: #222;
    font-weight: 300;
    font-size: 10px
}

.comingsoon_overlay .middle .comingsoon_box a:hover.close_comingsoon_box {
    background: #c1c1c1;
    color: #fff
}

@media screen and (max-width:870px) {
    .comingsoon_overlay .middle .comingsoon_box {
        width: 96%
    }
}

@media screen and (max-width:767px) {
    .comingsoon_overlay .middle .comingsoon_box {
        padding: 10px
    }
    .comingsoon_overlay .middle .comingsoon_box h3 {
        font-size: 14px
    }
    .comingsoon_overlay .middle .comingsoon_box p {
        font-size: 12px;
        line-height: 120%
    }
    .comingsoon_overlay .middle .comingsoon_box i.trailer_lock {
        max-width: 20px
    }
    .comingsoon_overlay .middle .comingsoon_box a.btn-join {
        padding: 10px
    }
}

@media screen and (max-width:480px) {
    .comingsoon_overlay .middle .comingsoon_box {
        width: 100%
    }
    .comingsoon_overlay .middle .comingsoon_box h3 {
        width: auto;
        padding: 0;
        vertical-align: middle
    }
    .comingsoon_overlay .middle .comingsoon_box p {
        margin-top: 10px
    }
    .comingsoon_overlay .middle .comingsoon_box a.btn-join {
        padding: 5px;
        margin-top: 10px
    }
}

.main_toolbar {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0;
    color: #fff;
    text-align: left
}

.main_toolbar a {
    text-decoration: none;
    color: #ff2121
}

.main_toolbar .page_body {
    background: 0 0;
    text-align: left
}

.main_toolbar #live_show_box {
    float: left
}

.main_toolbar .live_show_pre_text {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.main_toolbar .live_show_ticker_wrapper {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto
}

.main_toolbar .live_show_ticker_wrapper_table {
    border: 0;
    font-size: 14px;
    background: 0 0;
    padding: 0 5px
}

.main_toolbar .live_show_ticker_data {
    background-color: #717171;
    border: 0;
    border-radius: 4px;
    color: #fff
}

.main_toolbar ul.main_toolbar_links {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none
}

.main_toolbar ul.main_toolbar_links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    vertical-align: middle
}

.main_toolbar ul.main_toolbar_links a {
    display: inline-block;
    color: #ccc;
    text-decoration: none;
    font-size: 16px;
    vertical-align: middle;
    position: relative
}

.main_toolbar ul.main_toolbar_links a:hover {
    color: #ed3338
}

.main_toolbar ul.main_toolbar_links a.hilite {
    color: #eee
}

.main_toolbar ul.main_toolbar_links a.hilite:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff
}

.main_toolbar ul.main_toolbar_links a.toolbar_btn {
    padding: 6px 10px;
    background: #fff;
    color: #222;
    border-radius: 4px;
    font-size: 15px;
    vertical-align: middle
}

.main_toolbar ul.main_toolbar_links a:hover.toolbar_btn {
    background: #ff2121;
    color: #fff
}

.main_toolbar .cart_num_wrapper {
    margin-left: 10px;
    height: auto
}

.main_toolbar .cart_num {
    width: 44px;
    height: 23px;
    padding-top: 1px
}

.main_toolbar .messaging_box {
    float: left
}

.main_toolbar .messaging_box.extra-margin {
    margin-left: 40px
}

.main_toolbar .messaging_box a {
    display: inline-block;
    text-decoration: none;
    padding: 6px 10px;
    background: #fff;
    color: #222;
    border-radius: 4px;
    font-size: 15px;
    vertical-align: middle
}

.main_toolbar .messaging_box a:hover {
    background: #ff2121;
    color: #fff
}

.main_toolbar li.icon_dropdown {
    position: relative
}

.main_toolbar li.icon_dropdown ul.toolbar_sub {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 120px;
    padding: 10px;
    background: #f1f1f1;
    color: #000;
    z-index: 777;
    margin-top: 14px;
    box-shadow: #222 0 0 5px
}

.main_toolbar li.icon_dropdown ul.toolbar_sub:before {
    content: '';
    position: absolute;
    top: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f1f1f1
}

.main_toolbar li.icon_dropdown ul.toolbar_sub li {
    display: block;
    text-align: left;
    line-height: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0
}

.main_toolbar li.icon_dropdown ul.toolbar_sub li:last-child {
    border-bottom: 0
}

.main_toolbar li.icon_dropdown ul.toolbar_sub li a {
    display: block;
    text-align: left;
    padding: 5px 10px;
    background: 0 0;
    line-height: 130%;
    background: #f1f1f1;
    color: #000;
    border-radius: 0;
    font-size: 12px
}

.main_toolbar li.icon_dropdown ul.toolbar_sub li a:hover,
.sites_dropdown ul.sites_list li ul.dropdown_sites li a.active {
    background: #ff2121;
    color: #fff
}

.mdfslider {
    width: 100%;
    overflow: hidden
}

.mdfslider ul {
    display: flex;
    padding: 0;
    width: 400%;
    animation: cambio 20s infinite normal linear
}

.mdfslider li {
    width: 100%;
    list-style: none
}

.mdfslider img {
    width: 100%;
    max-width: 963px
}

@keyframes cambio {
    0% {
        margin-left: 0
    }
    20% {
        margin-left: 0
    }
    25% {
        margin-left: -100%
    }
    45% {
        margin-left: -100%
    }
    50% {
        margin-left: -200%
    }
    70% {
        margin-left: -200%
    }
    75% {
        margin-left: -300%
    }
    100% {
        margin-left: -300%
    }
}

.sc_column {
    float: left;
    width: 50%
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.sc_column {
    float: left;
    width: 50%
}

.row:after {
    content: "";
    display: table;
    clear: both
}

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

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%
}

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

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

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.span_3_of_3 {
    width: 100%
}

.span_2_of_3 {
    width: 66.13%
}

.span_1_of_3 {
    width: 32.26%
}

@media only screen and (max-width:480px) {
    .col {
        margin: 1% 0
    }
    .span_1_of_3,
    .span_2_of_3,
    .span_3_of_3 {
        width: 100%
    }
}

h1,
h2,
h3 {
    color: #fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em;
    line-height: 1em
}

h3 {
    font-size: 1.2em
}

/* start:header */

div.saleEnding { font-size: 60px; color: #FFF; text-align: center; line-height: 50px; display: inline-block; font-size: 60px; font-weight: 300; line-height: 50px; }

ul.countdown { list-style: none; margin: 15px 0; padding: 0; display: block; text-align: center; }
ul.countdown li { display: inline-block; }
ul.countdown li span { font-size: 60px; font-weight: 300; line-height: 50px; color: #FFF; }
ul.countdown li.seperator { font-size: 60px; line-height: 50px; vertical-align: top; }
ul.countdown li p { color: #a7abb1; font-size: 14px; }
ul.countdown { list-style: none; margin: 15px 0; padding: 0; display: block; text-align: center; }
ul.countdown li { display: inline-block; }
ul.countdown li span { font-size: 60px; font-weight: 300; line-height: 50px; }
ul.countdown li.seperator { font-size: 60px; line-height: 50px; vertical-align: top; }
ul.countdown li p { color: #a7abb1; font-size: 14px; }

.autoGraphBigWindow { display: inline-block; }
.main_toolbar ul.main_toolbar_links a.autoGraphSmallWindow { display: none; }

@media (max-width: 960px) {
    div.saleEnding { font-size: 24px; line-height: 40px; }
    ul.countdown li p { color: #a7abb1; font-size: 14px; }
    ul.countdown li span { font-size: 40px; font-weight: 300; line-height: 40px; }
    ul.countdown li.seperator { font-size: 40px; line-height: 30px; vertical-align: top; }
    li.languages { width: 100%; }
    .main_toolbar ul.main_toolbar_links a.autoGraphSmallWindow { display: inline-block; margin-left: 25px; float: right; }
    .txtTopXvid { margin: 10px auto; }
    .autoGraphBigWindow { display: none; }
}  

@media (max-width: 620px) {
    .main_toolbar ul.main_toolbar_links a.autoGraphSmallWindow { display: none; }
}
@media (max-width: 560px) {
    .autoGraphBigWindow { display: none; }
    .autoGraphBigWindow img { margin: auto; }
}  
@media (max-width: 520px) {
    div.saleEnding { font-size: 24px; line-height: 40px; display: block; }
    p.saleEnding  { display: none; }
    ul.countdown  { display: block; margin-top: 0px; }
}  
@media (max-width: 500px) {
    ul.countdown li p { color: #a7abb1; font-size: 14px; }
    ul.countdown li span { font-size: 40px; font-weight: 300; line-height: 40px; }
    ul.countdown li.seperator { font-size: 40px; line-height: 30px; vertical-align: top; }
} 

/* end:header */

.category_update_thumb {
    width: 234px;
    height: 176px
}

.category_model_thumb {
    width: 209px;
    height: 273px
}

.update_thumb {
    width: 420px;
    height: 290px
}

.model_profile { margin-right: 10px; margin-left: 8px; }

.model_bio {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: top;
    line-height: 22px;
    color: #505050
}

.model_bio_thumb {
    width: 220px;
    height: auto;
    max-width: 220px
}

.model_bio_heading {
    font-weight: 700;
    line-height: 30px
}

.model_bio_page .model_picture {
    width: 220px
}

.twitter {
    text-align: left
}

.twitter_account {
    text-align: left;
    padding: 0;
    color: #2d2d2d;
    line-height: 24px
}

.twitter_account a {
    color: #ff2121;
    font-weight: 700
}

.twitter_description {
    display: block;
    text-align: left;
    padding: 6px;
    color: #2d2d2d;
    line-height: 22px
}

.tweet {
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 8px;
    padding-right: 0;
    font-size: 12px;
    color: #2d2d2d;
    line-height: 20px
}

.tweet a {
    color: #ff2121
}

.tweet a:hover {
    color: gray
}

.tweet_background {
    background: -webkit-linear-gradient(#fff, #dedede);
    background: -o-linear-gradient(#fff, #dedede);
    background: -moz-linear-gradient(#fff, #dedede);
    background: linear-gradient(#fff, #dedede)
}

.twitter_icon {
    margin: 21px;
    float: left;
    display: inline;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/trial/images/icons/twitter_icon.png)
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .twitter_icon {
        margin: 21px;
        float: left;
        display: inline;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/trial/images/icons/twitter_icon_retina.png)
    }
}

.telegram_icon {
    margin: 10px;
    float: right;
    display: inline;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/trial/images/icons/telegram_icon.png)
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .telegram_icon {
        margin: 10px;
        float: right;
        display: inline;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/trial/images/icons/telegram_icon_retina.png)
    }
}
.facebook {
    text-align: left
}

.facebook_account {
    text-align: left;
    padding: 6px;
    color: #2d2d2d;
    line-height: 24px
}

.facebook_account a {
    color: #fff;
    font-weight: 700
}

.facebook_description {
    display: block;
    text-align: left;
    padding: 6px;
    color: #2d2d2d;
    line-height: 22px
}

.facebook_post {
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 8px;
    padding-right: 0;
    font-size: 12px;
    color: #2d2d2d;
    line-height: 20px
}

.facebook_post a {
    color: #ff2121
}

.facebook_post a:hover {
    color: gray
}

.facebook_post_background {
    background: -webkit-linear-gradient(#fff, #dedede);
    background: -o-linear-gradient(#fff, #dedede);
    background: -moz-linear-gradient(#fff, #dedede);
    background: linear-gradient(#fff, #dedede)
}

.facebook_icon {
    margin: 8px;
    float: left;
    display: inline;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/trial/images/icons/facebook_icon.png)
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .facebook_icon {
        margin: 8px;
        float: left;
        display: inline;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/trial/images/icons/facebook_icon_retina.png)
    }
}

.facebook_link {
    display: inline-block;
    line-height: 100%
}

.facebook_link .facebook_icon {
    float: none;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    line-height: 100%;
    width: 18px;
    height: 24px;
    margin-right: 4px
}

.facebook_link .facebook_account {
    display: inline-block;
    padding: 0;
    line-height: 100%
}

.twitter_link {
    display: inline-block;
    line-height: 100%
}

.twitter_link .twitter_account {
    color: #fff;
    line-height: 100%
}

.twitter_link .twitter_account a {
    color: #fff
}

.twitter_link .twitter_account a .twitter_icon {
    margin: 0;
    margin-right: 4px;
    width: 19px;
    height: 19px;
    margin-top: -3px
}

.twitter_link .twitter_account a:hover {
    color: gray
}

.rating_box {
    display: inline
}

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

.rating_nonvoteable {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    background-size: 100%
}

.rating_empty {
    background-image: url(/trial/images/icons/star-outline.png)
}

.rating_voted {
    background-image: url(/trial/images/icons/star.png)
}

.rating_half {
    background-image: url(/trial/images/icons/star-outline-half.png)
}

.rating_unrated {
    background-image: url(/trial/images/icons/star-unrated.png)
}

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

.avg_rating {
    font-size: 12px
}

.gallery_info .avg_rating {
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center; font-size: 15px; float: right; width: auto; color: #000;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .rating_voteable {
        vertical-align: top;
        display: inline-block;
        width: 16px;
        height: 16px;
        padding: 0;
        background-size: 100%;
        cursor: pointer
    }
    .rating_nonvoteable {
        display: inline-block;
        width: 16px;
        height: 16px;
        padding: 0;
        background-size: 100%
    }
    .rating_empty {
        background-image: url(/trial/images/icons/star-outline_retina.png)
    }
    .rating_voted {
        background-image: url(/trial/images/icons/star_retina.png)
    }
    .rating_half {
        background-image: url(/trial/images/icons/star-outline-half_retina.png)
    }
    .rating_unrated {
        background-image: url(/trial/images/icons/star-unrated_retina.png)
    }
}

.join_button {
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    line-height: 36px;
    display: inline;
    float: right;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    color: #fff;
    text-decoration: none;
    background-image: url(/trial/images/button_green.png)
}

.join_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.see_more_button {
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
    width: 120px;
    line-height: 36px;
    display: block;
    float: right;
    text-align: center;
    vertical-align: middle;
    border: 0;
    color: #2d2d2d;
    text-decoration: none;
    background-image: url(/trial/images/see_more_button.png)
}

.see_more_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

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

.login-popup {
    margin-top: -306px;
    margin-left: -382px;
    padding: 0;
    width: 740px;
    min-height: 588px;
    line-height: 18px;
    color: #2d2d2d;
    background: #d9d9d9;
    float: left;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4)
}

.nohoverfade:hover {
    opacity: 1
}

.splash_popup_wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 200001
}

.splash_header {
    margin: 2px;
    line-height: 50px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #272626
}

.splash_warning_wrapper {
    width: 550px;
    margin-left: auto;
    margin-right: auto
}

.splash_warning_title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    vertical-align: middle
}

.splash_warning_icon {
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px;
    background-image: url(/trial/images/splash_images/warning_icon.png)
}

.splash_warning_message {
    margin-bottom: 8px;
    padding: 10px;
    width: 85%;
    height: 310px;
    border: 2px solid;
    border-color: #c3c3c3
}

.exit {
    color: #000;
    text-decoration: underline
}

.enter {
    margin-left: auto;
    margin-right: auto;
    width: 278px
}

.enter a {
    text-decoration: none
}

.enter_button {
    margin-top: 10px;
    width: 278px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-image: url(/trial/images/splash_images/enter_button.png)
}

.enter_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.members_button {
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    line-height: 37px;
    display: inline;
    float: right;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #fff;
    text-decoration: none;
    background-image: url(/trial/images/button_dark.png)
}

.members_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.mobile_button {
    margin: auto;
    text-align: center;
    border: 0;
    color: #fff;
    text-decoration: underline
}

.mobile_button:hover {
    color: gray
}
.between_update_join_links {
    margin: 0 auto;
    text-align: center
}

.between_update_join_links span {
    line-height: 65px;
    vertical-align: top
}

.between_update_join_links a {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #ff2121
}

.between_update_join_links a:hover {
    color: gray
}

.join_next_link_container {
    margin-left: auto;
    margin-right: auto;
    width: 810px
}

.join_link {
    margin: 0;
    display: inline-block;
    float: left
}

.join_links_big {
    margin: 0 auto;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 700
}

.join_links_big a {
    color: #ff2121
}

.join_links_big a:hover {
    color: gray
}

.update_block_footer {
    width: 100%;
    display: inline-block
}

.update_block_footer a {
    text-decoration: none
}

.join_button_preview_table {
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    line-height: 36px;
    display: inline;
    float: right;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    color: #fff;
    text-decoration: none;
    background-image: url(/trial/images/button_green.png)
}

.update_table_left {
    float: left;
    display: inline-block
}

.update_table_right {
    display: inline-block
}

.small_update_thumb {
    margin-left: 2px;
    margin-bottom: 2px;
    width: 148px;
    height: 115px
}

.large_update_thumb {
    width: 332px;
    height: 234px
}

.update_block_info {
    padding: 10px;
    padding-right: 10px;
    text-align: left;
    line-height: 22px;
    width: 310px;
    color: #fff
}

.update_image {
    padding-top: 10px;
    padding-right: 0;
    width: 646px;
    text-align: right;
    float: right;
    position: relative
}

.update_hr {
    width: 100%;
    height: 1px;
    color: gray
}

.update_thumbs_container {
    display: inline
}

.update_title {
    font-size: 16px;
    font-weight: 700
}

.update_counts_preview_table {
    margin-top: 6px;
    padding-left: 20px;
    width: 490px;
    height: 37px;
    line-height: 37px;
    display: inline;
    float: right;
    text-align: left;
    vertical-align: middle;
    border: 0;
    background-image: url(/trial/images/button_dark.png)
}

.latest_update_description {
    font-weight: 400;
    color: silver
}

.most_popular_model_thumb {
    width: 186px;
    height: 251px
}

.play_icon_overlay {
    left: 142px;
    top: 104px;
    position: absolute;
    width: 50px;
    height: 50px
}

#hpromo {
    display: none
}

#hpromo img {
    border: 0
}

.replay {
    color: #2d2d2d
}

.views_remaining {
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d
}

.join_header {
    margin-left: auto;
    margin-right: auto;
    width: 994px;
    padding: 0;
    text-align: center
}

.join_header_image {
    margin: 0;
    padding: 0;
    width: 994px;
    height: 150px
}

.join_body_container {
    margin-left: auto;
    margin-right: auto;
    width: 900px
}

.join_left {
    width: 260px;
    float: left;
    display: inline-block
}

.join_middle {
    width: 285px;
    float: right;
    display: inline
}

.join_middle a {
    text-decoration: none
}

.join_submit_button {
    margin-top: 10px;
    width: 278px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-image: url(/trial/images/join_images/submit_button.png)
}

.join_submit_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.join_right {
    margin-top: 5px;
    padding-left: 5px;
    width: 340px;
    float: right;
    display: inline;
    text-align: left
}

.secure_wrapper {
    width: 320px;
    font-size: 35px;
    line-height: 74px;
    font-weight: 700;
    color: #454444
}

.secure_text {
    margin-top: 10px;
    float: right;
    font-size: 35px;
    line-height: 25px;
    font-weight: 700;
    color: #454444
}

.secure_badge {
    float: left;
    width: 64px;
    height: 74px;
    line-height: 74px;
    background-image: url(/trial/images/join_images/badge.png)
}

.secure_text_2 {
    float: right;
    font-size: 18px;
    font-weight: 700;
    color: #454444
}

.join_footer {
    font-size: 14px;
    color: #272727;
    text-align: center
}

.join_footer a {
    font-size: 14px;
    color: #272727;
    text-align: center
}

.join_footer a:hover {
    font-size: 14px;
    color: silver;
    text-align: center
}

.option_heading {
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.payment_icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    float: right
}

.payment_option_wrapper {
    margin-top: 5px;
    padding-left: 10px;
    width: 240px;
    border: 1px;
    border-style: solid;
    border-color: silver;
    line-height: 48px;
    font-weight: 700;
    color: #454444;
    display: inline-block
}

.membership_type_wrapper {
    margin-top: 5px;
    padding-left: 10px;
    width: 266px;
    border: 1px;
    border-style: solid;
    border-color: silver;
    line-height: 48px;
    font-weight: 700;
    color: #454444
}

.join_page_updates_block {
    width: 965px
}

.join_page_updates_wrapper {
    width: 215px;
    display: inline-block;
    font-size: 14px;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 5px
}

.join_page_updates_thumb {
    width: 215px;
    height: 162px
}

.join_large_update_thumb {
    width: 332px;
    height: 257px
}

.thumbs {
    border-style: solid;
    border-width: 1px;
    border-color: gray
}

.left {
    float: left
}

.warning {
    font-size: 14px;
    font-weight: 700;
    color: red
}

.section_background {
    background: -webkit-linear-gradient(silver, #fff);
    background: -o-linear-gradient(silver, #fff);
    background: -moz-linear-gradient(silver, #fff);
    background: linear-gradient(silver, #fff);
    padding-top: 10px
}

.section_background_reverse {
    background: -webkit-linear-gradient(#fff, silver);
    background: -o-linear-gradient(#fff, silver);
    background: -moz-linear-gradient(#fff, silver);
    background: linear-gradient(#fff, silver);
    padding-top: 10px
}

ol {
    padding-left: 20px
}

li {
    padding-left: 0
}

.header {
    margin-left: auto;
    border: 0;
    margin-right: auto;
    padding: 0;
    width: 996px;
    text-align: center;
    position: relative
}

.header a:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.header_image {
    margin: auto;
    border: 0;
    padding: 0;
    max-width: 1000px
}

.members_button {
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    line-height: 37px;
    display: inline;
    float: right;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    color: #fff;
    text-decoration: none;
    background-image: url (images/button_dark.png)
}

.members_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.top_navbar_wrapper {
    margin: 0;
    width: 100%;
    min-width: 1000px;
    text-align: center;
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-style: solid;
    border-color: #fff
}

.top_navbar_container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    width: 1280px;
    display: inline-block;
    vertical-align: middle;
    line-height: 71px;
    font-size: 12px;
    color: #fff
}

.top_navbar_container a {
    text-decoration: none
}

.top_navbar {
    float: inherit
}

.top_navbar span {
    color: gray
}

.top_navbar a {
    text-decoration: underline;
    margin: 5px;
    color: #fff;
    background: #c01;
    border-radius: 15px;
    padding: 15px;
    text-align: left
}

.top_navbar a.current {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 51px;
    text-decoration: none;
    color: gray
}

.top_navbar a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.top_navbar a.hilite {
    color: #ff2121;
    font-weight: 900
}

.top_navbar a.newmessage {
    color: #ff0;
    font-weight: 700
}

.sites_dropdown {
    display: inline-block;
    float: right;
    position: relative;
    margin-right: 10px
}

#site_dropdown {
    max-width: 250px
}

.sites_dropdown ul.sites_list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff
}

.sites_dropdown ul.sites_list li {
    display: inline-block;
    display: block;
    padding: 0
}

.sites_dropdown ul.sites_list li>a {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 5px;
    background: #000 url(images/title_bar.png) repeat-x center -1px;
    color: #fff;
    position: relative
}

.sites_dropdown ul.sites_list li>a:hover {
    background: #333
}

.sites_dropdown ul.sites_list li>a span {
    display: inline-block;
    background: #555;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    line-height: 15px;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    text-align: center;
    position: relative;
    top: -1px
}

.sites_dropdown ul.sites_list li>a:hover span {
    background: #ff2121
}

.sites_dropdown ul.sites_list li ul.dropdown_sites {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    background: #f1f1f1;
    padding: 10px;
    color: #222;
    list-style: none;
    max-width: 250px;
    line-height: 100%;
    box-shadow: #222 0 0 5px;
    z-index: 777
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li {
    display: block;
    text-align: left;
    line-height: 100%;
    border-bottom: 1px solid #ccc
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li:last-child {
    border-bottom: 0
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li a {
    display: block;
    text-align: left;
    padding: 5px 10px;
    background: 0 0;
    line-height: 130%;
    background: #f1f1f1;
    color: #000;
    border-radius: 0
}

.sites_dropdown ul.sites_list li ul.dropdown_sites li a.active,
.sites_dropdown ul.sites_list li ul.dropdown_sites li a:hover {
    background: #ff2121;
    color: #fff
}

.top_menu_wrapper {
    margin: auto;
    height: 51px;
    text-align: center;
    vertical-align: middle;
    background-color: #171717
}

.top_menu_wrapper .page_body {
    background: 0 0
}

.top_menu_container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    width: 1266px;
    display: inline-block;
    vertical-align: middle;
    line-height: 68px;
    background: #171717;
}

.top_menu_container a {
    text-decoration: none
}

.top_menu {
    float: left;
    border-right: 0 solid #fff
}

.top_menu span {
    color: gray
}

.top_menu a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #fff
}

.top_menu a.current {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 51px;
    text-decoration: none;
    color: gray
}

.top_menu a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.top_menu a.hilite {
    color: #ff2121;
    font-weight: 900
}

.top_menu {
    border-right: 0 solid #fff;
    border-left: 0 solid #fff
}

.top_menu span {
    display: none
}

.top_menu a {
    float: left;
    padding: 0 30px;
    background: #000;

}

.top_menu a:first-child {
    border-left: 0
}

.top_menu a:last-child {
    border-right: 1px solid #444
}

.top_menu a.hilite,
.top_menu a:hover {
    background: #171717;
    color: #ff2121;
    text-shadow: #111 1px 1px 0
}

.searchbar_container {
    width: 382px;
    margin-top: 8px;
    margin-right: 2px;
    line-height: 37px;
    display: inline-block;
    float: right;
    text-align: left;
    vertical-align: middle;
    text-decoration: none
}

.searchbar_container form {
    float: left;
    width: 100%;
    margin-top: 3px;
    line-height: 100%
}

.searchbar_container .searchbar_field {
    width: 280px;
    margin-top: 0;
    padding-left: 0;
    float: right;
    display: inline;
    text-align: right;
    vertical-align: middle;
    line-height: 45px;
    border: 0;
    color: #2d2d2d;
    text-decoration: none
}

.searchbar_container .searchbar_field input[type=text] {
    display: inline-block;
    vertical-align: middle;
    width: 189px;
    padding: 0 5px;
    border: 0px solid #999;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    height: 35px;
    line-height: 55px
}

.searchbar_container .searchbar_submit_button {
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    display: inline;
    float: right;
    border: 0;
    line-height: 45px;
}

.searchbar_container .searchbar_submit_button button,
.searchbar_container .searchbar_submit_button input[type=submit] {
    padding: 0 10px;
    height: 31px;
    cursor: pointer;
    border: 1px solid #2d2d2d;
    border-radius: 0 4px 4px 0;
    background: url(images/top_menu.png) repeat-x center center;
    text-shadow: #fff 1px 1px 1px
}

.searchbar_container .searchbar_submit_button button:hover,
.searchbar_container .searchbar_submit_button input[type=submit]:hover {
    background-position: center bottom
}

.searchbar_container .filter_link {
    float: right;
    padding-right: 10px;
    font-size: 12px;
    margin-top: 8px
}

.searchbar_container .filter_link a {
    text-decoration: underline;
    color: #ff2121
}

.searchbar_container .filter_link a:hover {
    text-decoration: none;
    color: gray
}

.searchbar_alt {
    float: right;
    border-left: 1px solid #fff
}

.searchbar_alt a.search_trigger {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #ccc
}

.searchbar_alt a.search_trigger i.search_icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 50px;
    background: url(images/icons/search_dark.png) no-repeat center center;
    background-size: 20px
}

.searchbar_alt a:hover.search_trigger {
    background: rgba(0, 0, 0, .2)
}

.searchbar_alt a:hover.search_trigger i.search_icon {
    background-image: url(/trial/images/icons/search_light.png)
}

.top_menu_wrapper {
    height: auto
}

.searchbar_container.fullwidth {
    display: none;
    float: left;
    width: 300px;
    margin: 0;
    background: #c2c1c1 url(images/top_menu.png) center top repeat-x
}

.searchbar_container.fullwidth form {
    display: block;
    width: auto;
    height: 100%;
    padding: 7px 10px 25px;
    position: relative
}

.searchbar_container.fullwidth .searchbar_field {
    float: left;
    width: 909px;
    margin: 0
}

.searchbar_container.fullwidth .searchbar_field input[type=text] {
    float: left;
    width: 898px;
    position: relative;
    z-index: 20
}

.searchbar_container.fullwidth .searchbar_submit_button {
    margin-right: 0
}

.searchbar_container.fullwidth .filter_link {
    line-height: 100%;
    margin: 0;
    padding-right: 0;
    position: absolute;
    bottom: 8px;
    left: 10px;
    font-size: 11px
}

.banner {
    display: block;
    margin: auto;
    text-align: center
}

.banner a {
    font-size: 18px;
    color: #ff2121
}

.banner a:hover {
    color: gray
}

.banner img {
    display: inline-block
}

.text_ad {
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
    font-weight: 400;
    color: #505050
}

.text_ad a {
    font-size: 18px;
    color: #ff2121
}

.text_ad a:hover {
    color: gray
}

.gallery_page_banner {
    text-align: center
}

.gallery_page_banner img {
    margin: auto
}

.gallery_page_banner a:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.gallery_page_banner a {
    font-size: 16px;
    color: #ff2121
}

.gallery_page_banner a:hover {
    color: gray
}

.model_page_banner {
    text-align: center;
    padding-top: 8px
}

.model_page_banner img {
    margin: auto
}

.model_page_banner a:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.model_page_banner a {
    font-size: 16px;
    color: #ff2121
}

.model_page_banner a:hover {
    color: gray
}

.mailing_list_block {
    float: left;
    width: 100%;
    text-align: center
}

.mailing_list_block .title_bar {
    margin-left: 0!important
}

.mailbox {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    font-size: 14px
}

.mailbox a {
    color: #ff2121
}

.mailbox a:hover {
    color: gray
}

.mailbox_wrapper {
    width: 100%;
    background-color: #eee
}

.mailbox_wrapper .table {
    width: 100%;
    background-color: #eee
}

.mailbox_options div a {
    text-decoration: none
}

.compose_button {
    max-width: 100px;
    color: #fff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    background-color: #ff2121;
    text-align: center
}

.compose_button:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.mailbox_headings {
    padding: 4px;
    font-weight: 700
}

.mailbox_info {
    line-height: 24px;
    vertical-align: middle;
    padding: 4px;
    padding-right: 25px;
    background-color: #ddd;
    border: 1px solid #eee
}

.mailbox_subject {
    width: 75%
}

.delete {
    padding: 8px 4px;
    line-height: 24px;
    vertical-align: middle;
    background-color: #ddd;
    border: 1px solid #eee;
    width: 3%
}

.mailbox_form {
    width: 100%;
    line-height: 24px;
    padding: 8px
}

.mailbox_field {
    width: 95%
}

.mailbox_message {
    line-height: 24px;
    vertical-align: middle;
    padding: 4px;
    padding-bottom: 10px;
    padding-right: 25px
}

.mailboxtitlebar {
    padding: 2px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    background-color: #eee
}

.mailboxinfo {
    padding: 2px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background-color: #ddd
}

.mailboxinfo a {
    color: #000
}

.mailboxcontrol {
    padding: 6px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background-color: #fff
}

.mailboxmessage {
    padding: 6px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background-color: #fff
}

.mailboxcontrol a {
    color: #000
}

.mailboxtext {
    font-size: 14px;
    color: #000;
    font-weight: 400
}

.messagelist_table {
    background-color: #ddd;
    width: 100%;
    padding: 1px;
    margin: auto;
    display: table
}

.messagelist_tr {
    display: table-row
}

.messagelist_td {
    display: table-cell;
    line-height: 20px;
    vertical-align: top;
    border: 1px solid #fff
}

.messagelist_label {
    display: none
}

.messagelist_icon {
    display: inline;
    text-align: center
}

.messagelist_icon img {
    display: inline;
    margin-left: 5px
}

.nav_compact {
    display: none
}

.messages_popup {
    margin: auto;
    height: 100px
}

.text_toplist {
    padding-left: 15px;
    text-align: left;
    line-height: 24px
}

.text_toplist a {
    color: #ff2121
}

.text_toplist a:hover {
    color: gray
}

.toplist_sub_headings {
    font-weight: 700
}

.news_small {
    text-align: left;
    padding-left: 6px;
    padding-right: 6px
}

.news_small a {
    color: #ff2121
}

.news_small a:hover {
    color: gray
}

.news_body {
    font-weight: 400;
    color: #505050
}

.news_date {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px
}

.advanced_search {
    margin-bottom: 15px
}

.filter_heading {
    font-weight: 700;
    text-align: left;
    line-height: 40px
}

.left_column {
    width: 740px;
    height: auto;
    vertical-align: top;
    display: inline-block
}

.right_column {
    width: 230px;
    height: auto;
    vertical-align: top;
    display: inline-block
}

.counts {
    margin-top: 10px
}

.coming_soon {
    background: 0 0;
    padding-top: 10px
}

.index_offer {
    margin: auto;
    text-align: center;
    padding-top: 10px
}

.index_offer img {
    display: inline-block
}

.index_offer a {
    font-size: 18px;
    color: #ff2121
}

.index_offer a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.latest_dvd_box {
    width: 186px;
    height: 209px
}

.latest_dvds_block {
    width: 100%;
    margin-top: 5px;
    text-align: center
}

.latest_dvds_wrapper {
    width: 318px;
    margin-left: 0;
    margin-right: 2px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: top
}

.index_pagenav {
    padding-right: 10px;
    margin-bottom: 20px
}

.latest_updates_block {
    width: 100%;
    margin-top: 5px
}

.latest_updates_wrapper {
    width: 240px;
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: top
}

.whats_hot_wrapper {
    float: left;
    width: 100%
}

.whats_hot_block {
    margin-top: 5px;
    margin-right: 0
}

.whats_hot_block .whats_hot_item {
    display: inline-block;
    vertical-align: top;
    width: 236px;
    margin: 0 3px 6px
}

.most_popular_models_block {
    margin: auto;
    text-align: center
}

.most_popular_models {
    margin: auto;
    text-align: center
}

.most_popular_models a {
    font-weight: 400;
    color: #ff2121
}

.most_popular_models a:hover {
    color: gray
}

.most_popular_models_wrapper {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    text-align: center
}

.most_popular_dvds {
    margin: auto;
    text-align: center
}

.most_popular_dvds_wrapper {
    margin: 1px;
    margin-top: 0;
    display: inline-block
}

.most_popular_updates_block {
    margin-bottom: 0;
    width: 984px
}

.most_popular_updates_wrapper {
    margin-left: 0;
    margin-right: 10px;
    width: 236px;
    display: inline-block;
    float: left
}

.most_popular_model_name {
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2d2d2d
}

.right_column .most_popular_models_wrapper {
    margin: 1px;
    margin-top: 0
}

.right_column .most_popular_models_wrapper .most_popular_model_name img {
    width: 105px
}

.upcoming_updates_block {
    width: 984px
}

.upcoming_updates_wrapper {
    margin-left: 0;
    margin-right: 10px;
    width: 236px;
    display: inline-block;
    float: left
}

.upcoming_updates_block:after {
    content: '';
    width: 100%;
    display: inline-block
}

.upcoming_updates_thumb {
    width: 220px;
    height: 165px
}

.faq_questions {
    margin: 10px;
    color: #2d2d2d;
    font-size: 14px;
    text-align: left;
    line-height: 28px
}

.faq_questions a {
    color: #ff2121
}

.faq_questions a:hover {
    color: gray
}

.faq_answers_title {
    font-weight: 700
}

.faq_answers {
    margin: 10px;
    color: #2d2d2d;
    font-size: 14px;
    text-align: left;
    line-height: 20px
}

.faqs {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px
}

.faqs ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0
}

.faqs ul li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0
}

.faqs ul li.li_question {
    border-bottom: 1px solid #ccc
}

.faqs ul li.li_question:last-child {
    border-bottom: 0
}

.faqs ul li div {
    display: inline-block
}

.faqs ul li.li_title .faq_section_title {
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px
}

.faqs ul li.li_title:first-child .faq_section_title {
    margin-top: 10px
}

.faqs ul li.li_title .faq_section_title h4 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px
}

.faqs ul li .faq_question {
    width: 100%;
    vertical-align: top;
    box-sizing: border-box
}

.faqs ul li .faq_question>a {
    color: #ff2121;
    text-decoration: underline;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 16px
}

.faqs ul li .faq_question>a.active {
    font-style: italic;
    color: gray
}

.faqs ul li .faq_question>a:hover {
    color: gray
}

.faqs ul li .faq_answer {
    font-size: 16px;
    display: none;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    background: #f4f3f3;
    color: #6c6c6c;
    margin-top: 1px;
    margin-bottom: 10px
}

.faq_answer a {
    color: #000
}

.faq_answer a:hover {
    color: gray
}

.faqs ul li .faq_answer:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f4f3f3;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px
}

.bonus_block {
    width: 100%;
    margin-top: 5px
}

.bonus_wrapper {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
    text-align: center
}

.bonus_thumb {
    float: left;
    margin-right: 10px
}

.bonus_title_story {
    font-weight: 700
}

.bonus_details {
    padding: 0;
    padding-right: 10px;
    margin-bottom: 5px;
    color: #2d2d2d;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    text-align: left
}

.bonus_details a {
    color: #ff2121
}

.bonus_details a:hover {
    color: gray
}

.bonus_description {
    font-weight: 400;
    color: #505050
}

.owl-item .cell {
    padding-right: 5px
}

.owl-item .update_date {
    font-size: 11px;
    padding-top: 2px
}

.owl-item .favorites {
    font-size: 11px
}

.update_block {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    display: inline-block;
    background-color: #3d3d3d;
    color: #fff;
    padding-bottom: 5px
}

.update_title {
    font-size: 16px;
    font-weight: 700
}

.update_tags {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 2px;
    line-height: 125%
}

.update_tags a,
.update_tags.dvd_info a {
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    margin: 0 5px 0 15px;
    display: inline-block;
    height: 24px;
    border-radius: 0 5px 5px 0;
    padding: 0 6px 0 12px;
    background: #fff;
    border: 1px solid #ccc;
    color: #ff2121;
    line-height: 24px;
    margin-bottom: 2px
}

.update_tags a:before,
.update_tags.dvd_info a:before {
    position: absolute;
    background: #fff;
    content: "\25CF";
    color: #fff;
    text-shadow: 0 0 1px #000;
    font-size: 12px;
    line-height: 15px;
    text-indent: 5px;
    top: 3px;
    left: -10px;
    width: 18px;
    height: 17px;
    transform: rotate(45deg);
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.update_tags a:hover,
.update_tags.dvd_info a:hover {
    background: #ff2121;
    color: #fff;
    text-decoration: none
}

.update_tags a:hover:before,
.update_tags.dvd_info a:hover:before {
    background: #ff2121
}

.suggest_tags {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px
}

.suggest_tags a.suggest_tags_link {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: url(images/top_menu.png) repeat-x center top;
    color: #ff2121;
    border: 1px solid #ccc
}

.suggest_tags a.suggest_tags_link i.fa {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.suggest_tags a:hover.suggest_tags_link {
    color: #fff;
    background: url(images/top_navbar.png) repeat-x center top
}

.update_models {
    line-height: 125%;
    font-weight: 400;
    font-size: 12px
}

.gallery_info .update_models {
    margin-top: 5px;
    font-size: 14px;
    display: inline-block
}

.update_models a {
    color: #ff2121
}

.update_models a:hover {
    color: gray
}

.update_dvds {
    display: inline-block;
    line-height: 125%;
    font-weight: 400;
    margin: 5px 0
}

.update_dvds a {
    padding-right: 5px;
    color: #ff2121
}

.update_dvds a:hover {
    color: gray
}

.update_date {
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    line-height: 100%
}

.update_description {
    font-weight: 400;
    color: #fff;
    line-height: 125%
}

.gallery_info .update_description {
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, .06);
    box-sizing: border-box;
    margin-bottom: 5px
}

.update_counts {
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 0
}

.suggest_tag_icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url(/trial/images/icons/add_icon.png)
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .suggest_tag_icon {
        margin-right: 5px;
        width: 16px;
        height: 16px;
        background-position: center;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-image: url(/trial/images/icons/add_icon_retina.png)
    }
}

.buy_button {
    display: inline;
    margin-left: 5px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    background-image: url(/trial/images/button_blue.png);
    float: right
}

.buy_button:hover {
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

.buy_button_arrow {
    margin-left: 0;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    width: 20px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    color: #fff;
    text-decoration: none;
    background-image: url(/trial/images/button_green.png);
    float: right
}

.buy_button_arrow:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.cart_buttons {
    text-align: right
}

.purchased_hilite {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    color: #2d2d2d;
    text-decoration: none;
    font-weight: 400;
    float: right;
    background: -webkit-linear-gradient(#fefefe, #e1e1e1);
    background: -o-linear-gradient(#fefefe, #e1e1e1);
    background: -moz-linear-gradient(#fefefe, #e1e1e1);
    background: linear-gradient(#fefefe, #e1e1e1))
}

.purchased_arrow {
    margin-left: 0;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    width: 20px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    color: #fff;
    text-decoration: none;
    background-color: #0d6cc4;
    float: right
}

.rental_time_remaining {
    display: block;
    float: right;
    margin-top: 5px;
    margin-bottom: 10px
}

.add_cart_icon {
    width: 41px;
    height: 26px;
    border: 0;
    margin: 5px
}

.DVD_A-Z_links {
    margin: auto;
    min-width: 990px;
    width: 990px;
    line-height: 30px;
    display: block;
    text-align: left
}

.DVD_A-Z_links a {
    margin-right: 4px;
    display: inline;
    color: #272727;
    text-decoration: none
}

.DVD_A-Z_links a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.dvd_block {
    width: 100%;
    margin-top: 5px;
    overflow: hidden
}

.dvd_wrapper {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center
}

.dvd {
    width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dvd_box {
    width: 185px;
    height: 278px
}

.dvd_description {
    font-weight: 400;
    color: #505050
}

.dvd_details_box {
    display: inline;
    vertical-align: top;
    float: left;
    margin-right: 10px
}

.dvd_details_overview {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    line-height: 22px;
    font-size: 14px
}

.dvd_details_overview a {
    color: #13579d
}

.dvd_details_overview a:hover {
    color: gray
}

.dvd_extra_fields div {
    margin-top: 10px
}

.dvd_details {
    margin-bottom: 5px;
    color: #2d2d2d;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-top: 10px
}

.dvd_details a {
    color: #ff2121
}

.dvd_details a:hover {
    color: gray
}

.dvd_preview_thumb {
    width: 232px;
    height: 155px
}

.dvd_info {
    padding-left: 10px;
    padding-bottom: 5px
}

.calendar {
    width: 100%;
    margin-top: 5px;
    font-size: 14px
}

.calendar_month {
    text-align: center;
    width: 33%;
    padding: 8px;
    font-size: 16px;
    font-weight: 700
}

.calendar_month a {
    font-weight: 400;
    color: #ff2121
}

.calendar_month a:hover {
    color: gray
}

.calendar_week {
    width: 100%;
    font-weight: 700
}

.calendar_days {
    width: 100%;
    padding: 4px;
    border: 2px solid silver;
    text-align: center;
    font-weight: 700;
    background-color: #fff
}

.calendar_day_number {
    padding: 4px;
    border: 2px solid silver;
    text-align: right;
    background-color: #eee
}

.calendar_event {
    height: 100px;
    padding: 4px;
    border: 2px solid silver;
    text-align: left;
    vertical-align: middle;
    font-family: Arial;
    font-weight: 400;
    background-color: #fff
}

.calendar_event a {
    font-size: 14px;
    color: #ff2121
}

.calendar_event a:hover {
    color: gray
}

.calendar_link_background {
    font-family: Arial;
    color: #fff;
    background-color: #ff1175
}

.calendarheadings {
    font-weight: 700;
    background-color: #fff
}

.calendar_event_title {
    font-weight: 700
}

.calendar_event_description {
    width: 100%;
    padding-right: 10px
}

.calendarpopup {
    position: absolute;
    top: -500px;
    left: 0;
    padding: 5px;
    padding-right: 10px;
    visibility: hidden;
    border: 1px solid #000;
    line-height: 18px;
    z-index: 100;
    background-color: #fff;
    width: 600px
}

.calendar_event_image {
    float: left;
    margin-right: 10px
}

.day a {
    font-size: 14px;
    color: #ff2121
}

.month {
    font: 15px arial
}

.day {
    border: 1px solid silver;
    width: 14%;
    float: left;
    height: 180px;
    overflow: hidden
}

.weeklabel_item {
    border: 1px solid silver;
    width: 14%;
    float: left;
    text-align: center;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px
}

.daylabel {
    background-color: #eee;
    padding-right: 5px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px
}

.longdaylabel {
    display: none
}

.eventwrapper {
    padding-left: 5px;
    padding-right: 5px
}

.comments_box {
    margin-bottom: 5px;
    padding: 10px;
    line-height: 20px;
    background-color: #e8e8e8;
    color: #393939;
    font-weight: 400;
    text-align: left
}

.comments_box_admin {
    margin-bottom: 5px;
    padding: 10px;
    line-height: 20px;
    background-color: #cfcfcf;
    color: #181818;
    font-weight: 700;
    text-align: left
}

.comment_counts {
    display: inline-block;
    float: left;
    line-height: 34px;
    font-size: 12px;
    font-weight: 400;
    color: #2d2d2d;
    border: 0 solid
}

.comment_counts a {
    color: #ff2121;
    text-decoration: underline
}

.comment_counts a:hover {
    color: gray
}

.comment_icon {
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 10px;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
    display: inline;
    border: 0;
    background-image: url(/trial/images/icons/comment_icon.png);
    background-size: contain
}

.comment_icon_admin {
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 10px;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    display: inline;
    border: 0;
    background-image: url(/trial/images/icons/comment_icon_admin.png);
    background-size: contain
}

.comment {
    
}

.comments_note {
    font-size: 12px;
    color: red;
    font-weight: 700
}

.comment_name {
    font-style: italic
}

.comment_date {
    font-size: 12px;
    font-weight: 400
}

.comments_form {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px
}

.comments_form .form-row {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6px
}

.comments_form input[type=text],
.comments_form textarea {
    display: inline-block;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 6px;
    border: 1px solid #c5c5c5;
    background: #fff;
    color: #222;
    box-sizing: border-box
}

.comments_form input[type=text] {
    width: 300px
}

@media screen and (max-width:767px) {
    .comments_form input[type=text] {
        width: 100%
    }
}

.comments_form textarea {
    width: 100%;
    height: 90px
}

.comments_form input[type=submit] {
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    box-sizing: border-box;
    background: #1b6ed5;
    background: -moz-linear-gradient(top, #1b6ed5 0, #0030b5 100%);
    background: -webkit-linear-gradient(top, #1b6ed5 0, #0030b5 100%);
    background: linear-gradient(to bottom, #1b6ed5 0, #0030b5 100%)
}

.comments_form input[type=submit]:hover {
    background: #0030b5;
    background: -moz-linear-gradient(top, #0030b5 0, #1b6ed5 100%);
    background: -webkit-linear-gradient(top, #0030b5 0, #1b6ed5 100%);
    background: linear-gradient(to bottom, #0030b5 0, #1b6ed5 100%)
}

.content_tab_wrapper {
    display: block;
    margin-top: 5px
}

.content_tab_wrapper a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.content_tab {
    display: inline;
    background-color: silver;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 2px
}

.content_tab_current {
    margin-top: 10px;
    display: inline;
    background-color: gray;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 2px
}

.content_tab a {
    text-align: center;
    color: #000
}

.content_tab_current a {
    text-align: center;
    color: #fff
}

.polls_block {
    float: left;
    width: 49%;
    margin-left: 1%
}

.poll {
    width: 100%;
    min-width: 365px;
    margin-top: 5px;
    text-align: left;
    font-weight: 400;
    color: #505050;
    line-height: 22px
}

.poll a {
    color: #ff2121;
    padding-left: 5px
}

.poll a:hover {
    color: gray
}

.poll_title {
    margin-bottom: 5px;
    font-weight: 700
}

.poll_results {
    margin-bottom: 5px;
    color: red
}

.poll_results_bar {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    border: 1px;
    height: 17px;
    text-align: center;
    background-color: #fff
}

.poll_percent {
    display: inline;
    margin-right: 6px;
    float: left;
    text-align: left;
    background-color: #c5e1ff;
    font-size: 12px;
    font-weight: 700;
    top: 0;
    left: 0;
    line-height: 22px;
    padding-left: 4px;
    padding-right: 4px;
    width: 0;
    min-width: 20px;
    max-width: 300px
}

.poll_votes {
    float: left;
    display: inline;
    text-align: left;
    font-size: 12px
}

.poll_option {
    max-width: 20px;
    display: inline;
    float: left
}

.polls_block_fullwidth {
    float: left;
    width: 100%;
    text-align: left
}

.polls_block_fullwidth .poll {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc
}

.polls_block_fullwidth .poll_title {
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.news_block {
    float: left;
    width: 49%;
    margin-right: 0
}

.deals_block {
    float: left;
    width: 100%;
    text-align: center
}

.deals_block .title_bar {
    margin-left: 0!important
}

.deals_block .deals {
    display: inline-block;
    width: 100%;
    text-align: center
}

.deals_block .deal_block {
    display: inline-block;
    margin: 0 10px
}

.gallery_info {
    padding: 10px;
    text-align: left
}

.gallery_info .update_date {
    font-size: 14px
}

.photo_gallery_block {
    margin-top: 5px;
    width: 100%;
    overflow: hidden
}

.photo_gallery_thumbnail_wrapper {
    display: inline-block;
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 5px;
    vertical-align: top
}

.format_select_menu {
    background-color: #505050;
    background: -webkit-linear-gradient(gray, #303030);
    background: -o-linear-gradient(gray, #303030);
    background: -moz-linear-gradient(gray, #303030);
    background: linear-gradient(gray, #303030);
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    color: #fff
}

.format_select_menu select {
    margin-right: 5px
}

.movie_wrapper {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center
}

.movie_wrapper .movie_area {
    display: inline-block;
    width: 100%;
    box-sizing: border-box
}

.player_options {
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 2px;
    box-sizing: border-box;
    text-align: center;
    background: #383838 url(images/top_navbar.png) repeat-x;
    position: relative;
    font-size: 0;
    margin: 0 auto;
    vertical-align: top;
    z-index: 99
}

.player_options.photos {
    width: 170px
}

.options_block {
    display: table-cell;
    padding: 5px 2px;
    position: relative;
    font-size: 12px;
    vertical-align: top;
    line-height: 100%
}

.options_block ul {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left
}

.options_block ul li {
    display: block;
    margin: 0;
    position: relative;
    line-height: 100%
}

.options_block ul li .options_button {
    display: flex;
	align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    padding: 10px;
    cursor: pointer;
    background: #000;
    font-size: 12px;
    border: 1px solid #000;
    color: #fff;
    text-align: center
}

.options_block ul li:hover.options_button {
    background: #383838 url(images/top_navbar.png) repeat-x;
    color: #fff
}

.options_block ul li ul.dropdown {
    display: none;
    min-width: 160px;
    background: #000;
    padding: 5px;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 7000
}

.options_block ul li ul.dropdown.downloaddropdown {
    width: 190px
}

.options_block ul li ul.dropdown.goDown {
    bottom: auto;
    top: 100%
}

.options_block ul li ul.dropdown li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #222
}

.options_block ul li ul.dropdown li:last-child {
    border-bottom: 0
}

.options_block ul li ul.dropdown li a {
    display: block;
    padding: 5px;
    border-top: 1px solid #555;
    text-decoration: none;
    color: #fff;
    font-size: 12px
}

.options_block ul li ul.dropdown li:first-child a {
    border-top: 0
}

.options_block ul li ul.dropdown li a:hover {
    background: #383838 url(images/top_navbar.png) repeat-x;
    color: #fff;
    text-decoration: none
}

.options_block ul li ul.dropdown li a.active {
    background: url(images/top_menu.png);
    color: #222
}

.options_block>ul>li:hover ul.dropdown {
    display: block
}

.options_block>ul>li:hover span.options_button {
    background: #383838 url(images/top_navbar.png) repeat-x;
    color: #fff
}

.options_block ul li ul.dropdown li.howto {
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding: 5px;
    background: rgba(255, 0, 0, .6)
}

.options_block a.option_button {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    margin: 0;
    position: relative;
    padding: 10px;
    cursor: pointer;
    background: #000;
    font-size: 12px;
    border: 1px solid #000;
    color: #fff;
    line-height: 100%;
    text-decoration: none
}
.tab_details>span { width: auto !important; }
.options_block .options_button { display: flex; align-items: center; justify-content: center;  }
.options_block a.option_button.active,
.options_block a:hover.option_button,
.options_block.active a.option_button {
    background: #383838 url(images/top_navbar.png) repeat-x;
    color: #fff
}

.tab_icon i.favicon {
    color: #f04646
}

.options_block.trigger_extra_tabs {
    display: none
}

.extra_tabs_wrapper {
    display: none;
    width: 100%;
    box-sizing: border-box
}

.extra_tabs_wrapper .extra_tabs {
    display: table;
    width: 100%;
    padding: 5px;
    background: #333;
    text-align: center;
    color: #fff;
    box-sizing: border-box
}

@media only screen and (min-width:1600px) {
    .options_block,
    .options_block a.option_button,
    .options_block ul li .options_button {
        font-size: 14px
    }
}

@media only screen and (min-width:1279px) {
}

@media only screen and (min-width:768px) {
    .player_options .options_block, .player_options .options_block .your_vote, .player_options .options_block ul, .player_options .options_block ul li, .player_options .options_block>a { min-height: 30px; }
}

    

@media only screen and (max-width:1279px) {
    .options_block a.option_button,
    .options_block ul li .options_button {
        height: 100%
    }
    .options_block a.option_button .tab_icon,
    .options_block a.option_button .tab_label,
    .options_block ul li .options_button .tab_icon,
    .options_block ul li .options_button .tab_label {
        display: inline-block;
        width: 100%;
        text-align: center;
        line-height: 100%
    }
    .options_block a.option_button .tab_icon,
    .options_block ul li .options_button .tab_icon {
        margin-bottom: 5px
    }
}

@media only screen and (max-width:959px) {
    .options_block.trigger_extra_tabs {
        display: block
    }
    .player_options .options_block {
        height: 100%
    }
    .player_options .options_block.rearrangeTab {
        display: none
    }
    .extra_tabs_wrapper .options_block.rearrangeTab {
        display: table-cell
    }
}

@media only screen and (max-width:767px) {
    .extra_tabs_wrapper .extra_tabs {
        display: block;
        padding-top: 0
    }
    .extra_tabs_wrapper .options_block.rearrangeTab {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 1px 0
    }
    .options_block a.option_button .tab_icon,
    .options_block a.option_button .tab_label,
    .options_block ul li .options_button .tab_icon,
    .options_block ul li .options_button .tab_label {
        font-size: 11px;
        font-weight: 300
    }
    .options_block.rearrangeTab a.option_button .tab_icon,
    .options_block.rearrangeTab a.option_button .tab_label,
    .options_block.rearrangeTab ul li .options_button .tab_icon,
    .options_block.rearrangeTab ul li .options_button .tab_label {
        display: inline-block;
        width: auto;
        text-align: center;
        margin: 0 auto
    }
    .options_block>ul,
    .options_block>ul>li {
        height: 100%
    }
    .options_block a.option_button,
    .options_block ul li .options_button {
        padding: 5px 10px
    }

    .player_options {
        width: 100%;
        text-align: center;
        padding: 4px 2px;
		flex-wrap: wrap;
    }
    .options_block,
    .options_block.trigger_extra_tabs {
        display: inline-block;
        margin: 0 auto;
        width: 48%;
        padding: 2px
    }
    .options_block a.option_button .tab_icon,
    .options_block a.option_button .tab_label,
    .options_block ul li .options_button .tab_icon,
    .options_block ul li .options_button .tab_label {
        display: inline-block;
        width: auto;
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
        font-weight: 300
    }
    .options_block ul li ul.dropdown li a {
        font-size: 9px
    }
    .options_block ul li ul.dropdown,
    .options_block ul li ul.dropdown.downloaddropdown {
        width: 150px;
        min-width: 150px
    }
}
@media only screen and (min-width:501px) {
	.tab_details { min-height: 40px !important; display: flex; align-items: center; justify-content: center; }
}

@media only screen and (max-width:500px) {
    .player_options .options_block { width: 100%; }
	.player_options .your_vote { flex-direction: row !important; }
}

.video_clips_listing_block {
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.video_clips_wrapper {
    width: 234px;
    font-size: 14px;
    display: inline-block;
    margin-left: 0;
    margin-right: 6px;
    margin-bottom: 5px;
    vertical-align: top
}

.video_clip_navigation_wrapper {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    display: none;
    height: 30px
}

.video_clip_navigation_wrapper .video_clip_section {
    padding-left: 5px;
    padding-right: 0
}

.video_clip_navigation_wrapper a {
    margin: 0;
    color: #fff;
    text-decoration: none
}

.video_clip_navigation_wrapper a:hover {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.video_clip_arrow {
    width: 26px;
    display: inline;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b3b2b2;
    border: 2px outset gray;
    background-image: url(/trial/images/number.png);
    padding: 4px 8px
}

.video_clip_length {
    font-size: 12px;
    padding-left: 4px
}

.video_clip_options {
    padding-top: 4px;
    padding-left: 4px;
    font-size: 12px
}

.video_clip_options a {
    font-size: 12px;
    color: #ff2121
}

.video_clip_options a:hover {
    color: gray
}

.video_clip_file_size {
    font-size: 12px
}

#download_form a {
    font-size: 16px;
    color: #13579d
}

#download_form a:hover {
    color: gray
}

.report_problem {
    float: right;
    display: inline-block;
    line-height: 26px;
    vertical-align: middle
}

.report_problem a {
    font-size: 12px;
    color: #ff2121
}

.report_problem a:hover {
    color: gray
}

.report_problem_options {
    padding-left: 10px;
    font-size: 14px;
    line-height: 22px
}

.report_problem_options a {
    text-decoration: underline;
    color: #ff2121!important
}

.report_problem_options a:hover {
    text-decoration: none;
    color: gray!important
}

.favorites {
    font-size: 12px;
    vertical-align: bottom;
    line-height: 125%
}

.favorites a {
    color: #ff2121
}

.favorites a:hover {
    color: gray
}

.favorites_updates_block {
    width: 100%;
    margin-top: 5px
}

.favorites_updates_wrapper {
    width: 235px;
    display: inline-block;
    font-size: 14px;
    margin-left: 0;
    margin-right: 5px
}

.heart_pink {
    margin-right: 2px;
    width: 16px;
    height: 22px;
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url(/trial/images/icons/heart_pink.png)
}

.heart_grey {
    margin-right: 2px;
    width: 16px;
    height: 22px;
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url(/trial/images/icons/heart_grey.png)
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .heart_pink {
        margin-right: 2px;
        width: 16px;
        height: 22px;
        background-position: center;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-image: url(/trial/images/icons/heart_pink_retina.png)
    }
    .heart_grey {
        margin-right: 2px;
        width: 16px;
        height: 22px;
        background-position: center;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-image: url(/trial/images/icons/heart_grey_retina.png)
    }
}

.ondemand_transactions_wrapper a {
    color: #ff2121
}

.ondemand_transactions_wrapper a:hover {
    color: gray
}

.ondemand_transactions {
    width: 100%
}

.ondemand_transactions a {
    color: #ff2121
}

.ondemand_transactions_heading {
    background-color: silver
}

.ondemand_transactions_info {
    padding: 4px;
    vertical-align: middle
}

.my_account_wrapper {
    width: 100%;
    border: 0
}

.register {
    margin-top: 10px;
    margin-bottom: 10px
}

.register a {
    color: #ff2121
}

.register a:hover {
    color: silver
}

.od_login input {
    max-width: 150px
}

.od_break {
    display: none
}

.prev_arrow {
    left: 10px;
    background: transparent url(images/icons/leftarrow.png) no-repeat 0 0
}

.next_arrow {
    right: 10px;
    background: transparent url(images/icons/rightarrow.png) no-repeat 0 0
}

.coming_soon {
    position: relative
}

.coming_soon .coming_soon_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.coming_soon .coming_soon_arrow:hover {
    opacity: .6
}

.coming_soon .container {
    width: 910px;
    margin: 0 auto;
    display: block
}

.coming_soon .coming_soon_carousel_item {
    width: 221px;
    margin: 0 auto;
    display: block
}

.most_popular_models_block {
    position: relative
}

.most_popular_models_block .most_popular_models_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.most_popular_models_block .most_popular_models_arrow:hover {
    opacity: .6
}

.most_popular_models_block .container {
    width: 660px;
    margin: 0 auto;
    display: block
}

.most_popular_models_block .most_popular_models_wrapper {
    width: 189px;
    margin: 0 auto;
    display: inline-block
}

.latest_dvds_block {
    position: relative
}

.latest_dvds_block .latest_dvds_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.latest_dvds_block .latest_dvds_arrow:hover {
    opacity: .6
}

.latest_dvds_block .container {
    width: 660px;
    margin: 0 auto;
    display: block
}

.latest_dvds_block .most_popular_models_wrapper {
    width: 189px;
    margin: 0 auto;
    display: block
}

.most_popular_updates_wrap {
    position: relative
}

.most_popular_updates_wrap .most_popular_updates_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.most_popular_updates_wrap .most_popular_updates_arrow:hover {
    opacity: .6
}

.most_popular_updates_wrap .container {
    width: 660px;
    margin: 0 auto;
    display: block
}

.most_popular_updates_wrap .category_listing_wrapper_updates {
    width: 212px;
    margin: 0 auto;
    display: block
}

.latest_updates_block {
    position: relative
}

.latest_updates_block .latest_updates_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.latest_updates_block .latest_updates_arrow:hover {
    opacity: .6
}

.latest_updates_block .container {
    width: 660px;
    margin: 0 auto;
    display: block
}

.latest_updates_block .latest_updates_wrapper {
    width: 212px;
    margin: 0 auto;
    display: block
}

.your_purchases {
    position: relative
}

.your_purchases .your_purchases_arrow {
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
    z-index: 90
}

.your_purchases .your_purchases_arrow:hover {
    opacity: .6
}

.your_purchases .container {
    width: 910px;
    margin: 0 auto;
    display: block
}

.your_purchases .your_purchases_carousel_item {
    width: 221px;
    margin: 0 auto;
    display: block
}

.left_column.left_column_full_width {
    width: 100%
}

.left_column.left_column_full_width .latest_dvds_block .container,
.left_column.left_column_full_width .latest_updates_block .container,
.left_column.left_column_full_width .most_popular_models_block .container,
.left_column.left_column_full_width .most_popular_updates_wrap .container {
    width: 910px
}

.whats_hot_wrapper .latest_updates_block .container {
    width: 280px
}

.whats_hot_wrapper .latest_updates_block .latest_updates_wrapper {
    width: 280px
}

.whats_hot_wrapper .latest_updates_block .latest_updates_wrapper img.update_thumb {
    width: 278px
}

.left_column.left_column_full_width .latest_updates_block .latest_updates_wrapper,
.left_column.left_column_full_width .most_popular_updates_wrap .category_listing_wrapper_updates {
    width: 220px
}

.left_column.left_column_full_width .latest_dvds_block .latest_dvds_wrapper,
.left_column.left_column_full_width .most_popular_models_block .most_popular_models_wrapper {
    width: 176px
}

.left_column.left_column_full_width .latest_dvds_block .latest_dvds_wrapper img.latest_dvd_box,
.left_column.left_column_full_width .most_popular_models_block .most_popular_models_wrapper img.most_popular_model_thumb {
    width: 174px
}

.left_column.left_column_full_width .latest_dvds_block .most_popular_models_wrapper {
    width: 176px
}

.left_column.left_column_full_width .latest_dvds_block .most_popular_models_wrapper img.most_popular_model_thumb {
    width: 174px
}

.left_column_full_width .whats_hot_wrapper {
    width: 100%
}

.left_column_full_width .whats_hot_wrapper .latest_updates_block .container {
    width: 910px
}

.left_column_full_width .whats_hot_wrapper .latest_updates_block .latest_updates_wrapper {
    width: 220px
}

.left_column_full_width .polls_block {
    width: 29%
}

.left_column_full_width .polls_block .poll {
    min-width: 0
}

.adv-search-box {
    display: block;
    padding: 25px 15px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px 0 30px;
    position: relative
}

.adv-search-box:first-child {
    margin-top: 50px
}

.adv-search-box h4 {
    display: inline-block;
    padding: 0 5px;
    background: #fff;
    color: #666;
    margin: 0;
    font-size: 15px;
    position: absolute;
    top: -10px
}

.adv-search-box .form-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.adv-search-box .form-row:last-child {
    margin-bottom: 0
}

.adv-search-box .form-row label {
    display: inline-block;
    vertical-align: top;
    line-height: 33px;
    font-weight: 700;
    width: 200px;
    text-align: right;
    margin-right: 10px
}

.adv-search-box .form-row .adv-search-input {
    display: inline-block;
    vertical-align: top
}

.adv-search-box .form-row .adv-search-input input.inputTxt {
    display: block;
    padding: 8px;
    border: 1px solid #ababab
}

.adv-search-box .form-row .adv-search-input .helper {
    display: block;
    font-size: 12px;
    color: #ababab;
    padding-top: 5px
}

.adv-search-box .form-row .adv-search-input select {
    display: block;
    min-width: 200px;
    padding: 8px;
    border: 1px solid #ababab
}

.adv-search-box .form-row ul.adv-search-list {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.adv-search-box .form-row ul.adv-search-list li {
    float: left;
    min-width: 200px;
    margin-right: 5px;
    margin-bottom: 5px
}

.adv-search-box .form-row ul.adv-search-list li.clearfix {
    clear: both
}

.adv-search-box .form-row ul.adv-search-list li label {
    display: block;
    cursor: pointer;
    padding: 8px;
    border: 1px solid #ababab;
    line-height: 100%;
    font-weight: 400;
    width: auto;
    text-align: left;
    margin: 0
}

.adv-search-box .form-row ul.adv-search-list li label.active,
.adv-search-box .form-row ul.adv-search-list li label:hover {
    background: #f1f1f1
}

#searchform input.inputSubmit {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    border: 1px solid #2d2d2d;
    border-radius: 5px;
    background: url(images/top_menu.png) repeat-x center center;
    text-shadow: #fff 1px 1px 1px
}

#searchform input.inputReset {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    border: 1px solid #2d2d2d;
    border-radius: 5px;
    background: url(images/top_menu.png) repeat-x center center;
    text-shadow: #fff 1px 1px 1px
}

#searchform input:hover.inputReset,
#searchform input:hover.inputSubmit {
    background: url(images/title_bar.png);
    color: #fff;
    text-shadow: none
}

.evxTicker>ul>li>a>span {
    color: #ff2121!important;
    text-decoration: underline
}

.evxTicker>ul>li>a>span:hover {
    color: gray!important;
    text-decoration: none
}

#latesttweets_ticker_elevatedx>ul>li>a {
    color: #ff2121!important;
    text-decoration: underline
}

#latesttweets_ticker_elevatedx>ul>li>a:hover {
    color: gray!important;
    text-decoration: none
}

.elxc_join_header {
    background-color: #000;
    color: #fff;
    line-height: 70px;
    font-family: sans-serif, Arial;
    font-size: 30px;
    padding-left: 50px;
    border-bottom: 8px solid #75e6fa
}

.elxc_join_footer {
    background-color: #232323;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top: 8px solid #75e6fa
}

.elxc_join_sitename {
    color: #fff;
    font-weight: 600
}

.elxc_join_subhead {
    text-align: center;
    color: #232323;
    font-size: 26px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 50px
}

.elxc_join_subfoot {
    text-align: center;
    color: #75e6fa;
    font-size: 44px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 100%
}

.elxc_join_secure_seal {
    margin: 10px;
    text-align: left;
    color: #3a3a3a;
    font-size: 18px
}

.elxc_join_secure_seal_img {
    width: 24px;
    height: auto
}

.elxc_join_features {
    font-size: 18px;
    line-height: 125%
}

.elxc_join_features ul {
    list-style: none;
    text-align: left
}

.elxc_join_features ul img {
    float: left;
    margin-right: 20px;
    max-width: 25px
}

.elxc_join_features li {
    margin-bottom: 15px
}

.elxc_join_list_left {
    display: inline-block;
    padding-right: 20px
}

.elxc_join_list_right {
    display: inline-block;
    padding-left: 20px
}

.elxc_footer_disclaimers {
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 22px
}

.elxc_footer_disclaimers a {
    color: silver;
    margin-left: 3px;
    margin-right: 3px
}

.elxc_join_body_container {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    line-height: 100%
}

.elxc_join_body_container .elxc_col {
    float: left;
    width: 40%;
    vertical-align: top;
    padding: 0 10px;
    box-sizing: border-box
}

.elxc_join_body_container .elxc_col:first-child {
    padding-right: 40px;
    width: 30%
}

.elxc_join_body_container .elxc_col.last,
.elxc_join_body_container .elxc_col:last-child {
    width: 30%
}

.elxc_join_body_container .elxc_title_heading {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 700;
    color: #3a3a3a;
    line-height: 120%
}

.elxc_join_body_container .elxc_form_row {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px
}

.elxc_join_body_container .elxc_form_row img {
    margin: 0 auto;
    float: left
}

.elxc_join_body_container .elxc_form_row label {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
    font-size: 16px
}

.elxc_join_body_container .elxc_form_row input[type=email],
.elxc_join_body_container .elxc_form_row input[type=number],
.elxc_join_body_container .elxc_form_row input[type=password],
.elxc_join_body_container .elxc_form_row input[type=text] {
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 1px solid silver;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: none
}

.elxc_join_body_container .elxc_form_row .elxc_form_error {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-top: 5px;
    border: 1px solid #bc0000;
    color: #bc0000;
    background: #fae4e4;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    box-sizing: border-box
}

.elxc_join_body_container .elxc_secure_seal {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    text-align: left
}

.elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 5px
}

.elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 80%
}

.elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px
}

.elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text p {
    display: inline-block;
    width: 100%;
    margin: 0
}

.elxc_join_body_container ul.elxc_join_options {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: normal
}

.elxc_join_body_container ul.elxc_join_options li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    box-sizing: border-box
}

.elxc_join_body_container ul.elxc_join_options li label {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    padding: 20px 15px 20px 20px;
    border-radius: 10px;
    background: #dadada;
    cursor: pointer
}

.elxc_join_body_container ul.elxc_join_options li.active label {
    background: #b3fe92
}

.elxc_join_body_container ul.elxc_join_options li label input[type=radio] {
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -6.5px
}

.elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description {
    display: inline-block;
    width: 240px;
    vertical-align: middle
}

.elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description strong {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500
}

.elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description small {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    padding-top: 3px
}

.elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-price {
    display: inline-block;
    width: 90px;
    position: relative;
    vertical-align: middle;
    text-align: right
}

.elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-symbol {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: -5px;
    left: 3px
}

.elxc_join_body_container ul.elxc_join_options li label span.elxc_join_op-price-big {
    font-family: sans-serif, Arial;
    font-size: 22px;
    font-weight: 700
}

.elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-small {
    font-family: sans-serif, Arial;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    top: -5px;
    left: -2px;
    word-break: keep-all;
    white-space: nowrap
}

.elxc_join_body_container ul.elxc_join_options li label sub.elxc_join_op-price-time {
    font-family: sans-serif, Arial;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    right: 0;
    left: 0;
    top: 22px;
    text-align: center
}

.elxc_join_body_container input[type=submit],
.elxc_member_submit {
    line-height: 100%;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 28px;
    font-weight: 700;
    border: 0;
    white-space: normal;
    background: #3ba32a;
    background: -moz-linear-gradient(top, #3ba32a 1%, #348726 100%);
    background: -webkit-linear-gradient(top, #3ba32a 1%, #348726 100%);
    background: linear-gradient(to bottom, #3ba32a 1%, #348726 100%)
}

.elxc_join_body_container input[type=submit]:hover,
.elxc_member_submit:hover {
    opacity: .8
}

.elxc_join_body_container .elxc_join_secure_lock {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    text-align: center
}

.elxc_join_body_container .elxc_join_secure_lock img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    max-width: 18px;
    position: relative;
    top: -4px
}

.elxc_join_footer .elx_join_page_updates {
    display: inline-block;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 30px;
    text-align: center
}

.elxc_join_footer .elx_join_page_updates .join_page_image {
    display: inline-block;
    width: 32.5%;
    padding: 1% .2%;
    box-sizing: border-box
}

.reg_login_link {
    margin-bottom: 20px;
    font-size: 16px;
    color: red
}

.reg_login_link a {
    color: gray
}

.reg_login_link a:hover {
    color: silver
}

@media only screen and (min-width:1600px) {
    .elxc_join_body_container .elxc_col,
    .elxc_join_body_container .elxc_col:first-child,
    .elxc_join_body_container .elxc_col:last-child {
        width: 33.33%;
        padding: 0 20px
    }
    .elxc_join_features {
        font-size: 32px
    }
    .elxc_join_footer .elx_join_page_updates .join_page_image {
        width: 16.4%;
        padding: 0 .2%
    }
    .elxc_join_features ul img {
        max-width: 100%
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description {
        width: 320px
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-price {
        width: 125px
    }
    .elxc_join_body_container ul.elxc_join_options li label span.elxc_join_op-price-big {
        font-size: 25px
    }
    .elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-symbol {
        font-size: 25px;
        font-weight: 300;
        font-family: sans-serif, Arial;
        padding-right: 4px
    }
    .elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-small {
        font-size: 26px
    }
    .elxc_join_body_container ul.elxc_join_options li label sub.elxc_join_op-price-time {
        top: 28px
    }
}

@media only screen and (max-width:959px) {
    .elxc_join_subhead {
        font-size: 20px;
        line-height: 100%
    }
    .elxc_join_subfoot {
        font-size: 35px
    }
    .elxc_join_features {
        font-size: 14px
    }
    .elxc_join_features ul img {
        margin-right: 10px;
        max-width: 20px
    }
    .elxc_join_body_container .elxc_col {
        padding: 0 10px;
        width: 50%
    }
    .elxc_join_body_container .elxc_col:first-child {
        width: 50%
    }
    .elxc_join_body_container .elxc_col.last,
    .elxc_join_body_container .elxc_col:last-child {
        display: none
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description {
        width: 205px
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description strong {
        font-size: 16px;
        margin-bottom: 0
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description small {
        font-size: 11px
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-price {
        width: 110px
    }
    .elxc_join_body_container ul.elxc_join_options li label span.elxc_join_op-price-big {
        font-size: 40px
    }
    .elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-symbol {
        font-size: 20px;
        top: -5px
    }
    .elxc_join_body_container ul.elxc_join_options li label sup.elxc_join_op-price-small {
        font-size: 22px;
        top: -5px
    }
}

@media screen and (max-width:767px) {
    .elxc_join_header {
        text-align: center;
        font-size: 22px;
        line-height: 140%;
        padding: 10px 0
    }
    .elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text {
        width: 80%
    }
    .elxc_join_body_container .elxc_col {
        width: 100%;
        margin-bottom: 15px
    }
    .elxc_join_body_container .elxc_col:first-child {
        width: 100%;
        padding-right: 10px
    }
    .elxc_join_body_container ul.elxc_join_options li {
        padding-left: 20px
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description {
        width: 210px
    }
    .elxc_join_subfoot {
        font-size: 20px
    }
    .elxc_join_list_left,
    .elxc_join_list_right {
        width: 100%;
        padding: 0
    }
    .elxc_join_list_left ul {
        margin-bottom: 0
    }
    .elxc_join_list_right ul {
        margin-top: 0
    }
    .elxc_form_row.captcha,
    .elxc_join_body_container .elxc_form_row .elxc_form_error,
    .elxc_join_body_container .elxc_form_row label,
    .elxc_join_body_container .elxc_title_heading,
    .reg_login_link {
        text-align: center
    }
}

@media only screen and (max-width:479px) {
    .elxc_join_subhead {
        font-size: 16px;
        margin-bottom: 25px
    }
    .elxc_join_body_container .elxc_title_heading {
        font-size: 16px;
        margin-bottom: 10px
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-description,
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-price {
        width: 100%;
        text-align: center
    }
    .elxc_join_body_container ul.elxc_join_options li label .elxc_join_op-price {
        line-height: 100%;
        margin-top: 15px
    }
    .elxc_join_body_container ul.elxc_join_options li label span.elxc_join_op-price-big {
        line-height: 100%
    }
    .elxc_join_body_container input[type=submit] {
        font-size: 20px
    }
    .elxc_join_body_container .elxc_join_secure_lock {
        font-size: 12px
    }
    .elxc_join_body_container .elxc_join_secure_lock img {
        max-width: 10px
    }
    .elxc_join_features ul {
        padding-left: 10px
    }
    .elxc_join_footer .elx_join_page_updates .join_page_image {
        width: 48.5%;
        padding: 1%
    }
    .elxc_join_features ul img {
        max-width: 18px
    }
    .elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_icon {
        width: 22px
    }
    .elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text {
        width: 76%;
        text-align: center
    }
    .elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text strong {
        margin: 0
    }
    .elxc_join_body_container .elxc_secure_seal .elxc_secure_seal_text p {
        font-size: 10px
    }
}

.tags_filter {
    display: none;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background: #f4f3f3;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative
}

.tags_filter .tags_filter_title {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 100%
}

.tags_filter .tags_filter_close {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px
}

.tags_filter .tags_filter_close a {
    display: inline-block;
    border: 1px solid #ccc;
    color: #222;
    padding: 5px 7px;
    border-radius: 4px;
    background: url(images/top_menu.png) repeat-x center top
}

.tags_filter .tags_filter_close a:hover {
    border: 1px solid #ccc;
    color: #fff;
    background: url(images/top_navbar.png) repeat-x center top
}

.tags_filter ul.tags_filter_list {
    display: inline-block;
    width: 100%;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 13px
}

.tags_filter ul.tags_filter_list li {
    display: inline-block;
    min-width: 188px;
    margin: 2px 0 1px
}

.tags_filter ul.tags_filter_list li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #777;
    background: #fff;
    text-decoration: none
}

.tags_filter ul.tags_filter_list li a span {
    float: right
}

.tags_filter ul.tags_filter_list li a:hover {
    border: 1px solid #ccc;
    color: #222;
    background: #ccc
}

.tags_filter ul.tags_filter_list li.active a {
    border: 1px solid #ff2121;
    color: #fff;
    text-decoration: none;
    background: #ff2121
}

.tags_filter .tags_filter_buttons {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.tags_filter .tags_filter_buttons a.filter-btn {
    display: inline-block;
    border-radius: 4px;
    text-shadow: #fff 1px 1px 1px;
    padding: 10px 15px;
    text-align: left;
    font-size: 15px;
    color: #222;
    text-decoration: none;
    background: url(images/top_menu.png) repeat-x center top;
    border: 1px solid #ccc
}

.tags_filter .tags_filter_buttons a.filter-btn i.fa {
    float: right;
    font-weight: 300
}

.tags_filter .tags_filter_buttons a.filter-btn.btn-blue {
    font-weight: 700
}

.tags_filter .tags_filter_buttons a:hover.filter-btn {
    color: #fff;
    background: url(images/top_navbar.png) repeat-x center top;
    text-shadow: #000 1px 1px 1px
}

.tags_filter .tags_filter_footer {
    display: inline-block;
    width: 100%;
    text-align: center
}

.tags_filter .tags_filter_footer a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #ff2121;
    text-decoration: underline
}

.tags_filter .tags_filter_footer a:hover {
    color: gray;
    text-decoration: none
}

.tags_filter input#tags_filter_input {
    display: none
}

.tags_filter_trigger {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px
}

.tags_filter_trigger.searchpage {
    margin-right: 0
}

.tags_filter_trigger a {
    display: inline-block;
    position: relative;
    top: 0;
    width: auto;
    padding-right: 10px;
    height: 29px;
    line-height: 29px;
    border-radius: 5px;
    background: url(images/top_menu.png) repeat-x center top;
    color: #ff2121;
    font-size: 12px;
    font-weight: 300;
    padding-left: 10px;
    cursor: pointer;
    border: 1px solid #ccc
}

.tags_filter_trigger a .svg-inline--fa,
.tags_filter_trigger a i.fa {
    margin-right: 5px
}

.tags_filter_trigger a.active,
.tags_filter_trigger a:hover {
    background: #ff2121;
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width:1600px) {
    .tags_filter ul.tags_filter_list li {
        min-width: 190px
    }
}

@media only screen and (max-width:959px) {
    .tags_filter ul.tags_filter_list li {
        min-width: 178px
    }
}

@media screen and (max-width:767px) {
    .tags_filter ul.tags_filter_list li {
        min-width: 48%;
        margin: .5%
    }
    .tags_filter_trigger {
        float: none;
        display: inline-block;
        margin: 0;
        margin-bottom: 10px
    }
    .tags_filter_trigger a {
        height: 28px
    }
    .tags_filter_trigger.searchpage {
        float: right;
        width: 100%;
        text-align: center;
        margin: 10px 0
    }
}

@media only screen and (max-width:479px) {
    .tags_filter ul.tags_filter_list li {
        min-width: 100%;
        margin: 0 0 2px
    }
    .tags_filter .tags_filter_buttons a.btn {
        margin-bottom: 4px
    }
    .tags_filter .tags_filter_buttons a.btn:last-child {
        margin-bottom: 0
    }
}

.news_info {
    display: block;
    clear: both;
    background: rgba(255, 255, 255, .2)
}

.modelUpdates {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.model_update_block {
    float: left;
    background: rgba(255, 255, 255, .2);
    width: 49%;
    padding: 1%;
    box-sizing: border-box;
    margin-bottom: 30px
}

.model_update_block:nth-child(2n+2) {
    float: right
}

.model_update_block .left {
    float: left;
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box
}

.model_update_block .right {
    float: right;
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box
}

.model_update_block .model_update_block_image {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative
}

.model_update_block .model_update_block_image a {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative
}

.model_update_block .model_update_block_image a .model_update_thumb {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 5
}

.model_update_block .model_update_block_image a .play_icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    margin-top: -25px;
    margin-left: -25px
}

.model_update_block .model_update_block_info.update_block_info {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    line-height: 125%
}

.model_update_block .model_update_block_info.update_block_info hr.update_hr {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    height: 0;
    border: 0;
    border-bottom: 1px solid #ccc
}

.model_update_block.fullwidth {
    width: 100%
}

.model_update_block.fullwidth .left {
    width: 30%
}

.model_update_block.fullwidth .right {
    width: 70%
}

@media only screen and (max-width:1279px) {
    .model_update_block {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .model_update_block .left,
    .model_update_block .right,
    .model_update_block.fullwidth .left,
    .model_update_block.fullwidth .right {
        width: 100%;
        padding: 0
    }
    .model_update_block .left,
    .model_update_block.fullwidth .left {
        margin-bottom: 10px
    }
}

.comingsoon_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    display: block
}

.comingsoon_overlay .centerbox {
    display: table;
    width: 100%;
    height: 100%
}

.comingsoon_overlay .middle {
    display: table-cell;
    vertical-align: middle
}

.comingsoon_overlay .middle .comingsoon_box {
    margin: auto;
    vertical-align: middle;
    display: inline-block;
    width: 500px;
    padding: 25px;
    border: 1px solid #c1c1c1;
    background: #f1f1f1;
    color: #222;
    font-size: 18px;
    text-transform: none;
    position: relative
}

.comingsoon_overlay .middle .comingsoon_box span.icon {
    font-size: 38px;
    vertical-align: top
}

.comingsoon_overlay .middle .comingsoon_box h3 {
    display: inline-block;
    width: 100%;
    padding: 15px 0 10px;
    font-size: 18px;
    vertical-align: top
}

.comingsoon_overlay .middle .comingsoon_box p {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    vertical-align: top
}

.comingsoon_overlay .middle .comingsoon_box a.close_comingsoon_box {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 8px;
    border: 1px solid #c1c1c1;
    color: #222;
    font-weight: 300;
    font-size: 10px
}

.comingsoon_overlay .middle .comingsoon_box a:hover.close_comingsoon_box {
    background: #c1c1c1;
    color: #fff
}

@media screen and (max-width:870px) {
    .comingsoon_overlay .middle .comingsoon_box {
        width: 96%
    }
}

@media screen and (max-width:767px) {
    .comingsoon_overlay .middle .comingsoon_box {
        padding: 10px
    }
    .comingsoon_overlay .middle .comingsoon_box h3 {
        font-size: 14px
    }
    .comingsoon_overlay .middle .comingsoon_box p {
        font-size: 12px;
        line-height: 120%
    }
    .comingsoon_overlay .middle .comingsoon_box i.trailer_lock {
        max-width: 20px
    }
    .comingsoon_overlay .middle .comingsoon_box a.btn-join {
        padding: 10px
    }
}

@media screen and (max-width:480px) {
    .comingsoon_overlay .middle .comingsoon_box {
        width: 100%
    }
    .comingsoon_overlay .middle .comingsoon_box h3 {
        width: auto;
        padding: 0;
        vertical-align: middle
    }
    .comingsoon_overlay .middle .comingsoon_box p {
        margin-top: 10px
    }
    .comingsoon_overlay .middle .comingsoon_box a.btn-join {
        padding: 5px;
        margin-top: 10px
    }
}

.subscribe-link { background-color: #AF0000; color: #FFF; padding: 15px; text-align: center; font-weight: bold; cursor: pointer; }

.main_toolbar {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0;
    color: #fff;
    text-align: left
}

.main_toolbar a {
    text-decoration: none;
    color: #ff2121
}

.main_toolbar .page_body {
    background: 0 0;
    text-align: left
}

.main_toolbar #live_show_box {
    float: left
}

.main_toolbar .live_show_pre_text {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.main_toolbar .live_show_ticker_wrapper {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto
}

.main_toolbar .live_show_ticker_wrapper_table {
    border: 0;
    font-size: 14px;
    background: 0 0;
    padding: 0 5px
}

.main_toolbar .live_show_ticker_data {
    background-color: #717171;
    border: 0;
    border-radius: 4px;
    color: #fff
}

.main_toolbar ul.main_toolbar_links {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none
}

.main_toolbar ul.main_toolbar_links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    vertical-align: middle
}

.main_toolbar ul.main_toolbar_links a {
    display: inline-block;
    color: #ccc;
    text-decoration: none;
    font-size: 16px;
    vertical-align: middle;
    position: relative
}

.main_toolbar ul.main_toolbar_links a:hover {
    color: #ed3338
}

.main_toolbar ul.main_toolbar_links a.hilite {
    color: #eee
}

.main_toolbar ul.main_toolbar_links a.hilite:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff
}

.main_toolbar ul.main_toolbar_links a.toolbar_btn {
    padding: 6px 10px;
    background: #fff;
    color: #222;
    border-radius: 4px;
    font-size: 15px;
    vertical-align: middle
}

.main_toolbar ul.main_toolbar_links a:hover.toolbar_btn {
    background: #ff2121;
    color: #fff
}

.main_toolbar .cart_num_wrapper {
    margin-left: 10px;
    height: auto
}

.main_toolbar .cart_num {
    width: 44px;
    height: 23px;
    padding-top: 1px
}

.main_toolbar .messaging_box {
    float: left
}

.main_toolbar .messaging_box.extra-margin {
    margin-left: 40px
}

.main_toolbar .messaging_box a {
    display: inline-block;
    text-decoration: none;
    padding: 6px 10px;
    background: #fff;
    color: #222;
    border-radius: 4px;
    font-size: 15px;
    vertical-align: middle
}

.main_toolbar .messaging_box a:hover {
    background: #ff2121;
    color: #fff
}

.main_toolbar li.icon_dropdown {
    position: relative
}

.main_toolbar li.icon_dropdown ul.toolbar_sub {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 120px;
    padding: 10px;
    background: #f1f1f1;
    color: #000;
    z-index: 777;
    margin-top: 14px;
    box-shadow: #222 0 0 5px
}

.main_toolbar li.icon_dropdown ul.toolbar_sub:before {
    content: '';
    position: absolute;
    top: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f1f1f1
}

.main_toolbar li.icon_dropdown ul.toolbar_sub li {
    display: block;
    text-align: left;
    line-height: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0
}

.main_toolbar li.icon_dropdown ul.toolbar_sub li:last-child {
    border-bottom: 0
}

.main_toolbar li.icon_dropdown ul.toolbar_sub li a {
    display: block;
    text-align: left;
    padding: 5px 10px;
    background: 0 0;
    line-height: 130%;
    background: #f1f1f1;
    color: #000;
    border-radius: 0;
    font-size: 12px
}

.main_toolbar li.icon_dropdown ul.toolbar_sub li a:hover,
.sites_dropdown ul.sites_list li ul.dropdown_sites li a.active {
    background: #ff2121;
    color: #fff
}

.mdfslider {
    width: 100%;
    overflow: hidden
}

.mdfslider ul {
    display: flex;
    padding: 0;
    width: 400%;
    animation: cambio 20s infinite normal linear
}

.mdfslider li {
    width: 100%;
    list-style: none
}

.mdfslider img {
    width: 100%;
    max-width: 963px
}

@keyframes cambio {
    0% {
        margin-left: 0
    }
    20% {
        margin-left: 0
    }
    25% {
        margin-left: -100%
    }
    45% {
        margin-left: -100%
    }
    50% {
        margin-left: -200%
    }
    70% {
        margin-left: -200%
    }
    75% {
        margin-left: -300%
    }
    100% {
        margin-left: -300%
    }
}

.sc_column {
    float: left;
    width: 50%
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.sc_column {
    float: left;
    width: 50%
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.section {
    clear: both;
    padding: 0;
    margin: 0;
    margin-right: auto;
    margin-left: auto;

}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%
}

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

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

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.span_3_of_3 {
    width: 100%
}

.span_2_of_3 {
    width: 66.13%
}

.span_1_of_3 {
    width: 32.26%
}

@media only screen and (max-width:480px) {
    .col {
        margin: 1% 0
    }
    .span_1_of_4,
    .span_3_of_4,
    .span_4_of_4 {
        width: 100%
    }
}

/*  GRID OF FIVE  */
.span_1_of_4 {
    width: 200px;
}
.span_1_of_4 {
    width: 200px;
}
.span_1_of_4 {
    width: 400px;

}
.span_1_of_4 {
    width: 400px
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media only screen and (min-width: 965px){
    .top_menu_mob {display: none;}
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 964px) {
    .col {  margin: 1% 0 1% 0%; }
    .span_1_of_4{ width: 100%; }
     .span_2_of_4 {display: none;}
     .span_4_of_4{width: 150px;}
     .span_3_of_4{width: 109px;}
    .top_menu{display: none;} 


    .selection_group { width: 1280px; margin-left: auto; margin-right: auto; align-self: center;}
}
h1,
h2,
h3 {
    color: #fff;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em;
    line-height: 1em
}

h3 {
    font-size: 1.2em
}

/* start:header */

div.saleEnding { font-size: 60px; color: #FFF; text-align: center; line-height: 50px; display: inline-block; font-size: 60px; font-weight: 300; line-height: 50px; }

ul.countdown { list-style: none; margin: 15px 0; padding: 0; display: block; text-align: center; }
ul.countdown li { display: inline-block; }
ul.countdown li span { font-size: 60px; font-weight: 300; line-height: 50px; color: #FFF; }
ul.countdown li.seperator { font-size: 60px; line-height: 50px; vertical-align: top; }
ul.countdown li p { color: #a7abb1; font-size: 14px; }
ul.countdown { list-style: none; margin: 15px 0; padding: 0; display: block; text-align: center; }
ul.countdown li { display: inline-block; }
ul.countdown li span { font-size: 60px; font-weight: 300; line-height: 50px; }
ul.countdown li.seperator { font-size: 60px; line-height: 50px; vertical-align: top; }
ul.countdown li p { color: #a7abb1; font-size: 14px; }

.logout { cursor: pointer; }

.strikeThrough { position: relative; }
.strikeThrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid #ff0000;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.package.selected .strikeThrough:before { border-color: #FFF; }

.newsletterBox {
    position: fixed;
    max-width: 300px;
    padding: 10px;
    border: 2px solid #FFF;
    background-color: #000;
    right: 0px;
    bottom: 0px;
    border-right: 0px;
    border-bottom: 0px;
    z-index: 9999;
}

.autoGraphBigWindow { display: inline-block; }
.main_toolbar ul.main_toolbar_links a.autoGraphSmallWindow { display: none; }
#videoBanner { width: 100%; }
#videoBanner video { width: 100%; }

.countdownWrapper { text-align: center; margin-top: -25px; }
.mdf-discount-60 { width: 100%; max-width: 750px; position: relative; text-align: center; top: -40px; margin: auto; }
.countdownWrapper ul.countdown { margin: 0px auto; }

div[data-dvds] .dvd[data-display=block] { display: block !important; }
div[data-dvds] .dvd[data-display=inline-block] { display: inline-block !important; }
div[data-dvds] .dvd[data-display=flex] { display: flex !important; }
div[data-dvds='0'] .dvd, 
div[data-dvds='0'] .dvd[data-display='block'], 
div[data-dvds='0'] .dvd[data-display='inline-block'], 
div[data-dvds='0'] .dvd[data-display='flex'] { display: none !important; }

div[data-freedvds] .freedvd[data-display=block] { display: block !important; }
div[data-freedvds] .freedvd[data-display=inline-block] { display: inline-block !important; }
div[data-freedvds] .freedvd[data-display=flex] { display: flex !important; }
div[data-freedvds='0'] .freedvd, 
div[data-freedvds='0'] .freedvd[data-display='block'], 
div[data-freedvds='0'] .freedvd[data-display='inline-block'], 
div[data-freedvds='0'] .freedvd[data-display='flex'] { display: none !important; }

div[data-monthstext=plural] .monthstext.singular, 
div[data-monthstext=plural] .monthstext.singular[data-display=block], 
div[data-monthstext=plural] .monthstext.singular[data-display=inline-block], 
div[data-monthstext=plural] .monthstext.singular[data-display=flex] { display: none !important; }
div[data-freedvdstext=plural] .freedvdstext.singular, 
div[data-freedvdstext=plural] .freedvdstext.singular[data-display=block], 
div[data-freedvdstext=plural] .freedvdstext.singular[data-display=inline-block], 
div[data-freedvdstext=plural] .freedvdstext.singular[data-display=flex] { display: none !important; }
div[data-freemonthstext=plural] .freemonthstext.singular, 
div[data-freemonthstext=plural] .freemonthstext.singular[data-display=block], 
div[data-freemonthstext=plural] .freemonthstext.singular[data-display=inline-block], 
div[data-freemonthstext=plural] .freemonthstext.singular[data-display=flex] { display: none !important; }
div[data-monthstext=plural] .monthstext.plural { display: block !important; }
div[data-monthstext=plural] .monthstext.plural[data-display=block] { display: block !important; } 
div[data-monthstext=plural] .monthstext.plural[data-display=inline-block] { display: inline-block !important; }
div[data-monthstext=plural] .monthstext.plural[data-display=flex] { display: flex !important; }
div[data-freedvdstext=plural] .freedvdstext.plural { display: block !important; }
div[data-freedvdstext=plural] .freedvdstext.plural[data-display=block] { display: block !important; }
div[data-freedvdstext=plural] .freedvdstext.plural[data-display=inline-block] { display: inline-block !important; }
div[data-freedvdstext=plural] .freedvdstext.plural[data-display=flex] { display: flex !important; }
div[data-freemonthstext=plural] .freemonthstext.plural { display: block !important; } 
div[data-freemonthstext=plural] .freemonthstext.plural[data-display=block] { display: block !important; }
div[data-freemonthstext=plural] .freemonthstext.plural[data-display=inline-block] { display: inline-block !important; }
div[data-freemonthstext=plural] .freemonthstext.plural[data-display=flex] { display: flex !important; }

div[data-monthstext=singular] .monthstext.plural, 
div[data-monthstext=singular] .monthstext.plural[data-display=block], 
div[data-monthstext=singular] .monthstext.plural[data-display=inline-block], 
div[data-monthstext=singular] .monthstext.plural[data-display=flex] { display: none !important; }
div[data-freedvdstext=singular] .freedvdstext.plural, 
div[data-freedvdstext=singular] .freedvdstext.plural[data-display=block], 
div[data-freedvdstext=singular] .freedvdstext.plural[data-display=inline-block], 
div[data-freedvdstext=singular] .freedvdstext.plural[data-display=flex] { display: none !important; }
div[data-freemonthstext=singular] .freemonthstext.plural, 
div[data-freemonthstext=singular] .freemonthstext.plural[data-display=block], 
div[data-freemonthstext=singular] .freemonthstext.plural[data-display=inline-block], 
div[data-freemonthstext=singular] .freemonthstext.plural[data-display=flex] { display: none !important; }
div[data-monthstext=singular] .monthstext.singular { display: block !important; }
div[data-monthstext=singular] .monthstext.singular[data-display=block] { display: block !important; } 
div[data-monthstext=singular] .monthstext.singular[data-display=inline-block] { display: inline-block !important; }
div[data-monthstext=singular] .monthstext.singular[data-display=flex] { display: flex !important; }
div[data-freedvdstext=singular] .freedvdstext.singular { display: block !important; }
div[data-freedvdstext=singular] .freedvdstext.singular[data-display=block] { display: block !important; }
div[data-freedvdstext=singular] .freedvdstext.singular[data-display=inline-block] { display: inline-block !important; }
div[data-freedvdstext=singular] .freedvdstext.singular[data-display=flex] { display: flex !important; }
div[data-freemonthstext=singular] .freemonthstext.singular { display: block !important; } 
div[data-freemonthstext=singular] .freemonthstext.singular[data-display=block] { display: block !important; }
div[data-freemonthstext=singular] .freemonthstext.singular[data-display=inline-block] { display: inline-block !important; }
div[data-freemonthstext=singular] .freemonthstext.singular[data-display=flex] { display: flex !important; }

div[data-discount] .discount[data-display=block] { display: block !important; }
div[data-discount] .discount[data-display=inline-block] { display: inline-block !important; }
div[data-discount] .discount[data-display=flex] { display: flex !important; }
div[data-discount='0'] .discount, 
div[data-discount='0'] .discount[data-display='block'],
div[data-discount='0'] .discount[data-display='inline-block'], 
div[data-discount='0'] .discount[data-display='flex'] { display: none !important; }

div[data-discount] .discountPrice[data-display=block] { display: block !important; }
div[data-discount] .discountPrice[data-display=inline-block] { display: inline-block !important; }
div[data-discount] .discountPrice[data-display=flex] { display: flex !important; }
div[data-discount='0'] .discountPrice, 
div[data-discount='0'] .discountPrice[data-display='block'],
div[data-discount='0'] .discountPrice[data-display='inline-block'], 
div[data-discount='0'] .discountPrice[data-display='flex'] { display: none !important; }

div[data-discount] .nodiscount, 
div[data-discount] .nodiscount[data-display='block'], 
div[data-discount] .nodiscount[data-display='inline-block'], 
div[data-discount] .nodiscount[data-display='flex'] { display: none !important; }
div[data-discount='0'] .nodiscount[data-display=block] { display: block !important; }
div[data-discount='0'] .nodiscount[data-display=inline-block] { display: inline-block !important; }
div[data-discount='0'] .nodiscount[data-display=flex] { display: flex !important; }

div[data-freemonths] .freemonths[data-display=block] { display: block !important; }
div[data-freemonths] .freemonths[data-display=inline-block] { display: inline-block !important; }
div[data-freemonths] .freemonths[data-display=flex] { display: flex !important; }
div[data-freemonths='0'] .freemonths, 
div[data-freemonths='0'] .freemonths[data-display='block'], 
div[data-freemonths='0'] .freemonths[data-display='inline-block'], 
div[data-freemonths='0'] .freemonths[data-display='flex'] { display: none !important; }

div[data-trial=yes] .months,
div[data-trial=yes] .months[data-display=block],
div[data-trial=yes] .months[data-display=inline-block],
div[data-trial=yes] .months[data-display=flex] { display: none }
div[data-trial=yes] .days { display: block }
div[data-trial=yes] .days[data-display=block] { display: block !important; }
div[data-trial=yes] .days[data-display=inline-block] { display: inline-block !important; }
div[data-trial=yes] .days[data-display=flex] { display: flex !important; }

div[data-trial=no] .days,
div[data-trial=no] .days[data-display=block],
div[data-trial=no] .days[data-display=inline-block],
div[data-trial=no] .days[data-display=flex] { display: none }
div[data-trial=no] .months { display: block }
div[data-trial=no] .months[data-display=block] { display: block !important; }
div[data-trial=no] .months[data-display=inline-block] { display: inline-block !important; }
div[data-trial=no] .months[data-display=flex] { display: flex !important; }

.loadingBar { position: absolute; left: 0px; right: 0px; top: 0px; height: 4px; }
.loadingBar .loading { background-color: #dd2e33; height: 2px; width: 0%; z-index: 99; transition: width 400ms; }

.freeProductsBar { background-color: #ff1935; text-align: center; line-height: 40px; height: 40px; color: #FFF; font-weight: bold; }
.update_models_coming_soon a { display: inline-block !important; width: auto !important; }
.category_listing_block.coming_soon .screenshot img { width: 100%; }
.update_details, .videoTrailerThisIsNotToBereplaced, .category_listing_wrapper_updates, .screenshot, .videoTrailerThisIsNotToBereplaced { -webkit-user-select: none !important; -ms-user-select: none !important; user-select: none !important; }
body { -webkit-touch-callout: none !important; }

.category_listing_wrapper_updates .screenshot { position: relative; z-index: 8; }
.category_listing_wrapper_updates .videoTrailerThisIsNotToBereplaced { z-index: 10; }

body.ageVerified { overflow-y: hidden; }

.wrapperAge { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 999999999999999; background-color: #000; }
.wrapperAge.scroll { overflow-y: auto; }
.wrapperAge .bgCover { display: flex; flex-wrap: wrap; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 1; filter: blur(8px); -webkit-filter: blur(8px); }
.wrapperAge .bgCover>div { width: 33.33333333333333333333333%; }
.wrapperAge .bgCover>div img { width: 100%; }
.header { display: flex; border-bottom: 1px solid #FFF; height: 50px; align-items: center; background-color: #000; position: fixed; top: 0px; left: 0px; right: 0px; height: 63px; z-index: 100; }
.header .logo { width: calc( 50% - 10px ); padding-left: 10px; }
.header .logo img { width: 100%; max-width: 300px; }
.header .login { text-align: right; width: 50%; padding-right: 10px; }
.header .login img { display: inline-block; }
.header .login a { color: #FFF; text-decoration: none; }
.age-verify-box .header { z-index: 10000; }
.age-verify-box .warning { width: 50%; }
.age-verify-box .warning .warning-inner { padding: 50px 100px; }
.age-verify-box .warning .text { color: #FFF; padding: 20px; font-weight: normal; }
.age-verify-box .warning .text p { font-weight: normal; margin: 30px auto; }
.age-verify-box .warning .text ol li { margin-bottom: 15px; margin-top: 15px; line-height: 16px; font-weight: normal; }
.age-verify-box .explicitContent { width: 50%; }
.age-verify-box .explicitContent img { width: 100%; }
.age-verify-box .warning .buttons { display: flex; align-items: center; justify-content: space-around; }
.age-verify-box .warning .buttons a { width: calc( 50% - 20px ); max-width: 250px; margin: 10px; }
.age-verify-box .warning .buttons a img { width: 100%;  }			
.age-verify-box .warning .buttons #enter { border: 1px solid #ff1935; color: #FFF; padding: 20px; font-size: 40px; text-decoration: none; text-align: center; white-space: nowrap;  }
.age-verify-box .warning .buttons #leave { color: #FFF; padding: 20px; font-size: 40px; text-decoration: none; text-align: center; white-space: nowrap; }
.age-verify-box .warning .text h1 { text-align: center; display: flex; align-items: center; justify-content: center; padding: 0px; margin: 0px; }
.age-verify-box .warning .text h1 img { max-width: 400px; width: 100%; }
.age-verify-box .warning .warning-inner { background-color: #000; }
.age-verify-box .warning .explicitContentMobile { display: none; }
.age-verify-box .warning .explicitContentMobile img { visibility: visible !important; }
.age-verify-box .warning-inner .text .desktop { overflow-y: auto; max-height: 100%; min-height: 200px; }


.home-page .update_details_row .column2.date { font-weight: normal; color: #878787; }
.home-page .category_listing_block .category_listing_wrapper_updates .details .column2 { justify-content: end; }
.home-page .category_listing_block .category_listing_wrapper_updates .details .column2 .rating_box { margin-right: 0px; }
.home-page .title_bar { margin-top: 40px; margin-bottom: 25px; }
.home-page .title_bar_block .title_bar { padding-left: 0px; }
.home-page .left_column.left_column_full_width.studio { margin-top: 0px; }

.your_vote { font-size: 12px; display: flex; align-items: center; padding: 10px 0px 6px; background: #000; text-align: center; justify-content: center; cursor: default; flex-direction: column; }
.model_bio .your_vote { display: block; }
.player_options .your_vote { flex-direction: column; }
.player_options .your_vote<div { font-size: 12px; }

.category_listing_wrapper_updates .update_details img.screenshot { aspect-ratio: 16 / 9; }

@media (max-width: 1450px) {
	.age-verify-box .warning .warning-inner { padding: 25px; }
}
@media (max-width: 1100px) {
	.age-verify-box .warning { width: 75%; margin-top: 25px; margin-bottom: 25px; }
	.age-verify-box .explicitContent { display: none; }
	.age-verify-box .warning { background-color: #000; }
	.age-verify-box .warning .explicitContentMobile { display: block; }
}
	
@media (max-width: 1000px) {
	.age-verify-box .warning-inner { padding-top: 0px !important; }
	.age-verify-box .warning-inner .text { padding-top: 0px; padding-bottom: 2px; }
	.age-verify-box .warning-inner .text h1 { margin: 5px auto; }
	.age-verify-box .warning .text h1 img { max-width: 300px; }
}	
@media (max-width: 1096px) {
	.category_listing_block.isTour .category_listing_wrapper_updates .wrapper_title { flex-direction: column; }	
}

@media (max-width: 890px) {
	.category_listing_block.isTour .category_listing_wrapper_updates .update_details { flex-direction: column; }
	.category_listing_block.isTour .category_listing_wrapper_updates .screenshotWrapper { width: calc( 100% ); }
	.category_listing_block.isTour .category_listing_wrapper_updates .details { width: calc( 100% ); }
	.category_listing_block.isTour.content .category_listing_wrapper_updates { margin-bottom: 30px; }
}

@media (max-width: 750px) {
	.age-verify-box .warning .buttons #enter { font-size: 30px;  }
	.age-verify-box .warning .buttons #leave { font-size: 30px; }
}
		
@media (max-width: 500px) {
	.age-verify-box .warning .buttons a { width: calc( 100% - 20px ); }
	.age-verify-box .warning .warning-inner { padding: 0px; }
}
@media (max-width: 400px) {
	.age-verify-box .warning { width: 95%; }
	.age-verify-box .warning .buttons #enter { font-size: 20px;  }
	.age-verify-box .warning .buttons #leave { font-size: 20px; }
}

@media (max-width: 960px) {
	div.saleEnding { font-size: 24px; line-height: 40px; }
	ul.countdown li p { color: #a7abb1; font-size: 14px; }
	ul.countdown li span { font-size: 40px; font-weight: 300; line-height: 40px; }
	ul.countdown li.seperator { font-size: 40px; line-height: 30px; vertical-align: top; }
	li.languages { width: 100%; }
	.main_toolbar ul.main_toolbar_links a.autoGraphSmallWindow { display: inline-block; margin-left: 25px; float: right; }
	.txtTopXvid { margin: 10px auto; }
	.autoGraphBigWindow { display: none; }
    .section { clear: both; padding: 0; margin: 0; }
} 

@media (max-width: 750px) {
	.countdownWrapper { margin-top: 10px; }
	.mdf-discount-60 { top: -2px; }
}

@media (max-width: 620px) {
	.main_toolbar ul.main_toolbar_links a.autoGraphSmallWindow { display: none; }
}
@media (max-width: 560px) {
	.autoGraphBigWindow { display: none; }
	.autoGraphBigWindow img { margin: auto; }
}  
@media (max-width: 520px) {
	div.saleEnding { font-size: 24px; line-height: 40px; display: block; }
	p.saleEnding  { display: none; }
	ul.countdown  { display: block; margin-top: 0px; }
}  
@media (max-width: 500px) {
	ul.countdown li p { color: #a7abb1; font-size: 14px; }
	ul.countdown li span { font-size: 40px; font-weight: 300; line-height: 40px; }
	ul.countdown li.seperator { font-size: 40px; line-height: 30px; vertical-align: top; }
} 

/* end:header */


.options_block .tab_icon { margin-right: 5px !important; }

.studeioWrapperContentDetails { width: calc( 50% - 20px ); }
@media (max-width: 890px) {
	.studeioWrapperContentDetails { width: calc( 100% - 20px ); }
} 




/* trial/js/fancybox3/jquery.fancybox.min.css */


@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:1px 1px 0 0;background:#222;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:131px;position:relative;cursor:pointer;outline:none;border:1px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}


/* trial/images/jqueryui/jquery-ui.min.css */


/*! jQuery UI - v1.12.1 - 2017-05-08
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=black-tie&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=20&bgImgOpacityShadow=50&bgTextureShadow=highlight_soft&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=40&bgTextureOverlay=highlight_hard&bgColorOverlay=aaaaaa&iconColorError=ffcf29&fcError=ffffff&borderColorError=9e0505&bgImgOpacityError=45&bgTextureError=inset_hard&bgColorError=cd0a0a&iconColorHighlight=4ca300&fcHighlight=363636&borderColorHighlight=ffde2e&bgImgOpacityHighlight=55&bgTextureHighlight=inset_hard&bgColorHighlight=ffeb80&iconColorActive=222222&fcActive=222222&borderColorActive=cccccc&bgImgOpacityActive=65&bgTextureActive=flat&bgColorActive=ffffff&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=000000&bgImgOpacityHover=55&bgTextureHover=glass&bgColorHover=1c1c1c&iconColorDefault=ededed&fcDefault=e3e3e3&borderColorDefault=777777&bgImgOpacityDefault=40&bgTextureDefault=glass&bgColorDefault=111111&iconColorContent=222222&fcContent=222222&borderColorContent=cccccc&bgImgOpacityContent=100&bgTextureContent=highlight_hard&bgColorContent=f9f9f9&iconColorHeader=bbbbbb&fcHeader=eeeeee&borderColorHeader=a3a3a3&bgImgOpacityHeader=8&bgTextureHeader=diagonals_thick&bgColorHeader=333333&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{font-weight:300;float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #777}.ui-widget-content{border:1px solid #ccc;background:#f9f9f9 url("images/ui-bg_highlight-hard_100_f9f9f9_1x100.png") 50% top repeat-x;color:#222}.ui-widget-content a{color: #222}.ui-widget-header{border:1px solid #a3a3a3;background:#333 url("images/ui-bg_diagonals-thick_8_333333_40x40.png") 50% 50% repeat;color:#eee;font-weight:bold}.ui-widget-header a{color:#eee}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #777;background:#111 url("images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#e3e3e3}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#e3e3e3;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #000;background:#1c1c1c url("images/ui-bg_glass_55_1c1c1c_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#fff}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#fff;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #ccc;background:#fff;font-weight:normal;color:#222}.ui-icon-background,.ui-state-active .ui-icon-background{border:#ccc;background-color:#222}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#222;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #ffde2e;background:#ffeb80 url("images/ui-bg_inset-hard_55_ffeb80_1x100.png") 50% bottom repeat-x;color:#363636}.ui-state-checked{border:1px solid #ffde2e;background:#ffeb80}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #9e0505;background:#cd0a0a url("images/ui-bg_inset-hard_45_cd0a0a_1x100.png") 50% bottom repeat-x;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_4ca300_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffcf29_256x240.png")}.ui-button .ui-icon{}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url("images/ui-bg_highlight-hard_40_aaaaaa_1x100.png") 50% top repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:-8px -8px 8px #aaa;box-shadow:-8px -8px 8px #aaa}

/*ElevatedX Overrides*/
.ui-widget { font-family:Arial, Helvetica, sans-serif; font-size:1em; }
.ui-widget .cell { font-size:13px; padding-right:10px; }
.ui-widget input { padding:7px 10px; border-radius:4px; border:0; border:1px solid #f1f1f1; }
.ui-widget input[type="submit"], .ui-widget input[type="button"], .ui-widget button {
	padding:7px 10px; border-radius:4px; cursor:pointer; border:0; outline:none;
	background:-webkit-linear-gradient(top,#dedede 0,#f1f1f1 100%); background: linear-gradient(to bottom,#dedede 0,#f1f1f1 100%); box-shadow: 0 1px 0 #CCC;
}
.ui-widget input[type="submit"], .ui-widget input[type="button"].btn-green { outline:none; background:-webkit-linear-gradient(top,#61BD4F 0,#5AAC44 100%); background: linear-gradient(to bottom,#61BD4F 0,#5AAC44 100%); box-shadow: 0 1px 0 #3F6F21; color: #fff; padding:7px 15px; }
.ui-widget input[type="submit"]:hover, .ui-widget input[type="button"]:hover, .ui-widget button:hover, .ui-widget input[type="button"]:hover.btn-green { background:#555; color:#FFF; outline:none; }
.ui-widget input[type="button"], .ui-widget button { outline:none; font-weight:normal; }

ul.ui-autocomplete { padding:5px; box-sizing:border-box; font-size:0.9em; }
ul.ui-autocomplete li.ui-menu-item { padding:5px; }
ul.ui-autocomplete li.ui-menu-item.ui-state-focus { background:#616161; border:1px solid #616161; }

.modal_row { display:block; padding:10px; border:1px solid #CCC; margin-bottom:2px; background:#FFF; }


/* trial/js/responsive/carousel/owl.carousel.css */


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



/* trial/js/responsive/carousel/owl.theme.css */


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


/* trial/js/responsive/jq.evxTicker.css */


@charset "utf-8";
/* CSS Document */

.evxTicker{width:100%; height:40px; background:#FFF; position:relative; border:solid 2px #2096cd; overflow:hidden; margin-bottom:20px;}
.evxTicker>.bn-title{width:auto; height:40px; display:inline-block; background:#2096cd; position:relative;}
.evxTicker>.bn-title>h2{display:inline-block; margin:0; padding:0 20px; line-height:40px; font-size:20px; color:#FFF; height:40px; box-sizing:border-box;}
.evxTicker>.bn-title>span{width: 0;position:absolute;right:-10px;top:10px;height: 0;border-style: solid;border-width: 10px 0 10px 10px;border-color: transparent transparent transparent #2096cd;}

.evxTicker>ul{padding:0; margin:0; list-style:none; position:absolute; left:210px; top:0; right:40px; height:40px; font-size:16px;}
.evxTicker>ul>li{position:absolute; height:40px; width:100%; line-height:40px; display:none;}
.evxTicker>ul>li>a{text-decoration:none; color:#333; overflow:hidden; display:block; white-space: nowrap;text-overflow: ellipsis; font-weight:normal;}
.evxTicker>ul>li>a>span{color:#2096cd;}
.evxTicker>ul>li>a:hover{color:#2096cd;}

.evxTicker>.bn-navi{width:40px; height:40px; position:absolute; right:0; top:0; opacity:0;}
.evxTicker>.bn-navi>span{width:20px; height:40px; position:absolute; top:0; cursor:pointer; opacity:0.3; background-image:url(jq.evxTicker-arrows.png); background-repeat:no-repeat;}
.evxTicker>.bn-navi>span:hover{opacity:1;}
.evxTicker>.bn-navi>span:first-child{background-position:left center; left:0;}
.evxTicker>.bn-navi>span:last-child{background-position:right center; right:0;}
.evxTicker:hover .bn-navi{opacity:1;}

.bn-large{height:50px;}
.bn-large>.bn-title{height:50px;}
.bn-large>.bn-title>h2{line-height:50px; font-size:26px;}
.bn-large>.bn-title>span{top:15px;}
.bn-large>ul{height:50px; left:250px; font-size:20px;}
.bn-large>ul>li{height:50px; line-height:50px;}
.bn-large>.bn-navi{height:50px; }
.bn-large>.bn-navi>span{height:50px;}

.bn-small{height:30px;}
.bn-small>.bn-title{height:30px;}
.bn-small>.bn-title>h2{line-height:30px; font-size:18px;}
.bn-small>.bn-title>span{top:5px;}
.bn-small>ul{height:30px; left:200px; font-size:14px;}
.bn-small>ul>li{height:30px; line-height:30px;}
.bn-small>.bn-navi{height:30px; }
.bn-small>.bn-navi>span{height:30px;}

/*color styles -----------------------------*/
.bn-red{border-color:#f44a56;}
.bn-red>.bn-title{background:#f44a56;}
.bn-red>.bn-title>span{border-left-color:#f44a56;}
.bn-red>ul>li>a:hover,.bn-red>ul>li>a>span{color:#f44a56;}

.bn-green{border-color:#27ae60;}
.bn-green>.bn-title{background:#27ae60;}
.bn-green>.bn-title>span{border-left-color:#27ae60;}
.bn-green>ul>li>a:hover,.bn-green>ul>li>a>span{color:#27ae60;}

.bn-purple{border-color:#795aac;}
.bn-purple>.bn-title{background:#795aac;}
.bn-purple>.bn-title>span{border-left-color:#795aac;}
.bn-purple>ul>li>a:hover,.bn-purple>ul>li>a>span{color:#795aac;}

.bn-turquoise{border-color:#1fb5ad;}
.bn-turquoise>.bn-title{background:#1fb5ad;}
.bn-turquoise>.bn-title>span{border-left-color:#1fb5ad;}
.bn-turquoise>ul>li>a:hover,.bn-turquoise>ul>li>a>span{color:#1fb5ad;}

.bn-orange{border-color:#f46e27;}
.bn-orange>.bn-title{background:#f46e27;}
.bn-orange>.bn-title>span{border-left-color:#f46e27;}
.bn-orange>ul>li>a:hover,.bn-orange>ul>li>a>span{color:#f46e27;}

.bn-black{border-color:#333;}
.bn-black>.bn-title{background:#333;}
.bn-black>.bn-title>span{border-left-color:#333;}
.bn-black>ul>li>a:hover{color:#808080; text-decoration:none;}
.bn-black>ul>li>a>span{color:#333; font-weight:bold; text-decoration:underline;}
.bn-black>ul>li>a:hover span{color:#333; text-decoration:none;}
.bn-black .bn-date { font-style:normal; padding:5px; border-radius:5px; padding:5px; background:#CCC; color:#333; display:inline-block; vertical-align:middle; margin:0 5px 0 0; line-height:100%; font-size:13px; }

.bn-yellow{border-color:#d3ac23;}
.bn-yellow>.bn-title{background:#d3ac23;}
.bn-yellow>.bn-title>span{border-left-color:#d3ac23;}
.bn-yellow>ul>li>a:hover,.bn-yellow>ul>li>a>span{color:#d3ac23;}

.bn-light{border-color:#DDD;}
.bn-light>.bn-title{background:#DDD;}
.bn-light>.bn-title>h2{color:#333;}
.bn-light>.bn-title>h2 a {color:#333;}
.bn-light>.bn-title>span{border-left-color:#DDD;}
.bn-light>ul>li>a:hover,.bn-light>ul>li>a>span{color:#DDD;}

.bn-pink{border-color:#d65aac;}
.bn-pink>.bn-title{background:#d65aac;}
.bn-pink>.bn-title>span{border-left-color:#d65aac;}
.bn-pink>ul>li>a:hover,.bn-pink>ul>li>a>span{color:#d65aac;}

.bn-darkred{border-color:#d01e1e;}
.bn-darkred>.bn-title{background:#d01e1e;}
.bn-darkred>.bn-title>span{border-left-color:#d01e1e;}
.bn-darkred>ul>li>a:hover,.bn-darkred>ul>li>a>span{color:#d01e1e;}

.bn-bordernone{border:none;}
.bn-italic>ul>li>a{font-style:italic;}
.bn-bold>ul>li>a{font-weight:bold;}

.evxTicker>.bn-navi,
.evxTicker>ul>li>a,
.evxTicker>.bn-navi>span{transition: .25s linear;-moz-transition: .25s linear;-webkit-transition: .25s linear;}

@media screen and (max-width: 767px) {
	.evxTicker { height:auto; }
	.evxTicker>ul { width:100%; display:inline-block; left:0; right:0; position:relative; }
	.evxTicker>.bn-title>h2 { font-size:16px; font-weight:normal; }
}


/* style_override.css */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
a, .update_tags a:before, .update_tags.dvd_info a:before{-webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in; -o-transition: all 200ms ease-in;transition: all 200ms ease-in; color:#ff0000;}
body { font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:400; background:#000; color:#FFF; overflow-x: hidden; }

body.nontour-area.open .top_menu .searchbar_container { display: block; } 
.top_menu .bars { cursor: pointer; }
.members_live_show_header_overlay { background:#202020; border:1px solid #202020; }
.wrapper { background-color: #0f0f0f; width: 1280px; margin-left: auto;margin-right: auto; }
.page_body { background:#000; color:#FFF; }
.footer { background:#101010; }
.title_bar { margin-bottom:15px; font-weight:700; }
.sort_options select { padding:5px 10px; font-family:'Open Sans', Arial, Helvetica, sans-serif; }
.top_menu_wrapper { background:#000; margin-left: 0;}
.top_menu a { color:#FFF; text-shadow:#000 1px 1px 0px; }
.top_menu { border-right:0px solid #444; }
.top_menu a.hover, .top_menu a.hilite { background:#DAA520; color:#ffffff; padding: 0px 60px;}
.top_menu a.hilite2 { color:#FFF; border-right:1px solid #000; border-left:1px solid #444; text-shadow:#000 1px 1px 0px; margin-left: 332px;}

.index_offer img { height:auto; }
@media (max-width: 720px) {
	.wrapper {width:720px;}
}
@media (max-width: 480px) {
	.wrapper {width:auto;}
}
.live_show_wrapper a { color:#808080; }
.live_show_ticker_wrapper_table { border:2px solid #333; }
.live_show_ticker_data { background-color:#333; }

/* Link Colors */
.update_details a,
.favorites a,
.searchbar_container .filter_link a,
.poll a,
.news_small a,
.tags_filter_trigger a,
.global_pagination ul li a:hover, .global_pagination ul li.active a,
.update_tags a, .update_tags.dvd_info a,
.suggest_tags a.suggest_tags_link,
.gallery_page_banner a,
.title_bar_hilite,
.dvd_details_overview a,
.dvd_details a,
.bonus_details a,
.blog_details a,
.comment_counts a,
.faqs ul li .faq_question > a,
.calendar_month a,
.day a,
.mailbox a,
.top_navbar a.hilite,
.red,
.update_dvds a { color:#ac2d37 !important; }

.update_models a {color:#FFFFFF !important;}

.evxTicker>ul>li>a>span,
#latesttweets_ticker_elevatedx>ul>li>a,
.tags_filter_trigger a, .tags_filter .tags_filter_footer a { color:#fa0695 !important; }

.evxTicker>ul>li>a>span:hover, #latesttweets_ticker_elevatedx>ul>li>a:hover { color:#808080 !important; }

.update_details,
.gallery_info .update_models a:hover,
.poll,
.news_body,
.update_description,
.faq_answers,
.twitter_description,
.model_bio,
.dvd_details,
.dvd_description { color:#f9f9f9; }

.polls_block_fullwidth .poll { border:1px solid #222; }
.polls_block_fullwidth .poll_title { border-bottom:1px solid #222; }
.evxTicker { background:#171717; }
.evxTicker>ul>li>a, .bn-black>ul>li>a>span { color:#cacaca; }
.video_clips_wrapper { color:#222; }
.blog_details { background:#171717; color:#FFF; }
.section_background { background:#171717; color:#cacaca; }
.faq_questions { color:#cacaca; }
.tweet_background { background:#171717; color:#FFF; }
.bonus_details { color:#cacaca; }
.section_background_reverse { background:#171717; }
.daylabel { background:#444; color:#FFF; }
.day { border:1px solid #333; }
.weeklabel_item { border:1px solid #333; }
.calendarpopup { background:#444; }
.mailbox_wrapper { background-color:#171717; }
.mailbox_wrapper .table { width:100%; }
.mailbox_info, .delete { background:#444; border:1px solid #222; }

.comments_box { background:#232323; color:#c7c7c7; box-sizing:border-box; }
.comments_box textarea { box-sizing:border-box; padding:5px; }
.comments_box_admin { background:#000; color:#c7c7c7; }
.comment_name { color:#FFF; }

.cam_page_ticker_spacer { color:#FFF; }

.faqs ul li .faq_answer { background:#000; }
.faqs ul li .faq_answer:before { border-bottom:10px solid #000; }
.faqs ul li.li_question { border-bottom:1px solid #333; }

/* Page Numbers CSS */
.page_numbers { width:100%; text-align:center; margin-bottom:15px; font-size:18px; margin:5px 0 30px 0; }
.page_numbers a:hover { color:#000; }
.number, .number_item { border:0px outset #808080; }
.number_current, .number_item, .number { width:auto; height:auto; padding:9px 10px; line-height:100%; border-radius:4px; }
.number_item { background:none; }
.number_current { color:#fa0695; }
a.pagenav .number { display:inline-block; padding:9px 15px; color:#000; }

.global_pagination ul { background:#242424; border-bottom:1px solid #000; }
.global_pagination ul li { border-right:1px solid #000; }
.global_pagination ul li a { color:#FFF; }
.global_pagination ul li a:hover, .global_pagination ul li.active a { color:#ff2121; background:rgba(255,255,255,0.1); }
.global_pagination ul li:first-child a:hover, .global_pagination ul li:first-child.active a { border-radius:5px 0 0 5px; }
.global_pagination ul li:last-child a:hover, .global_pagination ul li:last-child.active a { border-radius:0 5px 5px 0; }

.tags_filter { background:#333 !important; border:1px solid #111 !important; }
.tags_filter .tags_filter_buttons { border-top:1px solid #222; border-bottom:1px solid #222; }
.tags_filter_trigger a:hover, .tags_filter_trigger a.active,
.update_tags a:hover, .update_tags.dvd_info a:hover,
.update_tags a:hover:before, .update_tags.dvd_info a:hover:before,
.compose_button { background:#f90695; }
.tags_filter_trigger a:hover, .tags_filter_trigger a.active,
.tags_filter ul.tags_filter_list li.active a { background:#f90695 !important; color:#FFF !important; border:1px solid #f90695 !important; }

.update_tags a, .update_tags.dvd_info a { background:#333; border:1px solid #000; }
.update_tags a:before, .update_tags.dvd_info a:before { background:#333; border-left:1px solid #000; border-bottom:1px solid #000; color:#848484; }

.A-Z_links { line-height:175%; }
.A-Z_links a { display:inline-block; margin:0; }
.A-Z_links span { display:inline-block; margin:1px; width:auto; height:auto; line-height:125%; padding:5px 10px; border-radius:4px; border:1px solid #000; background:#252525; color:#FFF; }
.A-Z_links a:hover { opacity:1; }
.A-Z_links a:hover span, .A-Z_links a span.letter_current { color:#f90695; background:rgba(255,255,255,0.2); }

.rating_text { color:#CCC; }

.owl-carousel .owl-item .most_popular_models_wrapper img { border-width: 0px; }

/*VOD SPECIFICS*/
.owl-carousel .owl-item img.add_cart_icon { width:auto; }
.owl-carousel .owl-item .popt, .category_listing_wrapper_updates .popt { display:inline-block; width:100%; text-align:left; margin-top:3px; }
.owl-carousel .owl-item .popt a, .category_listing_wrapper_updates .popt a { float:left; text-align:center; margin-left:0; margin-right:5px; }
.owl-carousel .owl-item .popt a .buy_button, .category_listing_wrapper_updates .popt a .buy_button { float:left; margin:0; }
#buy_button.purchased_hilite { 		background: -webkit-linear-gradient(#fefefe, #e1e1e1); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#fefefe, #e1e1e1); 
background: -moz-linear-gradient(#fefefe, #e1e1e1); 
background: linear-gradient(#fefefe, #e1e1e1); /* Standard syntax */; width:100%; padding:0; margin:0; margin:3px 0; }
a #buy_button.purchased_hilite { padding:0 10px; margin-top:0; width:auto; }
.purchased_hilite { float:none; }
.incart a #buy_button.purchased_hilite { margin-top:3px; width:100%; padding:0; }
.cart_num { color:#fa0695 !important; }
.cart_remove { color:#000 !important; }

.searchbar_alt { border-left:1px solid #000; width: 49px; height: 59px; }
.searchbar_alt a.search_trigger { border-left:1px solid #444; }
.searchbar_alt a.search_trigger i.search_icon { background-image:url('images/icons/search_light.png'); }
.searchbar_container.fullwidth { background:#171717;  }
.adv-search-box h4 { background:#000; color:#FFF; }
.adv-search-box { border:1px solid #444; }
.adv-search-box .form-row ul.adv-search-list li label { border:1px solid #444; }
.adv-search-box .form-row ul.adv-search-list li label:hover,
.adv-search-box .form-row ul.adv-search-list li label.active { background:#666; }


/* nice-select.css */


.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }



/* trial/js/slick.css */


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* trial/js/slick-theme.css */


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 64px;
    height: 64px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	background-color: #000;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
	background-color: #000;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}


.slick-next
{
    right: 0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



@media (max-width: 650px) {
	.slick-prev, .slick-next { width: 30px; height: 41px; }
	.slick-prev, .slick-next img { width: 100%; }
}



/* staxus.com.css */


@charset "utf-8";


.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

select.mobiledropdown, select.mobiledropdown_top { display:none; float:left; width:100%; padding:3px; z-index:99; position:relative; }
select.mobiledropdown, select.mobiledropdown_top { text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:16px; background:#F4F4F4; font-weight:bold; }
select.mobiledropdown_top { font-weight:normal; font-size:12px; }

img { max-width:100%; }

h1, h2 { text-transform: uppercase; }

body{  margin-top: 70px !important; }
body, .page_body { background-color: #FFF !important; color: #000 !important; }

.autoHeight { height: auto !important; }
.title_bar a { color: #000; }

.left_column.left_column_full_width.studio { margin-top: 25px; }
.fancybox-container { z-index: 999999999 !important; }
.your_vote { display: flex; align-items: center; padding: 10px 0px 6px; background: #000; text-align: center; justify-content: center; cursor: default; color: #FFF; }

.update_thumb, .most_popular_model_name img, .whats_hot_block img { width:420px; height:275px; box-sizing:border-box; }
.dvd_box {width: 240px; height: 350px;}

i.mobile_button { display:none; float:left; width:32px; height:48px; background:url('images/mobile_bars.png') no-repeat; cursor:pointer; top:8px; left:0; opacity:0.5; background-position: center center;}
i.mobile_button.active { opacity:1; }
.mobile_top_menu { float:left; display:none; background:#222; width:200px; position:absolute; top:40px; left:0; color:#FFF; z-index:999999; border:2px solid #FFF; border-radius:5px; line-height:100%; }
.mobile_top_menu ul { display:inline-block; width:100%; text-align:left; margin:0; padding:0; list-style:none; }
.mobile_top_menu ul li { display:inline-block; width:100%; margin:0; padding:0; border-bottom:2px solid #FFF; }
.mobile_top_menu ul li:last-child { border-bottom:0; }
.mobile_top_menu ul li a { display:block; padding:10px 10px; }

.title_bar_comments { color: #000; }
.updates_you_might_like h2 { color: #000; }
.title_bar_movie, .title_bar_movie * { color: #ee1f49 !important; }

.smallonly_block {display: none;}
.top_menu_bars, .top_menu_logo { display: none; }
.galleryTitle { color: #000; font-size: 20px; line-height: 25px; font-weight: bold; }
.cell_thumb { min-width:200px; }
.freeProductsBar { background-color: #ed1f49; }
.header { width: 100%; text-align: left; }
.header img.header_image { max-height: 125px; display: inline-block; width: 100%; max-width: 1104px; }
.top_navbar_wrapper { background-color: #000; }
.update_details { padding-top: 10px; text-align: center; }
.update_details a { text-decoration: none; }
.update_details .screenshotWrapper a.startTrailer { width: 100%; display: block; position: relative; }
.update_details .details { display: flex; align-items: center; }
.update_details .details .logoStudio { width: 50px; padding-right: 10px; }
.update_details .details .logoStudio .icon { width: 45px; max-width: none; max-height: 45px; height: 350px; }
.update_details .details .text { width: calc( 100% - 50px ); }
.photo_gallery_block { display: flex; flex-wrap: wrap; justify-content: center; }
.videoTrailerThisIsNotToBereplaced { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; display: none; }
.category_listing_wrapper_updates .screenshot img, .category_listing_wrapper_updates .screenshot { width: 100%; }
.category_listing_wrapper_updates .videoTrailerThisIsNotToBereplaced video { width: 100%; object-fit: cover; border-width: 0px; outline-offset: 0px; }
.category_listing_wrapper_updates .update_title { text-overflow: ellipsis; overflow: hidden; width: calc( 100% - 10px ); white-space: nowrap; display: flex; align-items: center; justify-content: start; line-height: 25px; height: 25px; margin: 2px; text-align: left; }
body.isTour .category_listing_wrapper_updates .update_title { line-height: 20px; height: 20px; }
body.isTour .category_listing_wrapper_updates .column2 { line-height: 20px; height: 20px; }
.category_listing_wrapper_updates .update_title img { margin-right: 5px; }
.category_listing_wrapper_updates .update_models { text-overflow: ellipsis; overflow: hidden; width: calc( 100% - 10px ); white-space: nowrap; display: flex; line-height: 20px; height: 20px; margin: 2px; text-align: left; color: #FFF; }
.category_listing_wrapper_updates .update_models a { color: #FFF; display: inline-block !important; width: auto !important; margin-right: 5px; }
.category_listing_wrapper_updates .update_details { padding-top: 0px; height: 100%; width: 100%; }
.span_1_of_3, .span_2_of_3 { width: calc( 100% - 2% ); }
.favorites_updates_block { display: flex; flex-wrap: wrap; justify-content: center; }
.footer { width: 100%; }
.main_toolbar ul.main_toolbar_links { width: calc( 100% - 10px); padding-left: 10px; padding-right: 10px; }
.update_date { margin-top: 5px; }
.category_listing_wrapper_updates .update_models, .category_listing_wrapper_updates .update_models a { font-size: 13px; color: #000; }

.title_bar, .wrapper, .top_navbar_wrapper, .page_body, .top_menu_container, .content_wrapper, picture img, .title_bar_block, .top_menu {
    min-width: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

#videoBanner video { width: 100%; }

.tags_filter_trigger a:hover, .tags_filter_trigger a.active, 
.update_tags a:hover, .update_tags.dvd_info a:hover, .update_tags a:hover:before, 
.update_tags.dvd_info a:hover:before, .compose_button {
    background: #f30924;
	color: #FFF;
}

.update_tags a, .update_tags.dvd_info a {
    background: #f30924;
	color: #FFF !important;
    border: 1px solid #000;
	text-decoration: none;
}
.update_tags a:before, .update_tags.dvd_info a:before { background: #f30924; color: #FFF !important; }

.A-Z_links span { border: none; background: none; color: #000; font-weight: bold; font-size: 18px; }

.sort_options { overflow: visible; }
.subscribe-link { background-color: #ee1f49 !important; }
.category_listing_wrapper_updates { width: calc( 33.333333% - 6px ); }
.update_details_row { display: flex; justify-content: space-between; align-items: center; }
.update_details_row .column1 { display: flex; justify-content: space-between; align-items: center; white-space: nowrap; width: calc( 100% - 90px ); text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.update_details_row .column1 a { display: block; width: 100%; text-align: left; }
.update_details_row .column2 { display: flex; justify-content: space-between; align-items: center; white-space: nowrap; width: 90px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: right; }
.update_details_row .column2.date { display: block !important; text-align: right !important; }
.category_listing_wrapper_updates .update_counts { text-align: left; }

.category_listing_block.categories .category_listing_wrapper_updates { width: calc( 16,6666666666666% - 6px ); }
.category_listing_block.search_empty { justify-content: center; }
.category_listing_block.search_empty>div { padding: 100px 10px; }
.title_bar_block .title_bar { font-size: 18px; }
.tags_filter_trigger { display: none; }

.searchbar_container .searchbar_submit_button button, .searchbar_container .searchbar_submit_button input[type=submit] { background: none; }
.searchbar_container input { color: #FFF; }

#most_popular_models_carousel { display: flex; }
#most_popular_models_carousel .latest_dvds_wrapper { width: 25%; text-align: center; }
#most_popular_models_carousel .latest_dvds_wrapper img { width: 100% !important; max-width: 100% !important; margin: auto; }
.update_thumb, .most_popular_model_name img, .whats_hot_block img { width: 100%; height: auto !important; }
.category_model_thumb { width: 100%; height: auto; }

.category_listing_wrapper_models { width: calc( 50% - 12px) !important; }
.category_listing_wrapper_models img { width: 100%; }

.top_menu a.hover, .top_menu a.hilite { float: right; margin-left: 0px !important; }
.top_menu a.hover, .top_menu a.hilite2 { float: right; margin-left: 0px !important; }
.top_menu .searchbar_container { width: auto; }
.top_menu .searchbar_container  .searchbar_field { width: auto; padding-left: 10px; text-align: left; }
.top_navbar_wrapper { position: relative; z-index: 99999; }

.category { margin-top: 0px !important; }
.top_menu { display: flex; justify-content: space-between; font-size: 14px; width: calc( 100% - 10px ); padding-left: 5px; padding-right: 5px; background-color: #000; }
.top_menu a { transition: none; text-transform: uppercase; }
.top_menu .logo { width: 233px; max-width: 233px; min-width: 233px; padding-top:10px; height: 68px; line-height: 68px; }
.top_menu .logo a { padding: 0px; margin: 0px; border-right-width: 0px; height: 68px; line-height: 68px; display: flex; align-items: center; justify-content: center; }
.top_menu .logo img { width: 233px; max-width: 233px; min-width: 233px; }
.top_menu .bars { font-size: 30px; width: 49px; min-width: 49px; text-align: center; display: none; }
.top_menu .menu { width: calc( 100% - 233px ); height: 68px; line-height: 68px; }

.category_listing_wrapper_updates .update_details video { width: 100%; height: 100%; }
.footer .links { max-width: 1300px !important; width: calc( 100% - 20px ) !important; padding: 20px; }
.categories [data-studio] { width: 33.33333333333333333% }

body .top_navbar_wrapper { position: fixed; top: 0px !important; left: 0px; right: 0px; z-index: 99999; padding-top: 0px; border-bottom: 1px solid #ef224c; }
body.open .top_menu a { display: block !important; transition: none; }

body.nontour-area .category_listing_block { margin: auto; justify-content: start; width: calc( 100% - 6px ) }
body.nontour-area .top_menu { display: flex; justify-content: space-between; height: 68px; font-size: 14px; width: calc( 100% - 10px ); padding-left: 5px; padding-right: 5px; background-color: #000; }
body.nontour-area .top_menu a { transition: none; }
body.nontour-area .top_menu .logo { width: 233px; max-width: 233px; min-width: 233px; margin-right: 10px; padding-top: 0px !important; height: 68px; line-height: 68px; display: flex; align-items: center; justify-content: center; }
body.nontour-area .top_menu .logo a { padding: 0px; margin: 0px; border-right-width: 0px; height: 68px; line-height: 68px; display: flex; align-items: center; justify-content: center; }
body.nontour-area .top_menu .logo img { width: 233px; max-width: 233px; min-width: 233px; }
body.nontour-area .top_menu .bars { font-size: 30px; width: 49px; min-width: 49px; text-align: center; display: none; }
body.nontour-area .top_menu .menu { width: calc( 100% - 233px ); }
body.nontour-area .top_menu .favorites { font-size: 14px; vertical-align: middle; line-height: 68px; }
body.nontour-area .top_menu_container .language { display: none; }
body.nontour-area.open .top_menu_container .language { display: block; text-align: center; margin-top: 15px; line-height: 40px; }
body.nontour-area.open .top_menu_container .language .text { display: block; color: #FFF; }
body.nontour-area.open .top_menu_container .language .icons { display: block; }
body.nontour-area.open .top_menu_container .language a { display: inline-block !important; width: auto; }
body.nontour-area.open .top_menu_container .language a:last-child { border-right-width: 0px; }

body.nontour-area .title_bar { width: calc( 100% - 20px ) !important; margin-right: 0px; margin-left: 0px; text-align: left; font-size: 25px; text-transform: uppercase; padding-left: 0px; margin-bottom: 0px; }
body.nontour-area .logout { display: block !important; font-size: 27px; margin-left: 10px;  margin-right: 10px; }

body.nontour-area .main_toolbar { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 999999; display: none; }
body.nontour-area .top_navbar_wrapper { position: fixed; top: -12px !important; left: 0px; right: 0px; z-index: 99999; padding-top: 0px; border-bottom: 1px solid #ee1f49; }
body.open .top_navbar_wrapper { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 9999; background-color: #000; }
body.open .top_menu_mob a, body.open .top_menu a { width: 100%; line-height: 40px; }
body.open .searchbar_container { display: block; width: 100%; }
body.open .searchbar_container .searchbar_field input[type=text] { width: 100%; color: #FFF !important; }
body.open .searchbar_container .searchbar_field { width: calc( 100% - 56px ); }
body.open .top_menu.menu-fixed { box-shadow: none; }
body .mobile_only { display: none; }
body.open .mobile_only { display: block; }
.top_menu a.join, .top_menu a.login, .top_menu a.vod {font-weight: bold; float: right; margin: 3px; padding: 0px; height: 55px; margin-top: 5px; line-height: 55px;  padding-left: 20px; padding-right: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.top_menu a.login { float: right; padding-left: 10px; padding-right: 10px; }

.headerLink { position: relative; display: block; }
.headerLink .title { z-index: 99; }
.headerLink picture { z-index: 89; position: relative;  }

body { margin-top: 70px; }
body.nontour-area { margin: 115px 10px auto 10px; margin-top: 57px !important; }

.top_menu .menu .fanclub span.text { display: inline-block !important; }
.top_menu_container { background: #FFF !important; }

[data-equalrowschild] { visibility: hidden; }
[data-equalrowschild].done { visibility: visible; }

.navigation { display: flex; align-items: center; justify-content: start; }
.navigation>div { margin: 5px 10px; font-weight: bold; }
.navigation>div a { text-decoration: none; }
.navigation>div.arrow { margin-left: 0px; margin-right: 0px; }

.myProfile .inner { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 50px; margin-bottom: 100px; }
.myProfile .inner>div { width: 100%; max-width: 200px; height: 100%; min-height: 100px; max-height: 200px; text-align: center; display: flex; align-items: center; justify-content: center; background-color: #ed1f49; margin: 10px; }
.myProfile .inner>div a, .myProfile .inner>div a:link, .myProfile .inner>div a:visited, .myProfile .inner>div a:focus, .myProfile .inner>div a:hover { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 10px; font-weight: bold; background-color: transparent; }


@media only screen and (max-width: 1630px) {
	.top_menu .menu .home { display: none; }
}
@media only screen and (max-width: 1570px) {
	body.nontour-area .top_menu .menu .messages { display: none; }
}
@media only screen and (max-width: 1530px) {
	.top_menu .menu .fanclub span.text { display: none !important; }
	.top_menu .menu .fanclub { padding-left: 5px; padding-right: 5px; }
	.top_menu .menu .twitter, .top_menu .menu .fanclub { padding-left: 5px; padding-right: 5px; display: inline-block !important; width: 50px; }
}
@media only screen and (max-width: 1445px) {
	body.nontour-area.open .top_menu .menu, body.open .top_menu .menu { width: calc( 100% ); }
	body.nontour-area .top_menu .menu { width: calc( 100% - 288px ); }
	body.nontour-area .top_menu .bars { font-size: 30px; width: 49px; min-width: 49px; text-align: center; display: block; }
	body.nontour-area .top_menu .fa-bars { display: inline-block; }
	body.nontour-area .top_menu .fa-times { display: none; }
	body.nontour-area.open .top_menu .fa-times { display: inline-block;  }
	body.nontour-area.open .top_menu .fa-bars { display: none; }
	body.nontour-area.open .top_navbar_wrapper { padding-top: 0px; }
	body.nontour-area .top_menu .menu .home { display: none; }
	body.nontour-area.open .top_menu .menu { position: absolute; top: 50px; left: 0px; right: 0px; width: 100%; }
	body.nontour-area.open .top_menu { display: flex !important; }
	body.nontour-area.open .top_menu a { display: block !important; transition: none; float: none; }
	body.nontour-area .top_menu .logo a { display: flex !important; align-items: center; justify-content: left; }
	body.nontour-area.open .logo { width: calc( 100% - 100px ); max-width: calc( 100% - 100px ); min-width: calc( 100% - 100px );  }
}

@media only screen and (max-width: 1380px) {
	.nontour-area .top_menu .menu .blog { display: none; }
	.top_menu .menu a { padding-left: 10px; padding-right: 10px; }
}
@media only screen and (max-width: 1370px) {
	.top_menu .menu { width: calc( 100% - 288px ); }
	.top_menu .bars { font-size: 30px; width: 49px; min-width: 49px; text-align: center; display: block; }
	.top_menu .fa-bars { display: inline-block; }
	.top_menu .fa-times { display: none; }
	body.open .top_menu .fa-times { display: inline-block;  }
	body.open .top_menu .fa-bars { display: none; }
	body.open .top_menu_wrapper { background-color: #000; }
	body { margin-top: 50px; }
	body.tour-area .top_menu .menu .home { display: none; }
	body.open .top_menu .menu { position: absolute; top: 50px; left: 0px; right: 0px; z-index: 1000; }
	body.open .top_menu { display: flex !important; }
	body.nontour-area {  margin-top: 100px; }
}

@media only screen and (max-width: 1320px) {
	body.tour-area .top_menu .menu .blog { display: none; }
}
@media only screen and (max-width: 1300px) {
	body.nontour-area .top_menu .searchbar_container { display: none; }
}
@media only screen and (max-width: 1210px) {
	body.tour-area .top_menu .searchbar_container { display: none; } 
}


@media only screen and (max-width: 1040px) {
	body.nontour-area .top_menu a { padding: 0 15px; }
	.headerLink .name_wrapper .name { line-height: 22px; font-size: 22px; }
	body.nontour-area .top_menu .menu .chat { display: none; }
}

@media only screen and (max-width: 950px) {
	body.tour-area .top_menu .menu a.dvds { display: none; }
	body.nontour-area .top_menu .menu .myProfile { display: none; }
	body.nontour-area .top_menu .menu .twitter { display: none !important; }
}
@media only screen and (max-width: 890px) {
	body.tour-area .top_menu .menu .categories { display: none; }
}
@media only screen and (max-width: 770px) {
	body.tour-area .top_menu .menu .dvds { display: none; }
	body.nontour-area .top_menu .menu .categories { display: none; }
	body.nontour-area .top_menu .menu .offers { display: none; }
}
@media only screen and (max-width: 840px) {
	body.tour-area .top_menu .menu a.models { display: none; }
}
@media only screen and (max-width: 800px) {
	body.nontour-area .top_menu .menu .dvds { display: none; }
	body.nontour-area .top_menu a.extras { display: none; }
}
@media only screen and (max-width: 740px) {
	body.tour-area .top_menu .menu a.videos { display: none; }
	.headerLink .name_wrapper .name { line-height: 16px; font-size: 16px; }
	.headerLink .title { bottom: 2px; }
}
@media only screen and (max-width: 690px) {
	body.tour-area .top_menu .menu .models { display: none; }
	body.nontour-area .top_menu .menu .extras { display: none; }
	body.nontour-area .top_menu .menu .chat { display: none; }
	body.nontour-area .top_menu .menu .models { display: none; }
}
@media only screen and (max-width: 660px) {
	body.tour-area .top_menu .menu .login { display: none; }
	.main_toolbar_links .top_bar { display: none !important; }
	body.nontour-area .main_toolbar { display: none; }
	body.nontour-area .top_navbar_wrapper { padding-top: 0px; }
	body{  margin-top: 58px !important; }
}
@media only screen and (max-width: 630px) {
	body.nontour-area .top_menu .menu .models { display: none; }
	.top_menu .menu .twitter { display: none !important; }
}
@media only screen and (max-width: 580px) {
	body.nontour-area .main_toolbar { display: none !important; }
	body.nontour-area .logout { display: block !important; }
	body.nontour-area {  margin-top: 55px; }
	body.nontour-area.open .top_navbar_wrapper { padding-top: 0px; }
	body.nontour-area .top_menu .menu .favorites { display: none; }
}
@media only screen and (max-width: 567px) {
	.studio .category_listing_block .category_listing_wrapper_updates:last-child { display: none !important; }
	body.tour-area .top_menu .menu .chat { display: none; }
}
@media only screen and (max-width: 550px) {
	body.tour-area .top_menu .menu a.fanclub { display: none !important; }
	body.tour-area .top_menu .menu a.twitter { display: none !important; }
	body.nontour-area .top_menu .menu .downloads { display: none; }
}
@media only screen and (max-width: 490px) {
	body.tour-area .top_menu .menu .videos { display: none; }
	body.tour-area .top_menu .menu .vod { display: none; }
}
@media only screen and (max-width: 450px) {
	body.nontour-area .top_menu .menu .videos { display: none; }
	body.tour-area .top_menu .menu .extras { display: none; }
}
@media only screen and (max-width: 450px) {
	.top_menu .menu .join { padding-left: 4px; padding-right: 4px; }
}
@media only screen and (max-width: 400px) {
	.top_menu .menu .join { position: relative; left: 0px; display: none; }
}



/* Tablet Portrait size to standard 960 */
@media only screen and (max-width: 959px) {

	body { overflow-x:hidden; }
	.tour_header, .tour_top_menu_wrapper { width:766px; }
	
	.tour_top_navbar_wrapper, .A-Z_links { min-width:100%; }
	.tour_counts { font-size:15px; }
	.tour_header_image, .category_model_thumb { max-width:100%; height:auto; }
	.tour_live_show_header_overlay { left:auto; right:10px; top:10px; height:205px; }
	.tour_live_show_header_overlay_wrapper { padding-top:50px; }
	.tour_top_menu_container, .update_block, .update_table_left, .update_table_right { width:100%; }
	.content_wrapper { width:100%; }
	.update_block_info, .update_image { width:726px; padding:10px; }
	.large_update_thumb { width:366px; height:auto; }
	.small_update_thumb { width:174px; height:auto; }
	.join_button_preview_table { margin-right:0; }
	.update_counts_preview_table { width:577px; text-align: center; display: none;}
	.category_listing_wrapper_updates { width: calc( 33.333333% - 6px ); }
	.update_thumb { width:242px; height:auto; max-width:100%; }
	.category_listing_wrapper_models { width:179px; }
	.favorites {max-width: 250px;}
	.searchbar_container {display:none;}
	.top_navbar a { padding-left:5px; padding-right:5px; }
	.top_menu a { padding:0 15px; }
	.month { font: 15px arial; }
	.day { border:1px solid #C0C0C0; width:104px; float:left; height:auto; overflow:hidden; }
	.weeklabel_item {border:1px solid #C0C0C0; width:104px; float:left; text-align:center; font-weight:bold; padding-top:5px; padding-bottom:5px; }
	.daylabel{ background-color:#EEEEEE;padding-right:5px;text-align:right;padding-top:5px;padding-bottom:5px; }			

	/* JOIN PAGE */
	.join_header { width:768px; }
	.join_body_container, .join_page_updates_block { width:748px; }
	.join_header img { max-width:100%; height:auto; }
	.join_right { display:none; }
	.join_left, .join_middle { width:370px; }
	.payment_option_wrapper, .membership_type_wrapper { width:358px; }
	.join_submit_button { margin-left:45px; }
	.join_page_updates_wrapper { width:177px; }
	.join_page_updates_wrapper img { max-width:100%; height:auto; }
	
	.top_navbar_wrapper { min-width:100%; /*line-height: 51px; overflow: hidden;*/ }
	.top_navbar_container, .page_body { width:100%; }
	.header, .top_menu_wrapper, .footer, .top_menu_container { width:100%; }
	.header_image { max-width:100%; height:auto; }
	.content_wrapper { width:100%; }
	.A-Z_links { width:100%; min-width:100%; }
	.left_column { width:100%; }
	.latest_updates_wrapper { margin-left:3px; margin-right:3px; }
	.whats_hot_block { margin-right:0; }
	.right_column { width:100%; }
	.members_live_show_header_overlay { left:auto; right:10px; top:5px; height:100px; border-width:1px; }
	.live_show_ticker_wrapper { margin-top:2px; margin-bottom:2px; }
	.big_heading { font-size:16px; }
	.update_thumb, .tour_upcoming_updates_thumb { width:100%; height:auto; max-width:100%; }
	.category_listing_wrapper_models, .dvd { width:179px; }
	.photo_gallery_thumbnail_wrapper { width:180px; }
	.model_bio_thumb { height:auto; max-width:220px; }
	.dvd_box { width:177px; max-width:none; }
	
	.most_popular_models_wrapper { margin:0px 5px; text-align: center; }
	.most_popular_dvds_wrapper { margin:16px; margin-top:0; }
	
	.coming_soon { overflow:hidden; }
	.your_purchases { overflow:hidden; }
	.jcarousel-skin-tango .jcarousel-container-horizontal { width:688px; }
	.jcarousel-skin-tango .jcarousel-clip-horizontal { width:676px; }
	
	.coming_soon .container { width:678px; }
	.your_purchases .container { width:678px; }
	
	.feedback_form table, .feedback_form table tbody, .feedback_form table tr { display:inline-block; width:100%; }
	.feedback_form table td { display:block; }
	.feedback_form table input[type="text"], .feedback_form table select, .feedback_form table textarea { margin-bottom:6px; }
	.feedback_form table td.feedback_fields table { display:table; width:auto; }
	.feedback_form table td.feedback_fields table tbody { display:table-row-group; width:auto; }
	.feedback_form table td.feedback_fields table tr { display:table-row; width:auto; }
	.feedback_form table td.feedback_fields table tr td { display:table-cell; width:auto; }
	
	/*#mediabox_parent { max-width:748px; padding-left:10px; }*/
	
	.play_icon_overlay { top:120px; left:165px; }
	.delete { width:5%; }
	.dvd_block { text-align:center; }
	
	.page_numbers a { display:none; }
	
	.page_numbers a.in_pagewidth3 { display:inline-block; }
	.page_numbers a.notin_pagewidth3 { display:none; }
	
	.page_numbers a.pagenav { display:inline-block; }
	
	.A-Z_links span { width: 19px; height: 30px; line-height: 34px; margin-right:3px; margin-bottom:5px; display:inline-block; text-align:center; vertical-align:middle; border:1px solid #b3b2b2; border: 1px outset #c0c0c0; padding: 0px; }
	.A-Z_links span.letter_nocontent {background-image: url(images/letter.png); opacity: 0.4; pointer-events: none;}
	.letter           {background-image: url(images/letter.png); }
	.letter_current   {background-image: url(images/current.png);color:#FFFFFF;}
	
	.tour_most_popular_model_name { width:100%; }
	
	.left_column .most_popular_models_block .most_popular_models_wrapper,
	.left_column .latest_dvds_block .latest_dvds_wrapper { width:160px; }
	
	.left_column.left_column_full_width .sort_options { width:auto; margin-right:35px; }
	.left_column.left_column_full_width .latest_updates_block .container,
	.left_column.left_column_full_width .most_popular_models_block .container,
	.left_column.left_column_full_width .latest_dvds_block .container,
	.left_column.left_column_full_width .most_popular_updates_wrap .container { width:678px; }
	
	.left_column.left_column_full_width .most_popular_models_block .most_popular_models_wrapper,
	.left_column.left_column_full_width .latest_dvds_block .latest_dvds_wrapper { width:160px; }

	.left_column_full_width .whats_hot_wrapper { width:100%; }
	.left_column_full_width .whats_hot_wrapper .latest_updates_block .container { width:678px; }
	.left_column_full_width .polls_block { width:49%; }
	
	.polls_block_fullwidth .poll { width:auto; }
	
	.searchbar_container.fullwidth .searchbar_field { width:681px; }
	.searchbar_container.fullwidth .searchbar_field input[type="text"] { width:670px; }

	.main_toolbar ul.main_toolbar_links { margin-top:0px; }
	.main_toolbar .messaging_box.extra-margin { margin-bottom:10px; }
}

/* Mobile Landscape */
@media screen and (max-width: 768px) {
	.wrapper_inner { padding:0; }
	.A-Z_links span { width: 30px; height: 34px; line-height: 24px; margin-right:3px; margin-bottom:5px; display:inline-block; text-align:center; vertical-align:middle; border:1px solid #b3b2b2; border: 1px outset #c0c0c0; padding: 0px; }
	.A-Z_links span.letter_nocontent {display:none;}
	.letter           {background-image: url(images/letter.png); }
	.letter_current   {background-image: url(images/current.png);color:#FFFFFF;}
	
	.tour_top_menu a, .tour_top_menu span { display:none; }
	
	.dvd_select {width:100%;text-align: center;}

	.poll input[type=submit] {max-width: 200px;}

	.mailbox_options input[type=submit] {max-width: 50px;}

	.mailbox_form input[type=text] {max-width: 360px;}
	.mailbox_form textarea {max-width: 370px;}
	.mailbox_form input[type=submit] {max-width: 150px;}

	.report_problem {display: block; margin-top: 15px;}

	.poll_title {max-width: 380px;}

	.mailbox_info {max-width: 100%;}
	
	.month{font: 15px arial;padding-top:10px;}
	.day{border:1px solid #C0C0C0;width:100%;}
	.daylabel{display:none;}
	.nostuff{display:none;}
	.othermonth{display:none;}
	.eventwrapper{padding-left:5px;padding-bottom:10px;padding-right:5px;padding-top:10px;}
	.weeklabel_item{text-align:center;font-weight:bold;padding-top:5px;padding-bottom:5px;}
	.weeklabel{display:none;}
	.longdaylabel {background-color:#EEEEEE;padding-right:5px;text-align:left;padding-left:5px;padding-top:5px;padding-bottom:5px;display:block; }

	.favorites {max-width: 390px;}
	
	.delete_tag {min-width: 100px;}
	
	.live_show_wrapper { display:none; width:100%; }
	.live_show_wrapper a { text-decoration:none; }
	.tour_live_show_header_overlay { position:relative; top:0; left:0; right:0; bottom:0; width:414px; height:auto; }
	.tour_live_show_header_overlay_wrapper { padding:30px 0; text-align:center; }
	.tour_counts { display:none; }
	.tour .tour_top_navbar_container { text-align:center; }
	.tour .tour_top_navbar_container .join_button,
	.tour .tour_top_navbar_container .members_button { float:none; display:inline-block; vertical-align:top; }
	
	.tour_top_menu { width:398px; padding:10px; }
	
	.tour_header, .tour_top_menu_wrapper { width:418px; }
	.content_wrapper { width:418px; }
	.update_block_info, .update_image { width:380px; }
	.large_update_thumb { width:396px; margin-bottom:2px; }
	.small_update_thumb { width:184px; margin:2px; }
	.join_button_preview_table { margin-left:0; padding-left:0; padding-right:0; width:378px; border:1px solid #2d2d2d; }
	.update_counts_preview_table { width:360px; margin-top:0; border-top:0; }
	.between_update_join_links { padding:6px 0; }
	.between_update_join_links span { line-height:28px; }
	.category_listing_wrapper_updates { width:203px; }
	.update_thumb { width:201px; }
	.title_bar { min-width:398px; }
	.home-page .title_bar { margin-left:0; }
	
	.buy_button {font-size: 12px;height:32px;}
	.purchased_hilite {font-size: 12px;height:32px;}
	.add_cart_icon {width:30px;height:20px;border:0px;margin-top:5px;margin-bottom:5px;margin-left:0px;margin-right:0px;}
	.cart_buttons {margin: auto;}
	
	.A-Z_links { width:100%; text-align:center; }
	.category_listing_wrapper_models { width:202px; }
	.category_model_thumb { width: 100%; }
	.sort_options { text-align:center; }
	
	.model_bio_thumb { width:auto; height:auto; display:inline-block; max-width: 220px;}
	.content_wrapper .table, .content_wrapper .row { display:inline-block; width:100%; }
	.content_wrapper .cell_top { display:inline-block; width:100%; text-align:center; padding-right:0; }

	.model_bio { display:inline-block; width:100%; text-align:center; padding-left:0; }

	.top_navbar_container, .page_body { width:100%; }
	.header, .top_menu_wrapper, .footer, .top_menu_container { /*width:418px;*/ }
	.searchbar_container { width:405px; display:none;}
	.seachbar_field input#autosuggest { width:250px !important; }
	.content_wrapper { display:inline-block; width:400px; }
	.A-Z_links { width:100%; text-align:center; }
	.latest_updates_wrapper { width:192px; }
	.title_bar, .title_bar_right { min-width:380px; }

	.sort_options { width: 100%; overflow: hidden; display: block; line-height: 36px; text-align: center; float: none; margin-top: 0px; }

	.sort_options a { margin:0 8px; }
	.category_listing_wrapper_updates { width: calc( 100% - 8px ); }
	.category_listing_wrapper_updates .update_thumb, .tour_upcoming_updates_thumb { width:100%; }
	.most_popular_dvds_wrapper { margin:8px; margin-top:0; }
	.latest_dvds {width:396px; overflow:hidden; position: relative;}
	.latest_dvd_box { width:190px; margin: 2px; }
	.latest_dvds_wrapper { width:192px; margin-left:0; margin-right:0; }

	.page_totals, .page_numbers a { display:none; }

	.page_numbers a.in_pagewidth2 { display:inline-block; }
	.page_numbers a.notin_pagewidth2 { display:none; }
	
	.page_numbers { width:100%; }
	.page_numbers a.pagenav { display:inline-block; }
	.photo_gallery_thumbnail_wrapper { margin:2px; width:126px; }
	.dvd_wrapper { margin:0 4px 5px 4px; }
	.dvd { width:190px; }
	.dvd_box { width:188px; }
	.category_model_thumb { width: 100%; }
	.category_listing_wrapper_models { margin:0 4px 5px 4px; width:190px; }
	.model_bio_thumb { width:auto; height:auto; display:inline-block; max-width: 220px;}
	.content_wrapper .table, .content_wrapper .row { display:inline-block; width:100%; }
	.content_wrapper .cell_top { display:inline-block; width:100%; text-align:center; padding-right:0; }
	.content_wrapper .cell { display:inline-block; width:100%; text-align:left; padding-right:0; }
	.advanced_search.table .row .cell:last-child { font-size:11px; padding-bottom:20px; }
	.content_wrapper .cell input { display:inline-block; width:98% !important; }
	.content_wrapper .cell input[type="checkbox"] { display:inline-block; width:auto !important; }

	.gallery_info .avg_rating { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; font-size: 15px; float: right; width: auto; color: #000; margin: 10px auto; }

	.advanced_search.table,
	.advanced_search.table,
	.latest_updates_wrapper .table,
	.table.latest_dvds,
	.update_details .table { display:table; }
	
	.advanced_search.table.sites_checkboxes .row,
	.advanced_search.table.tags_checkboxes .row,
	.latest_updates_wrapper .table .row,
	.table.latest_dvds .row,
	.update_details .row { display:table-row; }
	
	.advanced_search.table.sites_checkboxes .cell,
	.advanced_search.table.tags_checkboxes .cell,
	.latest_updates_wrapper .table .row .cell,
	.table.latest_dvds .row .cell,
	.update_details .row .cell { display:table-cell; width:auto; }
	
	.advanced_search.table.sites_checkboxes .cell:last-child,
	.advanced_search.table.tags_checkboxes .cell:last-child { font-size:100%; padding-bottom:6px; }
	.model_bio { display:inline-block; width:100%; text-align:center; padding-left:0; }
	.dvd_details_overview { padding-left:0; }
	.bonus_wrapper { padding-right:0; display:inline-block; width:100%; }
	.table.content_tab_wrapper { display:block; width:auto; }
	.table.content_tab_wrapper .cell { display:inline; width:auto; padding-right:20px; }
	.format_select_menu { display:table; width:100%; text-align:right;} 
	.format_select_play, .format_select_download { display:table-row; }
	.format_select_play_select, .format_select_download_select { display:table-cell;}
	.format_select_play_label, .format_select_download_label   { display:table-cell; width:100px;}
	.format_select_play_select select, .format_select_download_select select { width:280px;}

	.counts { paddin-top:10px; text-align:center; display:inline-block; width:100%; }
	.top_navbar a { padding-left:4px; padding-right:4px; }
	.favtxt { display:none; }
	
	.dvd_preview_thumb { width:268px; }
	.dvd_info cell {text-align: center;}
	
	.top_navbar_wrapper { height:auto; }
	.top_navbar, .sites_dropdown { width:auto; text-align:right; margin-top:10px; margin-right:0; }
	
	.top_navbar { width:auto; }
	
	.jcarousel-skin-tango .jcarousel-container-horizontal { width:340px; }
	.jcarousel-skin-tango .jcarousel-clip-horizontal { width:328px; }
	
	.coming_soon .container { width:320px; }
	.coming_soon .coming_soon_carousel_item { width:310px; }
	
	.your_purchases .container { width:320px; }
	.your_purchases .your_purchases_carousel_item { width:310px; }
	
	.feedback_form table input[type="text"], .feedback_form table select, .feedback_form table textarea { width:392px; }
	
	/* JOIN PAGE */
	.join_header { width:420px; }
	.join_body_container, .join_page_updates_block { width:400px; }
	.join_left, .join_middle { width:100%; margin-bottom:5px; }
	.payment_option_wrapper, .membership_type_wrapper { width:388px; }
	.join_submit_button { margin-left:70px; }
	.join_page_updates_block { text-align:center; }
	.join_page_updates_wrapper { width:194px; float:none; margin:2px; }
	
	.splash_popup_wrapper { z-index:999999; }
	.login-popup { width:400px; top:0; margin-top:0; margin-left:-200px; min-height:388px; }
	.splash_warning_wrapper { width:100%; font-size:16px; }
	.splash_warning_message { height:120px; }
	
	.play_icon_overlay { top:120px; left:165px; }
	
	.content_wrapper .poll .table .row .cell:first-child { float:left; width:10%; }
	.content_wrapper .poll .table .row .cell:last-child { float:left; width:90%; }
	.content_wrapper .poll input[type=submit] {max-width: 200px;}
	
	a.see_more_button_parent { text-decoration:none; display:inline-block; width:100%; text-align:center; }
	a.see_more_button_parent .see_more_button { float:none; margin:3px auto 0 auto; text-decoration:none; }
	
	#replytable .table.mailbox_form { padding:0 10px !important; display:block; width:auto; }
	
	.comment { display:inline-block; }
	
	.whats_hot_block .row { width:100%; text-align:center;}
	.whats_hot_block .cell { width:196px; text-align:center; vertical-align:top; }
	/*.movie_wrapper { width:410px; }*/
	
	.left_column.left_column_full_width .latest_updates_block .container,
	.left_column.left_column_full_width .most_popular_models_block .container,
	.left_column.left_column_full_width .latest_dvds_block .container,
	.left_column.left_column_full_width .most_popular_updates_wrap .container { width:320px; }
	
	.latest_updates_block .container, 
	.most_popular_models_block .container, 
	.most_popular_updates_wrap .container,
	.latest_dvds_block .container,
	.whats_hot_wrapper .latest_updates_block .container { width:320px; }
	
	.latest_updates_block .latest_updates_wrapper, 
	.most_popular_updates_wrap .category_listing_wrapper_updates, 
	.whats_hot_wrapper .latest_updates_block .latest_updates_wrapper,
	.left_column.left_column_full_width .latest_updates_block .latest_updates_wrapper { width:100%; }
	.latest_updates_block .latest_updates_wrapper img.update_thumb,
	.most_popular_updates_wrap .category_listing_wrapper_updates img.update_thumb,
	.whats_hot_wrapper .latest_updates_block .latest_updates_wrapper img.update_thumb { width:318px; }

	.left_column.left_column_full_width .latest_updates_block .owl-item  .latest_updates_wrapper,
	.left_column.left_column_full_width .most_popular_updates_wrap .owl-item .category_listing_wrapper_updates { width:98%; }
	.left_column.left_column_full_width .most_popular_models_block .owl-item .most_popular_models_wrapper, 
	.left_column.left_column_full_width .latest_dvds_block .owl-item  .latest_dvds_wrapper { width:98%; }
	
	.whats_hot_wrapper, .polls_block { width:100%; margin:0; }
	.deals_block .cell_top.offer { float:left; width:48%; margin:0 1%; }
	.left_column_full_width .whats_hot_wrapper,
	.left_column_full_width .polls_block { width:100%; }
	
	/*.options_block ul li span.options_button { padding:5px 15px; font-size:14px; }*/
	
	.searchbar_alt { position:absolute; top:0; right:0; }
	.searchbar_alt a.search_trigger { vertical-align:top; line-height:49px; }
	.searchbar_alt a.search_trigger i.search_icon { height:51px; }
	.searchbar_container.fullwidth .searchbar_field { width:330px; }
	.searchbar_container.fullwidth .searchbar_field input[type="text"] { width:322px; }

	.adv-search-box .form-row label { width:100%; margin:0; text-align:left; }
	.adv-search-box .form-row .adv-search-input { width:100%; }
	.adv-search-box .form-row .adv-search-input input.inputTxt { width:95%; }
	.adv-search-box .form-row .adv-search-input select { width:100%; }
	.adv-search-box .form-row ul.adv-search-list li { min-width:48%; }
	.adv-search-box .form-row ul.adv-search-list li.clearfix { clear:none; }

	/* Fluid Layout Override */
	input:focus, select:focus, textarea:focus, button:focus { outline:none; }
	.tour .top_navbar_container, .tour .page_body, .tour .tour_top_navbar_container { width:95%; }
	.tour .tour_header, .tour .tour_top_menu_wrapper { width:99.5%; height:auto; line-height:100%;  }
	.tour .tour_top_menu { width:100%; border-right:0; box-sizing:border-box; line-height:100%; }
	.tour .content_wrapper { width:100%; margin:0; padding:0 10px; box-sizing:border-box; }
	.tour .update_block_info, .tour .update_image { width:100%; box-sizing:border-box; }
	.tour .update_hr { box-sizing:border-box; border:0; border-bottom:1px solid #a9a9a9; }
	.tour .latest_update_description { width:100%; box-sizing:border-box; }
	.tour .update_table_right { width:100%; box-sizing:border-box; padding:0 10px; }
	.tour .update_image { padding:0; }
	.tour .title_bar { width:100%; box-sizing:border-box; margin-bottom:10px; }
	.tour .update_table_right .update_image .left { display:none; }
	.tour .update_table_right .update_image .left:first-child { display:inline-block; }
	.tour .play_icon_overlay { top:50%; left:50%; margin-left:-25px; margin-top:-45px; }
	.tour .large_update_thumb { width:100%; height:auto; }
	.tour .update_counts_preview_table, .tour .join_button_preview_table { display:inline-block; width:100%; box-sizing:border-box; }
	.tour .category_listing_wrapper_updates { width:48%; margin:0 2.9% 2% 0; }
	.tour .category_listing_wrapper_updates:nth-child(2n) { margin-right:0; }
	.tour .most_popular_models_block .most_popular_models_wrapper { width:24% }
	.tour .sort_options { margin-top:10px; }
	.tour .tags_filter_trigger { margin-bottom:0; }
	.tour .category_listing_wrapper_models, .tour .dvd_wrapper { width:32.2%; margin:0 1% 1% 0; }
	.tour .category_listing_wrapper_models:nth-child(3n), .tour .dvd_wrapper:nth-child(3n) { margin-right:0; }
	.tour .category_model_thumb, .tour .dvd_box { width:100%; height:auto; box-sizing:border-box; }
	.tour .cell_top .dvd_box { width:auto; height:auto; box-sizing:border-box; margin:0 auto; }
	.tour .join_header { width:100%; }
	.tour .join_body_container, .tour .join_page_updates_block { width:100%; }
	.tour .payment_option_wrapper, .tour .membership_type_wrapper { width:100%; box-sizing:border-box; }
	.tour .join_submit_button { margin-left:0; width:100%; background:none; border-radius:5px; }
	.tour .join_submit_button {
		background: #3ba32b; /* Old browsers */
		background: -moz-linear-gradient(top, #3ba32b 0%, #348727 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #3ba32b 0%,#348727 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #3ba32b 0%,#348727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba32b', endColorstr='#348727',GradientType=0 ); /* IE6-9 */
	}
	.tour .title_bar_block .global_pagination { margin-bottom:10px; }
	.tour .category_listing_wrapper_updates .rating_box { float:right; }

	.nontour-area .top_navbar_container, .nontour-area .page_body { width:95%; box-sizing:border-box; }
	.nontour-area .header, .nontour-area .top_menu_wrapper, .nontour-area .top_menu_container { width:100%; box-sizing:border-box; }
	.nontour-area .top_menu { width:100%; box-sizing:border-box; }
	.nontour-area .searchbar_alt a.search_trigger { line-height:49px; }
	.nontour-area .content_wrapper { width:100%; margin:0; padding:0 10px; box-sizing:border-box; }
	.nontour-area.home-page .title_bar,
	.nontour-area .title_bar { width:25%; box-siszing:border-box; margin-bottom:10px; }
	.nontour-area .home-page .left_column.left_column_full_width .sort_options { margin-right:0; }
	.nontour-area .left_column.left_column_full_width .latest_updates_block .container, 
	.nontour-area .left_column.left_column_full_width .most_popular_models_block .container, 
	.nontour-area .left_column.left_column_full_width .latest_dvds_block .container, 
	.nontour-area .left_column.left_column_full_width .most_popular_updates_wrap .container { width:87% }
	.nontour-area .poll_title { max-width:none; }
	.nontour-area .category_listing_wrapper_updates { width:100%; margin:0 1% 1% 0; }
	.nontour-area .category_listing_wrapper_updates:nth-child(2n) { margin-right:0; }
	.nontour-area .sort_options { margin-top:10px; }
	.nontour-area .tags_filter_trigger { margin-bottom:0; }
	.nontour-area .global_pagination { margin:10px 0; }
	.nontour-area .title_bar_block .global_pagination { margin-bottom:5px; margin-top:0px; }
	.nontour-area .category_listing_wrapper_models, .nontour-area .dvd_wrapper { width:32.2%; margin:0 1% 1% 0; }
	.nontour-area .category_listing_wrapper_models:nth-child(3n), .nontour-area .dvd_wrapper:nth-child(3n) { margin-right:0; }
	.nontour-area .content_wrapper .cell_top a { display:inline-block; margin:0 auto; }
	.nontour-area .dvd_details { padding-top:0; margin-bottom:15px; }
	.nontour-area .dvd_details:last-child { margin-bottom:0; }
	.nontour-area .nontour-area .update_table_right .update_image .left { display:none; }
	.nontour-area .update_table_right .update_image .left:first-child { display:inline-block; }
	.nontour-area .play_icon_overlay { top:50%; left:50%; margin-left:-25px; margin-top:-45px; }
	.nontour-area .large_update_thumb { width:100%; height:auto; }
	.nontour-area .section_background_reverse { padding:0; padding-bottom:10px; }
	.nontour-area .content_wrapper .cell { padding:0; }
	.nontour-area .dvd_info { padding:0; padding-top:10px; }
	.nontour-area .dvd_info .row .cell { width:47%; text-align:center; padding:1%; }
	.nontour-area .dvd_info .row .cell a { display:inline-block; margin:0 auto; }
	.nontour-area .dvd_description.dvd_info, .nontour-area .dvd_info.update_tags { display:inline-block; width:100%; padding:0 10px; box-sizing:border-box; }
	.nontour-area .comments_box { margin-bottom:15px; }
	.nontour-area .comments_box textarea { width:100%; box-sizing:border-box; padding:5px; }
	.nontour-area .content_wrapper .cell input { width:100% !important; box-sizing:border-box; margin-bottom:4px; }
	.nontour-area .bonus_block { margin:0 0 15px 0; }
	.nontour-area .searchbar_container.fullwidth form { width:100%; box-sizing:border-box; }
	.nontour-area .searchbar_container.fullwidth .searchbar_field { width:95%; }
	.nontour-area .searchbar_container.fullwidth .searchbar_field input[type="text"] { width:100%; }
	.nontour-area .searchbar_container.fullwidth .searchbar_submit_button { position:absolute; top:7px; right:10px; z-index:40; }
	.nontour-area .mailbox { margin-bottom:15px; }
	.nontour-area .photo_gallery_block { width:100%; text-align:center; }
	.nontour-area .photo_gallery_thumbnail_wrapper { margin:0.4%; width:23.5%; }
	.nontour-area .left_column.left_column_full_width .latest_updates_block .owl-item .latest_updates_wrapper,
	.nontour-area .left_column.left_column_full_width .most_popular_updates_wrap .owl-item .category_listing_wrapper_updates { width:100%; box-sizing:border-box; padding:0 5px; }
	.nontour-area .left_column.left_column_full_width .most_popular_models_block .owl-item .most_popular_models_wrapper,
	.nontour-area .left_column.left_column_full_width .latest_dvds_block .owl-item .latest_dvds_wrapper { width:100%; box-sizing:border-box; margin:0; padding:0 5px; }
	.nontour-area .category_listing_wrapper_updates .favorites { float:right; }
	.nontour-area .gallery_info { text-align:center; }
	.nontour-area .gallery_info .table .cell { text-align:center; padding:4px 0; }
	.nontour-area .gallery_info .table .cell .favorites { text-align:center; max-width:none; }
	.nontour-area .gallery_info .table .cell .favorites a { display:inline-block; }
	.gallery_info .update_description, .gallery_info .update_tags, .gallery_info .suggest_tags { text-align:left; }

	.main_toolbar { text-align:center; }
	.main_toolbar .page_body { text-align:center; }
	.main_toolbar #live_show_box { float:none; display:inline-block; width:100%; text-align:center; font-size:11px; }
	.main_toolbar .messaging_box.extra-margin { display:inline-block; float:none; margin-left:0; margin-top:10px; }
	.main_toolbar .cart_num_wrapper { margin-top:12px; }
	.main_toolbar ul.main_toolbar_links { float:none; display:inline-block; }
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
	
	.smallonly_block {display: block; height:12px;}
	
	.poll { display:inline-block; width:100%; min-width:0; }
	.poll_title { display:inline-block; max-width: 100%; width:100%; }
	.poll_results, .poll_results_bar { display:inline-block; width:100%; }
	
	.poll input[type=submit] {max-width: 200px;}
	
	.mailbox_options input[type=submit] {max-width: 50px;}
	
	.mailbox_form input[type=text] {max-width: 255px;}
	.mailbox_form textarea {max-width: 260px;}
	.mailbox_form input[type=submit] {max-width: 150px;}
	
	.favorites {max-width: 240px;}
	
	.delete_tag {min-width: 100px;}
	
	.report_problem {margin-top: 15px;margin: auto; text-align: center;}

	.tour_top_menu { width:398px; padding:10px; }
	
	.mailbox_options {max-width: 280px;}
	
	.dvd_select {width:100%;text-align: center;}
	
	.tour_header, .tour_top_menu_wrapper { width:298px; }
	.content_wrapper { width:298px; }
	.update_block_info, .update_image { width:260px; }
	
	.join_button, .members_button { width:65px; font-size:12px; }
	.liveshows_trigger { margin-left:8px !important; }
	.tour_top_menu { width:278px; }
	.title_bar { min-width:278px; }
	.large_update_thumb { width:286px; }
	.small_update_thumb { width:124px; }
	.join_button_preview_table { width:258px; }
	.update_counts_preview_table { width:258px; text-align: center; }
	.category_listing_wrapper_updates, .category_listing_wrapper_models { width:294px; }
	.update_thumb, .category_model_thumb { width:100%; }
	
	.tour_live_show_header_overlay { width:294px; }
	.format_select_play_select select, .format_select_download_select select { width:160px;}
	
	/* JOIN PAGE */
	.join_header { width:300px; }
	.join_body_container, .join_page_updates_block { width:280px; }
	.payment_option_wrapper, .membership_type_wrapper { width:268px; }
	.join_submit_button { margin-left:1px; }
	.join_page_updates_wrapper { width:134px; }
	
	.login-popup { width:300px; top:0; margin-top:0; margin-left:-150px; }
	.splash_warning_wrapper { width:100%; font-size:12px; }
	.splash_warning_title { font-size:12px; }
	
	.top_navbar_container, .page_body { width:300px; /*overflow:hidden;*/ }
	.header, .top_menu_wrapper, .footer, .top_menu_container { /*width:298px;*/ }
	.top_menu { width:249px; }
	.searchbar_container { width:294px; }
	.seachbar_field input#autosuggest { width:140px !important; }
	.content_wrapper { width:280px; }
	.title_bar, .title_bar_right { min-width:260px; }
	.latest_updates_wrapper { width:280px; margin-left:0; margin-right:0; }
	
	.latest_dvd_box { width:130px; margin: 2px; }
	.latest_dvds_wrapper { width:135px; margin-left:0; margin-right:0; }
	
	.update_thumb { width:278px; }
	.most_popular_model_name { width:124px; }
	.most_popular_model_name img { width:122px; }
	.sort_options { font-size:13px; }
	.sort_options a { margin:0 8px; }
	.category_listing_wrapper_updates { margin-left:0; width: 100%; }
	.category_listing_wrapper_updates .update_thumb, .tour_upcoming_updates_thumb { width:100%; }
	.content_tab_current, .table.content_tab_wrapper .cell { padding:5px; font-size:12px; }
	.photo_gallery_thumbnail_wrapper { width:134px; }
	
	.comments_box .table, .comments_box .row, .comments_box .cell { display:inline-block; width:100%; }
	input[name="displayname"], textarea[name="commenttxt"] { width:98% !important; }
	
	.dvd_wrapper { margin:0 0 5px 0; }
	.dvd { width:280px; }
	.dvd_box { width:278px; }
	.title_bar_dvd { background-position:center top; background-repeat:repeat-x; background-color:#040404; }
	.dvd_preview_thumb { width:268px; }
	#mediabox_wrapper .jwplayer { width:100% !important; }
	.category_listing_wrapper_models { margin:0 0 5px 0; width:280px; }
	.category_model_thumb { width:100%; }
	
	.jcarousel-skin-tango .jcarousel-container-horizontal { width:224px; padding:5px 28px; }
	.jcarousel-skin-tango .jcarousel-item { width:220px; overflow:hidden; }
	.jcarousel-skin-tango .jcarousel-clip-horizontal { width:220px; }

	.prev_arrow { left:5px; }
	.next_arrow { right:5px; }
	
	.coming_soon .container { width:222px; }
	.coming_soon .coming_soon_carousel_item { width:218px; }
	
	.your_purchases .container { width:222px; }
	.your_purchases .your_purchases_carousel_item { width:218px; }

	
	.feedback_form table input[type="text"], .feedback_form table select, .feedback_form table textarea { width:272px; }
	
	.top_navbar { width:auto; }
	.sites_dropdown { width:100%; margin-top:0px; }
	.top_navbar_container { }
	
	.play_icon_overlay { top:80px; left:115px; }
	
	.content_wrapper .poll .table .row .cell:last-child { width:auto; font-size:12px; }
	
	.whats_hot_block .cell { width:276px; }
	
	/*.movie_wrapper { width:290px; }*/
	
	.video_clips_wrapper { width:100%; margin-right:0; }
	.video_clips_wrapper .table { width:100%; text-align:center; }
	.video_clips_wrapper .table .cell img.thumbs { width:100% !important; }
	
	.sites_dropdown { width:100%; max-width:none; text-align:center; display:block;}
	#site_dropdown {max-width: 200px;}
	
	.page_numbers a.in_pagewidth1 { display:inline-block; }
	.page_numbers a.notin_pagewidth1 { display:none; }
	
	.latest_updates_block .container, 
	.most_popular_models_block .container, 
	.most_popular_updates_wrap .container,
	.latest_dvds_block .container,
	.whats_hot_wrapper .latest_updates_block .container { width:222px; }
	
	.left_column.left_column_full_width .latest_updates_block .container,
	.left_column.left_column_full_width .most_popular_models_block .container,
	.left_column.left_column_full_width .latest_dvds_block .container,
	.left_column.left_column_full_width .most_popular_updates_wrap .container { width:222px; }
	
	.latest_updates_block .latest_updates_wrapper, 
	.most_popular_updates_wrap .category_listing_wrapper_updates, 
	.whats_hot_wrapper .latest_updates_block .latest_updates_wrapper,
	.left_column_full_width .whats_hot_wrapper .latest_updates_block .latest_updates_wrapper { width:100%; }
	.latest_updates_block .latest_updates_wrapper img.update_thumb,
	.most_popular_updates_wrap .category_listing_wrapper_updates img.update_thumb,
	.whats_hot_wrapper .latest_updates_block .latest_updates_wrapper img.update_thumb { width:220px; }
	
	.left_column.left_column_full_width .latest_updates_block .latest_updates_wrapper, .left_column.left_column_full_width .most_popular_updates_wrap .category_listing_wrapper_updates { margin:0; }
	
	.left_column .most_popular_models_block .most_popular_models_wrapper,
	.left_column .latest_dvds_block .latest_dvds_wrapper { width:189px; }
	
	.left_column .most_popular_models_block .most_popular_models_wrapper img.most_popular_model_thumb,
	.left_column .latest_dvds_block .latest_dvds_wrapper img.latest_dvd_box { width:187px; }
	
	.searchbar_container.fullwidth .searchbar_field { width:225px; }
	.searchbar_container.fullwidth .searchbar_field input[type="text"] { width:214px; }
	.searchbar_container .searchbar_submit_button input[type="submit"] { padding:5px 0px; width:53px; }

	.adv-search-box .form-row .adv-search-input input.inputTxt { width:93%; }
	.adv-search-box .form-row ul.adv-search-list li { min-width:100%; margin-right:0; }

	/* Overrides Fluid */
	.tour .category_listing_wrapper_updates { width:100%; margin:0 0 10px 0; }
	.tour .category_listing_wrapper_updates .update_thumb, .tour_upcoming_updates_thumb { width:100%; height:auto; box-sizing:border-box; }
	.tour .category_listing_wrapper_models, .tour .dvd_wrapper { width:48%; }
	.tour .dvd { width:100%; }
	.tour .dvd_box { max-width:100%; width:100%; height:100%; box-sizing:border-box; }
	.tour .photo_gallery_thumbnail_wrapper { width:48.5%; }
	.tour .latest_updates_block .latest_updates_wrapper img.update_thumb,
	.tour .most_popular_updates_wrap .category_listing_wrapper_updates img.update_thumb,
	.tour .whats_hot_wrapper .latest_updates_block .latest_updates_wrapper img.update_thumb { width:100%; box-sizing:border-box; }
	
	.nontour-area .category_listing_wrapper_updates { width:100%; margin:0 0 10px 0; }
	.nontour-area .category_listing_wrapper_updates .update_thumb, .tour_upcoming_updates_thumb { width:100%; height:auto; box-sizing:border-box; }
	.nontour-area .category_listing_wrapper_models, .nontour-area .dvd_wrapper { width:48%; }
	.nontour-area .dvd { width:100%; }
	.nontour-area .dvd_box { max-width:100%; width:100%; height:100%; box-sizing:border-box; }
	.nontour-area .photo_gallery_thumbnail_wrapper { width:48.5%; }
	.nontour-area .latest_updates_block .latest_updates_wrapper img.update_thumb,
	.nontour-area .most_popular_updates_wrap .category_listing_wrapper_updates img.update_thumb,
	.nontour-area .whats_hot_wrapper .latest_updates_block .latest_updates_wrapper img.update_thumb { width:100%; box-sizing:border-box; }
	.nontour-area .gallery_info, .nontour-area .gallery_info .table .cell { text-align:center; }
	.nontour-area .gallery_info, .nontour-area .gallery_info .table .cell { padding:3px 0; }
	.nontour-area .gallery_info .favorites { max-width:none; width:100%; text-align:center; }
	.nontour-area .gallery_info .favorites a { display:inline-block; }

	.main_toolbar .live_show_pre_text { width:100%; }
	.main_toolbar .messaging_box a { font-size:12px; }
	.main_toolbar ul.main_toolbar_links { float:none; text-align:center; }
	.main_toolbar ul.main_toolbar_links a { font-size:16px; }
	.main_toolbar ul.main_toolbar_links a.toolbar_btn { font-size:12px; }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

	.mailbox_wrapper { display:inline-block; margin-top:10px; }
	/* Force table to not be like tables anymore */
	.table.calendar, .table.calendar_week, .mailbox_wrapper .table { overflow:hidden; width:100%; }
	.table.calendar, .table.calendar .row, .table.calendar .cell,
	.table.calendar_week, .table.calendar_week .row, .table.calendar_week .cell,
	.mailbox_wrapper .table, .mailbox_wrapper .table .row, .mailbox_wrapper .cell_content { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	/*thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}*/
	
	.table.calendar .row,
	.table.calendar_week .row,
	.mailbox_wrapper .table .row { border-top: 1px solid #ccc; text-align:center; clear:both; }
	
	.table.calendar .row .cell.calendar_days,
	.table.calendar_week .row .cell.calendar_days { display:none; }
	
	.table.calendar .row .cell,
	.table.calendar_week .row .cell,
	.mailbox_wrapper .table .row .cell_content { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left:0%; 
		text-align:center;
		height:auto;
	}
	.mailbox_wrapper .table .row .cell_content { padding:0; width:100%; border-bottom:0; text-align:left; }
	.mailbox_wrapper .table .row .cell_content.nowrap { float:left; width:45%; font-size:11px; }
	.mailbox_wrapper .table .row .cell_content.delete { float:left; width:10%; padding:0; }
	.mailbox_wrapper .table .row .cell_content.delete a { display:inline-block; }
	.mailbox_wrapper .mailbox_headings { display:none; }
	
	.table.calendar .row .cell.calendar_event { height:auto; }
	
	.table.calendar .row .cell:before,
	.table.calendar_week .row .cell:before,
	.mailbox_wrapper .table .row .cell_content:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
}

@media only screen and (max-width: 768px) {

	.od_break { display:block; height:25px; }
	.report_problem { float:left; }	
}


@media only screen and (max-width: 767px) and (min-width:479px)  {

	.coming_soon .coming_soon_carousel_item { width:320px;}
	.upcoming_updates_thumb { width:320px;}
	
	.your_purchases .your_purchases_carousel_item { width:320px;}
	.your_purchases_carousel_item .update_thumb { width:320px;}
	#most_popular_models_carousel .latest_dvds_wrapper { width: calc( 50% - 10px ); margin: 5px; }
	#most_popular_models_carousel { flex-wrap: wrap; }
	
}



@media only screen and (min-width: 568px) {
	.category_listing_wrapper_updates { width: calc( 50% - 6px ); }
	.category_listing_wrapper_models { width: calc( 33.3333333333333% - 6px) !important; }
}

@media only screen and (min-width: 768px) {
	.category_listing_wrapper_models { width: calc( 33.33333333% - 4px) !important; }
}

@media only screen and (min-width: 1024px) {
	.category_listing_wrapper_updates { width: calc( 33.33333333% - 6px ); margin: auto 3px; }
	.category_listing_wrapper_models { width: calc( 16.66666666666667% - 4px) !important; }
}

@media only screen and (min-width: 1200px) {
	.category_listing_wrapper_updates { width: calc( 33.33333333% - 6px ); margin: auto 3px; }
	.category_listing_wrapper_models { width: calc( 16.66666666666667% - 4px) !important; }
}

@media only screen and (min-width: 1500px) {
	.category_listing_wrapper_updates { width: calc( 33.33333333% - 6px ); margin: auto 3px; }
	.category_listing_wrapper_models { width: calc( 16.66666666666667% - 4px) !important; }
	.category_listing_block.categories .category_listing_wrapper_updates { width: calc( 20% - 6px ); }
}

@media only screen and (min-width: 1920px) {
	.category_listing_wrapper_updates { width: calc( 33.33333333% - 6px ); margin: auto 3px; }
	.category_listing_wrapper_models { width: calc( 16.66666666666667% - 4px) !important; }
	.category_listing_block.categories .category_listing_wrapper_updates { width: calc( 16.66666666666667% - 6px ); }
}

@media only screen and (min-width: 2500px) {
	.category_listing_wrapper_updates { width: calc( 33.33333333% - 6px ); margin: auto 3px; }
	.category_listing_wrapper_models { width: calc( 16.66666666666667% - 4px) !important; }
	.category_listing_block.categories .category_listing_wrapper_updates { width: calc( 16.66666666666667% - 6px ); }
}

/* Categories page */
.category_listing_block.categories .category_listing_wrapper_updates .update_details { position: relative; background-size: cover; margin-bottom: 0px; padding-bottom: 0px; }
.category_listing_block.categories .category_listing_wrapper_updates .category_title { color: #FFF !important; background-image: none; position: absolute; left: 0px; right: 0px; bottom: 0px; padding: 10px 5px; }
.category_listing_block.categories .category_listing_wrapper_updates .category_image { display: block; height: 35px; margin-bottom: 10px; }

/* Gallery page */
.section.gallery { display: flex; }
.section.gallery .sidebar { display: flex; flex-direction: column; width: 100%; max-width: 400px; padding-top: 10px; }
.section.gallery .sidebar .category_listing_wrapper_updates { width: calc( 100% - 6px ); }
.section.gallery .sidebar .update_models { font-size: 18px; display: block; margin-bottom: 20px; color: #000 !important; }
.section.gallery .sidebar .update_models * { color: #000 !important; }
.section.gallery .gallery_info { width: calc( 100% - 420px ); padding-top: 0px; }
.section.gallery .photo_gallery_block { justify-content: start; }
.section.gallery .photo_gallery_thumbnail_wrapper { width: calc( 33.333333333333333333333333% - 6px ); }
.section.gallery .photo_gallery_thumbnail_wrapper img { width: 100%; height: auto; }
.section.gallery .sidebar .table { width: 100%; }
.section.gallery .sidebar .table .row { width: 100%; }
.section.gallery .sidebar .table .row .cell { width: 100%; }
.section.gallery .sidebar .table .row .cell input { width:  100%; padding: 5px; }
.section.gallery .sidebar .comments_box textarea { min-height: 150px; }
.section.gallery .sidebar .comments_box input { width: 100%; padding: 5px; }
.section.gallery .sidebar .category_model_thumb { width: 100%; }

.studio .category_listing_block .slick-prev, .studio .category_listing_block .slick-next { background-color: transparent; color: #000; top: calc( 50% - 25px ); text-align: center; z-index: 99; }
.studio .category_listing_block .slick-prev img, .studio .category_listing_block .slick-next img { width: 25px !important; height: 25px !important; margin: auto; }

div[data-studio='analstuff.com'] .update_details a { color: #8A200F !important; }
div[data-studio='pissaddicted.com'] .update_details a { color: #ebb400 !important; }
div[data-studio='dadsdomboys.com'] .update_details a { color: #FFF !important; }
div[data-studio='cummaniac.com'] .update_details a { color: #FFF !important; }
div[data-studio='bondagetwinks.com'] .update_details a { color: #c19a6b !important; }
div[data-studio='chastitydick.com'] .update_details a { color: #0ff !important; }
div[data-studio='twinksfeet.com'] .update_details a { color: #c6006a !important; }
div[data-studio='youngkink.com'] .update_details a { color: #f11732 !important; }
div[data-studio='kinkysports.com'] .update_details a { color: #e8cf2c !important; }

div[data-studio='analstuff.com'] .update_details .update_models span { color: #FFF !important; }
div[data-studio='pissaddicted.com'] .update_details .update_models span { color: #FFF !important; }
div[data-studio='dadsdomboys.com'] .update_details .update_models span { color: #FFF !important; }
div[data-studio='cummaniac.com'] .update_details .update_models span { color: #FFF !important; }
div[data-studio='bondagetwinks.com'] .update_details .update_models span { color: #FFF !important; }
div[data-studio='chastitydick.com'] .update_details .update_models span { color: #FFF !important; }
div[data-studio='twinksfeet.com'] .update_details .update_models span { color: #FFF !important; }
div[data-studio='youngkink.com'] .update_details .update_models span { color: #FFF !important; }
div[data-studio='kinkysports.com'] .update_details .update_models span { color: #FFF !important; }

@media (max-width: 1100px) {
	.section.gallery .sidebar { max-width: 100%; }
	.section.gallery { flex-direction: column; }
	.section.gallery .gallery_info { width: 100%; }
	.section.gallery .sidebar .category_listing_wrapper_updates { width: calc( 33.33333333% - 6px ); }
	.footer-social ul li { width: calc( 100% - 5px ) !important; margin-right: 0px !important; margin-bottom: 10px !important; }
}

@media (max-width: 925px) {
	.section.gallery .sidebar .category_listing_wrapper_updates { width: calc( 50% - 6px ); }
	.footer .links { flex-wrap: wrap; }
	.footer .links nav { width: 100% !important; }
}

@media (max-width: 725px) {
	.section.gallery .sidebar .category_listing_wrapper_updates { width: calc( 100% - 6px ); }
}


@media (max-width: 600px) {
	.category_listing_block .category_listing_wrapper_updates .details .column1 { width: 100%; }
	.category_listing_block .category_listing_wrapper_updates .details .column2 { display: none; }
	.update_details_row .column2.date { display: none !important; }
}



.top_navbar_wrapper, 
.top_navbar_wrapper .wrapper, 
.top_navbar_wrapper .wrapper .top_menu_wrapper, 
.top_navbar_wrapper .wrapper .top_menu_wrapper .top_menu, 
.top_navbar_wrapper .wrapper .top_menu_wrapper .top_menu a, .main_toolbar { background-color: #FFF !important; color: #000 !important; }

div.saleEnding, ul.countdown li span, ul.countdown li { color: #000; }
.searchbar_container .searchbar_field input[type=text] { background-color: #FFF; color: #000; height: 31px; line-height: 31px; border: 1px solid #000; border-right-width: 0px; }

.title_bar_block .title_bar, .home-page .title_bar, .title_bar { color: #000; background-color: transparent; }
.footer { background-color: #252943 !important; }

.update_models a, .update_details a, .favorites a, .searchbar_container .filter_link a, .poll a, .news_small a, .tags_filter_trigger a, .global_pagination ul li a:hover, .update_tags.dvd_info a, .suggest_tags a.suggest_tags_link, .gallery_page_banner a, .title_bar_hilite, .dvd_details_overview a, .dvd_details a, .bonus_details a, .blog_details a, .comment_counts a, .faqs ul li .faq_question > a, .calendar_month a, .day a, .mailbox a, .top_navbar a.hilite, .red, .update_dvds a { color: #000 !important; }
.update_tags a { color: #000 !important; }
.update_details, .gallery_info .update_models a:hover, .poll, .news_body, .update_description, .faq_answers, .twitter_description, .model_bio, .dvd_details, .dvd_description, .model_bio_heading h4 { color: #000; }
.update_details .thumbsup { max-height: 15px; display: inline-block; }

.global_pagination { font-size: 16px; }
.global_pagination ul li a { color: #ed1f49; font-weight: bold; }
.global_pagination ul { background: none; border-bottom: none; }
.global_pagination ul li { border-right: none; }
.global_pagination ul li.active, .global_pagination ul li.active a { background-color: #404e81; color: #FFF !important; }

.A-Z_links a:hover span, .A-Z_links a span.letter_current { background-color: #404e81 !important; color: #FFF !important; }

body.nontour-area { margin-left: 0px; margin-right: 0px; }

.footer a { color: #ee1f49; }

.category_listing_wrapper_updates .update_details img.screenshot { height: auto !important; }
.category_listing_wrapper_updates .update_details .screenshotWrapper { margin-bottom: 5px; }
ul.countdown li p { color: #000; }
.thumbs { border-style: solid; border-width: 1px; border-color: transparent; }
.category_listing_block { justify-content: start; }
.listHeader { color: #000; }
.footer h3 { color: #FFF !important; }
.custom-page form .formField .value input[type=submit] { background-color: #ee1f49 !important; }
.gallery_info .update_description { background: transparent !important; }
.section.gallery .photo_gallery_thumbnail_wrapper { max-width: 440px; }
.section.gallery .photo_gallery_block { justify-content: center; } 
.top_menu .searchbar_container .searchbar_field { border: 1px solid #f0f0f0; }
/* start : newsletter */

	.subscribe-box {
		position: fixed;
		max-width: 300px;
		padding: 10px;
		border: 2px solid #ee1f49;
		background-color: #FFF;
		right: 0px;
		bottom: 0px;
		border-right: 0px;
		border-bottom: 0px;
		z-index: 9999;
		display:none;
	}
	.subscribe-box h4 {
		text-align: center;font-size: 19px; color: #FFF; margin: 10px 20px 30px 20px;text-transform: uppercase; font-weight: bold;
	}
	form.subscribe-form .success { border-radius: 0px;border-width: 0px; }
	#staxusNews .staxusBox { margin-top: 50px !important; }
	.closeButtonCorner { color: #FFF; font-size: 30px; position: absolute; left: -16px; top: -15px; cursor: pointer; }

#staxusNews .staxusBox {
    border-width: 0px !important;
    border-radius: 0px !important;
    background-color: #FFF !important;
}

form.subscribe-form input[type=submit] { background-color: #ee1f49 !important; border-color: #ee1f49 !important; color: #000; }
form.subscribe-form .models { display: none; }
#staxusNews .staxusBox .closeButton { color: #ed1f49 !important; }
#staxusNews .staxusBox h4.subline { font-size: 16px; color: #000; margin: 10px 20px 30px 20px;text-transform: uppercase; font-weight: bold; line-height: 21px; text-align: center; }
#staxusNews .staxusBox h4.subscribe { font-size: 16px; color: #000; margin: 10px 20px 30px 20px;text-transform: uppercase; font-weight: bold; line-height:21px; text-align: center; }
#staxusNews .staxusBox .spacing-box { display: flex !important; align-items: center; justify-content: space-around; }
#staxusNews .staxusBox .spacing-box select { border-radius: 2px;border: 1px solid #ee1f49; background-color: #FFF; color: #000 !important }
#staxusNews .staxusBox .spacing-box .input { width: 75%; border-radius: 2px;border-width: 0px; background-color: #FFF; border: 1px solid #ee1f49; border-right-width: 0px; color: #000 !important; }
#staxusNews .staxusBox .spacing-box .submit { width: 25%; border-radius: 2px;border-width: 0px; background-color: #FFF; border: 1px solid #ee1f49; border-right-width: 0px; }
/* end : newsletter */

.update_details_model { margin-bottom: 10px; color: #000; }
.update_details_model .model_name { color: #000 !important; }
.age-verify-box .warning { background-color: #FFF !important; }
.age-verify-box .warning .warning-inner { background-color: #FFF !important; }
.age-verify-box .warning .text { color: #000; }
.age-verify-box .warning .buttons #enter { border: 1px solid #ee1f49; color: #FFF; background-color: #ee1f49; }
.age-verify-box .warning .buttons #leave { border: 1px solid #ee1f49; color: #ee1f49; background-color: #FFF; }

.header { background-color: #FFF !important; } 
.your_vote { font-size: 14px; display: flex; align-items: center; padding: 10px 0px 6px; text-align: center; justify-content: center; cursor: default; }
.top_menu .logo { padding-top: 0px !important; }
.table.model_bio .row { flex-direction: row !important; }
.searchbar_container .searchbar_submit_button, .searchbar_container .searchbar_field { line-height: 29px; }
.searchbar_container { height: 55px; display: flex; align-items: center; justify-content: center; }
.model_title, .title_bar { font-size: 20px !important; text-align: left;  }
.galleryLogo { display: none; }
.searchbar_container .searchbar_submit_button button, .searchbar_container .searchbar_submit_button input[type=submit] { background-color: #ef204a !important; }
.top_menu a.join { background-color: #ed1f49 !important; color: #FFF !important; }
.comments_box { background: #ffffff; color: #000000; box-sizing: border-box; }
.top_menu a { text-shadow: none !important; }
.top_navbar_wrapper .wrapper .top_menu_wrapper .top_menu a.join {  background-color: #ed1f49 !important; color: #FFF !important; }
.comment_name { color: #000000; }
.searchbar_container form { display: flex; flex-direction: row-reverse; align-items: center; }
.searchbar_container .searchbar_field input[type=text] { right: -1px; position: relative; }

@media (max-width: 600px) {
	.subscribe-box { max-width: calc( 100% - 0px ); width: calc( 100% - 0px ); border-leftt: 0px; }
	.closeButtonCorner {left: 5px; }
}
