/**
 * Theme Name:   Fast & Sexy
 * Theme URI:    #
 * Author:       Fast & Sexy
 * Author URI:   #
 * Version:      1.0
 * License:      GNU General Public License v2
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Description:  Fully Responsive WordPress Theme
**/
@import url(../../../css);

@font-face {
    font-family:'UniversCondensed';
    src: url('fonts/UniversCondensed_gdi.eot');
    src: url('fonts/UniversCondensed_gdi-1.eot') format('embedded-opentype'),
        url('fonts/UniversCondensed_gdi.woff') format('woff'),
        url('fonts/UniversCondensed_gdi.ttf') format('truetype'),
        url('fonts/UniversCondensed_gdi.otf') format('opentype'),
        url('fonts/UniversCondensed_gdi.svg') format('svg');
}

@font-face {
    font-family:'UniversCondensedBold';
    src: url('fonts/UniversalCondensedBold_gdi.eot');
    src: url('fonts/UniversalCondensedBold_gdi-1.eot') format('embedded-opentype'),
        url('fonts/UniversalCondensedBold_gdi.woff') format('woff'),
        url('fonts/UniversalCondensedBold_gdi.ttf') format('truetype'),
        url('fonts/UniversalCondensedBold_gdi.otf') format('opentype'),
        url('fonts/UniversalCondensedBold_gdi.svg') format('svg');
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}
.wp-caption-text {  }
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }
body#tinymce.wp-editor {
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
}
body#tinymce.wp-editor a {
    color: #4CA6CF;
}
/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover, 
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=button] {	
    -webkit-appearance: none;
    -moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #757575; }
::-moz-placeholder { color: #757575; }
::-o-placeholder { color: #757575; }
:-ms-input-placeholder { color: #757575; }
input:-moz-placeholder { color: #757575; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    border-radius: 7px;
    line-height: 32px;
    padding: 0 10px 0 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    height: 2rem;
}
.search-box input[type="search"],
.search-box input[type="text"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
embed, iframe, object { max-width: 100%; }

/* Align Middle */
.align-middle {
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
/*Centered FlexBox crossbrowser*/
.centered-flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;color:#fff;}
p:empty {display: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'UniversCondensed', sans-serif; color: #fff;}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    font-family: 'UniversCondensed', sans-serif;
}
p{
    font-size: 24px;
    line-height: normal;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
h1{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-size: 48px;
    text-align: left;
    font-weight: 500;
    margin: 0 0 25px 25px;
}
h2{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-size: 40px;
    text-align: left;
    font-weight: 500;
    margin: 0;
}
.home h2{
    text-align: center;
    font-size: 48px;
}

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

h3{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-size: 30px;
    text-align: left;
    margin: 0;
}
.home h3{
    text-align: center;
    font-size: 36px;
}

/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
    Slider
------------------------------------- */
.row.slider-row{
    max-width: 100%;
}
.slick-slider{
    margin: 0;
}
.slick-slide{
    height: 556px;
}
.slider-row .row{
    max-width: 1200px;
    margin: auto !important;
}
#home-slider .slider-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,0.52) 70%, rgba(0,0,0,0.02) 99%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(12%,rgba(0,0,0,1)), color-stop(70%,rgba(0,0,0,0.52)), color-stop(99%,rgba(0,0,0,0.02)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,0.52) 70%,rgba(0,0,0,0.02) 99%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,0.52) 70%,rgba(0,0,0,0.02) 99%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,0.52) 70%,rgba(0,0,0,0.02) 99%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,0.52) 70%,rgba(0,0,0,0.02) 99%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    margin-top: 21px;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    text-align: center;
    padding: 40px 50px 0;
}
#home-slider .slider-caption p,
#home-slider .slider-caption h3 {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0,0,0,.8);
    font-family: 'UniversCondensedBold', sans-serif;
    text-transform: uppercase;
    line-height: normal;
}
.slider-caption h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    word-spacing: -13px;
    box-shadow: none;
}
#home-slider .slider-caption p{
    text-align: left;
    font-size: 21px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.8);
    margin-bottom: 15px;
    word-spacing: -7px;
}
#home-slider .slider-caption span.amount-line{
    padding-left: 65px;
    margin: 0;
    line-height: normal;
    display: inline-block;
    color: #fff;
    width: 100%;
    font-family: 'UniversCondensedBold', sans-serif;
    text-transform: uppercase;
    text-align: left;
}
#home-slider .slider-caption span.amount-line:last-of-type{
    margin-bottom: 15px;
}
#home-slider .slider-caption span.amount-line .slide-amount{
    font-size: 82px;
    line-height: 72px;
    margin-right: 10px;
    display: inline-block;
}
#home-slider .slider-caption span.amount-line .slide-amount-text{
    display: inline-block;
    top: -20px;
    position: relative;
    font-size: 21px;
}

@media only screen and (max-width: 640px) {
    #home-slider .slider-caption{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
    #home-slider .slick-prev, .slick-next{
        display: none !important;
    }
    #home-slider .slider-caption p{
        font-size: 12px;
        text-shadow: none;
        font-weight: 600;
    }
    
    .slick-slide{
        height: 380px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
/* ------------------------------------
    Basic Styles
------------------------------------- */
/*
body.custom-background{

}
*/

.row{
    max-width: 1200px;
}
.row .mgm_membership_details_container .row { margin: 0; }
.slider-btn,
.profile-btn,
p#age_button_area input#ageEnterButton,
p#age_button_area input#ageLeaveButton,
a#winners {
    color: #fff;
    font-family: 'UniversCondensed', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 74px;
    display: inline-block;
    background: #b54b4b; /* Old browsers */
    background: -moz-linear-gradient(top,  #b54b4b 0%, #870b0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b54b4b 0%,#870b0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b54b4b 0%,#870b0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b54b4b', endColorstr='#870b0b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 6px solid #fff;
    border-radius: 15px;
    padding: 0 60px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.8);
    transition: background 0.2s linear;
    margin: 10px 0;

}
.slider-btn:hover{
    color: #fff;
    transition: background 0.2s linear;
    background: #a53e3e; /* Old browsers */
    background: -moz-linear-gradient(top,  #a53e3e 0%, #720909 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a53e3e 0%,#720909 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a53e3e 0%,#720909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53e3e', endColorstr='#720909',GradientType=0 ); /* IE6-9 */
}

.slider-btn.small {
    font-size: 36px;
    line-height: 64px;
    padding: 0 55px;
    border: 2px solid #fff;
}

.profile-btn,
p#age_button_area input#ageEnterButton,
p#age_button_area input#ageLeaveButton,
a#winners {
    font-size: 24px;
    line-height: 36px;
    padding: 0 24px;
    border: 2px solid #fff;
}

p#age_button_area input#ageLeaveButton {
    background: #000!important;
}

div.upgrade {
    line-height: 24px;
    background: rgba(51, 86, 134,.4);
    border: 2px solid rgba(255,255,255,.4);
    padding: 0 18px;
    font-size: 24px;
    float: left;
}

.content-btn{
    color: #fff;
    font-family: 'UniversCondensedBold', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 56px;
    display: inline-block;
    background: #000; 
    border: 4px solid #fff;
    border-radius: 15px;
    padding: 0 100px;
    word-spacing: -8px;
    transition: font-size .3s ease-in-out;
}
.content-btn:hover{
    font-size: 26px;
    color: #fff;
}
.no-bg{
    background: none !important;
}
[class*="column"]+[class*="column"]:last-child{
    float: left;
}
.no-found{
    text-align: center;
    font-size: 28px;
}
/* ------------------------------------
    Header Styles
------------------------------------- */
header{
    background: rgba(0,0,0,.7);
}
.header-top{
    padding: 22px 0;
}
.menu-bg{
    background: #335686;
}
.auth-block{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
}
.auth-block a{
    color: #fff;
    font-size: 24px;
    font-family: inherit;
    border-bottom: 1px solid #fff;
    position: relative;
    top: 3px;
    transition: border .3s ease-in-out;
}
.auth-block a:hover{
    border-bottom: 1px solid transparent;
}
/* ------------------------------------
    Content Styles
------------------------------------- */
.row.subscr-row{
    max-width: 1360px;
}
.subscr-row-bg{
    background: #436EA7;
    border-top: 20px solid #5891DB;
    border-bottom: 20px solid #5891DB;
}
.row.subscr-row > .columns{
    margin-top: -15px;
    margin-bottom: -17px;
}
.subscr-row .content-wrapper{
    position: absolute;
    bottom: 37px;
    left: 0;
    width: 100%;
    text-align: center;
}
.subscr-row .content-wrapper h2{
    font-family:  'Orbitron', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 500;
    margin: 0;
    text-shadow: 2px 2px 0 rgba(0,0,0,.55);
    margin-bottom: 9px;
}
.galleries-row,
.blog-row{
    background: rgba(0,0,0,.48);
    padding: 0 15px;
    padding-bottom: 30px;
}
.gall-wrap{
    position: relative;
    margin-bottom: 30px;
}
.galleries-row h2{
    margin-top: 25px;
    margin-bottom: 35px;
}
.widget_product_categories h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
}
.galleries-row h5{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    width: 100%;
    margin: 0;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 24px;
    transition: padding .3s ease-in-out;
}
.galleries-row .gall-wrap:hover h5{
    padding: 10px 25px;
}
.galleries-row h5 a{
    font-family: inherit;
    color: #fff;
    font-size: 20px;
}
.gall-wrap img{
    /*width: 100%;*/
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.page-id-202 .gall-wrap {
    height: 180px;
}
.cat-row-bg{
    background: rgba(0,0,0,.62);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #fff;
}
.cat-row h3{
    line-height: 36px;
}
.cat-row-bg h5{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    background: rgba(0,0,0,1);
    padding: 10px 0;
    margin: 0;
    transition: background .3s ease-in-out;
}
.cat-row-bg a:hover h5{
    /*background: rgba(49,86,136,.7);*/
    background: rgba(0,0,0,.7);
}
.cat-item{
    margin-top: 30px;
}

.product-categories .cat-item {
    margin-top: 0;
}
.cat-row .content-btn{
    margin-top: 20px;
}
.inner-content-wrapper{
    background: rgba(0,0,0,.48);
    padding: 0 30px;
    padding-top: 25px;
}
.gal-thumb-block img{
    width: 100%;
}
.gal-info-col h3{
    text-align: left;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}
.gal-info-col p{
    margin: 0;
    padding-left: 20px;
}
.field-link:hover, .field-link:focus {
    color: #5690de
}
.gal-model-info-title {
    margin-top: 35px;
}
.gal-model-info p{
    margin-bottom: 5px;
}
.gal-model-info .bio-link{
    font-size: 18px;
    color: #5690de;
    border-bottom: 1px solid transparent;
    transition:         border .3s ease-in-out;
    -webkit-transition: border .3s ease-in-out;
    -moz-transition:    border .3s ease-in-out;
    -o-transition:      border .3s ease-in-out;
}
.gal-model-info .bio-link:hover{
    border-bottom: 1px solid #5690de;
}
.gal-info-row{
    margin-bottom: 20px !important;
}
.gallery-row{
    margin-top: 20px !important;
}
.gal-item{
    margin-bottom: 30px;
    text-align: center;
}
.gal-item.blocked span{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.gal-item.blocked span:hover{
    color: #fff;
}
.gal-item.blocked span:after{
    content: '';
    background: url(images/locked.png) no-repeat center rgba(49,86,136,.68);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:         background-position .3s ease-in-out;
    -webkit-transition: background-position .3s ease-in-out;
    -moz-transition:    background-position .3s ease-in-out;
    -o-transition:      background-position .3s ease-in-out;
    opacity: 1;
}
.gal-item.blocked span:before{
    content: 'UNLOCK NOW';
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 0;
    width: 62%;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition:         opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition:    opacity .5s ease-in-out;
    -o-transition:      opacity .5s ease-in-out;
}
.gal-item.blocked:hover span:after{
    background-position: 10px center;  
}

.gal-item.blocked:hover .video-gal-item span:after{
    background-position: 100px center;  
}
.gal-item.blocked:hover span:before{
    opacity: 1;
}

.video-gal-item {
    position: relative;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.video-gal-item video {
    width: 680px;
    /*height: auto;*/
    height: 423px;
    max-height: 533px;
    max-width: 100%;
    background-color: #000;
}
.video-gal-item span{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.video-gal-item span:hover{
    color: #fff;
}
.video-gal-item span:after{
    content: '';
    background: url(images/play.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:         all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    opacity: 1;
}
.video-gal-item span:before{
    content: 'PLAY VIDEO';
    text-shadow: 2px 2px 5px #000;
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 0;
    width: 65%;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition:         opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition:    opacity .5s ease-in-out;
    -o-transition:      opacity .5s ease-in-out;
}
.video-gal-item:hover span:after{
    background-position: 140px center;
    opacity: 1;
}
.video-gal-item:hover span:before{
    opacity: 1;
}

#modal-login-form {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#modal-login-form .form-wrapper {
    /*background-color: rgba(255, 255, 255, .6);*/
    padding: 20px 40px;
    min-height: 400px;
}
#modal-login-form label,
#modal-login-form .login-page-links a {
    color: #fff;
}
#modal-login-form .login-page-buttons,
#modal-login-form .login-page-links {
    text-align: center;
}

#modal-login-form div.form-wrapper.centered-flexbox div:nth-child(1) {
    bottom: 10px;
    position: absolute;
    margin: 0 auto;
    left: 100px;
    right: 100px; 
}

#video-modal video {
    max-width: 100%;
}

.model-info p span{
    font-family: 'Orbitron', sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.model-info .galleries-row{
    background: none;
}
.galleries-row h3{
    display: inline-block;
    float: left;
    text-align: left;
    font-weight: 500;
    text-transform: none;
    font-size: 30px;
    line-height: 46px;
    background: rgba(86,144,222,1);
    padding: 0 25px 0 30px;
    margin-left: -30px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.sidebar{
    background: rgba(0,0,0,.48);
    padding-top: 35px;
    padding-bottom: 40px;
}
.page .galleries-row,
.woocommerce .galleries-row{
    padding: 0;
}
.home .galleries-row{
    padding-bottom: 30px;
}

/*body.page .galleries-row #queryform {
    width: 360px;
    padding: 0 20px;
}*/

ul.content-filter li {
    display: inline-block;
    vertical-align: middle;
}
/*.galleries-row #queryform #needle,
.galleries-row #searchform #s{
    border-radius: 7px 0 0 7px;
    line-height: 36px;
    height: 36px;
    padding: 0 10px 0 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;

}

/* RGB background for old browsers */
.galleries-row #queryform #querysubmit,
.galleries-row #searchform #searchsubmit{
    border-radius: 0 7px 7px 0;
    line-height: 36px;
    height: 36px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 0;
    background: rgb(172,42,42); 
    background: -moz-linear-gradient(top,  rgba(172,42,42,1) 0%, rgba(177,55,55,1) 43%, rgba(122,10,10,1) 59%, rgba(120,10,10,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,42,42,1)), color-stop(43%,rgba(177,55,55,1)), color-stop(59%,rgba(122,10,10,1)), color-stop(100%,rgba(120,10,10,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(172,42,42,1) 0%,rgba(177,55,55,1) 43%,rgba(122,10,10,1) 59%,rgba(120,10,10,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(172,42,42,1) 0%,rgba(177,55,55,1) 43%,rgba(122,10,10,1) 59%,rgba(120,10,10,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(172,42,42,1) 0%,rgba(177,55,55,1) 43%,rgba(122,10,10,1) 59%,rgba(120,10,10,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(172,42,42,1) 0%,rgba(177,55,55,1) 43%,rgba(122,10,10,1) 59%,rgba(120,10,10,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac2a2a', endColorstr='#780a0a',GradientType=0 ); /* IE6-9 */
    transition: font-size .3s ease-in-out;
}
.galleries-row #queryform #querysubmit:hover,
.galleries-row #searchform #searchsubmit:hover{
    font-size: 19px;
}*/
.galleries-row .filter{
    margin-top: 25px;
}
.galleries-row .filter-header{
    display: block;
    background: transparent;
    float: none;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.filter ul{
    text-align: left;
    list-style: none;
    margin: 0;
}
.filter ul li a{
    font-size: 20px;
    line-height: normal;
    display: block;
    padding-left: 15px;
    transition: background .3s ease-in-out;
}
.filter ul li a:hover, .filter ul li.selected a{
    background: #5690de;
    color: #fff;
}
.content-filter{
    text-align: left;
    font-size: 0;
    margin-bottom: 30px;
}
.content-filter li{
    display: inline-block;
    position: relative;
    padding-left: 2px;
}
.content-filter li:after{
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -8.5px;
    width: 2px;
    height: 17px;
    background: #fff;
}
.content-filter li:last-child:after,
.content-filter li:first-child:after{
    display: none;
}
.content-filter li a{
    text-transform: uppercase;
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    line-height: 46px;
    font-weight: 500;
    padding: 0 20px;
    transition: background .3s ease-in-out;
}
.content-filter li a:hover, .content-filter li.selected a{
    background: #5690de;
    color: #fff;
}
.list-content-wrapper{
    padding-top: 30px;
}
.list-content-wrapper h1{
    margin-bottom: 0;
}

div.pagination{
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-top: -15px;
}
div.pagination div.pagination{
    padding: 0;
    margin: 0;
}
div.pagination ul.pagination{
    margin: 0;
    text-align: right;
}
div.pagination ul.pagination li{
    display: inline-block;
    float: none;
    margin: 0;
}
div.pagination ul.pagination li a{
    color: #fff;
    padding: 0;
    background: none;
    font-size: 18px;
    font-weight: 400;
}
div.pagination ul.pagination li.current-page a{
    color: #fff;
    padding: 0;
    background: none;
    font-size: 30px;
    line-height: 30px;
    color: #5690de;
    font-weight: 400;
    display: inline-block;
}
div.pagination ul.pagination li .pagination:after{
    content: ',';
    color: #fff;
    font-size: 18px;
}
div.pagination ul.pagination li a.prev{
    margin-right: 5px;
}
div.pagination ul.pagination li a.next{
    margin-left: 5px;
}

div.pagination ul.pagination li a.prev:after{
    display: none;
} 

div.pagination ul.pagination li:nth-last-child(2) a:after{
    display: none;
}
div.pagination ul.pagination li:last-child a:after{
    display: none;
}
div.pagination ul.pagination li .dots{
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}
div.pagination ul.pagination li .dots:after{
    display: none;
}
div.pagination ul.pagination li:last-child a:before{
    content: ',';
    color: #fff;
    font-size: 18px;
    margin-right: 3px;
}
div.pagination ul.pagination li:last-child a.next:before{
    display: none;
}
.pagination-skip{
    width: 100%;
    float: left;
    text-align: right;
    padding: 0 15px;
}
.pagination-skip a{
    font-size: 18px;
}
.woocommerce ul.products li.product .star-rating{
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
}
.comments-count{
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
}
.thumb-wrap{
    position: relative;
    margin-bottom: 5px;
    display: block;
}

.woocommerce .thumb-wrap {
        height: 190px;
}

.woocommerce ul.products li.product a img{
    width: inherit;
    display: inline-block;
    margin: 0;
}
p.stock, p.sku-nmbr{
    font-family: 'Orbitron', sans-serif;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}
p.stock span{
    color: #a41616;
    white-space: nowrap;
}
p.sku-nmbr{
    font-family: 'UniversCondensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
}
.woocommerce ul.products li.product .price{
    color: #fff;
    font-size: 30px;
    line-height: normal;
    margin: 0;
}
.woocommerce ul.products li.product a .star-rating{
    font-size: 20px;
    transition: color .3s ease-in-out;
}
.woocommerce ul.products li.product a:hover .star-rating{
    font-size: 20px;
    color: #FECA40;
}
.woocommerce a .star-rating:before{
    color: #fff;
    transition: color .3s ease-in-out;
}
.woocommerce a .star-rating span:before{
    color: #fff;
    transition: color .3s ease-in-out;
}
.woocommerce a:hover .star-rating:before{
    color: #FECA40;
}
.woocommerce a:hover .star-rating span:before{
    color: #FECA40;
}
.woocommerce ul.products li.outofstock .price .amount{
    position: relative;
}
.woocommerce ul.products li.outofstock .price .amount:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.entry-summary p{
    display: block;
    width: 100%;
    text-align: left;
    color: #fff !important;
    font-family: 'Orbitron', sans-serif;
    font-size: 24px !important;
    font-weight: 500 !important;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 20px;
}
.entry-summary p span{
    width: 50%;
    /* float: right; causes problems with variation pricing */
    text-align: left;
    font-family: 'UniversCondensed', sans-serif;
}
.entry-summary p.stock span{
    color: #fff;
}
.entry-summary p.inner-rating{
    float: left;
    width: 50%;
    margin: 0;
}
.entry-summary .woocommerce-product-rating{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin: 0 !important;
}
.entry-summary .woocommerce-product-rating .star-rating{
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart{
    margin-top: 20px;
}
.woocommerce div.product form.cart label, .woocommerce div.product p.cart label{
    display: inline-block;
    float: left;
    text-align: left;
    /* color: #fff !important; shows up as white on white*/
    font-family: 'UniversCondensed', sans-serif;
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-right: 10px;
}
.woocommerce div.product form.cart .quantity,
.woocommerce div.product p.cart .quantity{
    margin: 0 !important;
}
.woocommerce div.product form.cart input.input-text,
.woocommerce div.product p.cart input.input-text{
    border-radius: 7px 0 0 7px;
    line-height: 36px;
    height: 36px;
    padding: 0 10px 0 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    max-width: 155px;
    width: 100%;
    text-align: left;
}
.woocommerce div.product form.cart .button{
    border-radius: 0 7px 7px 0 !important;
    line-height: 36px;
    height: 36px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 0;
    background: rgb(172,42,42);
    background: -moz-linear-gradient(top, rgba(172,42,42,1) 0%, rgba(177,55,55,1) 43%, rgba(122,10,10,1) 59%, rgba(120,10,10,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,42,42,1)), color-stop(43%,rgba(177,55,55,1)), color-stop(59%,rgba(122,10,10,1)), color-stop(100%,rgba(120,10,10,1)));
    background: -webkit-linear-gradient(top, rgba(172,42,42,1) 0%,rgba(177,55,55,1) 43%,rgba(122,10,10,1) 59%,rgba(120,10,10,1) 100%);
    background: -o-linear-gradient(top, rgba(172,42,42,1) 0%,rgba(177,55,55,1) 43%,rgba(122,10,10,1) 59%,rgba(120,10,10,1) 100%);
    background: -ms-linear-gradient(top, rgba(172,42,42,1) 0%,rgba(177,55,55,1) 43%,rgba(122,10,10,1) 59%,rgba(120,10,10,1) 100%);
    background: linear-gradient(to bottom, rgba(172,42,42,1) 0%,rgba(177,55,55,1) 43%,rgba(122,10,10,1) 59%,rgba(120,10,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac2a2a', endColorstr='#780a0a',GradientType=0 );
    transition: font-size .3s ease-in-out;
    border: 1px solid #fff;
    padding: 0 15px;
}
.woocommerce div.product form.cart .button:hover{
    font-size: 19px;
}
.single-product h1{
    font-size: 36px;
    margin-bottom: 30px;
}
.wc-tabs-wrapper{
    text-align: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    font-size: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    background-color: none;
    border: none;
    background: rgba(0,0,0,.25);
    margin: 0;
    font-size: 24px;
    border-radius: 0;
    padding: 0 50px;
    transition: background .3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
    background-color: none;
    border: none;
    background: rgba(86,144,222,1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
    padding: 0;
    line-height: 46px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    color: #fff;
}
.wc-tabs li:after, .wc-tabs li:before{
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .meta{
    color: #fff;
}
.woocommerce #reviews h3{
    display: block;
    float: none;
    background: rgba(0,0,0,.25);
    margin-bottom: 20px;
}
.woocommerce p.stars a,
.woocommerce p.stars a:after{
    transition: color .3s ease-in-out;
}
.woocommerce p.stars a:after{
    transition: content .3s ease-in-out;
}
.woocommerce p.stars a:hover,
.woocommerce p.stars a:hover:after{
    color: #FECA40;
}
.comment-form label{
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a{
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product div.thumbnails a.first{
    clear: none;
}
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last{
    margin-right: 15px;
}
.single-product.woocommerce ul.products li.product a .star-rating,
.single-product.woocommerce ul.products li.product a .comments-count {
    display: none;
}
.related.products h2{
    display: inline-block;
    float: left;
    background: #5690de;
    margin-left: -15px;
    padding: 0 30px;
    font-size: 30px;
    text-transform: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: 6px;
}
.woocommerce div.product .stock{
    margin-top: 20px;
    color: #fff;
}
.feat-prod{
    width: 20%;
    float: left;
    padding: 0 20px;
    margin-bottom: 15px;
}
.feat-prod .price{
    font-size: 30px;
}
.feat-prod .price.crossed{
    text-decoration: line-through;
}
.feat-prod a:hover{
    color: #fff;
}
.woocommerce nav.woocommerce-pagination{
    text-align: right;
}
.woocommerce nav.woocommerce-pagination ul{
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li{
    border: none;
    font-size: 18px;
    font-family: 'UniversCondensed';
    font-weight: 400;
    line-height: normal;
    float: none;
}
.woocommerce nav.woocommerce-pagination ul li a:after,
.woocommerce nav.woocommerce-pagination ul li span:after{
    content: ',';
    color: #fff;
    font-size: 18px;
}
.woocommerce nav.woocommerce-pagination ul li:last-child a:after,
.woocommerce nav.woocommerce-pagination ul li:last-child span:after,
.woocommerce nav.woocommerce-pagination ul li a.prev:after,
.woocommerce nav.woocommerce-pagination ul li:nth-last-child(2) a:after{
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li:last-child span:before{
    content: ',';
    color: #fff;
    font-size: 18px;
}
.woocommerce nav.woocommerce-pagination ul li a{
    font-size: 18px;
    font-family: 'UniversCondensed';
    font-weight: 400;
    line-height: normal;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
    background: transparent;
    color: #5690de;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
    font-size: 30px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    padding: 0;
    /*margin: 0;*/
    /*min-width: auto;*/
	min-width: 20px;
	margin: 0px 4px;
	
    display: inline-block;
}
.search .galleries-row{
    text-align: left;
}
.search .galleries-row h2{
    text-align: left;
    font-size: 36px;
    margin: 0;
    margin-top: 15px;
}
.pagination.current{
    font-size: 30px;
    line-height: 30px;
    color: #5690de;
    font-weight: 400;
    background: transparent;
    padding: 0;
}
ul.pagination li:last-child .current:after{
    display: none;
}
ul.pagination li:last-child .current:before{
    content: ',';
    color: #fff;
    font-size: 18px;
}
label{
    /*color: #fff; shows up as white on white in product listings*/
    font-size: 18px;
}
button, .button{
    color: #fff;
    font-family: 'UniversCondensed', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 52px;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(184,76,80,1) 0%, rgba(163,66,71,1) 49%, rgba(131,21,27,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,76,80,1)), color-stop(49%,rgba(163,66,71,1)), color-stop(100%,rgba(131,21,27,1)));
    background: -webkit-linear-gradient(top, rgba(184,76,80,1) 0%,rgba(163,66,71,1) 49%,rgba(131,21,27,1) 100%);
    background: -o-linear-gradient(top, rgba(184,76,80,1) 0%,rgba(163,66,71,1) 49%,rgba(131,21,27,1) 100%);
    background: -ms-linear-gradient(top, rgba(184,76,80,1) 0%,rgba(163,66,71,1) 49%,rgba(131,21,27,1) 100%);
    background: linear-gradient(to bottom, rgba(184,76,80,1) 0%,rgba(163,66,71,1) 49%,rgba(131,21,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b84c50', endColorstr='#83151b',GradientType=0 );
    border: 4px solid #fff;
    border-radius: 10px !important;
    padding: 0 40px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.8);
    transition: font-size .3s ease-in-out;
    margin: 10px 0;
}
button:hover, .button:hover{
    font-size: 25px;
}
.row.fullwith-row{
    background: rgba(0,0,0,.48);
    color: #fff;
    padding: 30px 15px;
}
.mgm_message_error {
    color: #CC0000;
    border-radius: 7px;
}

.mgm_message_error {
    color: #335686;
}
.mgm_register_field,
.mgm_profile_field,
.mgm_upgrade_field,
.mgm_extend_field,
.mgm_field_textarea,
.mgm_field_html,
select option{
    width: 100% !important;
    border-radius: 7px;
    font-size: 20px !important;
    font-family: 'UniversCondensed', sans-serif !important;
}
.mgm_field_html{
    height: auto !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
}
.mgm_form label{
    margin-top: 20px;
}
.mgm_form .subscription_introduction_box label{
    margin-top: 0px;
    line-height: 1em;
}
.mgm_subs_pack_desc {
    width: auto !important;
}
#mgmcontent h2{
    text-align: left;
    font-size: 30px;
    margin-bottom: 20px;
}
#mgmcontent .mgm_get_subs_btn{
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
}
span[class*="profile_group_"] {
    display: none;
}
.cart-widget{
    background: #4A831C;
    text-align: right;
    font-size: 24px;
    line-height: 36px;
}
.cart-widget a{
    font-size: 24px;
    line-height: 36px;
    position: relative;
}
.cart-widget a:hover{
    color: #fff;
}
.cart-widget a:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.cart-widget a:hover:after{
    opacity: 1;
}
.product-name a{
    color: #222;
}
.btn-posters{
    margin-top: 20px;
}
.mgm_message_success{
    color: #69A737;
    width: 100% !important;
    margin-left: 0 !important;
}
/* ------------------------------------
    Footer Styles
------------------------------------- */
footer{
    background: #000;
    text-align: center;
}
.footer-top{
    background: #274875;
}
#menu-footer-menu{
    margin: 0;
    text-align: center;
    font-size: 0;
}
#menu-footer-menu li{
    display: inline-block;
    float: none;
    margin: 0;
    margin-right: 10px;
    line-height: 56px;
}
#menu-footer-menu li:last-child{
    margin: 0;
}
#menu-footer-menu li a{
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
}

#menu-footer-menu li a:after{
    content: '|';
    margin-left: 10px;
}
#menu-footer-menu li:last-child a:after{
    display: none;
}
footer p{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'UniversCondensedBold', sans-serif;
    font-size: 18px;
    line-height: 42px;
    margin: 0;
    word-spacing: -4px;
}
footer p a{
    font-family: inherit;
    color: #fff;
    border-bottom: 2px solid #fff;
    transition: border .3s ease-in-out;
}
footer p a:hover{
    color: #fff;
    border: none;
}
.mgm_aff_footer{
    display: none;
}

/*div.gal-info-col a.field-link {
    width: 50%;
    display: block;
    float: left;
    padding-left: 0.9375em;
}*/

div.gal-info-col a.field-link,
div.gal-info-col a.car-link {
    font-size: 24px;
}

div.car-info,
div.model-info {
    padding-left: 0.9375em;
    font-size: 24px;
    float: left;
    width: 50%
}

div.model-links a {
    color: #5690de;
}

div.model-links a:hover {
    color: #335686;
}

.subscription-0,
.subscription-1,
.subscription-2,
.subscription-3{
    width: 50%;
}

.subscription-0 {
    margin-top: 20px;
}

.reg-wrap .subscription {
    width: 100%;
    display: block;
    border: 4px solid #274875;
    float: left;
    box-shadow: 0px 3px 20px #000;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
}


.subscription-0,
.subscription-1,
.subscription-3 {
    display: block;
    border: 2px solid #000000;
    float: left;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
}

.subscription-0 > span.subscription-name,
.subscription-1 > span.subscription-name,
.subscription-3 > span.subscription-name {
font-size: 24px;
    width: 100%;
    display: block;
    background: #000000;
    padding: 8px;
    text-align: center;
    color: #fff;
}

.subscription-2 > span.subscription-name, 
.reg-wrap .subscription > span.subscription-name {
    font-size: 24px;
    width: 100%;
    display: block;
    background: #274875;
    padding: 8px;
    text-align: center;
}
.reg-wrap .subscription > span.subscription-period{
    font-size: 80px;
    line-height: 80px;
    font-family: 'UniversCondensedBold', sans-serif;
}
.reg-wrap .subscription > span.subscription-period-val{
    font-family: 'UniversCondensedBold', sans-serif;
    text-transform: uppercase;
    line-height: 14px;
}
.reg-wrap .subscription > span.subscription-cost-val{
    font-size: 18px;
    line-height: 42px;
}
.reg-wrap .subscription > span.recomend-plan{
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #B0B126;
    font-size: 28px;
    padding: 5px;
}
.reg-wrap .subscription ul{
    padding-left: 20px;
    margin-top: 20px;
}
.page_title_long{
    text-transform: none;
    font-size: 42px;
    margin-left: 0;
}

ul.subscription-benefits {
    width: 74%;
    margin: 24px auto;
    font-size: 30px;
    font-size: 24px;
    line-height: 31px;
}

ul.subscription-benefits li span {
    left: -8px;
    position: relative;
}

ul.subscription-benefits li {
    margin-top: 12px;
    margin-left: 8px;
}

.subscribe-btn{
    color: #fff;
    font-family: 'UniversCondensed', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 48px;
    display: inline-block;
    background: #b54b4b; /* Old browsers */
    background: -moz-linear-gradient(top,  #b54b4b 0%, #870b0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b54b4b 0%,#870b0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b54b4b 0%,#870b0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b54b4b', endColorstr='#870b0b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 2px solid #fff;
    border-radius: 6px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.8);
    transition: background 0.2s linear;
    margin: 10px 10%;
    position: relative;
    display: block;
    text-align: center;
}
.subscribe-btn:hover{
    color: #fff;
    transition: background 0.2s linear;
    background: #a53e3e;
    background: -moz-linear-gradient(top, #a53e3e 0%, #720909 100%);
    background: -webkit-linear-gradient(top, #a53e3e 0%,#720909 100%);
    background: linear-gradient(to bottom, #b54b4b 0%,#720909 100%);
}
.subscribe-btn a:focus {
    color: #fff;
}

span.subscription-cost {
    text-align: center;
    display: block;
    /*margin-top: -24px;*/
    background: rgba(0,0,0,.2);
    font-size: 24px;
    color: #fff;
}

span.subscription-cost span {
    font-size: 40px;
}

.subscription-2 span.subscription-cost span,
.reg-wrap .subscription span.subscription-cost span {
    font-size: 48px;
}


@media only screen and (max-width: 980px) {
.subscription-0,
.subscription-1,
.subscription-2,
.subscription-3 {
    width: 100%;
    margin-top: 10px;
}
}

@media only screen and (max-width: 640px) {
.subscription-0,
.subscription-1,
.subscription-2,
.subscription-3 {
    font-size: 18px;
    line-height: 24px;
}
}

form.mgm_form > div:nth-child(1n+2) {
    /*width: 46%;*/
	width: 100%;
    margin-right: 2%;
    display: inline-block;
}

.page-id-154 form.mgm_form > div:nth-child(1n+2) {
    width: 60%;
    float: left;
    margin-right: 2%;
}

.page-id-154 form.mgm_form >  div.ccfields#mgm_authorizenet_form_cc {
    width: 100%!important;
}

form.mgm_form > div.payment_gateways_box {
    margin-top: 30px;
    width: 100%;

}

form.mgm_form > div.payment_gateways_box label {
    font-size: 30px;
}

.mgm_paymod_description {
    font-size: 14px;
}

.page-id-152 form.mgm_form div {
    clear: both;
    width: 50%;
}

/*.subscription_options_box label {
    display: none;
}*/

div.first_name_box,
div.email_box,
div.username_box,
div.address_box,
div.city_box,
div.birthdate_box,
div.terms_conditions_box,
p #mgm_pid_card_type {
    clear: both;
}

div.city_box,
div.state_box,
div.zip_box {
    width: 31%;
}

div.address_box {
    margin-top: 0px;
}


div.address_description_box {
    margin-top: 40px;
    display: block;
    width: 100% !important;
    clear: both;
}

div.subscription_introduction_box label,
div.address_description_box label {
    font-size: 36px;
}

/*div.subscription_introduction_box .mgm_field_html,
div.address_description_box .mgm_field_html {
    display: none;
}

form.mgm_form .mgm_subs_option,
form.mgm_form .mgm_subs_pack_desc {
    display: none;
}*/

form.mgm_form div.mgm_subs_wrapper {
    display: block;
    border: 4px solid #274875;
    /* float: left; */
    box-shadow: 0px 3px 20px #000;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
}

form.mgm_form div.mgm_subs_wrapper ul {
    padding: 8px 18px 18px;
    color: #fff;
    font-size: 18px;
}

.mgm_subs_desc {
    padding: 0 !important;
}

form.mgm_form span.subscription-cost {
    text-align: right;
    padding: 0 18px 0 24px;
    display: block;
    margin-top: -24px;
    background: #274875;
    font-size: 24px;
    color: #fff;
    float: right;
}

div.terms_conditions_box .mgm_field_html{
    margin-bottom: 0px !important;
}

div.terms_conditions_box div label{
    margin-top: 4px !important;
}

div.terms_conditions_box div input{
    margin: 0 0 0 8px !important;
}

div.mgm_private_no_access {
    display: none;
}

.gallery-column:nth-of-type(3n+4) {
    clear: both;
}

.gal-item:nth-of-type(4n+5) {
    clear: both;
}
/*.gal-item:nth-of-type(4n+5):not(.columns) {
    clear: none;
}*/
.gal-item:not(.columns){
    margin: 0;
}

ul.galleries,
ul.home-galleries {
    list-style: none;
}

ul.galleries li {
    margin-bottom: 30px;
    /*float: left;
    margin: 0 1% 12px 0;
    padding: 0;
    position: relative;
    width: 24%;*/
}

ul.home-galleries li {
    margin-bottom: 30px;
    float: left;
    margin: 0 1% 2.992em 0;
    padding: 0;
    position: relative;
    width: 23.25%;
}

/* ul.galleries li:nth-child(4n), */
ul.home-galleries li:nth-child(4n) {
    margin-right: 0;
}

/* ul.galleries li:nth-child(4n+5), */
ul.home-galleries li:nth-child(4n+5) {
    clear: both;
}

ul.galleries li a,
ul.home-galleries li a {
    position: relative;
    bottom: 0;
    display: block;
}

ul.galleries li a img,
ul.home-galleries li a img {
    position: relative;
    display: inline-block;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #5690DE;
}

ul.products li.product a div, ul.products li.product a div img {
    max-height: 190px;
}

.gallery-row ul li {
    list-style: none;
    display: inline-block;
    overflow: visible;
    vertical-align: middle;
}

body {
    background-image: url('../../uploads/2015/10/bg.jpg');
    background-repeat:repeat;
    background-position:top center;
    background-size: inherit;
    background-attachment: scroll;
}

@media only screen and (min-width: 1100px) {

body.page-id-4686 {
    background-image: url('../../uploads/2016/03/become-a-model_neesy.png'), url('../../uploads/2016/03/become-a-model_barbara.png'), url('../../uploads/2015/10/bg.jpg');
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position-x: left, right, center;
    background-position-y: 200px, 200px, 0;
}

body.error404 {
    background-image: url('../../uploads/2016/03/become-a-model_neesy.png'), url('../../uploads/2016/03/become-a-model_barbara.png'), url('../../uploads/2015/10/bg.jpg');
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position-x: left, right, center;
    background-position-y: 200px, 200px, 0;
} 

body.page-id-4691 {
    background-image: url('../../uploads/2016/03/become-a-model_tiff.png'), url('../../uploads/2016/03/become-a-model_kelly.png'), url('../../uploads/2015/10/bg.jpg');
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position-x: left, right, center;
    background-position-y: 200px, 200px, 0;
}

.page-id-4686 .row.fullwith-row,
.page-id-4691 .row.fullwith-row
 {
    background: rgb(15, 15, 15);
    width: 63%;
}
}
/* Search Box */
.search-box {
    display:block;
    margin: 12px auto;
}
input#searchsubmit {
	background: #b54b4b;
    background: -moz-linear-gradient(top, #b54b4b 0%, #870b0b 100%);
    background: -webkit-linear-gradient(top, #b54b4b 0%,#870b0b 100%);
    background: linear-gradient(to bottom, #b54b4b 0%,#870b0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b54b4b', endColorstr='#870b0b',GradientType=1 );
    border: 2px solid #fff;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 18px;
    font-size: 18px;
}


input#searchsubmit:hover {
    background: #a53e3e;
    background: -moz-linear-gradient(top, #a53e3e 0%, #720909 100%);
    background: -webkit-linear-gradient(top, #a53e3e 0%,#720909 100%);
    background: linear-gradient(to bottom, #a53e3e 0%,#720909 100%);
}

/***************************** Woocommerce & MGM CSS *****************************/
.woocommerce .woocommerce-error{
	border-top: 3px solid #A00A0A !important;
}

.woocommerce .woocommerce-error a{
	color: 3px solid #A00A0A !important;
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	border-top: 3px solid #1e85be !important;
}

.woocommerce .woocommerce-error{
	border-top: 3px solid #A00A0A !important;
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    color: #fff !important;
}

.woocommerce .woocommerce-info a {
    color: #1e85be;
}

.woocommerce .woocommerce-info a:hover {
    color: #163B6F;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: rgba(0,0,0,.6);
}

.woocommerce-checkout #payment {
    background: rgba(0,0,0,.6);
}

.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #4E4E4E;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout #payment div.payment_box {
    background: #4E4E4E;
    border: 3px solid #274875;
}

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="text"],.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="text"] {
    font-size: 1em!important;
}
table.shop_table label,
table ul#shipping_method label {
    color: #333;
}

a.shipping-calculator-button {
    color: #335686;
}

a.shipping-calculator-button:hover {
    color: #1A375F
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 20px 1rem 0;
}

.woocommerce-page table.cart td.actions .input-text {
    width: 200px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #529634;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #226B0E;
}

.woocommerce table thead tr {
    border-radius: 3px;
}

.woocommerce table thead tr th {
    background: #274875;
    color: #fff;
}

.woocommerce table.shop_table {
    border: 1px solid #000;
}

.mgm_message_error {
	background-color: #AF6565;
	border-color: #A00A0A;
}
.mgm_message_success {
	background-color: #FFFFE0;
	border-color: #E6DB55;
}

span.recent-winner {
      font-size: 48px;
}
 div.rec-winner-image img {
    margin: 18px auto;
    display: block;
    max-height: 176px;
    width: auto;
}

img.mgm_payment_opt_customfield_image {
    margin: 10px 0px;
    height: auto;
}

li.search-form {
    padding-right: 20px;
}

body.page-id-152 div div article div.heateor_sss_sharing_container,
body.page-id-150 div div article div.heateor_sss_sharing_container {
    display: none;
}

.gallery-row ul li div a img {
    max-height: 226px;
}

@media only screen and (min-width: 64.063em) {
	.gallery-row ul li:nth-child(4n+5){
		clear: both;
	}
}


@media only screen and (max-width: 64.063em) and (min-width: 40.063em) {
	.gallery-row ul li:nth-child(3n+4){
		clear: both;
	}
}


@media only screen and (max-width: 40.063em) {
	.gallery-row ul li{
		clear: both;
	}
}

@media only screen and (max-width:766px) {
    footer p {
        margin-bottom: 40px;
    }
}

.gfield_description a,
.gform_confirmation_message_1 a {
    color: #4E89D8;
    text-decoration: underline;
}

#itro_popup {
    background-color: #2F2F2F !important;
    border-color: #fff !important;
}

li.current-cat {
    background: #335686;
}

.filter.cat-filter a#all:hover {
    color:#fff;
    background: #5690de;
}

.filter.cat-filter a#all {
    font-size: 20px;
    line-height: normal;
    display: block;
    padding-left: 15px;
    transition: background .3s ease-in-out;
}

.page-id-2582 .subscription_options_box,
.page-id-4683 .subscription_options_box {
    display: none;
}

.ccfields label {
    color: #FFF !important;
    font-size: 18px !important;
}

.ccfields input.required,
.ccfields select.required {
    color: #5D5D5D !important;
}

.ccfields p {
    margin-bottom: 0;
    width: 48%;
    margin-right: 2% !important;
    float: left;
}

.mgm_register_field, .mgm_profile_field, .mgm_upgrade_field, .mgm_extend_field, .mgm_field_textarea {
    height: 30px;
}

#mgm_authorizenet_form_cc input,
#mgm_authorizenet_form_cc select {
    margin-top: -24px;
}

div.search-box.error-search {
    width: 600px;
    max-width: 90%;
}

input#s {
    height: 37px;
}

.gform_confirmation_wrapper td font {
    font-size: 16px !important;
    line-height: 18px !important;
}

/*.page-id-4683 .mgm_field_html {
    display: none;
}*/

/* reg template */
.reg-wrap{
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}

.red-wrap .subscription {
    background: rgba(0, 0, 0, 0.6);
}

.featured-banner {
    /* background: rgba(0,0,0,.4); */
    background: url(images/white-strip-texture.png);
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 2px solid #C5C5C5;
    border-bottom: 2px solid #C5C5C5;
}

.featured-banner h2,
.featured-banner h3 {
    text-align: center;
    color: #333;
}

.featured-circles {
    display: block;
    max-width: 300px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    border: 6px solid #fff;
}

.registration-video .gal-item {
    background: rgba(0,0,0,.4);
    padding: 0;
    text-align: center;
}

.registration-video a.slider-btn {
    margin: 0 auto;
    text-align: center;
}

.subscription-options .columns:last-child {
    float:right;
}

/*.subscription-options .columns:first-child .subscription {
    border: 4px solid rgba(0,0,0,.6);
}

.subscription-options .columns:first-child .subscription span.subscription-name {
    background-color: rgba(0,0,0,.6);
}

.subscription-options .columns:first-child .subscription .subscribe-btn {
        background: #5D5D5D;
    background: -moz-linear-gradient(top, #5D5D5D 0%, #333 100%);
    background: -webkit-linear-gradient(top, #5D5D5D 0%,#333 100%);
    background: linear-gradient(to bottom, #5D5D5D 0%,#333 100%);
}
.subscription-options .columns:first-child .subscription .subscribe-btn:hover {
    background: #5D5D5D;
    background: -moz-linear-gradient(top, #5D5D5D 0%, #0f0f0f 100%);
    background: -webkit-linear-gradient(top, #5D5D5D 0%,#0f0f0f 100%);
    background: linear-gradient(to bottom, #5D5D5D 0%,#0f0f0f 100%);
}*/

.subscription-options .columns:first-child .subscription {
    border: 4px solid #B0B126;
}

.subscription-options .columns:first-child .subscription span.subscription-name {
    background-color: #B0B126;
}

.subscription-options .columns:first-child .subscription .subscribe-btn {
        background: #5D5D5D;
    background: -moz-linear-gradient(top, #D5D621 0%, #8F901C 100%);
    background: -webkit-linear-gradient(top, #D5D621 0%,#8F901C 100%);
    background: linear-gradient(to bottom, #D5D621 0%,#8F901C 100%);
}
.subscription-options .columns:first-child .subscription .subscribe-btn:hover {
    background: #5D5D5D;
    background: -moz-linear-gradient(top, #C8CA23 0%, #898A18 100%);
    background: -webkit-linear-gradient(top, #C8CA23 0%,#898A18 100%);
    background: linear-gradient(to bottom, #C8CA23 0%,#898A18 100%);
}

.subscription-options .columns:last-child .subscription {
    border: 4px solid #448A0D;
}

.subscription-options .columns:last-child .subscription span.subscription-name {
    background-color: #448A0D;
}

.subscription-options .columns:last-child .subscription .subscribe-btn {
        background: #448A0D;
    background: -moz-linear-gradient(top, #54AF0D 0%, #2F6109 100%);
    background: -webkit-linear-gradient(top, #54AF0D 0%,#2F6109 100%);
    background: linear-gradient(to bottom, #54AF0D 0%,#2F6109 100%);
}

.subscription-options .columns:last-child .subscription .subscribe-btn:hover {
        background: #2D5D08;
    background: -moz-linear-gradient(top, #58B70E 0%, #2D5D08 100%);
    background: -webkit-linear-gradient(top, #58B70E 0%,#2D5D08 100%);
    background: linear-gradient(to bottom, #58B70E 0%,#2D5D08 100%);
}

.registration-video .video-gal-item {
    position: relative;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,.4);
    padding: 24px 0;
}
.registration-video .video-gal-item img {
    max-height: 675px;
}
.registration-video .video-gal-item video {
    width: 100%;
    height: auto!important;
    max-height: 675px;
    max-width: 100%;
    background-color: #000;
}
.registration-video .video-gal-item span:hover{
    color: #fff;
}
.registration-video .video-gal-item span:before{
    width: 54%;
}
.registration-video .video-gal-item:hover span:after {
    background-position: center;
    left: -100px;
    right: 0;
}

.join-now-container {
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 12px;
    text-align: center;
}

table.shop_attributes p {
	color: #222;

}

/*WooCommerce Checkout (eg. Country Select)*/
.select2-dropdown {
  color:#000;
}

/* 
 * Hide "shipping to GA" in default shipping calculation 
 * when geolocation is off/use store location in WooCommerce shipping settings
 * 
 * */
.woocommerce-shipping-destination {
	display: none !important;
}


/* 
 * Adjust spacing in the inline prices on video and web .galleries 
*/
span.woocommerce-Price-amount {
    margin-right: 15px;
}



/*
 * Custom registration form /register/
 * make the labels more legible on the picture backgroung
 */

 #reg-bg label {
    font-size: 1em;
  -webkit-text-stroke: .5px black;
   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

/*
 * Keep the registration form from collapsing with the other content gone
 */
 #reg-bg {
     min-height: 500px;
 }

 /*
  * Make payment fields more legible
  */

  .woocommerce-billing-fields__field-wrapper label {
    color: white;
}

li.wc_payment_method.payment_method_authorize_net_cim_credit_card label,
li.wc_payment_method.payment_method_ppcp-gateway label{
    color: white;
    font-size: 28px;
}