/* css reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
em, font, img, q, s, samp,
small, strike, strong, b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}


body { background: #000; font-family: 'Roboto', sans-serif; color:#fff; text-align: center;}

.container, .col, .col-sm-12 { padding:0!important; margin:0!important;}

img.gif  { width: 100%; margin-bottom:1em;}
ul.btns { padding-top:20px;}
.btns li { border-radius: 50px; width:32px; font-size:1.25em; margin:.3em; display: inline-block; color:#ccc; background:#333; opacity:.75;}
.btns li.active { background:#fff; color: #B3242C; opacity:1;}
.btn { color:#fff; margin:1em auto; padding:1em; text-transform: uppercase;}
.btn-next { background:#157FFB;}
.btn-no { background:#ccc; color:#666;}
h1, .h1, h2, .h2 { color:#ffe809; text-transform: uppercase; text-align:center; font-weight:bold; padding:.5em;}
h1, .h1 { font-size: 24px;}
p { font-size: 20px; padding: .7em; text-align: center;}
.focus { color:#00e640; }
.step p, .step h1 { padding:1em;}
.step {
    background-position: center center;
    background-repeat:  no-repeat;
    background-size:  cover;
    width:100vw;
    height:100vh;
    margin: 0;
    padding: 0;
}
.step2, .step3, .step4, .step5, .step6, .step7, .step8 { display: none;}
.step.step1 { background-image:url('bg/1.jpg'); background-color: #c32f90; background-blend-mode: multiply; }
.step.step2 { background-image:url('bg/2.jpg'); background-color: #c32f90; background-blend-mode: multiply; }
.step.step3 { background-image:url('bg/3.jpg'); background-color: #c32f90; background-blend-mode: multiply; }
.step.step4 { background-image:url('bg/4.jpg'); background-color: #c32f90; background-blend-mode: multiply; }
.step.step5 { background-image:url('bg/5.jpg'); background-color: #c32f90; background-blend-mode: multiply; }
.step.step6 { background-image:url('bg/6.jpg'); background-color: #c32f90; background-blend-mode: multiply; }
.step.step7 { background-image:url('bg/7.jpg'); background-color: #c32f90; background-blend-mode: multiply; }
.step.step8 { background-image:url('bg/8.jpg'); background-color: #c32f90; background-blend-mode: multiply; }
.step.step9 { background-image:url('bg/9.jpg'); background-color: #c32f90; background-blend-mode: multiply; }

select.form-control:not([size]):not([multiple]){ margin: auto; }

.clear{ clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0; }
.clearfix:after{ clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0; }
* {box-sizing: border-box; }     


.geo { color:#f841b5;}

a { color:#3498db; text-align: center;}

input[type=checkbox], input[type=radio] { display: none; }

.check {  top:30%; left:50px;  z-index:1500; position:absolute; text-align: left; width:150px;}

.view00 { background-color:#efefef !important; height:1000px; overflow:hidden;}
.view {display:none; text-align:center;}


.view1 {
    width: 100%;
    height:100%;
    margin:0;
    padding:0;
    background:#000;
  }




.steps-header { display:block; text-align: center;} 
img.logo { width: 90px;}


.btn-join, .btn-back, .btn-no, .btn-next {
    width:88vw;
    border-radius:4px;
    color: #fff;
    margin:.5rem auto .25rem auto;
    padding: 1.25em .15em;
    font-size:18px !important;
    font-weight:bold;
    letter-spacing:.09rem;
    cursor:pointer;
    border:0;
    text-transform: uppercase;
    display:block;
    -webkit-border-radius: 4px;
    font-family: 'Open Sans Condensed', sans-serif !important; 

}     
.btn-next {
    background-color:#157FFB;
    margin-top:30px;
}       

.btn-back {
    background-color:#eee;
    color:#999;
}
input[type=radio]:focus, input[type=checkbox]:focus { border:none; outline:none; background:none !important; }
/*input[type=checkbox]:checked { background:none !important; background-color:none;}*/
form input[type=checkbox] { width: auto !important; height:auto !important;}

input { max-width:90% !important; margin:auto !important; }
.white { color: #fff !important;}

.tooltip.top .tooltip-arrow { display:none; border:none !important; background-color:none !important;}
.tooltip-inner { background-color:none !important; background:none !important;}

input[type="radio"]:checked, input[type="checkbox"]:checked{
    visibility:hidden;
}

.form-control {
    width: 82% !important;
    height: 39px !important;
}

.radio-img{
    margin:.2em;
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:70px;height:90px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;


    -webkit-filter: brightness(1.8) grayscale(1) opacity(.5);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.5);
            filter: brightness(1.8) grayscale(1) opacity(.5);  

/*  styles for Android and older browsers  */
           -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=30);
            -moz-opacity: 0.3;
            -khtml-opacity: 0.3; 
            opacity: 0.3;
}
.radio-img:hover, .radio-img:checked{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);

/*  styles for Android and older browsers   */          
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=90);
            -moz-opacity: 0.9;
            -khtml-opacity: 0.9;  
            opacity: 0.9 !important;
}

/*  checkbox button styles  */


.type-selector input:active +.check-img{opacity: .9;}
.type-selector input:checked +.check-img{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
            opacity: .9;
}

.type-selector input{
    margin-top:2em;
    padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    border:none;
}

.check-img{
    margin: .4em .7em .9em .3em;
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    border-radius:60px;
    
}

p.sex {
    margin-top: 150px;
    font-size: 14px;
    padding: 1em;
    margin-left:0px;
}

.sex { width:150px; height:150px; border-radius: 150px; display:inline-block; margin:.8em;}
.women { background-image:url('selects/women2.gif');} 
.men { background-image:url('selects/men2.gif');} 

.bigtits{background-image:url('selects/bigtits.jpg');}
.slim{background-image:url('selects/slim.jpg');}
.curvy{background-image:url('selects/curvy.jpg');}
.bbw{background-image:url('selects/bbw.jpg');}
.athletic{background-image:url('selects/athletic.jpg');}
.bigass{background-image:url('selects/bigass.jpg');}

.athletic-m{background-image:url('selects/athletic-m.jpg');}
.husky{background-image:url('selects/husky.jpg');}
.slim-m{background-image:url('selects/slim-m.jpg');}
.muscular{background-image:url('selects/muscular.jpg');}
.dadbod{background-image:url('selects/dadbod.jpg');}
.heavy{background-image:url('selects/heavy.jpg');}

.type-label { margin-left:-70px; margin-top:80px; text-align:left; font-size:.7em; display:inline-block; line-height: 5em;}
.gender-label { margin-left:-55px; margin-top:75px; text-align:left; font-size:.75em; color:#777; padding-top:30px; margin-right:10px; postion:absolute; }
.willing-label { margin-left:-50px; margin-top:75px; text-align:left; font-size:1em; padding-top:30px; color:#777;  postion:absolute; }

.check-img-holder { width:auto;height:auto; display:inline-block; margin-right:1em !important; }

