@charset "utf-8";
*{margin:0;padding:0;}
html{height:100%;width:100%;}
body{font-family: 'Roboto Condensed', sans-serif;color:#4b4b40;font-size:14px;background:#f7ec12;
-webkit-animation-delay: 0.1s;
-webkit-animation-name: fontfix;
-webkit-animation-duration: 0.1s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

.floating-box {
    float: left;
    width: 50px;
    height: 50px;
    margin: 5px;
}

ul.share-buttons{
    list-style: none;
    padding: 0;
}

ul.share-buttons li{
    display: inline-block;
}

h1{font-size:34px;color: #4b4b40;margin-bottom: 30px;}
h2{font-size:34px;color: #f2b115;margin-bottom: 30px;}
div, p, a, li, td { -webkit-text-size-adjust:none; }
p{font-size:14px;line-height:21px;margin-bottom:12px;color:#4b4b40;}
p:last-child{margin-bottom:0px;}
input{background:#4b4b40;font-size:14px;font-weight:bold;color:#fff;padding:6px 10px 6px 10px;border:none;-webkit-appearance:none;border-radius:0px; -moz-border-radius:0px;font-family: 'Roboto Condensed', sans-serif;}
img{display:block;} /* remove bottom padding */

#center{text-align:center;clear:both;width:1000px; height:auto;position:relative;top:20px;margin:0 auto; border:none;}
#container{position:absolute;border:0px solid #ddd;width:1000px;height:550px;overflow:hidden;text-align: left;}



#center1{text-align:center;clear:both;width:100px; height:auto;position:relative;top:15px; left:25px;margin:0 auto; border:none; display: inline-block;}
#container1{position:absolute;border:0px solid #ddd;width:240px;height:70px;overflow:hidden;text-align: center; display: inline-block;}


#timer{background:transparent none no-repeat 0px 0px;display:none;opacity:0.5;filter:alpha(opacity=50);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50) ;-moz-opacity:0.5;}

.orangeBox{background:rgba(247, 236, 18, 0.92);border:0px solid #fff;overflow:hidden;}
.blackBox{background:#f7ec12;}
.lightBox{background:rgba(255,255,255,0.9);padding:20px;border-radius:0px; -moz-border-radius:0px;border:1px solid #ddd;}
.autoCenter{background:#ccc;top:50% !important;margin-top:-200px !important;height:auto !important;}	
.white{color:#fff;}
.black{color:#111;}
.cent{text-align:center;}
.p_16_white{font-size:16px;color:#fff;line-height:21px;}
.p_16_black{font-size:16px;color:#111;line-height:21px;}
.p_24_black{font-size:24px;color:#111;line-height:30px;}
.p_32_black{font-size:32px;color:#111;line-height:40px;}
.p_42_black{font-size:42px;color:#111;line-height:40px;}


.mcqRadioBtn{width:12px;height:12px;background:#fff;border:1px solid #999;border-radius:10px; -moz-border-radius:10px;}
.optionBox{background:#4b4b40;padding:8px;border:none;border-radius:0px; -moz-border-radius:0px;}
.optionOverCss{background:#fff;padding:8px;border:none;border-radius:0px; -moz-border-radius:0px;}
.optionOverCss p{color:#4b4b40;}
.optionOutCss{background:#4b4b40;color:#fff;padding:8px;border:none;border-radius:0px; -moz-border-radius:0px;
	-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;}

.btnOverCss input{background:#fff;color:#4b4b40;}
.btnOutCss input{background:#4b4b40;color:#fff;
-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;}