@font-face {font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

html, body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #444;
  background-color: #EEE;
  height: 100%;
  line-height: 1.43;
}

body.embed-body {
  background-color: #FFF;
}

#wrapper {
  min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -172px;
}

.content {
  margin: 20px 0;
}

.content.last-section {
  margin-bottom: 60px;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.container.container-small {
  max-width: 860px;
}

.container.container-full {
  max-width: 5120px;
}

.container.box {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2)
  border: 1px solid #e6e6e6;
}

.container.box.box-orange {
  border-top: 8px solid #f6b63f;
}

.poll-wrapper {
  max-width: 608px;
  margin: 0 auto;
}

.poll-wrapper h1 {
  margin-top: 0;
}

.box-title {
  background-color: #fff;
  padding: 16px;
  margin-bottom: -32px;
}

.box-content {
  padding: 16px;
}

.box-content h1, .box-content h2, .box-content h3, .box-content h4, .box-content h5 {
  margin-top: 0;
}

.header {
  padding: 20px 16px;
  background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

#footer {
  margin-top: 60px;
  padding: 20px 16px;
  background-color: #fff;
  border-top: 2px solid #e9edf5;
}

#push, #footer, #bottom, #header {
  height: 112px;
}

a {
  color: #444;
  outline: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited { 
  color: inherit;
}

.dark a {
  color: #000;
}

.dark a:hover, .dark a:focus {
  color: #aaa;
}

#logo {
  display: block;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  height: 30px;
  line-height: 22px;
  text-decoration: none;
  letter-spacing: -0.5px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.header-nav {
  line-height: 30px;
}

ul.locales, ul.header-nav {
  position: absolute;
  top: 0;
  right: 0;
}

ul.locales li, ul.header-nav li {
  padding: 0 5px;
  float: left;
}

.center {
  text-align: center;
}

.redBold {
  color: #DE5233;
  font-weight: bold;
}

h1 {
  font-size: 40px;
    color: #2b3645;
  font-weight: 300;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

.poll-answers label {
  position: absolute;
  top: 16px;
  font-size: 14px;
  z-index: 0;
  color: #aaa;
  pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: text;
}

.poll-options label {
  font-size: 14px;
}

input[type="text"] {
  margin: 14px 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aaa;
  height: 25px;
  color: #aaa;
  background-color: transparent;
}

input.title {
  color: #333;
  border: 2px solid #bdc3c7;
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.43;
  border-radius: 6px;
  -webkit-appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}

input.title:focus {
  border: 2px solid #3eb991;
}

.focus label {
  color: #3eb991;
}

.focus input {
  border-bottom: 1px solid #3eb991;
}

.input-wrapper {
  position: relative;
}

.poll-options div {
  margin-bottom: 8px;
}

.poll-answers, .poll-options, .poll-action, .poll-advanced {
  margin-bottom: 32px;
}

.poll-advanced {
  display: none;
}

button, .button {
  font-size: 18px;
  font-weight: 500;
  border: 0;
  padding: 8px 24px;
  cursor: pointer;
}

button.wide {
  width: 130px;
}

button.action {
  color: #fff;
  background-color: #3eb991;
}

button.action:hover {
  background-color: #3dbd94;
}

button.action:hover {
  box-shadow: inset 0 -3px rgba(0, 0, 0, .2);
}

.secondary {
  display: inline;
  color: #3eb991;
  background-color: inherit;
  margin-left: 10px;
}

.secondary:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.poll-wrapper h2 {
  margin: 16px 0 0 0;
}

.answer { 
  margin: 1em 0;
  border-bottom: 1px solid #DDD;
}

.answer .count {
  font-weight: 700;
  padding-left: 6px;
}

.answer input {
  width: 90%;
  border: none;
  font-size: 1em;
  color: #444;
  padding: 0.25em;
}

.has-error {
  color: red !important;
  border-color: red !important;
}

.has-error::-webkit-input-placeholder { color: red; }
.has-error:-moz-placeholder { color: red; }​

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
 
.clearfix:after, .clear {
  clear: both;
}
 
.clearfix {
  zoom: 1;
}

.row {
  overflow: hidden;
}

.column {
  float: left;
  margin-left: 5%;
}
 
.column:first-child, .column.first {
  margin-left: 0 !important;
}

.column.full {
  width: 100%;
}
  
.column.two-thirds {
  width: 65%;
}
  
.column.half {
  width: 47.5%;
}
 
.column.one-third {
  width: 30%;
}
 
.column.one-fourth {
  width: 21.25%;
}

.pointer {
  cursor: pointer;
}

.result.pointer {
  margin-top: 20px;
}

.result.pointer:hover {
  text-decoration: underline;
}

.hint {
  margin: 1em 0;
}

.checkbox-dummy::before {
  margin-right: 3px;
  font-family: "FontAwesome";
  content: "\f00c";
}

.voteanswers {
  margin-top: 16px;
}

.voteanswers .select {
  margin-bottom: 0.75em;
}

.voteanswers .select .atext {
  font-size: 1.3em;
}

.voteanswers label {
  max-width: 80%;
  font-size: 18px !important;
}

.voteanswers label::before {
  top: 2px !important;
}

.voteanswers label::after {
  top: 2px !important;
}

.voteanswers .checkbox {
  margin-bottom: 16px;
}

#canvas {
  width: 100%;
  height: 100%;
}

#result ul {
  margin: 0;
  padding: 0;
}

#result ul li {
  list-style: none;
  font-size: 16px;
  vertical-align: top;
}

.resultstring {
  position: relative;
  margin-bottom: 3px;
}

.resultstring .float-left {
  font-size: 18px;
  max-width: 75%;
}

.resultstring .float-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.resultbar-wrapper {
  width: 100%;
  height: 16px;
  border: 1px solid #ccc;
  background-color: #eee;
  position: relative;
}

.resultbar {
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.search ul li {
  font-size: 16px;
  margin-bottom: 1em;
}

.font-small, .small {
  font-size: 12px !important;
}

.font-medium {
  font-size: 14px !important;
}

.font-large {
  font-size: 18px !important;
}

.font-xlarge {
  font-size: 20px !important;
}

.font-xxlarge {
  font-size: 24px !important;
}

.font-gray {
  color: #999;
}

#voteresponse {
  margin: 1em 0;
}

#votebutton {
  min-width: 150px;
}

.error {
  color: #D35400;
}

.success {
  color: #3eb991;
}

.social {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 1em;
}

#startnew a {
  font-size: 1.2em;
}

#pieChart {
  margin-bottom: 16px;
}

.block {
  display: block;
}

.oh { 
  overflow: hidden;
}

.sharelinkbox {
    min-height: 36px;
    width: 100%;
    max-width: 250px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #eee;
    padding: 8px;
    margin: 0 auto;
    font-size: 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 0 3px rgba(0,0,0,.1);
}

.sharelinkbox a {
  color: :#333;
}

.shortlink {
    margin-bottom: 10px;
}

.share, #startnew a {
    font-size: 24px;
}

#startnew a {
  display: block;
  margin-bottom: 8px;
}

.bold {
    font-weight: bold;
}

.resultbars {
  width: 100%;
}

.resultbars li {
  margin-bottom: 10px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

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

ul.polllist .image {
  width: 18%;
}

ul.polllist .text {
  width: 82%;
}

ul.polllist h5 {
  margin-bottom: 5px;
}

ul.polllist li {
  position: relative;
  margin-bottom: 20px;
}

ul.polllist span.hover {
  position: absolute;
  left: 0;
  top: 14px;
  font-weight: bold;
  width: 50px;
  text-align: center;
  color: white; 
  text-shadow: black 0.1em 0.1em 0.2em;
}

.embed {
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.embed h1 {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.embed .hint {
  font-size: 14px;
}

.embed label {
  font-size: 16px !important;
}

.embed .voteanswers label::before, .embed .voteanswers label::after {
  top: 1px !important;
}

.embed .button, .embed button {
  font-size: 16px !important;
}

.embed .poll-action {
  margin-bottom: 0;
}

.embed .resultstring .float-left {
  font-size: 16px;
  font-weight: normal;
}

.embed .font-extralarge {
  font-size: 20px !important;
}

.justify {
  text-align: justify;
}

.whatsapp {
  border-color: #4dc247;
  border-bottom-color: #4dc247;
  background-color: #4dc247;
  color: #fff;
  width: 200px;
  margin-top: 15px;
}

.whatsapp:hover, .whatsapp:focus {
  border-color: #4dc247;
  border-bottom-color: #4dc247;
  background-color: #4dc247;
  color: #fff;
}

.instagram {
  border-color: #3f729b;
  border-bottom-color: #3f729b;
  background-color: #3f729b;
  color: #fff;
  width: 220px;
}

.instagram:hover, .instagram:focus {
  border-color: #3f729b;
  border-bottom-color: #3f729b;
  background-color: #3f729b;
  color: #fff;
}

.facebook i, .instagram i, .whatsapp i {
  float: left;
  margin: 9px 0 0 6px;
}

.whatsapp i {
  margin: 5px 0 0 6px;
}

.button.instagram, .button.whatsapp {
  height: 44px;
  text-align: center;
  line-height: 42px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
}

.button.whatsapp {
  height: 36px;
  line-height: 34px;
}

a.buttonwrap.inherit:hover {
  text-decoration: none;
}


.halfspace-top {
  margin-top: 10px;
}

/* some responsive things down here */

@media screen and (max-width: 860px) {
  .container.container-small {
    max-width: 90%;
  }

  .no-mobile {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  
  .column.full,
  .column.two-thirds,
  .column.half,
  .column.one-third,
  .column.one-fourth {
    margin: 0;
    width: 100%;
  }

  .fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
  .fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}

  ul.polllist .image {
    width: 20% !important; 
  }
  
  ul.polllist .text {
    width: 75% !important; 
  }

  h1 { font-size: 28px !important; }
  h2 { font-size: 24px !important; }

  .voteanswers label, .resultstring .float-left { font-size: 16px !important; }

  button, .button { padding: 8px 16px; }
  .secondary { padding: 8px; }
  #votebutton { min-width: 80px; }
}

/* besides some design fixes, many kudos to https://github.com/flatlogic/awesome-bootstrap-checkbox/ */

.checkbox {
  margin-bottom: 16px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 12px;
  cursor: pointer;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 3px;
  line-height: 14px;
  font-size: 14px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox input[type="checkbox"]:checked + label, 
.checkbox input[type="radio"]:checked + label {
  color: #3eb991;
}

.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="radio"]:checked + label::before {
  background-color: #3eb991;
  border-color: #3eb991;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox input[type="checkbox"]:indeterminate + label::before,
.checkbox input[type="radio"]:indeterminate + label::before {
  background-color: #3eb991;
  border-color: #3eb991;
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio input[type="radio"] + label::after {
  background-color: #3eb991;
}
.radio input[type="radio"]:checked + label::before {
  border-color: #3eb991;
}
.radio input[type="radio"]:checked + label::after {
  background-color: #3eb991;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}