/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and 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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}
html, body {
    font-family: "Oswald", "sans-serif";
    color: #373737;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    color: #373737;
    text-decoration: none;
}
.page-header {
    position: fixed;
    z-index: 9999;
    background-color: #FFA500;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid;
    font-size: 90%;
}
.page-header h1 {
    display: inline-block;
    height: 45px;
    margin: 0;
}
.page-header h1+span {
    margin-left: 5px;
}

/* MENU */
#menu-toggler {
    float: left;
    position: relative;
    top: 10px;
    margin: 0 10px;
    /* instead float: position: absolute; left: 10px; margin: 0
    gets too close to heading on mobile devices */
}
#menu-toggler i {
    font-size: 200%;
}
nav {
    position: fixed;
    top: 47px;
    left: 0;
    z-index: 10000;
    width: 300px;
    background-color: #FFA500;
    padding-bottom: 10px;
}
nav ul {
    margin: 10px;
}
nav .menu-tags {
    border-top: 1px solid;
    padding-top: 5px;
}
nav ul.menu-tags li {
    display: inline-block;
    margin-right: 10px;
    font-size: .9em;
    text-decoration: underline;
}
nav a:hover {
    text-decoration: underline;
}
.menu-off {
  position: absolute;
  left: -100%;
  /*width: 50%;*/
  display: block;
  transition: all 300ms;
}
.menu-on {
  left: 0;
  transition: all 300ms;
}
input {
    margin-bottom: 10px;
    width: 80%;
}
/* END OF MENU */
/* SOCIAL PAGE LINKS */
.social-links {
    display: inline-block;
    float: right;
    position: relative;
    top: 10px;
    right: 20px;
}
.social-links i {
    font-size: 2em;
}
/* END OF SOCIAL PAGE LINKS */
main {
    width: 1000px;
    margin: 0 auto;
}
.content {
    padding-top: 70px;
    margin: 0 auto;
}
/* POST LIST */

.post-list-page section {
    margin: 20px auto 0;
}
.post-list-page h3 {
    margin: 0;
}
.post-list-post {
    list-style: none;
    display: inline-block;
    width: 49%;
    margin-bottom: 30px;
    vertical-align: top;
}
.post-list-post:nth-child(2n+1) {
    margin-right: 2%;
}
.post-list-post:nth-child(2n+2) {
    margin-left: -4px;
}
.post-list-post img {
    display: inline-block;
    width: 100%;
}

/* POST DETAIL PAGE */
article {
    font-family: 'Open Sans', 'sans-serif';
}
article h1, article h2, article .post-info {
    font-family: 'Oswald', 'sans-serif';
}
article h1 {
    line-height: 1.4em;
}
article h2 {
    margin: 40px 0 5px;
    line-height: 1.2em;
    font-size: 1.6em;
}
article p, article p a {
    line-height: 1.5;
    font-size: 1.1em;
}
article h2 > p {
    margin: 0;
}
article a {
    color: #FFA500;
}
article ol {
    list-style-type: decimal;
}
article ol li {
    list-style: inherit;
}
.post-detail-subpost {
    list-style: none;
    width: 700px;
    margin: 0 auto 40px;
}
.post-detail-subpost:last-child {
    margin-bottom: 0;
}
.post-detail-subpost iframe {
    width: 700px;
}
.post-detail-subpost-media-container {
    margin: 10px 0;
    position: relative;
}
.post-detail-subpost-media-container img {
    display: inline-block;
    text-align: center;
    width: 700px;
}
.extended-layout .post-detail-subpost {
    width: 1000px;
}
.extended-layout .post-detail-subpost-media-container img {
    width: 1000px;
}
.post-detail-subpost table {
    margin: 25px 0;
}
.post-detail-subpost tr:first-child {
    background-color: #FFA500;
}
.post-detail-subpost tr:first-child th {
    padding: 5px 10px;
}
.post-detail-subpost td {
    padding: 5px 3px;
    border-bottom: 1px solid #ccc;
}
.post-detail-subpost tr td:nth-child(n+2) {
    text-align: center;
}
.gif-label {
    cursor: pointer;
    position:absolute;
    display: none;
    color: #FFF;
    font-weight: 700;
    padding: 10px;
    border-radius: 25px;
    border: 2px solid #FFF;
    background: #333;
    opacity:.5;
}
.source {
    font-size: 75%;
    text-align: right;
    color: #999;
}
.source a {
    color: #999;
}
.cta {
    text-align: center;
    margin-top: 40px;
    font-size: 1.1em;
    margin-bottom: -10px;
}
#call-to-action-with-sharecount {
    display: none;
}
article li.social-count {
    display: none;
    color: #BBB;
    font-family: 'Oswald', 'sans-serif';
}
article li.social-count span {
    color: #FFA500;
    font-weight: 700;
    font-size: 1.2em;
}
article span.social-count-cta {
    color: #FFA500;
    font-size: 1.2em;
}
.post-detail h3 {
    margin: 0;
}
/* COMMON */

.post-info li {
    display: inline-block;
    color: #bbb;
    margin-right: 10px;
}
/* SUBPOST SOCIAL BOX */
.social-box {
    font-family: 'Oswald', 'sans-serif';
}
.social-box li.whatsapp, .social-box.article li.whatsapp {
    display: none;
}
.social-box li.fb-like {
    display: none;
    border: 3px solid #FFA500;
    padding: 5px;
}
.post-detail-subpost-media-container:hover .social-box {
    opacity: 1;
    filter: alpha(opacity=100);
}
.social-box.header {
    text-align: center;
    margin-bottom: 20px;
}
.social-box.article {
    position: absolute;
    top: 13px;
    left: 9px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .3s;
    -moz-transition: opacity .5s;
}
.social-box.footer {
    text-align: center;
    margin: 30px 0;
}
.social-box li {
    display: inline-block;
    width: 200px;
    margin: 0 10px;
}
.social-box a {
    height: 40px;
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 2px;
    font-size: 110%;
    font-weight: 400;
}
.social-box i {
    font-size: 110%;
    display: inline-block;
    padding-top: 8px;
    margin-right: 5px;
}
.social-box.article li {
    display: block;
    width: 90px;
    margin: 0 0 7px 0;
}
.social-box.article a {
    font-size: 100%;
}
.social-box.article .twitter i, .social-box.article .whatsapp i {
    font-size: 150%;
    padding-top: 4px;
}
.social-box .facebook a {
    background: #3b5998;
}
.social-box .twitter a {
    background: #00B0ED;
}
.social-box .whatsapp a {
    background: #61D146;
}

/* Mobile detection */
#check-mobile, #check-pc {
    height: 0;
    width: 0;
}
#check-pc {
    display: block;
}
#check-mobile {
    display: none;
}

/* FB BOX */
#fb-box {
    position: fixed;
    min-height: 300px;
    width: 300px;
    z-index: 10000;
    border: 3px solid #FFA500;
    background-color: #FFF;
    padding: 5px;
    line-height: 1.3em;
}
.fb-box-off {
    top: 100px;
    right: -100%;
    transition: all 1000ms;
}
.fb-box-on {
    top: 100px;
    right: 0;
    transition: all 1000ms;
}
#fb-box .title-bar {
    margin-bottom: 5px;
}
#fb-box .title-bar h4 {
    width: 90%;
}
#fb-box-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FFA500;
}
#fb-box-i-am-done {
    display: block;
    padding: 5px;
    font-size: 90%;
    line-height: 1.1em;
}
/* END OF FB BOX */

/* QUIZ */
.quiz, .quiz-warning, .quiz-results {
    width: 700px;
    margin: 0 auto;
}
.quiz-question-choices {
    margin-top: 20px;
}
.quiz-question-choices li {
    width: 30%;
    display: inline-block;
    overflow: hidden;
    margin-right: 1.9%;
    cursor: pointer;
    margin-left: -4px;
    margin-bottom: 10px;
    border: 1px solid #CCC;
    padding: 3px;
    vertical-align: top;
}
.quiz-question-choices .choice-action {
    display: table;
    border-collapse: collapse;
}
.quiz-question-choices .choice-action span {
    font-size: .8em;
    padding-left: 5px;
    font-weight: 700;
    display: table-cell;
}
.quiz-question-choices p {
    display: inline-block;
    margin: 0;
}
.quiz-question-choices li:hover {
    background-color: lightblue;
}
.quiz-question-choices img {
    width: 100%;
}
.quiz-question-choices i {
    display: table-cell;
    font-size: 1.2em;
    vertical-align: top;
}
.quiz-question-choices.choices-per-row-1 li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    min-height: inherit;
    padding: 5px;
}
.quiz-question-choices.choices-per-row-2 li {
    width: 49%;
}
.quiz-question-choices.choices-per-row-2 li:nth-child(2n+1) {
    margin-left: 0;
}
.quiz-question-choices.choices-per-row-2 li:nth-child(2n+2) {
    margin-right: 0;
}
.quiz-question-choices.choices-per-row-3 li {
    width: 32%;
}
.quiz-question-choices.choices-per-row-3 li:nth-child(3n+1) {
    margin-left: 0;
}
.quiz-question-choices.choices-per-row-3 li:nth-child(3n+3) {
    margin-right: 0;
}
.quiz-question-choices li.selected, .quiz-question-choices li.selected:hover {
    background-color: #FFA500;
}
.quiz-question-choices .source {
    font-size: .6em;
}
.quiz-question-choices .source a {
    font-weight: 400;
}
.quiz-warning {
    margin-top: 20px;
    font-weight: 700;
    font-size: 1.2em;
    padding: 5px;
    border: 3px solid;
    color: red;
    display: none;
}
.quiz-results {
    display: none;
    margin-top: 70px;
    border: 3px solid orange;
    padding: 10px 10px 30px;
}
.quiz-results h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.quiz-results-list > li {
    display: none;
}
.quiz-results.show {
    display: block;
}
.quiz-results-list > li.current {
    display: block;
}
.quiz-result-text {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-left: -5px;
}
.quiz-result-text p {
    margin: 0;
}
.quiz-result-image {
    padding-right: 2%;
    display: inline-block;
    width: 50%;
}
.quiz-result-image img {
    max-width: 100%;
    max-height: 100%;
}
.quiz-share-results {
    text-align: center;
}
.quiz-share-results h3 {
    font-size: 1.3em;
    margin: 15px 0 10px;
}
.quiz-results .social-box {
    margin-top: 20px;
}

/* NEWSPAPER */
.newspaper .user-generated-image {
    display: none;
}
.newspaper .wizard li {
    margin: 0 0 20px;
}
.newspaper .wizard li ul {
    margin-top: 5px;
}
.newspaper .avatars img {
    height: 300px;
}
.newspaper .headlines {
    margin-top: 10px;
}
.newspaper .headlines li, .newspaper .avatars li {
    margin: 0 0 5px 10px;
}
.newspaper .avatars li {
    display: inline-block;
}
.newspaper input {
    display: block;
    width: 300px;
}
.newspaper label+input {
    margin-top: 5px;
}
.newspaper .headlines input, .newspaper .avatars input {
    margin-right: 10px;
    display: inline-block;
    width: auto;
}
.newspaper button {
    font-weight: 700;
    padding: 10px;
}
.newspaper #image {
    display: none;
    width: 700px;
    border: 2px solid #373737;
}
.newspaper .wizard li span:first-child {
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #373737;
    color: #fff;
    display: inline-block;
}
.newspaper .social-box {
    display: none;
    margin: 20px 0;
}
.newspaper .facebook a {
    width: 300px;
}
.newspaper #refresh-newspaper {
    display: none;
}
.newspaper #loading {
    display: none;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    color: #FFFFFF;
    width: 400px;
    height: 250px;
    margin: 0 auto;
    background-color: #373737;
    z-index: 9999;
    text-align: center;
    font-weight: 700;
}
.newspaper #loading span {
    position: relative;
    display: inline-block;
    top: 110px;
}

/* POLL */
.poll-wrapper {
    background-color: #373737;
    color: #fff;
    padding: 15px 2.8em;
    width: 700px;
    margin: 30px auto;
}
.vote-results {
    display: none;
}
.poll-wrapper .choices {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
.poll-wrapper .choices li {
    display: inline-block;
    width: 49%;
    padding: 0 1%;
}
.poll-wrapper .choices.multiple li {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
}
.poll-wrapper h2 {
    font-size: 1.9em;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
    padding-top: 10px;
    color:#FFA500;
}
.poll-wrapper .choices li a{
    text-decoration: none;
}
.vote-action a {
    color: #DDD;
    font-family: 'Oswald', 'sans-serif';
    font-size: 2em;
    padding: 0.4em;
    margin: 0;
    border-radius: 3px;
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-transition: background .6s;
    -moz-transition: background .6s;
    transition: background .6s;
    background-color: #4b4b4b;
    background-image: -webkit-linear-gradient(top,#4b4b4b,#393939);
    background-image: -moz-linear-gradient(top,#4b4b4b,#393939);
    background-image: -o-linear-gradient(top,#4b4b4b,#393939);
    background-image: -ms-linear-gradient(top,#4b4b4b,#393939);
    background-image: linear-gradient(top,#4b4b4b,#393939);
    border: 1px solid #000;
    box-shadow: 0 0 15px #000;
}
.vote-action a:hover {
    background-color: #7f7f7f;
    background-image: none;
    box-shadow: none;
}
.poll-result-details {
    line-height: 1;
    font-size: 2em;
    text-align: center;
    padding: 0.36em 0.27em;
    height: auto;
    border-radius: 3px;
    display: block;
    background: #4b4b4b;
    color: #DDD;
    font-family: 'Oswald', 'sans-serif';
}
.poll-result-details .poll-result-text {
    color: #fff;
    line-height: 1.4;
    margin: 0;
}
.poll-result-details .poll-result-percent {
    color: #fff;
    font-size: .8em;
    line-height: 1.5;
    margin: 0;
}
.poll-result-details .poll-result-bar-bg {
    height: .8em;
    background: #393939;
}
.poll-result-details .poll-bar {
    height: .8em;
    background: #fff;
}
.poll-results-social-header {
    color: #fff;
    clear: both;
    font-size: 1.6em;
    font-weight: 400;
    margin: 50px 0 16px;
    text-align: center;
    width: 100%;
}
.poll-wrapper .social-box {
    text-align: center;
    margin: 10px 0 30px;
}

/* MEDIA QUERIES */
@media (max-width: 1000px) {
    #check-pc {
        display: none;
    }
    #check-mobile {
        display: block;
    }
    main {
        width: 100%;
    }
    .content {
        width: 95%;
        margin: 0 auto;
    }
    article {
        overflow: hidden;
    }
    article h1 {
        font-size: 1.6em;
    }
    article h2 {
        font-size: 1.4em;
    }
    .post-list-post {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .post-detail-subpost {
        width: 100%;
    }
    .post-detail-subpost img {
        width: 100%;
    }
    .extended-layout .post-detail-subpost {
        width: 100%;
    }
    .extended-layout .post-detail-subpost-media-container img {
        width: 100%;
    }
    .post-detail-subpost iframe {
        width: 100%;
    }
    .social-box.header {
        margin-top: 20px;
    }
    .social-box.header li, .social-box.footer li {
        width: 30%;
        font-size: 95%;
        -height: 90px;
        margin: 0 1%;
    }
    .social-box.header a, .social-box.footer a {
        height: 100%;
        padding-bottom: 20px;
    }
    .social-box.header i, .social-box.footer i {
        display: block;
        font-size: 1.4em;
        margin-top: 10px;
        margin-bottom: 3px;
    }
    .social-box li.whatsapp, .social-box.article li.whatsapp {
        display: inline-block;
    }
    .social-box li.fb-like {
        display: inline-block;
        width: 95%;
        margin-top: 10px;
        font-size: 1.2em;
        overflow: hidden;
    }
    .social-box h4 {
        line-height: 1.3em;
        margin: 0 0 5px;
    }
    nav {
        min-width: 35%;
    }
    #fb-box {
        display: none;
    }
    .quiz, .quiz-warning, .quiz-results {
        width: 100%;
    }
    .quiz img {
        width: 100%;
    }
    .quiz-result-text, .quiz-result-image {
        width: 100%;
    }
    .quiz-results .social-box {
        text-align: center;
    }
    .quiz-results .social-box li {
        display: block;
        margin: 5px auto;
    }
    .quiz-result-image {
        margin-bottom: 20px;
    }
    .newspaper #image {
        width: 100%;
    }
    .newspaper .avatars img {
        width: 45%;
        height: auto;
    }
    .newspaper .social-box {
        text-align: center;
    }
    .newspaper .facebook a {
        width: 100%;
    }
    .newspaper #loading {
        width: 95%;
    }
    .poll-wrapper {
        width: 100%;
    }
    .poll-wrapper .choices li {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
    .poll-wrapper .choices.multiple li {
        width: 100%;
    }
}

/* PRIORITY BOX */
.prioritized-content-wrapper {
    z-index: 9999;
    background-color: rgba(150, 150, 150, .5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.prioritized-content {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -300px;
    height: 450px;
    width: 600px;
    padding: 0 20px;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 2px 2px 10px #444;
}
.prioritized-content h1 {
    font-size: 1.2em;
}
.prioritized-content h2 {
    margin-bottom: 10px;
}
.prioritized-content img {
    display: inline-block;
}
/* STATIC PAGES */
.static-page {
    font-family: "Open Sans", "sans-serif";
}


@font-face {
	font-family: 'icomoon';
	src:url('../../core/fonts/icomoon.dee19ac7a1cf_hc6s5v-286446b5f4d7.eot');
	src:url('../../core/fonts/icomoon.dee19ac7a1cf_-286446b5f4d7.eot') format('embedded-opentype'),
		url('../../core/fonts/icomoon.9164cf9a8deb_hc6s5v-286446b5f4d7.woff') format('woff'),
		url('../../core/fonts/icomoon.2ab8c06fbd98_hc6s5v-286446b5f4d7.ttf') format('truetype'),
		url('../../core/fonts/icomoon.85da525d5fbf_hc6s5v-286446b5f4d7.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e602";
}
.icon-twitter:before {
	content: "\e603";
}
.icon-pinterest:before {
	content: "\e604";
}
.icon-menu:before {
	content: "\e605";
}
.icon-whatsapp:before {
	content: "\e606";
}
.icon-cancel:before {
	content: "\e607";
}
.icon-checkbox-checked:before {
	content: "\e600";
}
.icon-checkbox-unchecked:before {
	content: "\e601";
}