body { background-color:#fff; color:#000;font-family:Helvetica,sans-serif; margin:0; padding:0;}

.view {display:none; text-align:center;} 

/*  --- header buttons ---*/

#header .red_btn {
    margin: 8px 7px 0;
}
a:hover {
    color: #ccc;
    text-decoration: underline;
}

/*  --- mobile.css overrides --- */

form { background-color:none !important; background:none !important;}
form select { margin:auto; }
form label { vertical-align: baseline !important;} 
input[type=radio]:focus, input[type=checkbox]:focus { border:none; outline:none;}
input[type=checkbox]:checked { background:none !important; background-color:none;}
form input[type=checkbox] { width: auto !important; height:auto !important;}

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

.btn-join, .btn-back, .btn-next {
    width:90%;
    border-radius:4px;
    color: #fff;
    margin:.25rem auto .25rem auto;
    padding: 1.25em .15em;
    font-size:1.15em !important;
    font-weight:400;
    letter-spacing:.09rem;
    cursor:pointer;
    background-color:#447DC3;
    border:0;
}     
.btn-next {
    background-color:#447DC3;
    margin-top:30px;
}       
.btn-join {
    background-color:#447DC3;
}
.btn-back {
    background-color:#ccc;
}

 /*--- flypaper overrides ---*/

#not_in_country_widget { padding-top:10px; }

#flypaper_city, #flypaper_zip { display:none !important; }

.errored { background-color:transparent !important; }

input[type=email] .validated, input[type=password] .validated {
    border:none !important;
    border:1px solid #2ecc71;
    background-color:#fff !important;
}  

input[type=checkbox] .validated { border:none !important; }

#terms_disclaimer { width:90% !important; padding:.5rem 0 .25rem 0 !important; margin:10px auto auto auto !important; font-size:.98em !important; color:#666;} 

/*---  new quiz tour styles  ---*/

input[type=text],  select.age, select.age.validated,  select#country_select, select#country_select.validated, input[type=select], input[type=number], input[type=email], input[type=password] {
    width:90% !important;
    height:55px;
    margin:auto !important;
    font-size: 1.35em;
    border-radius:8px;
    -webkit-border-radius:8px;
    background:#fff;
}
#not_in_country_widget { margin-bottom:10px;}

#flypaper_city, #flypaper_zip { display:none !important; }

/*  bootstrap slider  */

#ex1Slider .slider-selection, #ex1Slider .slider-handle { background: #447DC3; }
.slider { width: 90%;  margin: 1em auto 1em auto; color:#447DC3; }
.slider .left { float:left;}
.slider .right {float:right;}

/*  radio button styles */

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

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

.gender-selector input:active +.radio-img, .choice-selector input:active +.radio-img{opacity: .9;}
.gender-selector input:checked +.radio-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  */

h1 { font-size:20px; text-align:center; margin: auto auto .25em auto; }
#view1 h1, #view2 h1, #view3 h1, #view4 h1, #view5 h1, #view6 h1, #view7 h1 { font-size: 24px;  width:90%; margin:.75em auto 1em auto; font-weight: normal;}

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

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

.bigtits{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/bigtits.jpg');}
.slim{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/slim.jpg');}
.curvy{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/curvy.jpg');}
.bbw{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/bbw.jpg');}
.athletic{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/athletic.jpg');}
.bigass{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/bigass.jpg');}

.athletic-m{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/athletic-m.jpg');}
.husky{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/husky.jpg');}
.slim-m{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/slim-m.jpg');}
.muscular{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/muscular.jpg');}
.dadbod{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/dadbod.jpg');}
.heavy{background-image:url('http://cachemd.cdnhost2000xl.com/mobile/quiz3/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; margin:1.2em !important; }

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

.signin { margin-top:2em; font-size:.9rem; color:#777;}
#footer { background: #f1f1f1; color: #666 !important; line-height: auto !important;}
#footer a { font-weight: normal !important;}

.follow { font-size:.8rem; font-weight:bold; }

img.footer-icons { margin-auto; display:inline-block; padding:.2rem; width:24px; height:24px;} 

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