

/* 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:#f841b5 !important; text-align:center; font-size:large; padding-left:.2em!important; padding-right:.2em!important;}

.timer { color: red; font-weight: bold;}
h1 { font-size:28px !important; font-weight:bolder!important; line-height:1.25 !important; text-align:center; color:#fff !important; font-family: 'Open Sans Condensed', sans-serif !important; padding-left:.5em; padding-right:.5em;}


h1.modal-title.text-center {
    font-size: 42px !important;

}

.handle, .geo { color:#3498db;}


a { color:#3498db;}

.modal { top:20%!important; display:none;}
.modal-header { background: #05affa !important; color:#fff;}

.modal-backdrop { background:none !important;}

.modal-footer  {
    padding: 9px 10px 10px !important;
    margin-top: 10px !important;
    text-align: center !important;
    border-top: 1px solid #e5e5e5;
}

.modal.in {
   display:block;
}

p.modal-text {
    font-size: 1.4em;
}

.modal-footer, .modal-header{ background:#eee;}
.view {display:none; text-align:center;}



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



.btn-join, .btn-back, .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:#05affa;
    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;
}

/*  bootstrap slider  */

#ex1Slider .slider-selection, #ex1Slider .slider-handle { background: #05affa; }
.slider { width: 99%;  margin: 1em auto 1em auto; color:#05affa; }
.slider .left-txt { float:left; margin-left:40px;}
.slider .right-txt {float:right; margin-right:40px;}

/*  radio button styles */

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

.yes{background-image:url('//cachemd.cdnhost2000xl.com/mobile/quiz3/yes.png'); }
.no{background-image:url('//cachemd.cdnhost2000xl.com/mobile/quiz3/no.png');}

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

.chk {opacity: .9;}

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

.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 !important;
}


.check-img{
   
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:160px;
    height:90px;
    border-radius:0px;
    -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(.6);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.6);
            filter: brightness(1.8) grayscale(1) opacity(.6);

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

.check-img:hover, .check-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;
}

.willing-label { margin-left:-50px; margin-top:75px; text-align:left; font-size:1em; padding-top:30px; color:#000;  postion:absolute; }


.girl-girl{background-image:url('thumbs/violetstarr1.jpg');}
.exhibitionist{background-image:url('thumbs/lena2.jpg');}
.couple{background-image:url('thumbs/couple-cam.jpg');}
.squirter{background-image:url('thumbs/dakota2.jpg');}

 input:active +.radio-img, .choice-selector input:active +.radio-img{opacity: .9;}
 input:checked +.radio-img, .choice-selector input:checked +.radio-img{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
            opacity: .9;
}

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

.cam-type {
    color:#fff;
    text-align: center;
    font-size: .8em;
    line-height: 2.8em;
    margin: -10px auto 10px 35px;
    }

.check-img-holder { width:auto;height:auto; display:inline;  }

.footer {
    display:block;
    z-index:0; 
    width:100%; 
    line-height:1.5em; 
    padding:.5rem 0; 
    font-size:.65rem; 
    text-align:center; 
    margin-top:2rem; 
    color:#999;
}


.radio-row {
    color:#fff;
    margin:1em auto;
}


.snapchat-footer { margin-top:3em;}
a.sc { color:#fff !important;}



.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; }
        
* html .Clearfix, *:first-child+html .clearfix {zoom:1;}

* {box-sizing: border-box; }         



@media only screen 
/*  and (min-device-width: 320px) 
  and (max-device-width: 480px)*/
  and (orientation: landscape) {

    .modal {
    top: 10%!important; }

    h1.modal-title.text-center {
    font-size: 30px !important;
}
.modal-header { padding:none;)

}  
