html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    background: #fff
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

body {
    background: #fff;
    font-family: Arial, Calibri, Tahoma;
    font-size: 14px
}

.wrapper {
    background-color: #f7f7f7;
    max-width: 480px;
    width: 100%;
    margin: 0 auto
}

.header {
    padding: 3px;
    background-color: #6496fd
}

.header h1 {
    font-size: 1.6em;
    padding-left: 34px;
    min-height: 30px;
    line-height: 30px;
    font-weight: 700;
    background-repeat: no-repeat
}

.header h1 span {
    color: red
}

.header h3 {
    padding-left: 18px;
    min-height: 18px;
    line-height: 18px;
    font-size: .9em;
    background-repeat: no-repeat
}

.everyday {
    color: #fff;
    padding: 7px 0;
    font-size: 1.3em;
    width: 100%;
    text-align: center;
    background-color: #3b5998
}

.roll {
    position: relative;
    text-align: center;
    padding-bottom: 8px
}

.arrow {
    z-index: 6;
    display: block;
    background-repeat: no-repeat;
    width: 12px;
    height: 22px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 0
}

.info,
.miss {
    -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75);
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f23212;
    padding: 9px 0;
    text-align: center
}

.wheel {
    display: block;
    margin: 0 auto;
    max-width: 360px;
    width: 100%
}

.wheeldiv {
    overflow: hidden;
    position: relative
}

.fl {
    float: left;
    width: 50%
}

.fr {
    float: right;
    width: 50%
}

.received,
.receivedfinal {
    color: #fff;
    font-size: 1.3em;
    font-weight: 700
}

.receivedbot,
.receivedbotfinal {
    font-size: 1.1em;
    color: #000
}

#number {
    color: #fff;
    font-weight: 700;
    font-size: 4em;
    text-align: center;
    line-height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: #000;
    border: 2px solid #fff;
    display: block
}

.roll button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #3b6e22;
    background: #65ab53;
    background: -moz-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab53), color-stop(100%, #578843));
    background: -webkit-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -o-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -ms-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: linear-gradient(to bottom, #65ab53 0%, #578843 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ab53', endColorstr='#578843', GradientType=0);
    display: block;
    width: 210px;
    max-width: 50%;
    padding: 8px 0;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    margin: 30px auto 0
}

.topques,
.finalinfo {
    -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75);
    width: 100%;
    background-color: #f23212;
    padding: 9px 0;
    text-align: center
}

.threeq {
    padding: 30px 8px 5px;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: underline;
    padding-bottom: 8px
}

#q1,
#q2,
#q3,
#q4 {
    padding: 5px
}

.boxin {
    -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    padding: 5px 15px 25px;
    margin-bottom: 25px
}

.question {
    text-align: center
}

.questnum {
    font-size: 1.3em;
    color: red;
    font-weight: 700;
    padding-bottom: 15px
}

.quest {
    text-align: left;
    font-weight: 700;
    font-size: 1.4em
}

.win2day {
    text-align: center;
    font-weight: 700;
    font-size: 1.1em;
    padding: 15px 0 8px
}

.question button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #3b6e22;
    background: #65ab53;
    background: -moz-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab53), color-stop(100%, #578843));
    background: -webkit-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -o-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -ms-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: linear-gradient(to bottom, #65ab53 0%, #578843 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ab53', endColorstr='#578843', GradientType=0);
    display: inline-block;
    width: 42%;
    padding: 8px 0;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    margin: 5px auto 0
}

#q4 .btn-block {
    width: 94%;
}

.bar {
    margin: 10px auto 0;
    width: 94%;
    background-color: #000;
    padding: 5px;
    height: 60px
}

.active {
    height: 60px;
    width: 0;
    background: #65ab53;
    background: -moz-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab53), color-stop(100%, #578843));
    background: -webkit-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -o-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -ms-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: linear-gradient(to bottom, #65ab53 0%, #578843 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ab53', endColorstr='#578843', GradientType=0)
}

.analyzing {
    font-size: 1.3em;
    font-weight: 700;
    padding-top: 15px
}

.offerxpires {
    font-size: 1.3em;
    padding: 10px 5px;
    text-align: center
}

#timer {
    font-size: 1.2em;
    font-weight: 700;
    color: red
}

.cta {
    text-decoration: none;
    color: #000;
    font-size: 1.3em;
    width: 94%;
    margin: 20px auto;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #fff;
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .75)
}

.cta img {
    width: 15%;
    float: left
}

.txt {
    float: left;
    width: 85%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.aval {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #b8b8b8;
    background: #65ab53;
    background: -moz-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab53), color-stop(100%, #578843));
    background: -webkit-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -o-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: -ms-linear-gradient(top, #65ab53 0%, #578843 100%);
    background: linear-gradient(to bottom, #65ab53 0%, #578843 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ab53', endColorstr='#578843', GradientType=0)
}

.notaval {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #b8b8b8;
    background: #e42914;
    background: -moz-linear-gradient(top, #e42914 0%, #93160a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e42914), color-stop(100%, #93160a));
    background: -webkit-linear-gradient(top, #e42914 0%, #93160a 100%);
    background: -o-linear-gradient(top, #e42914 0%, #93160a 100%);
    background: -ms-linear-gradient(top, #e42914 0%, #93160a 100%);
    background: linear-gradient(to bottom, #e42914 0%, #93160a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42914', endColorstr='#93160a', GradientType=0)
}

.red {
    color: red
}

.comments {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    color: #ccc
}

.date {
    color: #ccc;
    font-size: .8em;
    font-style: italic
}

.itemc {
    margin-top: 15px
}

.itemc img {
    width: 15%;
    float: left
}

.rightcom {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 85%;
    border-bottom: 1px solid #000;
    position: relative;
    background: #fff;
    padding: 6px;
    color: #000
}

.comments a {
    color: #fff
}

textarea {
    width: 90%;
    margin: 10px auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.comments input {
    margin-left: 15px
}

.fbcoms {
    font-family: Tahoma, Verdana, sans-serif;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 12px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.comments {
    font-weight: 700;
    text-align: center;
    padding: 0 5px 10px
}

.totlikes {
    margin-top: 3px;
    background-color: #eeeff4;
    padding: 5px 5px 5px 23px;
    background-repeat: no-repeat;
    background-position: 5px center
}

.fbblue {
    color: #3c5a96
}

.buttons {
    padding-bottom: 5px;
    font-family: Arial, sans-serif;
    color: #7d7d7f
}

.buttons span {
    cursor: pointer
}

.buttons span:hover {
    text-decoration: underline
}

.viewmore {
    margin-top: 3px;
    background-color: #eeeff4;
    padding: 5px 5px 5px 23px;
    background-position: 5px center;
    background-repeat: no-repeat
}

.left {
    cursor: pointer;
    float: left;
    color: #3c5a96
}

.left:hover {
    text-decoration: underline
}

.right {
    color: #7d7d7f;
    float: right
}

.item {
    position: relative;
    margin-top: 3px;
    background-color: #eeeff4;
    padding: 5px 5px 5px 60px;
    min-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.item .profileimg {
    position: absolute;
    top: 5px;
    left: 5px
}

.comtxt {
    line-height: 16px;
    color: #000;
    font-weight: 400
}

.name {
    color: #3c5a96;
    font-weight: 700
}

.ago {
    color: #86878c;
    font-size: .95em
}

.fblike {
    color: #3c5a96;
    font-size: .95em;
    cursor: pointer
}

.fblike:hover {
    text-decoration: underline
}

.combot {
    padding-top: 5px
}

.clickhere {
    font-weight: 700;
    padding: 30px 10px 5px;
    line-height: 18px
}

.likes {
    color: #3c5a96;
    font-size: .95em;
    cursor: pointer
}

.fbimg {
    background-color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    max-width: 210px;
    width: 100%;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid gray;
    margin: 10px 0 5px
}

.hidden {
    display: none;
    opacity: 0
}

.hidden .comtxt,
.hidden .combot {
    display: none
}

#cdtime {
    color: red
}

.button3 {
    background: -webkit-linear-gradient(#65ab53, #c6c6c6);
    background: -o-linear-gradient(#65ab53, #578843);
    background: -moz-linear-gradient(#65ab53, #578843);
    background: linear-gradient(#65ab53, #578843);
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px #9c9c9c solid;
    margin: 14px;
}

a.claim {
    color: #fff;
    text-decoration: none
}

.slot-hidden {
    display: none
}

.slot {
    padding-top: 50px;
    width: 90%
}

.arrow-left {
    position: relative;
    float: left;
    width: 35px;
    margin: -15px -36px
}

.arrow-right {
    position: relative;
    float: right;
    width: 35px;
    margin: -15px -36px
}

#registeryouremail .input-email {
    display: block;
    width: 94%;
    height: 47px;
    padding: 6px 12px;
    margin: 0px auto;
    font-size: 1.4em;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
}

#registeryouremail .survey-question {
    font-family: 'KelsonSans-BoldRU', "Helvetica Neue LT Cyrillic Condensed", "Arial Narrow", sans-serif;
    font-size: 1.5em;
    padding-top: .5em;
    padding-bottom: .5em;
    width: 94%;
    margin: 0px auto;
    color: #8b8b8b;
    text-align: center;
}

.finaldiv .outlink {
    cursor: pointer;
}

p.rule {
    font-size: 12px;
    line-height: 18px;
    margin: 5px auto;
    width: 90%;
    text-align: center;
    color: #8b8b8b;
    /* padding-bottom: 13px; */
}