@charset "utf-8";

/* CSS Document */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 none;
    margin: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
/*CLEARFIX*/

.cfix:after, .cfix:before, .container:after, .container:before {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.cfix:after, .container:after {
    clear: both;
}

.cfix {
    zoom: 1;
}

* html .cfix {
    height: 1%;
}
/* FONT */

@font-face {
    font-family: "gibsonLight";
    font-weight: normal;
    src: url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/light/gibson-light-webfont.eot#iefix") format("embedded-opentype"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/light/gibson-light-webfont.woff2") format("woff2"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/light/gibson-light-webfont.woff") format("woff"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/light/gibson-light-webfont.ttf") format("truetype"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/light/gibson-light-webfont.svg") format("svg");
}

@font-face {
    font-family: "gibsonRegular";
    font-weight: normal;
    src: url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/regular/gibson-regular-webfont.eot#iefix") format("embedded-opentype"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/regular/gibson-regular-webfont.woff2") format("woff2"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/regular/gibson-regular-webfont.woff") format("woff"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/regular/gibson-regular-webfont.ttf") format("truetype"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/regular/gibson-regular-webfont.svg") format("svg");
}

@font-face {
    font-family: "gibsonSemiBold";
    font-weight: normal;
    src: url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/semiBold/gibson-semiBold-webfont.eot#iefix") format("embedded-opentype"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/semiBold/gibson-semiBold-webfont.woff2") format("woff2"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/semiBold/gibson-semiBold-webfont.woff") format("woff"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/semiBold/gibson-semiBold-webfont.ttf") format("truetype"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/semiBold/gibson-semiBold-webfont.svg") format("svg");
}

@font-face {
    font-family: "gibsonBold";
    font-weight: normal;
    src: url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/bold/gibson-bold-webfont.eot#iefix") format("embedded-opentype"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/bold/gibson-bold-webfont.woff2") format("woff2"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/bold/gibson-bold-webfont.woff") format("woff"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/bold/gibson-bold-webfont.ttf") format("truetype"), url("http://static.tellybug.com/xfdk2016/resources/fonts/gibson/bold/gibson-bold-webfont.svg") format("svg");
}



/*******************************  app.css  *******************************/
html, body {
    height: 100%;
}

.menu {
    list-style: none;
    border-bottom: 0.1em solid black;
    margin-bottom: 2em;
    padding: 0 0 0.5em;
}

.menu:before {
    content: "[";
}

.menu:after {
    content: "]";
}

.menu > li {
    display: inline;
}

.menu > li:before {
    content: "|";
    padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
    content: "";
    padding: 0;
}

/*******************************  end app.css  *******************************/


body {
    font-size: 16px;
    font-family: "gibsonRegular", Arial, Helvetica, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    width: 100%;
    background: url(http://static.tellybug.com/xfdk2016/resources/images/bgr.png) center center no-repeat #000;
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 0;
}

a, input, img {
    outline: 0 none;
}

a:focus {
    outline: 0 none;
}

h1 {
    font-weight: 500;
}

/*centered of element no width*/
.outer-center {
    float: right;
    right: 50%;
    position: relative;
}

.inner-center {
    float: right;
    right: -50%;
    position: relative;
}

/*float*/
.fleft {
    float: left;
}

.fright {
    float: right;
}

.text-center {
    text-align: center;
}

/*layout*/
.page-wrap {
    min-height: 100%;
    position:relative;
    padding-bottom: 55px;
}

.page-wrap > .container {
    padding: 20px 0 0;
}

.site-footer {
    width: 100%;
    padding: 12px 0;
    z-index: 30;
    background: url(http://static.tellybug.com/xfdk2016/resources/images/footer-bgr.png) 0 0 repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.site-header .container {
    max-width: 100%;
}

.container {
    margin: 0 auto;
    max-width: 480px;
}

.content {
    margin: auto;
    max-width: 460px;
}

/*header*/
.nav-site {
    background-color: #000;
    padding: 18px 22px 14px;
}

.arrow-back {
    display: block;
}

.arrow-back img {
    vertical-align: middle;
    max-height: 28px;
    max-width: 40px;
    margin: 3px 10px 3px 0;
}

.x-factor-logo img {
    max-height: 40px;
    max-width: 190px;
}

.social-icon {
    height: 40px;
    background: url(http://static.tellybug.com/xfdk2016/resources/images/social-icon.png) 0 0 no-repeat;
    display: block;
    width: 40px;
    cursor: pointer;
    float: right;
}

.alreadyVotedBtn:hover {
    cursor: default;
    background-color: rgba(0,0,0,0.55) !important;
}

.alreadyVotedBtn:hover a {
    cursor: default;
}

/*******************************   decision.css  *******************************/

.decision-time {
    position: relative;
}

.decision-time img {
    min-height: 130px;
}

.stats-text-under-img {
    width: 100%;
    padding: 16px;
    line-height: 30px;
}

.stats-say-yes, .stats-say-no {
    border: 2px solid #071220;
    padding: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 95%;
    margin: auto;
}

.stats-say-yes {
    background-color: #00ab21;
}

.stats-say-no {
    background-color: #9f0608;
}

.stats-say {
    display: block;
    font-size: 28px;
    font-family: "gibsonRegular", Arial, Helvetica, sans-serif;
}

.stats-say strong {
    font-family: "gibsonSemiBold",  Arial, Helvetica, sans-serif;
}

.stats-yes {
    display: block;
    font-size: 40px;
    font-family: "gibsonSemiBold",  Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.text-under-img {
    width: 100%;
    /*padding: 16px;*/
    line-height: 30px;
}

.yes-no {
    margin: 16px;
}

.btn {
    font-size: 28px;
    font-weight: 400;
    width: 48%;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.55);
    cursor: pointer;
    margin: 0 0 0 4%;
    height: 118px;
    line-height: 118px;
    float: left;
    padding: 3px;
}

.btn:hover {
    background-color: rgba(0,0,0,0.85);
}

.btn:first-child {
    margin: 0;
}

.btn span {
    height: 100%;
    width: 100%;
    display: block;
}

.yes.active span, .user-selected-yes span.yes span {
    background-color: #00ab21;
}

.no.active span, .user-selected-no span.no span {
    background-color: #b81e12;
    float: right;
}

.percenaget-bar {
    background-color: rgba(0,0,0,0.55);
    margin: 16px;
    height: 16px;
    padding: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.progress-box {
    width: 49%;
    float: left;
    height: 12px;
}

.progress-box span {
    display: block;
    height: 100%;
}

.progress-yes span {
    background-color: #00ab21;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    float: right;
}

.progress-no span {
    background-color: #ff0000;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.progress-box.progress-no {
    float: right;
}
/*******************************  end  decision.css  *******************************/

/*******************************    poll.css  *******************************/

.position-relative {
    position: relative;
}

.fake-table {
    display: table;
    table-layout: fixed;
}

.fake-table .t-row {
    display: table-row;
}


.fake-table .t-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.poll-section {
    padding: 16px;
}

.poll-section header {
    overflow: hidden;
    text-align: center;
    display: block;
}

.poll-section header h1 {
    margin: 0 auto 12px;
}

.poll-section .avatar {
    vertical-align: top;
    width: 80px;
    text-align: right;
    position: relative;
}

.avatar img {
    vertical-align: middle;
    max-height: 100%;
    font-size: 0;
}

.rater-section .avatar {
    background: #000;
}

.rater-section .avatar img {
    max-height: 76px;
    min-height: 100%;
    margin: 0 0 0 -28px;
}

.poll-section .description {
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
    font-size: 26px;
    max-width: 60%;
}

.poll-section header h2 {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 300;
}

.timer span {
    position: absolute;
    z-index: 3;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    top: -3px;
}

.poll-section .timer {
    position: relative;
    z-index: 1;
    display: block;
    margin: 14px 2px;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 3px solid #000;
    background: rgba(0, 0, 0, 1.0);
}

.timer .timer-text {
    margin-top: 1px;
}

.poll-section .timer-up {
    height: 12px;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #2393c9;
}

.list-poll {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-poll li {
    padding: 3px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
    margin-top: 5px;
    background: rgba(0,0,0,0.55);
    border: 2px solid #000;
    position: relative;
}

.list-poll li:hover,
.list-poll li.active {
    background-color: rgba(0,0,0,0.85);
}

.list-poll a {
    color: #fff;
    padding: 10px 42px;
    display: block;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.list-poll .q-label {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -14px;
    text-indent: -9999px;
}

.list-poll a.blue.true,
.list-poll a.blue.false,
.list-poll .a .a-false,
.list-poll .a .a-true,
.list-poll .a .a,
.list-poll .blue .answer-progress {
    background: #ce29d1;
}

.list-poll a.green.true,
.list-poll a.green.false,
.list-poll .b .b-false,
.list-poll .b .b-true,
.list-poll .b .b,
.list-poll .green .answer-progress {
    background: #2393c9;
}

.list-poll a.yellow.true,
.list-poll a.yellow.false,
.list-poll .c .c-false,
.list-poll .c .c-true,
.list-poll .c .c,
.list-poll .yellow .answer-progress {
    background: #feb401;
}

.list-poll a.orange.true,
.list-poll a.orange.false,
.list-poll .d .d-false,
.list-poll .d .d-true,
.list-poll .d .d,
.list-poll .orange .answer-progress {
    background: #ff6100;
}

.list-poll .a.active-a,
.list-poll .b.active-b,
.list-poll .c.active-c,
.list-poll .d.active-d {
    border: 2px solid #fff;
}

.answer-progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
}

.blue .q-label {
    background-image: url(http://static.tellybug.com/xfdk2016/resources/images/btn_blue_badge.png);
}

.green .q-label {
    background-image: url(http://static.tellybug.com/xfdk2016/resources/images/btn_green_badge.png);
}

.yellow .q-label {
    background-image: url(http://static.tellybug.com/xfdk2016/resources/images/btn_yellow_badge.png);
}

.orange .q-label {
    background-image: url(http://static.tellybug.com/xfdk2016/resources/images/btn_orange_badge.png);
}

.list-poll .true:before,
.list-poll .false:before,
.list-poll .a .a-false:before,
.list-poll .b .b-false:before,
.list-poll .c .c-false:before,
.list-poll .d .d-false:before,
.list-poll .a .a-true:before,
.list-poll .b .b-true:before,
.list-poll .c .c-true:before,
.list-poll .d .d-true:before {
    content: "";
    background-image: url(http://static.tellybug.com/xfdk2016/resources/images/poll/true_false.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
}

.list-poll .false:before,
.list-poll .a .a-false:before,
.list-poll .b .b-false:before,
.list-poll .c .c-false:before,
.list-poll .d .d-false:before {
    background-position: -2px 0;
}

.list-poll .true:before,
.list-poll .a .a-true:before,
.list-poll .b .b-true:before,
.list-poll .c .c-true:before,
.list-poll .d .d-true:before {
    background-position: -30px 0;
}

.avatar-wrapper {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
}

.avatar-wrapper.t-cell {
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.avatar-wrapper:after {
    content: '';
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 12px 1px #000 inset;
    -webkit-box-shadow: 0 0 12px 1px #000 inset;
    box-shadow: 0 0 12px 1px #000 inset;
}

.avatar-wrapper.t-cell:after {
    -moz-box-shadow: 0 0 9px 0 #000 inset;
    -webkit-box-shadow: 0 0 9px 0 #000 inset;
    box-shadow: 0 0 9px 0 #000 inset;
}

.list-poll .multichoice-percentage {
    position: absolute;
    font-size: 12px;
    right: 5px;
    top: 11px;
}

.poll-reveal-section {
    position: absolute;
    bottom: 0;
    z-index: 31;
    color: #b4b4b4;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    background: #222;
    border: 1px solid #62595a;
    padding: 10px;
}

.poll-reveal-section .answer-congrats, .poll-reveal-section .answer-points div {
    font-size: 12px;
    font-weight: normal;
}

.poll-reveal-section .answer-correctness {
    color: #fff;
    font-weight: bold;
}

.poll-reveal-section .answer-points {
    position: absolute;
    right: 10px;
    bottom: 3px;
    font-weight: bold;
}

/*******************************    end poll.css  *******************************/

/*******************************    predictor.css  *******************************/

section.predictor {
    margin: 16px;
}

.predictor-avatar {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 90px;
    height: 90px;
    background-position:-36px 0;

}

.predictor-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    min-height: 100%;
    margin: 0 0 0 -36px;
    /*-webkit-border-top-left-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;*/
    /*-moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;*/
}

.predictor-avatar-wrapper {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
}

.predictor-avatar-wrapper.t-cell {
    border: 2px solid #fff;
}

.predictor-avatar-wrapper.t-cell:after {
    -moz-box-shadow: 0 0 9px 0 #000 inset;
    -webkit-box-shadow: 0 0 9px 0 #000 inset;
    box-shadow: 0 0 9px 0 #000 inset;
}

.predictor-avatar-wrapper:after {
    content: '';
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 12px 1px #000 inset;
    -webkit-box-shadow: 0 0 12px 1px #000 inset;
    box-shadow: 0 0 12px 1px #000 inset;
}

.btn-predictor {
    padding: 3px;
    background-color: rgba(0,0,0,0.55);
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 24px;
    margin-bottom: 16px;
    cursor: pointer;
}

.btn-predictor:hover {
    background-color: rgba(0,0,0,0.85);
}

.predictor-positive-choice.active span, .predictor-user-selected-0 span.predictor-positive-choice span {
    background-color: #3f89a9;
}

.predictor-negative-choice.active span, .predictor-user-selected-1 span.predictor-negative-choice span {
    background-color: #77378c;
}

.predict-text {
    margin: 16px;
    line-height: 38px;
    font-size: 26px;
    font-weight: 100;
}

.btn-predictor span {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 60px;
}

/*******************************   end predictor.css  *******************************/

/*******************************   rater.css  *******************************/

.rater-container {
    text-align: center;
    overflow: hidden;
    height: 390px;
}

.rater {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.rater-sounds,
.rater-section audio {
    display: none;
}

.arc {
    border-color: rgba(0, 0, 0, 0.23) transparent transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-style: solid solid none;
    display: inline-block;
    border-width: 5px 5px medium;
    min-height: 140px;
    min-width: 140px;
    padding: 2px;
    -webkit-transition: border-color 0.1s ease-out 0s;
    -moz-transition: border-color 0.1s ease-out 0s;
    -o-transition: border-color 0.1s ease-out 0s;
    transition: border-color 0.1s ease-out 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.last-arc {
    text-align: center;
}

.arc-30 {
    margin: 0 -63px;
}

.btn-start {
    font-family: Gibson-Regular, Arial, Helvetica, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    width: 116px;
    height: 116px;
    line-height: 116px;
    border: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    background: url('http://static.tellybug.com/xfdk2016/resources/images/rater/rater-button.png') 0 -120px no-repeat;
    background-size: 100%;
    cursor: pointer;
    text-align: center;
    padding: 0;
}

.rater-section:not(.rater-reveal) {
    padding-top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rater-section .fake-table .t-cell {
    text-align: center;
}

.rater-section .fake-table .avatar {
    height: 80px;
    text-align: center;
    width: 80px;
}

.btn-start:hover,
.btn-start:focus {
    background-position: 0 -120px;
}

.btn-start:active {
    background-position: 0 0;
}

button::-moz-focus-inner {
    border: 0;
}

.rater-reveal {
    text-align: center;
}

.raveal-circle {
    padding: 60px 20px;
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 130px rgba(0,0,0,0.72) inset;
    -webkit-box-shadow: 0 0 130px rgba(0,0,0,0.72) inset;
    box-shadow: 0 0 130px rgba(0,0,0,0.72) inset;
    display: inline-block;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width: 330px) {
    .raveal-circle {
        width: 275px;
        height: 275px;
    }
}

.title-medium {
    font-size: 24px;
    font-weight: 500;
}

.title-small {
    font-weight: 500;
    font-size: 18px;
    color: #3db4ff;
    margin: 3px 0;
}

.result {
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 45px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.ratings {
    width: 100%;
    position: absolute;
    top: 8px;
    text-align: center;
}

.rating {
    display: inline-block;
    min-width: 120px;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #939393;
    -webkit-transition: color 0.2s ease-out, box-shadow 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, box-shadow 0.2s ease-out;
    -o-transition: color 0.2s ease-out, box-shadow 0.2s ease-out;
    transition: color 0.2s ease-out, box-shadow 0.2s ease-out;
    font-size: 14px;
    margin: 8px 0;
}

.rating.active {
    color: #fff;
    -moz-box-shadow: 0 0 4px 2px #fff;
    -webkit-box-shadow: 0 0 4px 2px #fff;
    box-shadow: 0 0 4px 2px #fff;
}

.rater-section .fake-table {
    float: left;
    width: 74%;
    margin-right: 2%;
}

.total-ratings {
    float: right;
    width: 24%;
    margin-top: 20px;
    color: #bec9e1;
    text-align: center;
}

@media (max-width: 480px), (max-height: 560px) {
    .rater-container {
        height: 328px;
    }

    .arc {
        border-width: 4px 4px medium;
    }

    .rating {
        margin: 4px 0;
    }
}

/*-- Small rater --*/
@media (max-width: 430px) {
    .rating {
        font-size: 12px;
        padding: 3px 10px;
    }

    .arc {
        min-height: 100px;
        min-width: 100px;
        padding: 1px;
    }

    .arc-30 {
        margin: 0 -53px;
    }

    .rater-container {
        height: 306px;
    }

    .rater-section {
        padding: 0 5px;
    }
}

@media (max-width: 386px) {
    .total-ratings {
        margin-top: 14px;
    }

    .rater {
        margin-top: 6px;
    }
}

@media (max-width: 318px) {
    .rater-container {
        height: 280px;
    }

    .arc-30 {
        margin: 0 -43px;
    }

    .arc {
        border-width: 3px 3px medium;
    }

    .rating {
        margin: 2px 0;
        padding: 2px 10px;
    }
}
/*---------------------*/

.total-ratings span {
    display: block;
    font-size: 0.85em;
}

.total-ratings span.ratings-number {
    font-size: 1.2em;
}

.rater-section .description {
    padding-left: 10px;
}

.ratings-number {
    font-size: 24px;
    color: #fff;
}

.arc-1.arc-active {
    border-top-color: #ff3016;
}

.arc-2.arc-active {
    border-top-color: #ff3817;
}

.arc-3.arc-active {
    border-top-color: #ff4319;
}

.arc-4.arc-active {
    border-top-color: #ff4f1a;
}

.arc-5.arc-active {
    border-top-color: #ff5d1c;
}

.arc-6.arc-active {
    border-top-color: #ff6d1d;
}

.arc-7.arc-active {
    border-top-color: #ff791f;
}

.arc-8.arc-active {
    border-top-color: #ff871f;
}

.arc-9.arc-active {
    border-top-color: #ff9521;
}

.arc-10.arc-active {
    border-top-color: #ffa223;
}

.arc-11.arc-active {
    border-top-color: #ffa123;
}

.arc-12.arc-active {
    border-top-color: #ffac24;
}

.arc-13.arc-active {
    border-top-color: #ffbb27;
}

.arc-14.arc-active {
    border-top-color: #ffcd2a;
}

.arc-15.arc-active {
    border-top-color: #ffde2e;
}

.arc-16.arc-active {
    border-top-color: #ffed30;
}

.arc-17.arc-active {
    border-top-color: #fff632;
}

.arc-18.arc-active {
    border-top-color: #fafb33;
}

.arc-19.arc-active {
    border-top-color: #e2f72f;
}

.arc-20.arc-active {
    border-top-color: #b7eb25;
}

.arc-21.arc-active {
    border-top-color: #8ddd1f;
}

.arc-22.arc-active {
    border-top-color: #11be20;
}

.arc-23.arc-active {
    border-top-color: #00b220;
}

.arc-24.arc-active {
    border-top-color: #00b343;
}

.arc-25.arc-active {
    border-top-color: #00b46f;
}

.arc-26.arc-active {
    border-top-color: #18b79c;
}

.arc-27.arc-active {
    border-top-color: #45bec9;
}

.arc-28.arc-active {
    border-top-color: #57c1e1;
}

.arc-29.arc-active {
    border-top-color: #58c1e3;
}

.arc-30.arc-active {
    border-top-color: #58c2e4;
}

/*******************************   end rater.css  *******************************/

/*******************************    scoreboard.css  *******************************/

.scoreboard-section {
    background: #000;
}

.socialbord-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.socialbord-overlay-hidden {
    display: none;
}

.scoreboard-section .score-header {
    background: url(http://static.tellybug.com/xfdk2016/resources/images/scoreview/scoreview_header_bg.png) repeat-y 69px top #222222;
    color: #fff;
    padding: 8px 0 1px 0;
    border-top: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
}

/* Social area */

.scoreboard-social {
    width: 100%;
    padding: 5px 6px 0 6px;
    min-height: 74px;
}

.scoreboard-social .header-text {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0051b2;
    padding: 6px 8px;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 23px;
    position: relative;
    min-height: 48px;
    max-width: 264px;
    display: inline-block;
    text-align: left;
}

.scoreboard-social .header-text:before {
    position: absolute;
    top: 0;
    right: -17px;
    content: '';
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #0051b2;
}

.scoreboard-people {
    background: #000;
    padding: 8px 0 0;
}

.scocial-btn {
    color: #fff;
    font-size: 18px;
    width: 52px;
}

.scocial-btn.t-cell {
    vertical-align: top;
}

.scocial-btn .active {
    opacity: 0.68;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=68);
    border: 2px solid #fff;
}

.scocial-btn a {
    width: 48px;
    float: left;
    margin-left: 4px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.scocial-btn a:first-child {
    margin-left: 0;
}

.scocial-btn a span {
    display: block;
    font-size: 10px;
}

.scocial-btn .facebook-btn {
    background: url(http://static.tellybug.com/xfdk2016/resources/images/scoreview/facebook_icon.png) no-repeat center center #436da8;
    width: 48px;
    height: 48px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.scocial-btn .twitter-btn {
    background: url(http://static.tellybug.com/xfdk2016/resources/images/scoreview/twitter_icon.png) no-repeat center center #4fbaf0;
    width: 48px;
    height: 48px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Header and people bar */
.player {
    text-decoration: none;
    color: #fff;
}

.player a {
    display: block;
    color: #fff;
}

.player .avatar {
    padding: 0 12px 0 8px;
    float: left;
    margin: 7px 0 0;
}

.score-header .avatar {
    margin: 0px 0 5px;
}

.player .info {
    float: right;
    text-align: right;
    padding: 8px;
    position: relative;
}

.share-buttons {
    background: none repeat scroll 0 0 #fff;
    padding: 12px;
    position: absolute;
    right: 9px;
    top: -101px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 240px;
    height:auto;
}

@media (max-width: 336px) {
    .share-buttons {
        top: -60px;
        right: 39px;
        width: 204px;
        padding: 10px;
    }
}

.player .share-buttons.hidden {
    visibility:hidden;
    height:0;
    overflow:hidden;
    padding:0;
}

.st_facebook_custom,
.twitter_custom {
    font-size: 16px;
    height: 32px;
    line-height: 34px;
    text-align: left;
    cursor: pointer;
    text-decoration:none;
}

.player .info .st_facebook_custom,
.player .info .twitter_custom {
    color: #555;
}

.st_facebook_custom {
    padding-left: 40px;
    margin-bottom: 10px;
    background: url("http://static.tellybug.com/xfdk2016/resources/images/facebook_32.png") no-repeat scroll left center;
}

.twitter_custom {
    padding-left: 40px;
    background: url("http://static.tellybug.com/xfdk2016/resources/images/twitter_32.png") no-repeat scroll left center;
}


.score-header .player .info {
    padding: 0 8px;
}

.score-header .player .avatar {
    cursor: pointer;
}

.player .info span {
    display: block;
    color: #A9A9A9;
    font-size: 16px;
}

.player .social-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(http://static.tellybug.com/xfdk2016/resources/images/scoreview/social-icon16x16.png) no-repeat center center;
}

.player .description {
    padding: 5px 8px 6px 12px;
    line-height: 22px;
    float: left;
    margin: 5px 0 0;
}

.player .main-description {
    margin-top: 0;
}

.player:after,
.player .description:after,
.player .info:after {
    content: '';
    display: block;
    clear: both;
}

.player .description span {
    display: block;
}

.player .description .name {
    font-size: 18px;
}

.player .description .scoreview {
    font-size: 14px;
}

.player .avatar img {
    border: 2px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.player .status {
    display: block;
    color: #a9a9a9;
    font-size: 12px;
    background: url(http://static.tellybug.com/xfdk2016/resources/images/scoreview/empty_arrows.png) no-repeat right center;
    padding-right: 16px;
}

.status .arrow {
    color: #fff;
    font-size: 10px;
    margin-left: 2px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.player .status.up {
    color: #00f92c;
}

.status.up {
    background: url(http://static.tellybug.com/xfdk2016/resources/images/scoreview/arrow_up.png) no-repeat right center;
}

.player .status.down {
    color: #ff3016;
}

.status.down {
    background: url(http://static.tellybug.com/xfdk2016/resources/images/scoreview/arrow_down.png) no-repeat right center;
}

/* List people */
.list-people {
    list-style: none;
}

.list-people .player.active {
    background: #222222;
}

.list-people .player.active .avatar img {
    border: 2px solid #fff;
}

.list-people .player {
}

.list-people .player a {
    min-height: 60px;
    text-decoration: none;
}

.list-people .player .description {
    padding: 5px 0;
}

.list-people .description .name {
    font-size: 16px;
}

.list-people .player .info span {
    height: 16px;
    line-height: 16px;
}

.list-people .avatar img {
    border: 2px solid #444;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

/* tabs */
.tabs-nav {
    margin: 0 6px;
    border-bottom: 1px solid #FFF;
    padding: 0;
}

.tabs-nav:after {
    content: '';
    display: block;
    clear: both;
}

.tabs-nav a {
    float: left;
    padding: 6px 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    text-decoration: none;
    border: 1px solid #000;
}

.tabs a.active {
    border: 1px solid #fff;
    border-bottom: 1px solid #000;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: -1px;
}

.tabs a.active:before {
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    position: absolute;
}

.tabs-content {
    height: 214px;
    overflow-y: auto;
}

@media (max-width: 400px) {
    .tabs-content {
        height: 178px;
    }

    .scoreboard-social .header-text {
        font-size: 12px;
    }

    .player .main-description {
        margin-top: 0;
    }
}

@media (max-width: 300px) {
    .main-description {
        max-width: 156px;
    }
}

/*users avatab border colors*/

.decision-0 {
    border-color: #00ab21 !important;
}

.decision-1 {
    border-color: #9f0608 !important;
}

.poll-1 {
    border-color: #ce29d1 !important;
}

.poll-2 {
    border-color: #2393c9 !important;
}

.poll-3 {
    border-color: #feb401 !important;
}

.poll-4 {
    border-color: #ff6100 !important;
}

.predictor-1 {
    border-color: #3f89a9 !important;
}

.predictor-2 {
    border-color: #77378c !important;
}

.rater-0 {
    border-color: #ff4319 !important;
}

.rater-1 {
    border-color: #ff9521 !important;
}

.rater-2 {
    border-color: #ffed30 !important;
}

.rater-3 {
    border-color: #8ddd1f !important;
}

.rater-4 {
    border-color: #45bec9 !important;
}

/*******************************    end scoreboard.css  *******************************/

/*******************************    social_bar_1.css  *******************************/

#social-bar.site-footer {
    border-top: 1px solid #5f575e;
    padding: 0;
    text-transform: uppercase;
    font-size: 24px;
    background: #000;
    background-image: none;
    max-height: 400px;
}

.user-avatar {
    position: relative;
    width: 45px;
    height: 45px;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
    font-size: 0;
}

.border-mask {
    position: absolute;
    width: 100%;
    top: 0;
    border: 2px solid #62595a;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.bar-left {
    border-right: 1px solid #5f575e;
    position: relative;
    padding: 5px;
    cursor: pointer;
}

.bar-right {
    padding: 8px;
    position: absolute;
    right: 0;
}

.bar-right p span {
    color: #999;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
}

.center {
    width: 100%;
}

.center p {
    padding-top: 8px;
    line-height: 22px;
}

.center p span {
    color: #999;
    display: block;
    font-size: 14px;
}

/*******************************    social_bar_2.css  *******************************/

.bar-left.active img {
    opacity: 1;
}

.bar-left.active .border-mask {
    border: 2px solid #fff;
}

.bar-left.active .user-avatar:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -19px;
}

.bar-left:first-child {
    border-right: 1px solid #5f575e;
}

.user-bar {
    background: #222;
    border-bottom: 1px solid #62595a;
}

.user-points {
    font-size: 16px;
    margin: 12px 8px 6px;
}

.user-points span {
    margin: 0 10px;
}

.user-points .th {
    color: #a9a9a9;
}

.selcted-user-score {
    float: right;
}

/*******************************    externalFrame.css  *******************************/

.iframeWrapper {
    position: absolute;
    top: 0;
    left: 0;
    /*right: 0;
    bottom: 0;*/
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    background-color: #000;
}

.iframeWrapper .closeAdvert {
    position: absolute;
    cursor: pointer;
    left: 10px;
    top: 10px;
    padding: 2px 7px 2px 7px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    background: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
}

.deactivatedAdvertClose {
    display: none;
}

.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Heading styles*/

.container h4 , .container p {
    font-family: "gibsonRegular",  Arial, Helvetica, sans-serif;
    font-style:normal;
    text-shadow: 1px 1px 1px #0a72a5;
}

.fb-share-button  {
    width:60px;
}
/*.fb-like span, .fb-like iframe { height:25px!important; width:150px!important}*/
.scoreboard-section {
    height:auto;
}
.hidden-class-scoreboard {
    height:0;
    visibility:hidden;
    overflow:hidden;
}