@charset "CP852";
/*! normalize.css 2012-08-07T21:27 UTC | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: normal; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'allerregular';
  src: url("/static/fonts/aller_rg-webfont.eot");
  src: url("/static/fonts/aller_rg-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/aller_rg-webfont.woff") format("woff"), url("/static/fonts/aller_rg-webfont.ttf") format("truetype"), url("/static/fonts/aller_rg-webfont.svg#allerregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'allerbold';
  src: url("/static/fonts/aller_bd-webfont.eot");
  src: url("/static/fonts/aller_bd-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/aller_bd-webfont.woff") format("woff"), url("/static/fonts/aller_bd-webfont.ttf") format("truetype"), url("/static/fonts/aller_bd-webfont.svg#allerbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'alleritalic';
  src: url("/static/fonts/aller_it-webfont.eot");
  src: url("/static/fonts/aller_it-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/aller_it-webfont.woff") format("woff"), url("/static/fonts/aller_it-webfont.ttf") format("truetype"), url("/static/fonts/aller_it-webfont.svg#alleritalic") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: allerregular;
  font-size: 14px;
  background: url(/static/img/bg.jpg) #e7e6e6;
  min-width: 960px; }

a {
  text-decoration: none;
  color: inherit; }

.hidden {
  display: none; }

.sprite, .fb_share_button, .question .details .fb_share a, hr, .question:after, .question .separator, header div.top .login_box .fb, header div.top .user_info .username span.arrow, footer .sterta, a.add_question, .question .title div.a .icon, .question .details .counter.answers_counter, .question .details .counter.comments_counter, .question .details .fb_share, .question_results .question2 .q .icon, .question_results .how_close .me, .question_results .how_close .others, .question_results .links .prev, .question_results .links .next, .login_form h5, .login_form .fb, .login_form .google, .question_add h5, .contact h5, .settings h5, .password_reset h5, form.openid_migration h5, .main .question:before, .page:after, #fancybox-close, .highscore h5, .static h5, .pause .skip, .pause .slogan_fb .f, .pause_ad h5, .pause_invite h5, .pause_like h5, .pause_add_question h5, .pause_add_question .skip, .pause_add_question .add, .expandable .expand .icon, .expandable .collapse .icon, .search:before {
  background-image: url(/static/img/sprite.png);
  background-repeat: no-repeat; }

.sbHolder {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  position: relative;
  float: left; }

.sbSelector {
  display: block;
  left: 0;
  outline: none;
  overflow: hidden;
  text-indent: 10px;
  top: 0;
  width: 170px; }

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  outline: none;
  text-decoration: none; }

.sbToggle {
  background: url(/static/img/select.jpg) center no-repeat;
  display: block;
  height: 32px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  margin-top: 2px; }

.sbOptions {
  background-color: #fff;
  list-style: none;
  left: 0;
  right: 0;
  margin: 23px 0 0;
  padding: 0;
  position: absolute;
  top: 30px;
  z-index: 1;
  overflow-y: auto;
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33); }

.sbOptions li {
  padding: 0 7px; }

.sbOptions a {
  border-bottom: dotted 1px #DCDCDC;
  display: block;
  outline: none;
  padding: 9px 0 9px 3px; }

.sbOptions a:link, .sbOptions a:visited {
  text-decoration: none; }

.sbOptions li.last a {
  border-bottom: none; }

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #DCDCDC;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px; }

.sbOptions .sbGroup {
  border-bottom: dotted 1px #DCDCDC;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px; }

.sbOptions .sbSub {
  padding-left: 17px; }

.clear {
  clear: both; }

.clearfix, .question .details, .user_questions, .user_questions .user_info, .user_questions .question .title .a, .question_results .right_column .answer, .question_results .charts, .question_results .section, .question_results .links, .other_questions, .form, .login_form, .question_add, .contact, .settings, .password_reset, form.openid_migration, .form div.field, .login_form div.field, .question_add div.field, .contact div.field, .settings div.field, .password_reset div.field, form.openid_migration div.field, .highscore .top, .static .top, .pause .skip, .pause_add_question .buttons {
  zoom: 1; }
  .clearfix:before, .question .details:before, .user_questions:before, .user_questions .user_info:before, .user_questions .question .title .a:before, .question_results .right_column .answer:before, .question_results .charts:before, .question_results .section:before, .question_results .links:before, .other_questions:before, .form:before, .login_form:before, .question_add:before, .contact:before, .settings:before, .password_reset:before, form.openid_migration:before, .form div.field:before, .login_form div.field:before, .question_add div.field:before, .contact div.field:before, .settings div.field:before, .password_reset div.field:before, form.openid_migration div.field:before, .highscore .top:before, .static .top:before, .pause .skip:before, .pause_add_question .buttons:before, .clearfix:after, .question .details:after, .user_questions:after, .user_questions .user_info:after, .user_questions .question .title .a:after, .question_results .right_column .answer:after, .question_results .charts:after, .question_results .section:after, .question_results .links:after, .other_questions:after, .form:after, .login_form:after, .question_add:after, .contact:after, .settings:after, .password_reset:after, form.openid_migration:after, .form div.field:after, .login_form div.field:after, .question_add div.field:after, .contact div.field:after, .settings div.field:after, .password_reset div.field:after, form.openid_migration div.field:after, .highscore .top:after, .static .top:after, .pause .skip:after, .pause_add_question .buttons:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, .question .details:after, .user_questions:after, .user_questions .user_info:after, .user_questions .question .title .a:after, .question_results .right_column .answer:after, .question_results .charts:after, .question_results .section:after, .question_results .links:after, .other_questions:after, .form:after, .login_form:after, .question_add:after, .contact:after, .settings:after, .password_reset:after, form.openid_migration:after, .form div.field:after, .login_form div.field:after, .question_add div.field:after, .contact div.field:after, .settings div.field:after, .password_reset div.field:after, form.openid_migration div.field:after, .highscore .top:after, .static .top:after, .pause .skip:after, .pause_add_question .buttons:after {
    clear: both; }

.h1, .question .title div.a, .login_form h5, .question_add h5, .contact h5, .settings h5, .password_reset h5, form.openid_migration h5, .highscore h5, .static h5, .highscore caption, .static caption, .pause h5 {
  font-size: 20px;
  text-transform: uppercase; }

.white_box, .user_questions .question .waiting, .question_results .curiosity {
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  background-color: #fff;
  margin: 25px 0;
  padding: 10px 20px; }
  .white_box.wrap2, .user_questions .question .wrap2.waiting, .user_questions .question .waiting.question_results, .white_box.question_results, .question_results .question_results.curiosity, .question_results .wrap2.curiosity {
    width: 580px; }

.button, .pause .skip, .pause_invite .invite, .pause_add_question .add {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  height: 37px;
  padding: 0 12px;
  line-height: 37px; }

.fb_share_button, .question .details .fb_share a {
  font-family: allerbold;
  background-position: 0px 0px;
  display: block;
  width: 80px;
  padding-left: 46px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px; }

hr, .question:after, .question .separator {
  content: "";
  display: block;
  background-position: 0px -376px;
  clear: both;
  height: 16px;
  margin: 10px 0;
  border: none;
  width: 960px; }

.wrap {
  width: 960px;
  margin: 0 auto; }

.wrap2, .question_results {
  width: 620px;
  margin: 0 auto; }

header {
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  margin-bottom: 30px; }
  header div.menu {
    background-color: #fff; }
  header div.top {
    background: url(/static/img/top.jpg);
    height: 74px;
    color: #fff; }
    header div.top div.logo {
      float: left;
      margin-top: 17.5px; }
      header div.top div.logo a {
        display: block; }
      header div.top div.logo img {
        display: block;
        width: 179px;
        height: 39px; }
    header div.top .votes_count {
      float: right;
      line-height: 74px;
      height: 74px;
      text-align: right;
      font-size: 14px;
      margin-right: 55px; }
      header div.top .votes_count span {
        font-family: allerbold;
        font-size: 18px; }
    header div.top .login_box {
      float: right;
      margin-top: 19px; }
      header div.top .login_box a {
        height: 36px;
        line-height: 36px;
        display: block;
        float: left;
        text-transform: uppercase;
        padding: 0 7px;
        margin-left: 5px; }
      header div.top .login_box .fb {
        background-position: 0px -43px;
        text-indent: -9999px;
        width: 30px;
        padding: 0; }
      header div.top .login_box .loginLink {
        background-color: #F1F1F1;
        color: #000; }
      header div.top .login_box .registerLink {
        background-color: #f64f48;
        color: #fff; }
    header div.top .user_info {
      margin-top: 12px;
      font-size: 12px;
      float: right;
      line-height: 16px;
      position: relative; }
      header div.top .user_info img {
        float: left;
        margin-left: 40px;
        margin-right: 5px;
        width: 50px;
        height: 50px; }
      header div.top .user_info .username {
        color: #f64f48;
        font-family: allerbold;
        cursor: pointer;
        font-size: 14px;
        float: left; }
        header div.top .user_info .username span.arrow {
          background-position: 0px -357px;
          width: 10px;
          height: 10px;
          display: inline-block;
          margin-left: 3px;
          margin-right: 10px; }
      header div.top .user_info .user_menu {
        font-family: allerregular;
        position: absolute;
        background-color: #fff;
        right: 0;
        top: 20px;
        z-index: 99999;
        padding: 20px 15px;
        font-size: 14px;
        -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
        -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
        box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
        display: none;
        min-width: 150px; }
        header div.top .user_info .user_menu a {
          display: block;
          color: #000;
          padding-right: 25px;
          line-height: 20px; }
          header div.top .user_info .user_menu a:last-child {
            border-top: 1px solid #f64f48;
            padding-top: 10px;
            margin-top: 10px; }
          header div.top .user_info .user_menu a:hover {
            color: #5c99ac; }
        header div.top .user_info .user_menu:after {
          width: 0;
          height: 0;
          display: block;
          content: "";
          border-color: transparent transparent #fff;
          border-style: solid;
          border-width: 9px 12px;
          position: absolute;
          top: -18px;
          right: 10px; }
      header div.top .user_info div span {
        font-family: allerbold;
        font-size: 16px; }
  header nav {
    background-color: #fff;
    text-transform: uppercase;
    text-align: center;
    clear: both;
    font-size: 14px; }
    header nav a {
      height: 33px;
      line-height: 33px;
      color: #000;
      display: inline-block; }
      header nav a:hover, header nav a.active {
        border-bottom: 4px solid #f64f48;
        height: 29px; }
  header .progress_box {
    width: 190px;
    font-size: 11px;
    float: right;
    padding-top: 7px;
    line-height: 16px; }
    header .progress_box .level span.num, header .progress_box .points span.num {
      font-family: allerbold;
      color: #f64f48;
      font-size: 14px; }
    header .progress_box .level {
      float: left; }
    header .progress_box .points {
      float: right;
      position: relative;
      cursor: pointer; }
      header .progress_box .points .how_get_points {
        background-color: #fff;
        position: absolute;
        top: 17px;
        right: 0;
        white-space: nowrap;
        padding: 5px 30px 10px 10px;
        -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
        -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
        box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
        color: #000;
        cursor: auto;
        display: none; }
        header .progress_box .points .how_get_points:after {
          width: 0;
          height: 0;
          display: block;
          content: "";
          border-color: transparent transparent #fff;
          border-style: solid;
          border-width: 4px;
          position: absolute;
          top: -8px;
          right: 10px; }
        header .progress_box .points .how_get_points h6, header .progress_box .points .how_get_points p {
          font-size: 12px; }
        header .progress_box .points .how_get_points h6 {
          color: #5c99ac;
          margin-bottom: 3px; }
        header .progress_box .points .how_get_points p {
          margin: 0; }
      header .progress_box .points:hover .how_get_points {
        display: block; }
    header .progress_box .progress {
      clear: both;
      height: 13px;
      background-color: #fff; }
      header .progress_box .progress .inner {
        background-color: #5c99ac;
        height: 13px;
        line-height: 13px;
        color: #000;
        text-align: center; }
    header .progress_box a {
      color: #5c99ac;
      text-transform: uppercase;
      font-family: allerbold;
      float: right; }

footer {
  height: 128px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px; }
  footer .copyright {
    float: left; }
  footer .authorship {
    float: right; }
  footer a {
    text-transform: none;
    font-size: 12px; }
  footer .sterta {
    background-position: 0px -443px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-indent: -9999px;
    margin-left: 5px; }
  footer .spacer {
    height: 50px; }
  footer .content {
    height: 78px;
    line-height: 78px;
    background-color: #000; }

a.add_question {
  background-color: #f64f48;
  color: #fff;
  line-height: 30px;
  padding: 0 29px 0 11px;
  display: inline-block;
  text-transform: uppercase;
  float: right;
  margin-right: 183px;
  margin-bottom: 15px;
  font-size: 14px;
  background-position: 117px -402px; }

.question {
  clear: both; }
  .question .title {
    margin-left: -35px;
    margin-bottom: 17px; }
    .question .title div.a {
      display: block;
      line-height: 23px;
      background-color: #fff;
      color: #000;
      margin-left: 192px;
      width: 610px;
      padding: 10px 10px 10px 0; }
      .question .title div.a .icon {
        display: block;
        width: 40px;
        height: 40px;
        margin-top: -5px;
        background-position: 5px -130px;
        float: left; }
      .question .title div.a .instructions {
        font-size: 12px;
        line-height: 16px;
        text-transform: none;
        margin-top: 5px; }
        .question .title div.a .instructions span {
          text-transform: uppercase; }
      .question .title div.a form {
        float: right;
        font-size: 14px;
        font-family: allerregular;
        text-align: right;
        margin-left: 10px; }
        .question .title div.a form input, .question .title div.a form .unit {
          display: inline-block; }
        .question .title div.a form input[type="text"] {
          width: 75px; }
        .question .title div.a form input[type="text"], .question .title div.a form .unit {
          height: 21px;
          margin-right: 5px;
          line-height: 21px;
          border: 1px solid #CDCDCD;
          padding: 10px;
          font-family: allerbold;
          color: #a1a1a1;
          -moz-box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5);
          -webkit-box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5);
          box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5);
          font-size: 12px; }
        .question .title div.a form .unit {
          text-transform: uppercase; }
        .question .title div.a form input[type="submit"], .question .title div.a form a.submit {
          color: #fff;
          background-color: #f64f48;
          text-transform: uppercase;
          border: none;
          height: 43px;
          line-height: 43px;
          font-family: allerregular;
          padding: 0 10px;
          -moz-box-shadow: inset 0px 2px 2px 1px rgba(119, 119, 119, 0.5);
          -webkit-box-shadow: inset 0px 2px 2px 1px rgba(119, 119, 119, 0.5);
          box-shadow: inset 0px 2px 2px 1px rgba(119, 119, 119, 0.5); }
      .question .title div.a .already_answered {
        float: right;
        margin-left: 10px; }
        .question .title div.a .already_answered a {
          display: block;
          font-size: 14px;
          color: #000;
          background-color: #d3d3d3;
          text-transform: uppercase;
          border: none;
          height: 43px;
          line-height: 43px;
          font-family: allerregular;
          padding: 0 10px;
          -moz-box-shadow: inset 0px 2px 2px 1px rgba(119, 119, 119, 0.5);
          -webkit-box-shadow: inset 0px 2px 2px 1px rgba(119, 119, 119, 0.5);
          box-shadow: inset 0px 2px 2px 1px rgba(119, 119, 119, 0.5); }
      .question .title div.a h1 {
        font-size: 20px; }
    .question .title div.b {
      float: left;
      width: 570px; }
  .question form.answer {
    background-color: #fff;
    width: 600px;
    padding: 10px 10px 20px;
    margin-left: 157px;
    margin-bottom: 18px;
    font-size: 14px; }
    .question form.answer .instructions, .question form.answer label {
      text-transform: uppercase; }
    .question form.answer label {
      margin-right: 20px; }
    .question form.answer .instructions {
      margin-bottom: 20px; }
      .question form.answer .instructions span {
        text-transform: none; }
    .question form.answer input[type="text"], .question form.answer .unit {
      width: 235px;
      height: 21px;
      line-height: 21px;
      border: 1px solid #CDCDCD;
      padding: 10px;
      font-family: allerbold;
      color: #a1a1a1;
      -moz-box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5);
      -webkit-box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5);
      box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5);
      display: inline-block; }
    .question form.answer input.with_unit[type="text"] {
      width: 185px; }
    .question form.answer .unit {
      width: 20px;
      margin-left: 5px;
      text-transform: uppercase; }
    .question form.answer input[type="submit"], .question form.answer a.submit {
      float: right;
      color: #fff;
      background-color: #f64f48;
      text-transform: uppercase;
      border: none;
      height: 43px;
      line-height: 43px;
      font-family: allerregular;
      padding: 0 10px;
      -moz-box-shadow: inset 0px 2px 2px 1px rgba(119, 119, 119, 0.5);
      -webkit-box-shadow: inset 0px 2px 2px 1px rgba(119, 119, 119, 0.5);
      box-shadow: inset 0px 2px 2px 1px rgba(119, 119, 119, 0.5); }
    .question form.answer select {
      position: relative;
      left: -70px;
      width: 60px;
      margin-right: -50px; }
  .question img {
    border: 10px solid #fff; }
  .question .title div.a, .question img, .question form.answer {
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33); }
  .question .pic {
    display: block;
    width: 620px; }
    .question .pic img {
      margin: 0 auto;
      display: block;
      max-width: 600px; }
  .question .pic, .question .details {
    margin-left: 157px; }
  .question .details {
    width: 620px; }
  .question .details {
    width: 620px; }
    .question .details .user {
      text-align: center;
      margin: 15px 0 25px;
      font-size: 14px; }
    .question .details .date {
      color: #A1A1A1;
      font-size: 14px;
      font-family: alleritalic; }
    .question .details .counter {
      width: 120px;
      padding-left: 40px;
      height: 35px;
      float: left;
      font-size: 12px; }
      .question .details .counter.answers_counter {
        background-position: 0px -87px; }
      .question .details .counter.comments_counter {
        background-position: 0px -173px; }
      .question .details .counter span {
        display: block;
        font-size: 16px; }
    .question .details .next_question {
      background-color: #5c99ac;
      color: #fff;
      display: block;
      float: left;
      height: 33px;
      line-height: 33px;
      font-family: allerbold;
      font-size: 12px;
      text-transform: uppercase;
      padding: 0 15px;
      margin-left: 27px; }
    .question .details .fb_share {
      background-position: 112px -262px;
      float: right;
      width: 210px;
      padding-top: 57px;
      margin-top: -57px;
      margin-right: -82px;
      font-size: 12px; }
  .question .landing {
    width: 620px;
    margin-left: 157px;
    position: relative; }
    .question .landing img {
      margin-left: 0;
      display: block;
      width: 600px; }
    .question .landing .overlay, .question .landing .inner {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px; }
    .question .landing .overlay {
      background-color: #000;
      opacity: 0.4;
      bottom: 10px; }
    .question .landing .inner {
      text-align: center;
      color: #fff;
      top: 50%;
      margin-top: -73px; }
      .question .landing .inner .big {
        text-transform: uppercase;
        font-size: 20px;
        font-family: allerbold; }
      .question .landing .inner .small {
        font-size: 14px; }
      .question .landing .inner a {
        background-color: #f64f48;
        border: none;
        color: #fff;
        width: 205px;
        height: 55px;
        line-height: 55px;
        text-transform: uppercase;
        display: block;
        font-family: allerbold;
        font-size: 16px;
        margin: 35px auto 15px; }
  .question .text_below_img {
    margin-top: 30px;
    margin-left: 157px;
    text-align: center;
    width: 620px;
    color: #282828; }
    .question .text_below_img p {
      margin: 6px 0; }

.user_questions {
  padding: 0 160px; }
  .user_questions .user_info {
    position: relative;
    padding: 0 9px;
    margin-bottom: 40px; }
    .user_questions .user_info img {
      float: left;
      margin-right: 16px; }
    .user_questions .user_info div {
      float: left; }
    .user_questions .user_info p {
      margin: 0 0 3px; }
      .user_questions .user_info p span.l {
        color: #5c99ac;
        text-transform: uppercase; }
    .user_questions .user_info .username {
      font-family: allerbold; }
    .user_questions .user_info .check_highscore {
      color: #fff;
      background-color: #5c99ac;
      text-transform: uppercase;
      line-height: 31px;
      padding: 0 15px;
      display: block;
      position: absolute;
      bottom: 0;
      right: 13px; }
  .user_questions .add_question {
    margin: 0 0 10px;
    float: left; }
  .user_questions .question {
    width: 300px;
    clear: none;
    float: left;
    margin: 9px 9px 0; }
    .user_questions .question:after {
      background: none;
      height: 0;
      margin: 0; }
    .user_questions .question .waiting {
      color: #f64f48;
      margin: 0 0 10px; }
    .user_questions .question .title {
      background: none; }
      .user_questions .question .title .a {
        width: 290px; }
        .user_questions .question .title .a a {
          width: 250px;
          float: left; }
    .user_questions .question .title, .user_questions .question img, .user_questions .question .title .a, .user_questions .question .details {
      margin-left: 0; }
    .user_questions .question img {
      width: 280px; }
    .user_questions .question .details {
      width: 300px;
      margin: 10px 0 20px; }
      .user_questions .question .details .user {
        text-align: left;
        width: 150px;
        margin: 0;
        line-height: 33px;
        float: left; }
    .user_questions .question .fb_share {
      background: none;
      margin: 0;
      padding: 0;
      width: 126px;
      float: right; }
    .user_questions .question .counter {
      margin-top: 20px;
      width: 110px; }
    .user_questions .question .answers_counter {
      clear: left; }
    .user_questions .question .comments_counter {
      float: right; }
  .user_questions hr, .user_questions .question:after, .user_questions .question .separator, .question .user_questions .separator {
    margin-left: -160px; }

.question_results {
  /*
    .correct_answer {
      width: 234px;
      height: 54px;

      background-image: url(/static/img/tooltip_red.png);
      color: #fff;

      text-align: center;
      padding: 15px 0;

      span {
        font-size: 20px;
        line-height: 40px;
        display: block;
      }
    }
  */ }
  .question_results .summary {
    padding-bottom: 20px;
    background-color: #3dac5d;
    color: #fff;
    text-align: left;
    padding: 5px 24px;
    margin-bottom: 13px;
    line-height: 15px;
    position: relative; }
    .question_results .summary.wrong {
      background-color: #f64f48; }
    .question_results .summary p {
      text-transform: uppercase;
      font-size: 16px;
      line-height: 20px;
      margin: 0; }
    .question_results .summary a {
      text-decoration: underline;
      margin-bottom: 20px;
      color: #000; }
    .question_results .summary:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-left-color: #3dac5d;
      position: absolute;
      right: -30px;
      top: 50%;
      border-width: 7px 15px;
      margin-top: -7px; }
    .question_results .summary.wrong:after {
      border-left-color: #f64f48; }
  .question_results .question2 > div {
    padding-left: 43px; }
  .question_results .question2 .q, .question_results .question2 .span {
    text-transform: uppercase; }
  .question_results .question2 .q {
    font-size: 20px;
    line-height: 38px; }
    .question_results .question2 .q .icon {
      background-position: 5px -130px;
      width: 43px;
      height: 38px;
      float: left;
      margin-left: -43px; }
  .question_results h6 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0;
    text-shadow: 0 1px #FFFFFF; }
  .question_results .left_column {
    float: left;
    width: 377px;
    text-align: center;
    line-height: 25px; }
    .question_results .left_column img {
      width: 357px;
      border: 10px solid #fff;
      -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
      -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
      box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
      float: left; }
    .question_results .left_column .date {
      color: #A1A1A1;
      font-family: alleritalic; }
  .question_results .right_column {
    float: right;
    width: 225px;
    text-align: center;
    text-transform: uppercase;
    /*
    .cloud {
      float: left;
      width: 50%;
      margin-bottom: 8px;

      div {
        margin: 0 auto;
      }

      .label {
        height: 36px;
        width: 100%;
        @include bold;
      }

      .value {
        font-size: 18px;
        color: $blue;
        text-transform: none;
        display: block;
        @include bold;

        @include sprite(0, -887px);
        width: 73px;
        height: 78px;
        line-height: 67px;
      }
    }

    .cloud:first-child {
      .value {
        color: $red;
      }
    }
    */ }
    .question_results .right_column .answer {
      padding: 18px 18px 17px;
      margin-bottom: 25px; }
      .question_results .right_column .answer .label {
        width: 50%;
        float: left;
        text-align: left;
        font-size: 12px; }
      .question_results .right_column .answer .value {
        width: 50%;
        float: right;
        font-family: allerbold;
        line-height: 30px; }
    .question_results .right_column .correct_answer {
      background-color: #5c99ac;
      color: #fff;
      position: relative; }
      .question_results .right_column .correct_answer:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-top-color: #5c99ac;
        position: absolute;
        bottom: -30px;
        left: 50%;
        border-width: 15px 7px;
        margin-left: -7px; }
    .question_results .right_column .your_answer {
      background-color: #fff;
      color: #000;
      border: 1px solid #3dac5d; }
      .question_results .right_column .your_answer .value {
        color: #3dac5d; }
      .question_results .right_column .your_answer.wrong {
        border-color: #f64f48; }
        .question_results .right_column .your_answer.wrong .value {
          color: #f64f48; }
  .question_results .fb_share_button, .question_results .question .details .fb_share a, .question .details .fb_share .question_results a {
    margin: 12px auto 15px; }
  .question_results .charts {
    margin: 35px 0 20px; }
    .question_results .charts .y_axis_label {
      transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      position: absolute;
      bottom: -5px;
      width: 175px;
      text-align: center; }
    .question_results .charts .chart {
      height: 175px; }
    .question_results .charts .pie {
      width: 300px; }
      .question_results .charts .pie .chart {
        margin: 0 auto;
        width: 175px; }
      .question_results .charts .pie .label {
        text-align: center;
        color: #fff;
        font-family: allerbold;
        font-size: 12px;
        padding: 3px; }
    .question_results .charts .bar {
      width: 300px;
      position: relative; }
      .question_results .charts .bar .chart {
        width: 100%;
        margin-left: 20px; }
    .question_results .charts .pie, .question_results .charts .bar {
      float: left; }
  .question_results .avg_answer {
    overflow: hidden;
    margin: 14px 0 20px;
    background-color: #fff;
    text-align: left;
    padding: 0 12px;
    line-height: 21px;
    font-size: 12px;
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5);
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5);
    box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5); }
    .question_results .avg_answer div {
      margin: 10px 0; }
    .question_results .avg_answer span {
      font-family: allerbold;
      font-size: 18px; }
    .question_results .avg_answer.place span {
      font-size: 16px; }
  .question_results table.table {
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
    width: 300px;
    float: left; }
    .question_results table.table th {
      font-family: allerbold; }
    .question_results table.table th:first-child, .question_results table.table th:last-child, .question_results table.table td:first-child, .question_results table.table td:last-child {
      padding: 5px 12px; }
  .question_results .section {
    margin-bottom: 40px; }
  .question_results .how_close, .question_results .voted_like_you {
    float: right;
    width: 300px;
    text-shadow: 0 1px #FFFFFF; }
  .question_results .how_close {
    text-transform: uppercase;
    line-height: 25px; }
    .question_results .how_close > div {
      padding-top: 10px;
      height: 65px;
      padding-left: 75px;
      margin-bottom: 17px; }
      .question_results .how_close > div div {
        font-family: allerbold; }
    .question_results .how_close .me {
      background-position: -890px -80px; }
    .question_results .how_close .others {
      background-position: -890px -159px; }
  .question_results .voted_like_you {
    color: #5c99ac;
    text-transform: uppercase;
    font-family: allerbold; }
    .question_results .voted_like_you span {
      font-family: allerregular;
      font-size: 20px;
      color: #000; }
  .question_results .links {
    color: #fff;
    text-transform: uppercase;
    margin: 60px 0 150px; }
    .question_results .links a {
      display: block;
      width: 122px;
      height: 37px;
      line-height: 37px;
      float: left; }
    .question_results .links .prev, .question_results .links .next {
      background-color: #5c99ac;
      width: 110px; }
    .question_results .links .prev {
      background-position: -934px -299px;
      margin-right: 235px;
      text-align: right;
      padding-right: 12px; }
    .question_results .links .next {
      background-position: -839px -273px;
      margin-right: 19px;
      text-align: left;
      padding-left: 12px; }
    .question_results .links .share {
      background-color: #f64f48;
      text-align: center; }
  .question_results .curiosity {
    border: solid 1px #3eac5d;
    box-shadow: 0px 0px 3px 1px rgba(62, 172, 93, 0.33);
    -moz-box-shadow: 0px 0px 3px 1px rgba(62, 172, 93, 0.33);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(62, 172, 93, 0.33);
    background-color: #d8f2e0; }

.other_questions {
  clear: both;
  text-align: center; }
  .other_questions a {
    display: block;
    margin: 5px 7px;
    color: #303335;
    font-size: 14px;
    width: 146px;
    float: left; }
    .other_questions a img {
      display: block;
      border: 3px solid #fff;
      width: 140px;
      margin-bottom: 10px; }

.pagination {
  clear: both;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  margin: 50px 0; }
  .pagination li {
    background-color: #F1F1F1;
    display: inline-block; }
    .pagination li.active, .pagination li:hover {
      color: #fff;
      background-color: #5c99ac; }
    .pagination li.dots {
      color: inherit;
      background-color: inherit; }
    .pagination li.previous, .pagination li.next {
      color: #f64f48;
      font-family: allerbold; }
    .pagination li a {
      display: block;
      height: 26px;
      padding: 0 5px; }
    .pagination li.previous {
      margin-right: 19px; }
    .pagination li.next {
      margin-left: 19px; }

div.msg {
  color: #f64f48; }

div.msg {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin: 35px 0; }

div.success, div.error {
  padding: 13px;
  font-size: 14px;
  margin: 20px 0 40px; }
  div.success p, div.error p {
    margin: 0; }
    div.success p a, div.error p a {
      color: #5c99ac; }

div.success {
  background-color: #effeb9;
  border: 1px solid #98c601;
  color: #65a31b; }
  div.success.waiting_for_moderation {
    width: 592px;
    margin-left: 157px; }

div.error {
  background-color: #fbcbc1;
  border: 1px solid #eb5439;
  color: #ce2700; }

.form div.field, .login_form div.field, .question_add div.field, .contact div.field, .settings div.field, .password_reset div.field, form.openid_migration div.field {
  margin: 14px 0; }
  .form div.field.checkbox label, .login_form div.field.checkbox label, .question_add div.field.checkbox label, .contact div.field.checkbox label, .settings div.field.checkbox label, .password_reset div.field.checkbox label, form.openid_migration div.field.checkbox label {
    text-transform: none;
    width: auto;
    margin-left: 140px;
    line-height: 1;
    text-align: left; }
.form label, .login_form label, .question_add label, .contact label, .settings label, .password_reset label, form.openid_migration label {
  font-family: allerbold;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 190px;
  margin-right: 15px; }
  .form label span, .login_form label span, .question_add label span, .contact label span, .settings label span, .password_reset label span, form.openid_migration label span {
    text-transform: none;
    display: block;
    font-size: 12px;
    color: #959595;
    font-family: allerregular; }
    .form label span span, .login_form label span span, .question_add label span span, .contact label span span, .settings label span span, .password_reset label span span, form.openid_migration label span span {
      display: inline;
      color: #5c99ac;
      font-weight: bold; }
.form input[type="text"], .login_form input[type="text"], .question_add input[type="text"], .contact input[type="text"], .settings input[type="text"], .password_reset input[type="text"], form.openid_migration input[type="text"], .form input[type="email"], .login_form input[type="email"], .question_add input[type="email"], .contact input[type="email"], .settings input[type="email"], .password_reset input[type="email"], form.openid_migration input[type="email"], .form input[type="password"], .login_form input[type="password"], .question_add input[type="password"], .contact input[type="password"], .settings input[type="password"], .password_reset input[type="password"], form.openid_migration input[type="password"], .form textarea, .login_form textarea, .question_add textarea, .contact textarea, .settings textarea, .password_reset textarea, form.openid_migration textarea, .form .sbHolder, .login_form .sbHolder, .question_add .sbHolder, .contact .sbHolder, .settings .sbHolder, .password_reset .sbHolder, form.openid_migration .sbHolder {
  padding: 10px;
  width: 320px;
  height: 17px;
  border: none;
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  font-family: allerregular;
  -webkit-appearance: none; }
.form input[type="file"], .login_form input[type="file"], .question_add input[type="file"], .contact input[type="file"], .settings input[type="file"], .password_reset input[type="file"], form.openid_migration input[type="file"] {
  width: 340px; }
.form textarea, .login_form textarea, .question_add textarea, .contact textarea, .settings textarea, .password_reset textarea, form.openid_migration textarea {
  height: 74px; }
.form input[type="submit"], .login_form input[type="submit"], .question_add input[type="submit"], .contact input[type="submit"], .settings input[type="submit"], .password_reset input[type="submit"], form.openid_migration input[type="submit"], .form button.submit, .login_form button.submit, .question_add button.submit, .contact button.submit, .settings button.submit, .password_reset button.submit, form.openid_migration button.submit {
  background-color: #f64f48;
  border: none;
  color: #fff;
  width: 180px;
  height: 39px;
  text-transform: uppercase;
  display: block;
  margin-left: 205px;
  margin-top: 30px;
  margin-bottom: 55px;
  font-family: allerregular; }

.login_form {
  width: 607px; }
  .login_form h5 {
    background-position: 5px -513px;
    padding-left: 43px;
    margin: 25px 0;
    line-height: 38px; }
  .login_form .fb, .login_form .google {
    width: 245px;
    height: 38px;
    display: block;
    margin: 17px auto;
    margin-left: 205px;
    text-indent: -9999px; }
  .login_form .fb {
    background-position: 0px -559px; }
  .login_form .google {
    background-position: 0px -607px; }
  .login_form label {
    text-align: right;
    line-height: 37px;
    font-family: allerregular; }
    .login_form label a {
      color: #5c99ac; }
  .login_form span.checkbox {
    text-align: left;
    font-size: inherit;
    height: 37px;
    line-height: 37px;
    display: block; }
    .login_form span.checkbox a {
      color: #5c99ac; }
  .login_form input[type="text"], .login_form input[type="password"], .login_form input[type="email"] {
    width: 225px; }
  .login_form input[type="submit"] {
    margin-left: 205px;
    margin-bottom: 20px; }
  .login_form .info {
    text-align: center;
    margin: 20px 0 30px; }
  .login_form .loginLink, .login_form .registerLink, .login_form .recover_password, .login_form .openid_migration {
    color: #5c99ac;
    margin: 25px 30px;
    display: block; }
  .login_form .recover_password, .login_form .openid_migration {
    margin: 10px 10px 10px 205px; }
  .login_form .success, .login_form .error {
    margin: 20px; }
  .login_form div.field.checkbox label {
    margin-left: 15px; }

.ad, .seo_footer {
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  width: 750px;
  height: 200px;
  background-color: #fff;
  margin: 25px auto; }

.question_add {
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  background-color: #fff;
  width: 560px;
  margin: 0 auto;
  padding: 30px; }
  .question_add h5 {
    background-position: 5px -470px;
    padding-left: 43px;
    margin: 0;
    line-height: 38px; }
  .question_add label.checkbox {
    width: 100%; }
    .question_add label.checkbox input {
      height: 37px;
      float: left;
      margin-right: 10px; }

.contact {
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  background-color: #fff;
  width: 560px;
  margin: 0 auto;
  padding: 30px; }
  .contact h5 {
    background-position: 5px -838px;
    padding-left: 43px;
    margin: 0 0 25px;
    line-height: 38px; }
  .contact label {
    text-align: right;
    line-height: 37px;
    font-family: allerregular;
    width: 110px; }
  .contact input[type="text"], .contact input[type="email"] {
    width: 245px; }
  .contact textarea {
    width: 385px; }
  .contact input[type="submit"] {
    float: right;
    margin-right: 30px; }

.settings {
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  background-color: #fff;
  width: 560px;
  margin: 0 auto;
  padding: 30px; }
  .settings h5 {
    background-position: 5px -733px;
    padding-left: 43px;
    margin: 0 0 25px;
    line-height: 38px; }
  .settings label {
    text-align: right;
    padding-top: 10px;
    font-family: allerregular; }
    .settings label.checkbox {
      width: 100%; }
      .settings label.checkbox input {
        height: 37px;
        float: left;
        margin-right: 10px; }
      .settings label.checkbox span {
        text-align: left;
        font-size: inherit;
        padding-top: 10px; }
  .settings input[type="text"], .settings input[type="email"], .settings select, .settings .sbHolder, .settings input[type="password"] {
    width: 245px; }
  .settings input[type="submit"] {
    margin: 0 auto; }
  .settings select {
    margin-top: 10px; }
  .settings .field_login {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 35px; }
  .settings .change_password {
    border-top: 1px solid #DCDCDC;
    margin-top: 25px;
    padding-top: 10px; }
    .settings .change_password a {
      color: #f64f48; }

.password_reset {
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  background-color: #fff;
  width: 560px;
  margin: 0 auto;
  padding: 30px; }
  .password_reset h5 {
    background-position: 5px -513px;
    padding-left: 43px;
    margin: 0 0 25px;
    line-height: 38px; }
  .password_reset h6 {
    font-size: 14px;
    margin-bottom: 20px; }
  .password_reset label {
    text-align: right;
    line-height: 37px;
    font-family: allerregular;
    width: 125px; }
  .password_reset input[type="text"], .password_reset input[type="email"] {
    width: 300px; }
  .password_reset input[type="submit"] {
    margin: 25px auto; }

form.openid_migration {
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  background-color: #fff;
  width: 560px;
  margin: 0 auto;
  padding: 30px; }
  form.openid_migration h5 {
    background-position: 5px -513px;
    padding-left: 43px;
    margin: 0 0 25px;
    line-height: 38px; }
  form.openid_migration h6 {
    font-size: 14px;
    margin-bottom: 20px; }
  form.openid_migration label {
    text-align: right;
    line-height: 37px;
    font-family: allerregular;
    width: 125px; }
    form.openid_migration label a {
      color: #5c99ac; }
  form.openid_migration input[type="text"], form.openid_migration input[type="email"] {
    width: 320px; }
  form.openid_migration input[type="submit"] {
    margin: 25px auto; }

.preview {
  width: 620px;
  margin-left: 157px;
  margin-bottom: 20px; }
  .preview div:first-child {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px; }
  .preview h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0; }
  .preview h6 {
    font-size: 14px;
    margin: 15px 0 20px; }
  .preview form {
    margin: 20px 0; }
    .preview form input[type="submit"] {
      width: 94px;
      height: 49px;
      border: none; }
    .preview form .edit, .preview form .save, .preview form .delete {
      color: #fff;
      text-transform: uppercase;
      margin-right: 34px;
      font-family: allerregular; }
    .preview form .edit {
      background-color: #538a9b; }
    .preview form .save {
      background-color: #f64f48; }
    .preview form .delete {
      background-color: #959595; }

.page {
  position: relative; }
  .page .question .title {
    background: none; }

.main .question {
  position: relative; }
  .main .question:before {
    content: "";
    display: block;
    width: 185px;
    height: 57px;
    position: absolute;
    left: -35px;
    top: -5px;
    background-position: 0px -210px; }

.page:after {
  content: "";
  display: block;
  width: 185px;
  height: 57px;
  position: absolute;
  left: -35px;
  top: 20px;
  background-position: 0px -210px; }

#fancybox-outer {
  border: 6px solid #e1e1e1; }

#fancybox-close {
  background-position: 0px -660px;
  width: 26px;
  height: 26px;
  top: 0;
  right: 0; }

.highscoreTitle {
  width: 620px;
  margin: 10px auto;
  margin-top: 25px;
  text-transform: uppercase;
  padding-left: 100px; }

.highscore, .static {
  width: 620px;
  margin: 0 auto;
  background: #fff;
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  padding: 15px 0;
  /*margin-bottom: 20px;*/ }
  .highscore th, .static th {
    /*font-weight: bold !important;*/ }
  .highscore table, .static table {
    width: 620px; }
  .highscore h5, .static h5 {
    background-position: 5px -692px;
    line-height: 38px;
    padding: 0 43px;
    margin: 0 15px; }
  .highscore caption, .static caption {
    text-align: left;
    padding: 15px 58px; }
  .highscore .top, .static .top {
    /*border-bottom: 1px solid #E2E2E2;
    padding-bottom: 10px;*/
    margin: 0 15px; }
  .highscore .summary, .static .summary {
    float: left; }
    .highscore .summary p, .static .summary p {
      line-height: 22px;
      color: #5c99ac;
      text-transform: uppercase;
      padding-left: 43px;
      margin: 0; }
      .highscore .summary p span, .static .summary p span {
        font-size: 18px;
        color: #000; }
  .highscore .how_get_points, .static .how_get_points {
    float: right;
    width: 215px;
    margin-top: 6px; }
    .highscore .how_get_points h6, .static .how_get_points h6 {
      color: #f64f48;
      text-transform: uppercase;
      font-size: 12px;
      font-family: allerbold; }
    .highscore .how_get_points p, .static .how_get_points p {
      font-size: 12px;
      margin: 3px 0; }
      .highscore .how_get_points p span, .static .how_get_points p span {
        font-family: allerbold; }

.highscore.results, .results.static {
  padding-bottom: 0; }

.highscore.info, .info.static {
  width: 580px;
  padding: 20px; }

/*
.highscore:last-child {
    margin-bottom: 0;
}
*/
.my_answers table.table th, .my_answers table.table td {
  padding-left: 10px;
  padding-right: 10px; }
  .my_answers table.table th:first-child, .my_answers table.table td:first-child {
    padding-left: 15px; }

.static h5 {
  background-position: 0px -796px; }
.static .content {
  padding: 15px; }
  .static .content ol.regulations {
    padding: 0;
    margin-left: 25px; }
    .static .content ol.regulations > li {
      font-weight: bold; }
    .static .content ol.regulations li li {
      font-weight: normal; }
      .static .content ol.regulations li li span {
        font-weight: bold; }
    .static .content ol.regulations li li ol {
      list-style-type: lower-alpha; }
    .static .content ol.regulations a {
      color: #5c99ac; }
  .static .content ol.regulations.regulations2 {
    list-style: none;
    counter-reset: section;
    margin-left: 0; }
    .static .content ol.regulations.regulations2 > li::before {
      content: "\00a7 " counter(section,decimal);
      counter-increment: section; }
.static li {
  padding-bottom: 10px; }

table.table {
  width: 100%;
  text-align: center;
  font-size: 12px; }
  table.table th, table.table td {
    padding-left: 12px;
    padding-right: 12px; }
    table.table th:first-child, table.table td:first-child {
      padding-left: 50px; }
    table.table th:last-child, table.table td:last-child {
      padding-right: 50px; }
  table.table th {
    font-weight: normal;
    padding-top: 12px;
    padding-bottom: 12px; }
  table.table td {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 59px;
    color: #7d7d7d; }
    table.table td .username {
      color: #5c99ac; }
  table.table tbody tr:nth-child(odd) {
    background-color: #E2E2E2; }
  table.table tbody tr:nth-child(even), table.table th {
    background-color: #fff; }
  table.table .q {
    text-align: left; }
  table.table tbody tr.highlight {
    /*background-color: #bfd5dc;*/
    background-color: #5c99ac; }
    table.table tbody tr.highlight td {
      color: white; }

.pause {
  margin-bottom: 150px; }
  .pause h5 {
    padding-left: 43px;
    line-height: 38px; }
  .pause .skip {
    float: right;
    background-color: #a1a1a1;
    width: 145px;
    color: #fff;
    background-position: -810px -273px; }
  .pause .slogan_fb {
    background-color: #5c99ac;
    color: #fff;
    font-size: 20px;
    margin: 30px -6px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 13px;
    position: relative; }
    .pause .slogan_fb .f {
      background-position: -923px -439px;
      width: 35px;
      height: 64px;
      position: absolute;
      bottom: 0;
      right: 30px; }

.pause_ad h5 {
  background-position: 0px -920px; }
.pause_ad .counter {
  color: #5c99ac;
  text-transform: uppercase;
  float: left;
  width: 440px;
  text-align: right;
  line-height: 37px; }
  .pause_ad .counter span {
    font-size: 18px; }

.pause_invite h5 {
  background-position: 0px -877px; }
.pause_invite .slogan {
  font-size: 15px;
  margin: 30px 0; }
.pause_invite .invite {
  background-color: #f64f48;
  color: #fff;
  display: inline-block;
  margin: 0 25px; }

.pause_like h5 {
  background-position: 0px -877px; }
.pause_like .likebox {
  margin: 30px -6px;
  width: 590px;
  height: 184px; }
.pause_like .fb-like {
  margin: 0px 80px; }

.pause_add_question h5 {
  background-position: 0px -470px; }
.pause_add_question h6 {
  font-family: allerbold;
  font-size: 14px;
  margin: 20px 0;
  text-transform: uppercase;
  padding-left: 43px; }
.pause_add_question .buttons {
  margin: 55px 43px; }
.pause_add_question .skip {
  width: 230px;
  background-position: -700px -273px;
  text-align: center;
  padding-right: 20px; }
.pause_add_question .add {
  background-position: -820px -273px;
  background-color: #f64f48;
  color: #fff;
  float: left;
  text-align: center;
  padding-right: 20px;
  width: 110px; }
.pause_add_question .steps {
  padding: 0 43px; }
  .pause_add_question .steps p {
    margin: 0 0 27px; }
  .pause_add_question .steps span {
    color: #f64f48;
    font-size: 20px; }
.pause_add_question .table {
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33); }
  .pause_add_question .table caption {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0; }
.pause_add_question .warning {
  padding-left: 75px;
  text-transform: uppercase;
  margin: 30px 0; }
  .pause_add_question .warning p:first-child {
    color: #f64f48;
    margin: 15px 0; }

* {
  margin: 0; }

html, body {
  height: 100%; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -128px;
  /* the bottom margin is the negative value of the footer's height */ }

footer, .push {
  height: 128px;
  /* .push must be the same height as .footer */ }

.expandable {
  margin-bottom: 30px; }
  .expandable .expand, .expandable .collapse, .expandable .hidden_content {
    margin: 0 25px;
    border: 1px solid #c2c2c2; }
  .expandable .expand, .expandable .collapse {
    font-size: 16px;
    color: #5c99ac;
    padding: 8px 20px;
    display: block;
    text-align: left; }
    .expandable .expand .icon, .expandable .collapse .icon {
      width: 28px;
      height: 20px;
      float: right;
      background-position: -933px -646px; }
  .expandable .hidden_content {
    display: none;
    border-top: none;
    overflow: hidden; }

.register_form .expand .icon, .register_form .collapse .icon {
  margin-top: 9px; }
.register_form .hidden_content {
  display: block; }
.register_form .desc1 {
  margin-top: -5px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase; }
.register_form .desc2 {
  margin-top: 10px;
  font-size: 18px;
  text-align: center; }
.register_form .sbHolder {
  width: 225px; }

.nav {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 37px;
  text-align: right;
  width: 620px; }
  .nav a {
    border: 1px solid #f3d13c;
    display: inline-block;
    padding: 0 8px;
    font-family: allerbold; }
  .nav .previous, .nav .next {
    background-color: #fff; }
  .nav .share {
    background-color: #f3d13c; }
  .question .nav {
    margin-left: 158px;
    margin-top: 20px;
    margin-bottom: 20px; }

.previous_next {
  margin-top: 10px;
  clear: both; }
  .previous_next .nav {
    margin: 0;
    text-transform: none; }
    .previous_next .nav .previous {
      float: left; }
      .previous_next .nav .previous:before {
        content: "Poprzednie: "; }
    .previous_next .nav .next {
      float: right; }
      .previous_next .nav .next:before {
        content: "Następne: "; }
    .previous_next .nav a {
      display: block;
      font-size: 13px;
      font-family: allerregular;
      max-width: 290px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .previous_next .nav a span {
        font-size: 12px; }

#message_box .content {
  margin: 30px 30px 20px; }

.seo_footer {
  height: auto;
  font-size: 12px;
  padding: 10px;
  text-align: justify;
  clear: both; }
  .seo_footer h1 {
    font-size: inherit;
    font-weight: inherit;
    display: inline; }

.resend_activation_link {
  color: #5c99ac; }

.fb-comments {
  margin-top: 30px; }

.fancy_close {
  background-color: #f64f48;
  color: #fff;
  line-height: 30px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  border: none;
  margin: 15px auto;
  padding: 0 20px;
  font-size: 14px;
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5);
  -webkit-box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5);
  box-shadow: inset 0px 0px 2px 1px rgba(119, 119, 119, 0.5); }

@media screen and (max-width: 1000px) {
  .side-likebox {
    display: none; } }
.side-likebox {
  position: fixed;
  top: 136px;
  right: -296px;
  background: url(/static/img/fb.png) no-repeat;
  padding-left: 37px;
  transition: right 0.5s;
  z-index: 999;
  height: 136px; }
  .side-likebox p {
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0 3px;
    background-color: #EDEFF4;
    border-bottom: 1px solid #D8DFEA;
    line-height: 24px;
    color: #333; }
  .side-likebox .inner {
    border: 3px solid #1F4189;
    border-right: none; }
  .side-likebox .fb-like-box {
    background-color: #fff;
    width: 293px;
    height: 235px;
    z-index: 9999; }
  .side-likebox:hover {
    right: 0; }

.bottom br {
  display: none; }

.miniTip {
  background-color: #fff;
  position: absolute;
  top: 17px;
  right: 0;
  /*white-space: nowrap;*/
  padding: 5px 30px 10px 10px;
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  color: #000;
  cursor: auto;
  display: none;
  line-height: 20px; }
  .miniTip:after {
    width: 0;
    height: 0;
    display: block;
    content: "";
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 4px;
    position: absolute;
    top: -8px;
    right: 10px; }

.search:before {
  content: "";
  display: block;
  width: 185px;
  height: 57px;
  position: absolute;
  left: -205px;
  top: -5px;
  background-position: 0px -210px; }

.results {
  width: 620px;
  margin: 0 auto; }
  .results .smallQuestion2 {
    margin: 0;
    margin-top: 20px;
    padding: 5px;
    position: relative; }
    .results .smallQuestion2 a {
      font-size: 14px;
      color: #272727; }
      .results .smallQuestion2 a span {
        text-transform: uppercase;
        font-weight: bold; }
    .results .smallQuestion2 .overlay, .results .smallQuestion2 .inner {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px; }
    .results .smallQuestion2 .overlay {
      background-color: #000;
      opacity: 0.4;
      bottom: 0px; }
    .results .smallQuestion2 .inner {
      text-align: center;
      color: #fff;
      top: 50%;
      margin-top: -15px; }
      .results .smallQuestion2 .inner span {
        background-color: #f64f48;
        border: none;
        color: #fff;
        width: 100px;
        height: 30px;
        line-height: 30px;
        padding: 0px 5px;
        text-transform: uppercase;
        display: block;
        font-size: 14px;
        margin: 0 auto; }
    .results .smallQuestion2 .cnt {
      /*padding: 5px;*/ }
      .results .smallQuestion2 .cnt img {
        margin-right: 5px;
        float: left;
        vertical-align: middle; }
  .results .smallQuestion {
    width: 300px;
    height: 120px;
    float: left;
    padding: 0;
    position: relative;
    margin-top: 20px;
    margin-bottom: 0px;
    cursor: pointer; }
    .results .smallQuestion .overlay, .results .smallQuestion .inner, .results .smallQuestion .cnt {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px; }
    .results .smallQuestion .overlay {
      background-color: #000;
      opacity: 0.4;
      bottom: 0px; }
    .results .smallQuestion .inner {
      text-align: center;
      color: #fff;
      top: 50%;
      margin-top: -15px; }
      .results .smallQuestion .inner span {
        background-color: #f64f48;
        border: none;
        color: #fff;
        width: 100px;
        height: 30px;
        line-height: 30px;
        padding: 0px 5px;
        text-transform: uppercase;
        display: block;
        font-size: 14px;
        margin: 0 auto;
        /*margin: 15px auto 15px;*/ }
    .results .smallQuestion .cnt {
      height: 110px;
      display: table-cell;
      vertical-align: middle;
      padding: 5px;
      font-size: 16px; }
      .results .smallQuestion .cnt img {
        margin-right: 5px;
        float: left; }
  .results .smallQuestion:nth-child(even) {
    margin-left: 20px; }

/*
.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}
 
.clearfix {
        display: inline-block;
}
 
html[xmlns] .clearfix {
        display: block;
}
 
* html .clearfix {
        height: 1%;
}
*/
.search {
  width: 620px;
  margin: 0 auto;
  position: relative; }
  .search .categories, .search .levels {
    width: 300px;
    float: right; }
  .search .levels {
    width: 300px;
    float: left;
    /*margin-left: 20px;*/ }
  .search .title {
    font-size: 16px !important;
    text-transform: uppercase; }
  .search .cnt {
    width: 289px;
    padding: 10px 5px 10px 6px;
    margin-top: 10px;
    /*
    input[type="checkbox"] {
        border: 1px solid #bcbdc1;
        vertical-align: middle;
        position: absolute;

        overflow: hidden;
        clip: rect(0 0 0 0);
        height:1px;
        width:1px;
        margin:-1px;
        padding:0;
        border:0;

        padding-left: 15px;
    }

    label {
        display:inline-block;
        background-image: url('/static/img/icons/checkbox_off.png');
        background-repeat: no-repeat;
        background-position: 0px 2px;
    }
    */ }
    .search .cnt .entry {
      width: 140px;
      padding: 1px;
      float: left;
      margin: 0;
      vertical-align: middle; }
    .search .cnt input[type=checkbox].css-checkbox + label.css-label {
      padding-left: 17px;
      height: 13px;
      display: inline-block;
      line-height: 13px;
      background-repeat: no-repeat;
      background-position: 0 0;
      font-size: 13px;
      vertical-align: middle;
      cursor: pointer;
      padding-bottom: 3px; }
    .search .cnt input[type=checkbox].css-checkbox {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .search .cnt .css-label {
      background-image: url("/static/img/icons/checkbox_off.png"); }
    .search .cnt input[type=checkbox].css-checkbox:checked + label.css-label {
      background-image: url("/static/img/icons/checkbox_on.png"); }
    .search .cnt img {
      padding: 5px 10px 5px 5px;
      vertical-align: top; }
