@charset "UTF-8";
#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}@font-face{font-family:mace;src:url(https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/assets/iconfont/fonts/mace.eot);src:url(https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/assets/iconfont/fonts/mace.eot?#iefix) format("embedded-opentype"),url(https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/assets/iconfont/fonts/mace.woff) format("woff"),url(https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/assets/iconfont/fonts/mace.ttf) format("truetype"),url(https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/lazy-load/assets/css/assets/iconfont/fonts/mace.svg#mace) format("svg");font-weight:400;font-style:normal;font-display:block}.mace-youtube{overflow:hidden;height:0;padding-top:56.25%;margin-bottom:30px;position:relative;cursor:pointer;background-color:#000}.mace-youtube img{width:100%;position:absolute;top:-16.84%;left:0;opacity:.7;cursor:pointer}.mace-youtube iframe{height:100%;width:100%;position:absolute;top:0;left:0}.mace-youtube .mace-play-button{position:absolute;z-index:1;top:50%;left:50%;transform:translate3d(-50%,-50%,0);cursor:pointer}.mace-youtube .mace-play-button:before{display:block;font-size:70px;line-height:1;font-family:mace;content:"\e010";text-shadow:0 10px 20px rgba(0,0,0,.2);color:#fff}@font-face{font-family:mace;src:url(https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/assets/iconfont/fonts/mace.eot);src:url(https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/assets/iconfont/fonts/mace.eot?#iefix) format("embedded-opentype"),url(https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/assets/iconfont/fonts/mace.woff) format("woff"),url(https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/assets/iconfont/fonts/mace.ttf) format("truetype"),url(https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/.https://www.top5listicle.com/wp-content/plugins/media-ace/includes/gallery/css/assets/iconfont/fonts/mace.svg#mace) format("svg");font-weight:400;font-style:normal;font-display:block}.mace-gallery-teaser-poster{display:block;position:relative}.mace-gallery-teaser-poster img{display:block;max-width:100%;height:auto}.mace-gallery-teaser-button{display:block;padding:10px 30px 10px 54px;position:absolute;top:10px;right:10px;border-radius:5px;background-color:#333;color:#fff;transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out}.mace-gallery-teaser-button:before{display:block;margin-top:-.5em;position:absolute;left:15px;top:50%;font:24px/1 mace;content:"\e008"}.mace-gallery-teaser-button-text{display:block}.mace-gallery-teaser-button-counter{display:block;font-size:12px;line-height:14px;opacity:.666}.mace-gallery-teaser:hover .mace-gallery-teaser-button{background-color:#fff;color:#1a1a1a;transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out}.g1-gallery-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;visibility:hidden;width:100%;height:100%;position:fixed;z-index:99999;top:0;left:0;opacity:0;background-color:rgba(0,0,0,.5);transition:visibility 0s 375ms,opacity 375ms ease-in-out,transform 375ms ease-in-out}.g1-gallery{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;visibility:hidden;position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;-webkit-transform:scale(.85);-moz-transform:scale(.85);-ms-transform:scale(.85);-o-transform:scale(.85);transform:scale(.85);background-color:#1a1a1a;color:#fff;transition:visibility 0s 375ms,opacity 375ms ease-in-out,transform 375ms ease-in-out}.g1-gallery-header{display:-ms-flexbox;display:-webkit-flex;display:flex;min-height:64px;border-bottom:1px solid #313131}.g1-gallery-header-left{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:10px 0;border-right:1px solid #313131}.g1-gallery-header-left .g1-gallery-logo{margin-left:20px}.g1-gallery-header-left .g1-gallery-logo img{display:block;width:auto;max-height:100%}.g1-gallery-header-left .g1-gallery-title{margin:0 50px;color:#fff;display:none}@media only screen and (min-width:601px){.g1-gallery-header-left .g1-gallery-title{display:block}}.g1-gallery-header-right{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:10px}@media only screen and (min-width:1025px){.g1-gallery-header-right{width:300px;min-width:300px}}.g1-gallery-header-right .g1-gallery-back-to-slideshow{display:none;-webkit-flex-grow:1;flex-grow:1;padding-left:5px;text-transform:uppercase;font-weight:600}.g1-gallery-header-right .g1-gallery-back-to-slideshow:before{position:relative;top:1px;margin-right:5px;font:14px/14px mace;content:"\e022"}.g1-gallery-header-right .g1-gallery-thumbs-button{margin:0 12px}.g1-gallery-header-right .g1-gallery-thumbs-button:before{font:16px/44px mace;content:"\e007"}.g1-gallery-header-right .g1-gallery-numerator{-webkit-flex-grow:1;flex-grow:1;text-align:center;font-size:16px;white-space:nowrap}.g1-gallery-header-right .g1-gallery-close-button{margin:0 12px}.g1-gallery-header-right .g1-gallery-close-button:before{font:16px/24px mace;content:"\e006"}.g1-gallery-body{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.g1-gallery-body .g1-gallery-thumbnails32{display:none;-webkit-flex-grow:1;flex-grow:1;border-right:1px solid #313131}.g1-gallery-body .g1-gallery-thumbnails32 .g1-gallery-thumbnails-collection{box-sizing:content-box;width:100%;padding:10px 5px;counter-reset:section}.g1-gallery-body .g1-gallery-thumbnails32 .g1-gallery-thumbnails-collection .g1-gallery-thumbnail{display:inline-block;padding:0 5px;margin:0 0 10px;position:relative;vertical-align:top}.g1-gallery-body .g1-gallery-thumbnails32 .g1-gallery-thumbnails-collection .g1-gallery-thumbnail img{display:block}.g1-gallery-body .g1-gallery-thumbnails32 .g1-gallery-thumbnails-collection .g1-gallery-thumbnail:after{position:absolute;right:12px;bottom:6px;font-size:14px;font-weight:600;counter-increment:section;content:counter(section)}@supports (display:grid){.g1-gallery-body .g1-gallery-thumbnails32 .g1-gallery-thumbnails-collection{display:grid;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));grid-template-rows:repeat(auto-fit,minmax(90px,max-content));grid-gap:10px;padding:10px}.g1-gallery-body .g1-gallery-thumbnails32 .g1-gallery-thumbnails-collection .g1-gallery-thumbnail{padding:0;margin:0}}@media only screen and (min-width:1025px){.g1-gallery-body{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.g1-gallery-frames{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1}.g1-gallery-frame{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1;border-right:1px solid #313131;border-bottom:1px solid #313131}.g1-gallery-frame-visible{display:-ms-flexbox;display:-webkit-flex;display:flex}.g1-gallery-image{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1;background-size:contain;background-repeat:no-repeat;background-position:center}.g1-gallery-image-title{min-height:22px;padding:8px 0;text-align:center;color:#999;border-top:1px solid #313131}.g1-gallery-sidebar .g1-gallery-ad{display:none;width:100%;margin-bottom:10px}.g1-gallery-sidebar .g1-gallery-ad .adace-slot{height:250px}.g1-gallery-sidebar .g1-gallery-thumbnails{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1;width:100%;max-height:420px;position:relative;text-align:center}.g1-gallery-sidebar .g1-gallery-thumbnails .g1-gallery-thumbnails-collection{overflow:hidden;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;position:absolute;top:0;bottom:0;left:0;right:0}.g1-gallery-sidebar .g1-gallery-thumbnails .g1-gallery-thumbnails-collection .g1-gallery-thumbnail{display:inline-block;width:33.33333%;position:relative}.g1-gallery-sidebar .g1-gallery-thumbnails .g1-gallery-thumbnails-collection .g1-gallery-thumbnail img{display:block}@media only screen and (min-width:1025px){.g1-gallery-sidebar{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:300px;padding:10px}.g1-gallery-sidebar .g1-gallery-ad{display:block}}.g1-gallery-thumbnails-up{display:inline-block;width:30px;position:absolute;z-index:3;top:5px;left:auto;right:5px;font:16px/30px mace;border-radius:50% 50% 0 0;background-color:#1a1a1a;transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out}.g1-gallery-thumbnails-up:before{content:"\e021"}.g1-gallery-thumbnails-down{display:inline-block;width:30px;position:absolute;z-index:3;top:35px;left:auto;right:5px;font:16px/30px mace;border-radius:0 0 50% 50%;background-color:#1a1a1a;transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out}.g1-gallery-thumbnails-down:before{content:"\e020"}.g1-gallery-thumbnails-down:hover,.g1-gallery-thumbnails-up:hover{border-color:#fff;background-color:#fff;color:#1a1a1a}.g1-gallery-thumbnail img{opacity:.333;transition:opacity 375ms ease-in-out}.g1-gallery-thumbnail-active img,.g1-gallery-thumbnail:hover img{opacity:.999;transition:opacity 375ms ease-in-out}.g1-gallery-frame-ad .g1-gallery-ad{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-grow:1;flex-grow:1;width:100%;margin:0;text-align:center}.g1-gallery-frame-ad .g1-gallery-ad .adace-slot-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1;margin-left:33px;margin-right:33px}.g1-gallery-frame-ad .g1-gallery-ad .adace-slot{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;position:relative}.g1-gallery-frame-ad .g1-gallery-ad .adace-slot>div{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%}.g1-gallery-ad-mode .g1-gallery-sidebar{display:none}.g1-gallery-ad-mode .g1-gallery-frame-ad{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}@media only screen and (max-width:600px){.g1-gallery-frame-ad .g1-gallery-ad .adace-slot-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1}}@media only screen and (min-width:601px){.g1-gallery-frame-ad .g1-gallery-ad .adace-slot-wrapper{margin-left:64px;margin-right:64px}}.g1-gallery-shares{display:-ms-flexbox;display:-webkit-flex;display:flex}.g1-gallery-share{display:block;-webkit-flex-grow:1;flex-grow:1;height:36px;position:relative;font-size:0;color:#fff}.g1-gallery-share:before{width:100%;height:100%;position:absolute;top:0;left:0;right:auto;text-align:center;font:16px/36px bimber}.g1-gallery-share-fb{background-color:#3b5998}.g1-gallery-share-fb:before{content:"\e040"}.g1-gallery-share-twitter{background-color:#00aced}.g1-gallery-share-twitter:before{content:"\e041"}.g1-gallery-share-pinterest{background-color:#c92228}.g1-gallery-share-pinterest:before{content:"\e042"}@media only screen and (min-width:1025px){.g1-gallery-shares{width:100%;margin-bottom:10px}}.g1-gallery-next-frame,.g1-gallery-previous-frame{padding:10px 2px;position:absolute;z-index:2;top:50%;font:24px/24px mace;text-align:center;background-color:rgba(255,255,255,.333);color:#000;border-radius:4px;transition:background-color 375ms ease-in-out;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.g1-gallery-next-frame:hover,.g1-gallery-previous-frame:hover{background-color:#fff}.g1-gallery-previous-frame{left:0;border-top-left-radius:0;border-bottom-left-radius:0}.g1-gallery-previous-frame:before{position:relative;right:2px;content:"\e022"}.g1-gallery-next-frame{right:0;border-top-right-radius:0;border-bottom-right-radius:0}.g1-gallery-next-frame:before{position:relative;left:2px;content:"\e023"}.g1-gallery-frame:first-child .g1-gallery-previous-frame{display:none}.g1-gallery-frame:last-child .g1-gallery-next-frame{display:none}@media only screen and (min-width:601px){.g1-gallery-next-frame,.g1-gallery-previous-frame{padding:10px;border-radius:50%}.g1-gallery-previous-frame{left:10px}.g1-gallery-next-frame{right:10px}}.g1-gallery-thumbnails-mode .g1-gallery-header-right .g1-gallery-back-to-slideshow{display:block}.g1-gallery-thumbnails-mode .g1-gallery-thumbnails32{display:-ms-flexbox;display:-webkit-flex;display:flex}.g1-gallery-thumbnails-mode .g1-gallery-frames,.g1-gallery-thumbnails-mode .g1-gallery-numerator,.g1-gallery-thumbnails-mode .g1-gallery-sidebar .g1-gallery-thumbnails,.g1-gallery-thumbnails-mode .g1-gallery-thumbs-button{display:none}.g1-gallery-back-to-slideshow:hover,.g1-gallery-close-button:hover,.g1-gallery-thumbnail:hover,.g1-gallery-thumbnails-down:hover,.g1-gallery-thumbnails-up:hover,.g1-gallery-thumbs-button:hover{cursor:pointer}.g1-gallery-visible .g1-gallery-wrapper{visibility:visible;opacity:1;transition:visibility 0s,opacity 375ms ease-in-out,transform 375ms ease-in-out}.g1-gallery-visible .g1-gallery{visibility:visible;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);transition:visibility 0s,opacity 375ms ease-in-out,transform 375ms ease-in-out}#fb-root .fb_dialog{z-index:999999!important}.g1-gallery-light .g1-gallery{background-color:#fff;color:#1a1a1a}.g1-gallery-light .g1-gallery-header{border-color:#e6e6e6}.g1-gallery-light .g1-gallery-header .g1-gallery-title{color:#1a1a1a}.g1-gallery-light .g1-gallery-next-frame,.g1-gallery-light .g1-gallery-previous-frame{background-color:#e6e6e6}.g1-gallery-light .g1-gallery-thumbnails-down,.g1-gallery-light .g1-gallery-thumbnails-up{border-color:#fff;background-color:#fff;color:#1a1a1a}.g1-gallery-light .g1-gallery-frame,.g1-gallery-light .g1-gallery-frames .g1-gallery-image-title,.g1-gallery-light .g1-gallery-header-left,.g1-gallery-light .g1-gallery-next-frame,.g1-gallery-light .g1-gallery-previous-frame,.g1-gallery-light .g1-gallery-thumbnails32{border-color:#e6e6e6}form.ts_poll_form>.ts_poll_section {
padding: 0 !important;
margin: 0 !important;
}
form.ts_poll_form {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100% !important;
margin-bottom: .9375rem !important;
margin-top: .9375rem !important;
}
form.ts_poll_form>div.ts_load_vue_poll,
div.ts_load_vue_poll>div.ts_load_poll_logo {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
flex-direction: column;
-ms-flex-direction: column;
-webkit-box-direction: column;
width: 100% !important;
}
.ts_poll_section button:focus,
.ts_poll_section button:hover,
.ts_poll_section button,
.ts_poll_section input[type="button"],
.ts_poll_section input[type="button"]:focus,
.ts_poll_section input[type="button"]:hover {
text-decoration: none !important;
box-shadow: none !important;
outline: none !important;
}
.ts_poll_section input[type=radio]:checked+label:before {
background-color: inherit !important;
}
div.ts_load_vue_poll>span.tsp_load_span {
margin-top: 1.25rem !important;
padding: .625rem .9375rem !important;
box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .3) !important;
background-color: #f7f7f7 !important;
border-radius: .3125rem !important;
font-size: .75rem !important;
color: #222 !important;
word-break: break-word !important;
letter-spacing: .0313rem !important;
}
div.ts_load_poll_logo>div.tsp_load_circle {
width: 3rem !important;
height: 3rem !important;
border: 0.5rem solid #f3f3f3 !important;
border-radius: 50% !important;
border-top: 0.5rem solid #8c8c8c !important;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation: ts_poll_logo_spin 1.5s linear infinite;
animation: ts_poll_logo_spin 1.5s linear infinite;
}
@-webkit-keyframes ts_poll_logo_spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes ts_poll_logo_spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.tsp_sceleton_item {
background-color: #ced4da !important;
border: 1px solid #e6e6e6 !important;
border-radius: 2px !important;
overflow: hidden !important;
position: relative
}
.tsp_sceleton_item:before {
-webkit-animation: ph-animation .8s linear infinite !important;
animation: ph-animation .8s linear infinite !important;
background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50% !important;
bottom: 0 !important;
content: " " !important;
left: 0% !important;
margin-left: -100% !important;
pointer-events: none !important;
position: absolute !important;
right: 0 !important;
top: 0 !important;
width: 500% !important;
z-index: 1
}
.tsp_sceleton_item * {
z-index: -1 !important;
visibility: hidden;
}
@-webkit-keyframes ph-animation {
0% {
transform: translate3d(-30%, 0, 0)
}
to {
transform: translate3d(30%, 0, 0)
}
}
@keyframes ph-animation {
0% {
transform: translate3d(-30%, 0, 0)
}
to {
transform: translate3d(30%, 0, 0)
}
}@font-face {
font-family: 'FontAwesome';
src: url(//www.top5listicle.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//www.top5listicle.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(//www.top5listicle.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(//www.top5listicle.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(//www.top5listicle.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(//www.top5listicle.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.ts-poll,
.ts-poll-fas,
.ts-poll-far,
.ts-poll-fal,
.ts-poll-fad,
.ts-poll-fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.ts-poll-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em;
}
.ts-poll-xs {
font-size: .75em;
}
.ts-poll-sm {
font-size: .875em;
}
.ts-poll-1x {
font-size: 1em;
}
.ts-poll-2x {
font-size: 2em;
}
.ts-poll-3x {
font-size: 3em;
}
.ts-poll-4x {
font-size: 4em;
}
.ts-poll-5x {
font-size: 5em;
}
.ts-poll-6x {
font-size: 6em;
}
.ts-poll-7x {
font-size: 7em;
}
.ts-poll-8x {
font-size: 8em;
}
.ts-poll-9x {
font-size: 9em;
}
.ts-poll-10x {
font-size: 10em;
}
.ts-poll-fw {
text-align: center;
width: 1.25em;
}
.ts-poll-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.ts-poll-ul>li {
position: relative;
}
.ts-poll-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.ts-poll-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em;
}
.ts-poll-pull-left {
float: left;
}
.ts-poll-pull-right {
float: right;
}
.ts-poll.ts-poll-pull-left,
.ts-poll-fas.ts-poll-pull-left,
.ts-poll-far.ts-poll-pull-left,
.ts-poll-fal.ts-poll-pull-left,
.ts-poll-fab.ts-poll-pull-left {
margin-right: .3em;
}
.ts-poll.ts-poll-pull-right,
.ts-poll-fas.ts-poll-pull-right,
.ts-poll-far.ts-poll-pull-right,
.ts-poll-fal.ts-poll-pull-right,
.ts-poll-fab.ts-poll-pull-right {
margin-left: .3em;
}
.ts-poll-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ts-poll-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.ts-poll-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.ts-poll-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.ts-poll-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.ts-poll-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.ts-poll-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
.ts-poll-flip-both,
.ts-poll-flip-horizontal.ts-poll-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
:root .ts-poll-rotate-90,
:root .ts-poll-rotate-180,
:root .ts-poll-rotate-270,
:root .ts-poll-flip-horizontal,
:root .ts-poll-flip-vertical,
:root .ts-poll-flip-both {
-webkit-filter: none;
filter: none;
}
.ts-poll-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em;
}
.ts-poll-stack-1x,
.ts-poll-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.ts-poll-stack-1x {
line-height: inherit;
}
.ts-poll-stack-2x {
font-size: 2em;
}
.ts-poll-inverse {
color: #fff;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.ts-poll.pull-left {
margin-right: .3em;
}
.ts-poll.pull-right {
margin-left: .3em;
}
.ts-poll-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ts-poll-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.ts-poll-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.ts-poll-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.ts-poll-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.ts-poll-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.ts-poll-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .ts-poll-rotate-90,
:root .ts-poll-rotate-180,
:root .ts-poll-rotate-270,
:root .ts-poll-flip-horizontal,
:root .ts-poll-flip-vertical {
filter: none;
}
.ts-poll-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.ts-poll-stack-1x,
.ts-poll-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.ts-poll-stack-1x {
line-height: inherit;
}
.ts-poll-stack-2x {
font-size: 2em;
}
.ts-poll-inverse {
color: #ffffff;
} .ts-poll-glass:before {
content: "\f000";
}
.ts-poll-music:before {
content: "\f001";
}
.ts-poll-search:before {
content: "\f002";
}
.ts-poll-envelope-o:before {
content: "\f003";
}
.ts-poll-heart:before {
content: "\f004";
}
.ts-poll-star:before {
content: "\f005";
}
.ts-poll-star-o:before {
content: "\f006";
}
.ts-poll-user:before {
content: "\f007";
}
.ts-poll-film:before {
content: "\f008";
}
.ts-poll-th-large:before {
content: "\f009";
}
.ts-poll-th:before {
content: "\f00a";
}
.ts-poll-th-list:before {
content: "\f00b";
}
.ts-poll-check:before {
content: "\f00c";
}
.ts-poll-remove:before,
.ts-poll-close:before,
.ts-poll-times:before {
content: "\f00d";
}
.ts-poll-search-plus:before {
content: "\f00e";
}
.ts-poll-search-minus:before {
content: "\f010";
}
.ts-poll-power-off:before {
content: "\f011";
}
.ts-poll-signal:before {
content: "\f012";
}
.ts-poll-gear:before,
.ts-poll-cog:before {
content: "\f013";
}
.ts-poll-trash-o:before {
content: "\f014";
}
.ts-poll-home:before {
content: "\f015";
}
.ts-poll-file-o:before {
content: "\f016";
}
.ts-poll-clock-o:before {
content: "\f017";
}
.ts-poll-road:before {
content: "\f018";
}
.ts-poll-download:before {
content: "\f019";
}
.ts-poll-arrow-circle-o-down:before {
content: "\f01a";
}
.ts-poll-arrow-circle-o-up:before {
content: "\f01b";
}
.ts-poll-inbox:before {
content: "\f01c";
}
.ts-poll-play-circle-o:before {
content: "\f01d";
}
.ts-poll-rotate-right:before,
.ts-poll-repeat:before {
content: "\f01e";
}
.ts-poll-refresh:before {
content: "\f021";
}
.ts-poll-list-alt:before {
content: "\f022";
}
.ts-poll-lock:before {
content: "\f023";
}
.ts-poll-flag:before {
content: "\f024";
}
.ts-poll-headphones:before {
content: "\f025";
}
.ts-poll-volume-off:before {
content: "\f026";
}
.ts-poll-volume-down:before {
content: "\f027";
}
.ts-poll-volume-up:before {
content: "\f028";
}
.ts-poll-qrcode:before {
content: "\f029";
}
.ts-poll-barcode:before {
content: "\f02a";
}
.ts-poll-tag:before {
content: "\f02b";
}
.ts-poll-tags:before {
content: "\f02c";
}
.ts-poll-book:before {
content: "\f02d";
}
.ts-poll-bookmark:before {
content: "\f02e";
}
.ts-poll-print:before {
content: "\f02f";
}
.ts-poll-camera:before {
content: "\f030";
}
.ts-poll-font:before {
content: "\f031";
}
.ts-poll-bold:before {
content: "\f032";
}
.ts-poll-italic:before {
content: "\f033";
}
.ts-poll-text-height:before {
content: "\f034";
}
.ts-poll-text-width:before {
content: "\f035";
}
.ts-poll-align-left:before {
content: "\f036";
}
.ts-poll-align-center:before {
content: "\f037";
}
.ts-poll-align-right:before {
content: "\f038";
}
.ts-poll-align-justify:before {
content: "\f039";
}
.ts-poll-list:before {
content: "\f03a";
}
.ts-poll-dedent:before,
.ts-poll-outdent:before {
content: "\f03b";
}
.ts-poll-indent:before {
content: "\f03c";
}
.ts-poll-video-camera:before {
content: "\f03d";
}
.ts-poll-photo:before,
.ts-poll-image:before,
.ts-poll-picture-o:before {
content: "\f03e";
}
.ts-poll-pencil:before {
content: "\f040";
}
.ts-poll-map-marker:before {
content: "\f041";
}
.ts-poll-adjust:before {
content: "\f042";
}
.ts-poll-tint:before {
content: "\f043";
}
.ts-poll-edit:before,
.ts-poll-pencil-square-o:before {
content: "\f044";
}
.ts-poll-share-square-o:before {
content: "\f045";
}
.ts-poll-check-square-o:before {
content: "\f046";
}
.ts-poll-arrows:before {
content: "\f047";
}
.ts-poll-step-backward:before {
content: "\f048";
}
.ts-poll-fast-backward:before {
content: "\f049";
}
.ts-poll-backward:before {
content: "\f04a";
}
.ts-poll-play:before {
content: "\f04b";
}
.ts-poll-pause:before {
content: "\f04c";
}
.ts-poll-stop:before {
content: "\f04d";
}
.ts-poll-forward:before {
content: "\f04e";
}
.ts-poll-fast-forward:before {
content: "\f050";
}
.ts-poll-step-forward:before {
content: "\f051";
}
.ts-poll-eject:before {
content: "\f052";
}
.ts-poll-chevron-left:before {
content: "\f053";
}
.ts-poll-chevron-right:before {
content: "\f054";
}
.ts-poll-plus-circle:before {
content: "\f055";
}
.ts-poll-minus-circle:before {
content: "\f056";
}
.ts-poll-times-circle:before {
content: "\f057";
}
.ts-poll-check-circle:before {
content: "\f058";
}
.ts-poll-question-circle:before {
content: "\f059";
}
.ts-poll-info-circle:before {
content: "\f05a";
}
.ts-poll-crosshairs:before {
content: "\f05b";
}
.ts-poll-times-circle-o:before {
content: "\f05c";
}
.ts-poll-check-circle-o:before {
content: "\f05d";
}
.ts-poll-ban:before {
content: "\f05e";
}
.ts-poll-arrow-left:before {
content: "\f060";
}
.ts-poll-arrow-right:before {
content: "\f061";
}
.ts-poll-arrow-up:before {
content: "\f062";
}
.ts-poll-arrow-down:before {
content: "\f063";
}
.ts-poll-mail-forward:before,
.ts-poll-share:before {
content: "\f064";
}
.ts-poll-expand:before {
content: "\f065";
}
.ts-poll-compress:before {
content: "\f066";
}
.ts-poll-plus:before {
content: "\f067";
}
.ts-poll-minus:before {
content: "\f068";
}
.ts-poll-asterisk:before {
content: "\f069";
}
.ts-poll-exclamation-circle:before {
content: "\f06a";
}
.ts-poll-gift:before {
content: "\f06b";
}
.ts-poll-leaf:before {
content: "\f06c";
}
.ts-poll-fire:before {
content: "\f06d";
}
.ts-poll-eye:before {
content: "\f06e";
}
.ts-poll-eye-slash:before {
content: "\f070";
}
.ts-poll-warning:before,
.ts-poll-exclamation-triangle:before {
content: "\f071";
}
.ts-poll-plane:before {
content: "\f072";
}
.ts-poll-calendar:before {
content: "\f073";
}
.ts-poll-random:before {
content: "\f074";
}
.ts-poll-comment:before {
content: "\f075";
}
.ts-poll-magnet:before {
content: "\f076";
}
.ts-poll-chevron-up:before {
content: "\f077";
}
.ts-poll-chevron-down:before {
content: "\f078";
}
.ts-poll-retweet:before {
content: "\f079";
}
.ts-poll-shopping-cart:before {
content: "\f07a";
}
.ts-poll-folder:before {
content: "\f07b";
}
.ts-poll-folder-open:before {
content: "\f07c";
}
.ts-poll-arrows-v:before {
content: "\f07d";
}
.ts-poll-arrows-h:before {
content: "\f07e";
}
.ts-poll-bar-chart-o:before,
.ts-poll-bar-chart:before {
content: "\f080";
}
.ts-poll-twitter-square:before {
content: "\f081";
}
.ts-poll-facebook-square:before {
content: "\f082";
}
.ts-poll-camera-retro:before {
content: "\f083";
}
.ts-poll-key:before {
content: "\f084";
}
.ts-poll-gears:before,
.ts-poll-cogs:before {
content: "\f085";
}
.ts-poll-comments:before {
content: "\f086";
}
.ts-poll-thumbs-o-up:before {
content: "\f087";
}
.ts-poll-thumbs-o-down:before {
content: "\f088";
}
.ts-poll-star-half:before {
content: "\f089";
}
.ts-poll-heart-o:before {
content: "\f08a";
}
.ts-poll-sign-out:before {
content: "\f08b";
}
.ts-poll-linkedin-square:before {
content: "\f08c";
}
.ts-poll-thumb-tack:before {
content: "\f08d";
}
.ts-poll-external-link:before {
content: "\f08e";
}
.ts-poll-sign-in:before {
content: "\f090";
}
.ts-poll-trophy:before {
content: "\f091";
}
.ts-poll-github-square:before {
content: "\f092";
}
.ts-poll-upload:before {
content: "\f093";
}
.ts-poll-lemon-o:before {
content: "\f094";
}
.ts-poll-phone:before {
content: "\f095";
}
.ts-poll-square-o:before {
content: "\f096";
}
.ts-poll-bookmark-o:before {
content: "\f097";
}
.ts-poll-phone-square:before {
content: "\f098";
}
.ts-poll-twitter:before {
content: "\f099";
}
.ts-poll-facebook-f:before,
.ts-poll-facebook:before {
content: "\f09a";
}
.ts-poll-github:before {
content: "\f09b";
}
.ts-poll-unlock:before {
content: "\f09c";
}
.ts-poll-credit-card:before {
content: "\f09d";
}
.ts-poll-feed:before,
.ts-poll-rss:before {
content: "\f09e";
}
.ts-poll-hdd-o:before {
content: "\f0a0";
}
.ts-poll-bullhorn:before {
content: "\f0a1";
}
.ts-poll-bell:before {
content: "\f0f3";
}
.ts-poll-certificate:before {
content: "\f0a3";
}
.ts-poll-hand-o-right:before {
content: "\f0a4";
}
.ts-poll-hand-o-left:before {
content: "\f0a5";
}
.ts-poll-hand-o-up:before {
content: "\f0a6";
}
.ts-poll-hand-o-down:before {
content: "\f0a7";
}
.ts-poll-arrow-circle-left:before {
content: "\f0a8";
}
.ts-poll-arrow-circle-right:before {
content: "\f0a9";
}
.ts-poll-arrow-circle-up:before {
content: "\f0aa";
}
.ts-poll-arrow-circle-down:before {
content: "\f0ab";
}
.ts-poll-globe:before {
content: "\f0ac";
}
.ts-poll-wrench:before {
content: "\f0ad";
}
.ts-poll-tasks:before {
content: "\f0ae";
}
.ts-poll-filter:before {
content: "\f0b0";
}
.ts-poll-briefcase:before {
content: "\f0b1";
}
.ts-poll-arrows-alt:before {
content: "\f0b2";
}
.ts-poll-group:before,
.ts-poll-users:before {
content: "\f0c0";
}
.ts-poll-chain:before,
.ts-poll-link:before {
content: "\f0c1";
}
.ts-poll-cloud:before {
content: "\f0c2";
}
.ts-poll-flask:before {
content: "\f0c3";
}
.ts-poll-cut:before,
.ts-poll-scissors:before {
content: "\f0c4";
}
.ts-poll-copy:before,
.ts-poll-files-o:before {
content: "\f0c5";
}
.ts-poll-paperclip:before {
content: "\f0c6";
}
.ts-poll-save:before,
.ts-poll-floppy-o:before {
content: "\f0c7";
}
.ts-poll-square:before {
content: "\f0c8";
}
.ts-poll-navicon:before,
.ts-poll-reorder:before,
.ts-poll-bars:before {
content: "\f0c9";
}
.ts-poll-list-ul:before {
content: "\f0ca";
}
.ts-poll-list-ol:before {
content: "\f0cb";
}
.ts-poll-strikethrough:before {
content: "\f0cc";
}
.ts-poll-underline:before {
content: "\f0cd";
}
.ts-poll-table:before {
content: "\f0ce";
}
.ts-poll-magic:before {
content: "\f0d0";
}
.ts-poll-truck:before {
content: "\f0d1";
}
.ts-poll-pinterest:before {
content: "\f0d2";
}
.ts-poll-pinterest-square:before {
content: "\f0d3";
}
.ts-poll-google-plus-square:before {
content: "\f0d4";
}
.ts-poll-google-plus:before {
content: "\f0d5";
}
.ts-poll-money:before {
content: "\f0d6";
}
.ts-poll-caret-down:before {
content: "\f0d7";
}
.ts-poll-caret-up:before {
content: "\f0d8";
}
.ts-poll-caret-left:before {
content: "\f0d9";
}
.ts-poll-caret-right:before {
content: "\f0da";
}
.ts-poll-columns:before {
content: "\f0db";
}
.ts-poll-unsorted:before,
.ts-poll-sort:before {
content: "\f0dc";
}
.ts-poll-sort-down:before,
.ts-poll-sort-desc:before {
content: "\f0dd";
}
.ts-poll-sort-up:before,
.ts-poll-sort-asc:before {
content: "\f0de";
}
.ts-poll-envelope:before {
content: "\f0e0";
}
.ts-poll-linkedin:before {
content: "\f0e1";
}
.ts-poll-rotate-left:before,
.ts-poll-undo:before {
content: "\f0e2";
}
.ts-poll-legal:before,
.ts-poll-gavel:before {
content: "\f0e3";
}
.ts-poll-dashboard:before,
.ts-poll-tachometer:before {
content: "\f0e4";
}
.ts-poll-comment-o:before {
content: "\f0e5";
}
.ts-poll-comments-o:before {
content: "\f0e6";
}
.ts-poll-flash:before,
.ts-poll-bolt:before {
content: "\f0e7";
}
.ts-poll-sitemap:before {
content: "\f0e8";
}
.ts-poll-umbrella:before {
content: "\f0e9";
}
.ts-poll-paste:before,
.ts-poll-clipboard:before {
content: "\f0ea";
}
.ts-poll-lightbulb-o:before {
content: "\f0eb";
}
.ts-poll-exchange:before {
content: "\f0ec";
}
.ts-poll-cloud-download:before {
content: "\f0ed";
}
.ts-poll-cloud-upload:before {
content: "\f0ee";
}
.ts-poll-user-md:before {
content: "\f0f0";
}
.ts-poll-stethoscope:before {
content: "\f0f1";
}
.ts-poll-suitcase:before {
content: "\f0f2";
}
.ts-poll-bell-o:before {
content: "\f0a2";
}
.ts-poll-coffee:before {
content: "\f0f4";
}
.ts-poll-cutlery:before {
content: "\f0f5";
}
.ts-poll-file-text-o:before {
content: "\f0f6";
}
.ts-poll-building-o:before {
content: "\f0f7";
}
.ts-poll-hospital-o:before {
content: "\f0f8";
}
.ts-poll-ambulance:before {
content: "\f0f9";
}
.ts-poll-medkit:before {
content: "\f0fa";
}
.ts-poll-fighter-jet:before {
content: "\f0fb";
}
.ts-poll-beer:before {
content: "\f0fc";
}
.ts-poll-h-square:before {
content: "\f0fd";
}
.ts-poll-plus-square:before {
content: "\f0fe";
}
.ts-poll-angle-double-left:before {
content: "\f100";
}
.ts-poll-angle-double-right:before {
content: "\f101";
}
.ts-poll-angle-double-up:before {
content: "\f102";
}
.ts-poll-angle-double-down:before {
content: "\f103";
}
.ts-poll-angle-left:before {
content: "\f104";
}
.ts-poll-angle-right:before {
content: "\f105";
}
.ts-poll-angle-up:before {
content: "\f106";
}
.ts-poll-angle-down:before {
content: "\f107";
}
.ts-poll-desktop:before {
content: "\f108";
}
.ts-poll-laptop:before {
content: "\f109";
}
.ts-poll-tablet:before {
content: "\f10a";
}
.ts-poll-mobile-phone:before,
.ts-poll-mobile:before {
content: "\f10b";
}
.ts-poll-circle-o:before {
content: "\f10c";
}
.ts-poll-quote-left:before {
content: "\f10d";
}
.ts-poll-quote-right:before {
content: "\f10e";
}
.ts-poll-spinner:before {
content: "\f110";
}
.ts-poll-circle:before {
content: "\f111";
}
.ts-poll-mail-reply:before,
.ts-poll-reply:before {
content: "\f112";
}
.ts-poll-github-alt:before {
content: "\f113";
}
.ts-poll-folder-o:before {
content: "\f114";
}
.ts-poll-folder-open-o:before {
content: "\f115";
}
.ts-poll-smile-o:before {
content: "\f118";
}
.ts-poll-frown-o:before {
content: "\f119";
}
.ts-poll-meh-o:before {
content: "\f11a";
}
.ts-poll-gamepad:before {
content: "\f11b";
}
.ts-poll-keyboard-o:before {
content: "\f11c";
}
.ts-poll-flag-o:before {
content: "\f11d";
}
.ts-poll-flag-checkered:before {
content: "\f11e";
}
.ts-poll-terminal:before {
content: "\f120";
}
.ts-poll-code:before {
content: "\f121";
}
.ts-poll-mail-reply-all:before,
.ts-poll-reply-all:before {
content: "\f122";
}
.ts-poll-star-half-empty:before,
.ts-poll-star-half-full:before,
.ts-poll-star-half-o:before {
content: "\f123";
}
.ts-poll-location-arrow:before {
content: "\f124";
}
.ts-poll-crop:before {
content: "\f125";
}
.ts-poll-code-fork:before {
content: "\f126";
}
.ts-poll-unlink:before,
.ts-poll-chain-broken:before {
content: "\f127";
}
.ts-poll-question:before {
content: "\f128";
}
.ts-poll-info:before {
content: "\f129";
}
.ts-poll-exclamation:before {
content: "\f12a";
}
.ts-poll-superscript:before {
content: "\f12b";
}
.ts-poll-subscript:before {
content: "\f12c";
}
.ts-poll-eraser:before {
content: "\f12d";
}
.ts-poll-puzzle-piece:before {
content: "\f12e";
}
.ts-poll-microphone:before {
content: "\f130";
}
.ts-poll-microphone-slash:before {
content: "\f131";
}
.ts-poll-shield:before {
content: "\f132";
}
.ts-poll-calendar-o:before {
content: "\f133";
}
.ts-poll-fire-extinguisher:before {
content: "\f134";
}
.ts-poll-rocket:before {
content: "\f135";
}
.ts-poll-maxcdn:before {
content: "\f136";
}
.ts-poll-chevron-circle-left:before {
content: "\f137";
}
.ts-poll-chevron-circle-right:before {
content: "\f138";
}
.ts-poll-chevron-circle-up:before {
content: "\f139";
}
.ts-poll-chevron-circle-down:before {
content: "\f13a";
}
.ts-poll-html5:before {
content: "\f13b";
}
.ts-poll-css3:before {
content: "\f13c";
}
.ts-poll-anchor:before {
content: "\f13d";
}
.ts-poll-unlock-alt:before {
content: "\f13e";
}
.ts-poll-bullseye:before {
content: "\f140";
}
.ts-poll-ellipsis-h:before {
content: "\f141";
}
.ts-poll-ellipsis-v:before {
content: "\f142";
}
.ts-poll-rss-square:before {
content: "\f143";
}
.ts-poll-play-circle:before {
content: "\f144";
}
.ts-poll-ticket:before {
content: "\f145";
}
.ts-poll-minus-square:before {
content: "\f146";
}
.ts-poll-minus-square-o:before {
content: "\f147";
}
.ts-poll-level-up:before {
content: "\f148";
}
.ts-poll-level-down:before {
content: "\f149";
}
.ts-poll-check-square:before {
content: "\f14a";
}
.ts-poll-pencil-square:before {
content: "\f14b";
}
.ts-poll-external-link-square:before {
content: "\f14c";
}
.ts-poll-share-square:before {
content: "\f14d";
}
.ts-poll-compass:before {
content: "\f14e";
}
.ts-poll-toggle-down:before,
.ts-poll-caret-square-o-down:before {
content: "\f150";
}
.ts-poll-toggle-up:before,
.ts-poll-caret-square-o-up:before {
content: "\f151";
}
.ts-poll-toggle-right:before,
.ts-poll-caret-square-o-right:before {
content: "\f152";
}
.ts-poll-euro:before,
.ts-poll-eur:before {
content: "\f153";
}
.ts-poll-gbp:before {
content: "\f154";
}
.ts-poll-dollar:before,
.ts-poll-usd:before {
content: "\f155";
}
.ts-poll-rupee:before,
.ts-poll-inr:before {
content: "\f156";
}
.ts-poll-cny:before,
.ts-poll-rmb:before,
.ts-poll-yen:before,
.ts-poll-jpy:before {
content: "\f157";
}
.ts-poll-ruble:before,
.ts-poll-rouble:before,
.ts-poll-rub:before {
content: "\f158";
}
.ts-poll-won:before,
.ts-poll-krw:before {
content: "\f159";
}
.ts-poll-bitcoin:before,
.ts-poll-btc:before {
content: "\f15a";
}
.ts-poll-file:before {
content: "\f15b";
}
.ts-poll-file-text:before {
content: "\f15c";
}
.ts-poll-sort-alpha-asc:before {
content: "\f15d";
}
.ts-poll-sort-alpha-desc:before {
content: "\f15e";
}
.ts-poll-sort-amount-asc:before {
content: "\f160";
}
.ts-poll-sort-amount-desc:before {
content: "\f161";
}
.ts-poll-sort-numeric-asc:before {
content: "\f162";
}
.ts-poll-sort-numeric-desc:before {
content: "\f163";
}
.ts-poll-thumbs-up:before {
content: "\f164";
}
.ts-poll-thumbs-down:before {
content: "\f165";
}
.ts-poll-youtube-square:before {
content: "\f166";
}
.ts-poll-youtube:before {
content: "\f167";
}
.ts-poll-xing:before {
content: "\f168";
}
.ts-poll-xing-square:before {
content: "\f169";
}
.ts-poll-youtube-play:before {
content: "\f16a";
}
.ts-poll-dropbox:before {
content: "\f16b";
}
.ts-poll-stack-overflow:before {
content: "\f16c";
}
.ts-poll-instagram:before {
content: "\f16d";
}
.ts-poll-flickr:before {
content: "\f16e";
}
.ts-poll-adn:before {
content: "\f170";
}
.ts-poll-bitbucket:before {
content: "\f171";
}
.ts-poll-bitbucket-square:before {
content: "\f172";
}
.ts-poll-tumblr:before {
content: "\f173";
}
.ts-poll-tumblr-square:before {
content: "\f174";
}
.ts-poll-long-arrow-down:before {
content: "\f175";
}
.ts-poll-long-arrow-up:before {
content: "\f176";
}
.ts-poll-long-arrow-left:before {
content: "\f177";
}
.ts-poll-long-arrow-right:before {
content: "\f178";
}
.ts-poll-apple:before {
content: "\f179";
}
.ts-poll-windows:before {
content: "\f17a";
}
.ts-poll-android:before {
content: "\f17b";
}
.ts-poll-linux:before {
content: "\f17c";
}
.ts-poll-dribbble:before {
content: "\f17d";
}
.ts-poll-skype:before {
content: "\f17e";
}
.ts-poll-foursquare:before {
content: "\f180";
}
.ts-poll-trello:before {
content: "\f181";
}
.ts-poll-female:before {
content: "\f182";
}
.ts-poll-male:before {
content: "\f183";
}
.ts-poll-gittip:before,
.ts-poll-gratipay:before {
content: "\f184";
}
.ts-poll-sun-o:before {
content: "\f185";
}
.ts-poll-moon-o:before {
content: "\f186";
}
.ts-poll-archive:before {
content: "\f187";
}
.ts-poll-bug:before {
content: "\f188";
}
.ts-poll-vk:before {
content: "\f189";
}
.ts-poll-weibo:before {
content: "\f18a";
}
.ts-poll-renren:before {
content: "\f18b";
}
.ts-poll-pagelines:before {
content: "\f18c";
}
.ts-poll-stack-exchange:before {
content: "\f18d";
}
.ts-poll-arrow-circle-o-right:before {
content: "\f18e";
}
.ts-poll-arrow-circle-o-left:before {
content: "\f190";
}
.ts-poll-toggle-left:before,
.ts-poll-caret-square-o-left:before {
content: "\f191";
}
.ts-poll-dot-circle-o:before {
content: "\f192";
}
.ts-poll-wheelchair:before {
content: "\f193";
}
.ts-poll-vimeo-square:before {
content: "\f194";
}
.ts-poll-turkish-lira:before,
.ts-poll-try:before {
content: "\f195";
}
.ts-poll-plus-square-o:before {
content: "\f196";
}
.ts-poll-space-shuttle:before {
content: "\f197";
}
.ts-poll-slack:before {
content: "\f198";
}
.ts-poll-envelope-square:before {
content: "\f199";
}
.ts-poll-wordpress:before {
content: "\f19a";
}
.ts-poll-openid:before {
content: "\f19b";
}
.ts-poll-institution:before,
.ts-poll-bank:before,
.ts-poll-university:before {
content: "\f19c";
}
.ts-poll-mortar-board:before,
.ts-poll-graduation-cap:before {
content: "\f19d";
}
.ts-poll-yahoo:before {
content: "\f19e";
}
.ts-poll-google:before {
content: "\f1a0";
}
.ts-poll-reddit:before {
content: "\f1a1";
}
.ts-poll-reddit-square:before {
content: "\f1a2";
}
.ts-poll-stumbleupon-circle:before {
content: "\f1a3";
}
.ts-poll-stumbleupon:before {
content: "\f1a4";
}
.ts-poll-delicious:before {
content: "\f1a5";
}
.ts-poll-digg:before {
content: "\f1a6";
}
.ts-poll-pied-piper-pp:before {
content: "\f1a7";
}
.ts-poll-pied-piper-alt:before {
content: "\f1a8";
}
.ts-poll-drupal:before {
content: "\f1a9";
}
.ts-poll-joomla:before {
content: "\f1aa";
}
.ts-poll-language:before {
content: "\f1ab";
}
.ts-poll-fax:before {
content: "\f1ac";
}
.ts-poll-building:before {
content: "\f1ad";
}
.ts-poll-child:before {
content: "\f1ae";
}
.ts-poll-paw:before {
content: "\f1b0";
}
.ts-poll-spoon:before {
content: "\f1b1";
}
.ts-poll-cube:before {
content: "\f1b2";
}
.ts-poll-cubes:before {
content: "\f1b3";
}
.ts-poll-behance:before {
content: "\f1b4";
}
.ts-poll-behance-square:before {
content: "\f1b5";
}
.ts-poll-steam:before {
content: "\f1b6";
}
.ts-poll-steam-square:before {
content: "\f1b7";
}
.ts-poll-recycle:before {
content: "\f1b8";
}
.ts-poll-automobile:before,
.ts-poll-car:before {
content: "\f1b9";
}
.ts-poll-cab:before,
.ts-poll-taxi:before {
content: "\f1ba";
}
.ts-poll-tree:before {
content: "\f1bb";
}
.ts-poll-spotify:before {
content: "\f1bc";
}
.ts-poll-deviantart:before {
content: "\f1bd";
}
.ts-poll-soundcloud:before {
content: "\f1be";
}
.ts-poll-database:before {
content: "\f1c0";
}
.ts-poll-file-pdf-o:before {
content: "\f1c1";
}
.ts-poll-file-word-o:before {
content: "\f1c2";
}
.ts-poll-file-excel-o:before {
content: "\f1c3";
}
.ts-poll-file-powerpoint-o:before {
content: "\f1c4";
}
.ts-poll-file-photo-o:before,
.ts-poll-file-picture-o:before,
.ts-poll-file-image-o:before {
content: "\f1c5";
}
.ts-poll-file-zip-o:before,
.ts-poll-file-archive-o:before {
content: "\f1c6";
}
.ts-poll-file-sound-o:before,
.ts-poll-file-audio-o:before {
content: "\f1c7";
}
.ts-poll-file-movie-o:before,
.ts-poll-file-video-o:before {
content: "\f1c8";
}
.ts-poll-file-code-o:before {
content: "\f1c9";
}
.ts-poll-vine:before {
content: "\f1ca";
}
.ts-poll-codepen:before {
content: "\f1cb";
}
.ts-poll-jsfiddle:before {
content: "\f1cc";
}
.ts-poll-life-bouy:before,
.ts-poll-life-buoy:before,
.ts-poll-life-saver:before,
.ts-poll-support:before,
.ts-poll-life-ring:before {
content: "\f1cd";
}
.ts-poll-circle-o-notch:before {
content: "\f1ce";
}
.ts-poll-ra:before,
.ts-poll-resistance:before,
.ts-poll-rebel:before {
content: "\f1d0";
}
.ts-poll-ge:before,
.ts-poll-empire:before {
content: "\f1d1";
}
.ts-poll-git-square:before {
content: "\f1d2";
}
.ts-poll-git:before {
content: "\f1d3";
}
.ts-poll-y-combinator-square:before,
.ts-poll-yc-square:before,
.ts-poll-hacker-news:before {
content: "\f1d4";
}
.ts-poll-tencent-weibo:before {
content: "\f1d5";
}
.ts-poll-qq:before {
content: "\f1d6";
}
.ts-poll-wechat:before,
.ts-poll-weixin:before {
content: "\f1d7";
}
.ts-poll-send:before,
.ts-poll-paper-plane:before {
content: "\f1d8";
}
.ts-poll-send-o:before,
.ts-poll-paper-plane-o:before {
content: "\f1d9";
}
.ts-poll-history:before {
content: "\f1da";
}
.ts-poll-circle-thin:before {
content: "\f1db";
}
.ts-poll-header:before {
content: "\f1dc";
}
.ts-poll-paragraph:before {
content: "\f1dd";
}
.ts-poll-sliders:before {
content: "\f1de";
}
.ts-poll-share-alt:before {
content: "\f1e0";
}
.ts-poll-share-alt-square:before {
content: "\f1e1";
}
.ts-poll-bomb:before {
content: "\f1e2";
}
.ts-poll-soccer-ball-o:before,
.ts-poll-futbol-o:before {
content: "\f1e3";
}
.ts-poll-tty:before {
content: "\f1e4";
}
.ts-poll-binoculars:before {
content: "\f1e5";
}
.ts-poll-plug:before {
content: "\f1e6";
}
.ts-poll-slideshare:before {
content: "\f1e7";
}
.ts-poll-twitch:before {
content: "\f1e8";
}
.ts-poll-yelp:before {
content: "\f1e9";
}
.ts-poll-newspaper-o:before {
content: "\f1ea";
}
.ts-poll-wifi:before {
content: "\f1eb";
}
.ts-poll-calculator:before {
content: "\f1ec";
}
.ts-poll-paypal:before {
content: "\f1ed";
}
.ts-poll-google-wallet:before {
content: "\f1ee";
}
.ts-poll-cc-visa:before {
content: "\f1f0";
}
.ts-poll-cc-mastercard:before {
content: "\f1f1";
}
.ts-poll-cc-discover:before {
content: "\f1f2";
}
.ts-poll-cc-amex:before {
content: "\f1f3";
}
.ts-poll-cc-paypal:before {
content: "\f1f4";
}
.ts-poll-cc-stripe:before {
content: "\f1f5";
}
.ts-poll-bell-slash:before {
content: "\f1f6";
}
.ts-poll-bell-slash-o:before {
content: "\f1f7";
}
.ts-poll-trash:before {
content: "\f1f8";
}
.ts-poll-copyright:before {
content: "\f1f9";
}
.ts-poll-at:before {
content: "\f1fa";
}
.ts-poll-eyedropper:before {
content: "\f1fb";
}
.ts-poll-paint-brush:before {
content: "\f1fc";
}
.ts-poll-birthday-cake:before {
content: "\f1fd";
}
.ts-poll-area-chart:before {
content: "\f1fe";
}
.ts-poll-pie-chart:before {
content: "\f200";
}
.ts-poll-line-chart:before {
content: "\f201";
}
.ts-poll-lastfm:before {
content: "\f202";
}
.ts-poll-lastfm-square:before {
content: "\f203";
}
.ts-poll-toggle-off:before {
content: "\f204";
}
.ts-poll-toggle-on:before {
content: "\f205";
}
.ts-poll-bicycle:before {
content: "\f206";
}
.ts-poll-bus:before {
content: "\f207";
}
.ts-poll-ioxhost:before {
content: "\f208";
}
.ts-poll-angellist:before {
content: "\f209";
}
.ts-poll-cc:before {
content: "\f20a";
}
.ts-poll-shekel:before,
.ts-poll-sheqel:before,
.ts-poll-ils:before {
content: "\f20b";
}
.ts-poll-meanpath:before {
content: "\f20c";
}
.ts-poll-buysellads:before {
content: "\f20d";
}
.ts-poll-connectdevelop:before {
content: "\f20e";
}
.ts-poll-dashcube:before {
content: "\f210";
}
.ts-poll-forumbee:before {
content: "\f211";
}
.ts-poll-leanpub:before {
content: "\f212";
}
.ts-poll-sellsy:before {
content: "\f213";
}
.ts-poll-shirtsinbulk:before {
content: "\f214";
}
.ts-poll-simplybuilt:before {
content: "\f215";
}
.ts-poll-skyatlas:before {
content: "\f216";
}
.ts-poll-cart-plus:before {
content: "\f217";
}
.ts-poll-cart-arrow-down:before {
content: "\f218";
}
.ts-poll-diamond:before {
content: "\f219";
}
.ts-poll-ship:before {
content: "\f21a";
}
.ts-poll-user-secret:before {
content: "\f21b";
}
.ts-poll-motorcycle:before {
content: "\f21c";
}
.ts-poll-street-view:before {
content: "\f21d";
}
.ts-poll-heartbeat:before {
content: "\f21e";
}
.ts-poll-venus:before {
content: "\f221";
}
.ts-poll-mars:before {
content: "\f222";
}
.ts-poll-mercury:before {
content: "\f223";
}
.ts-poll-intersex:before,
.ts-poll-transgender:before {
content: "\f224";
}
.ts-poll-transgender-alt:before {
content: "\f225";
}
.ts-poll-venus-double:before {
content: "\f226";
}
.ts-poll-mars-double:before {
content: "\f227";
}
.ts-poll-venus-mars:before {
content: "\f228";
}
.ts-poll-mars-stroke:before {
content: "\f229";
}
.ts-poll-mars-stroke-v:before {
content: "\f22a";
}
.ts-poll-mars-stroke-h:before {
content: "\f22b";
}
.ts-poll-neuter:before {
content: "\f22c";
}
.ts-poll-genderless:before {
content: "\f22d";
}
.ts-poll-facebook-official:before {
content: "\f230";
}
.ts-poll-pinterest-p:before {
content: "\f231";
}
.ts-poll-whatsapp:before {
content: "\f232";
}
.ts-poll-server:before {
content: "\f233";
}
.ts-poll-user-plus:before {
content: "\f234";
}
.ts-poll-user-times:before {
content: "\f235";
}
.ts-poll-hotel:before,
.ts-poll-bed:before {
content: "\f236";
}
.ts-poll-viacoin:before {
content: "\f237";
}
.ts-poll-train:before {
content: "\f238";
}
.ts-poll-subway:before {
content: "\f239";
}
.ts-poll-medium:before {
content: "\f23a";
}
.ts-poll-yc:before,
.ts-poll-y-combinator:before {
content: "\f23b";
}
.ts-poll-optin-monster:before {
content: "\f23c";
}
.ts-poll-opencart:before {
content: "\f23d";
}
.ts-poll-expeditedssl:before {
content: "\f23e";
}
.ts-poll-battery-4:before,
.ts-poll-battery-full:before {
content: "\f240";
}
.ts-poll-battery-3:before,
.ts-poll-battery-three-quarters:before {
content: "\f241";
}
.ts-poll-battery-2:before,
.ts-poll-battery-half:before {
content: "\f242";
}
.ts-poll-battery-1:before,
.ts-poll-battery-quarter:before {
content: "\f243";
}
.ts-poll-battery-0:before,
.ts-poll-battery-empty:before {
content: "\f244";
}
.ts-poll-mouse-pointer:before {
content: "\f245";
}
.ts-poll-i-cursor:before {
content: "\f246";
}
.ts-poll-object-group:before {
content: "\f247";
}
.ts-poll-object-ungroup:before {
content: "\f248";
}
.ts-poll-sticky-note:before {
content: "\f249";
}
.ts-poll-sticky-note-o:before {
content: "\f24a";
}
.ts-poll-cc-jcb:before {
content: "\f24b";
}
.ts-poll-cc-diners-club:before {
content: "\f24c";
}
.ts-poll-clone:before {
content: "\f24d";
}
.ts-poll-balance-scale:before {
content: "\f24e";
}
.ts-poll-hourglass-o:before {
content: "\f250";
}
.ts-poll-hourglass-1:before,
.ts-poll-hourglass-start:before {
content: "\f251";
}
.ts-poll-hourglass-2:before,
.ts-poll-hourglass-half:before {
content: "\f252";
}
.ts-poll-hourglass-3:before,
.ts-poll-hourglass-end:before {
content: "\f253";
}
.ts-poll-hourglass:before {
content: "\f254";
}
.ts-poll-hand-grab-o:before,
.ts-poll-hand-rock-o:before {
content: "\f255";
}
.ts-poll-hand-stop-o:before,
.ts-poll-hand-paper-o:before {
content: "\f256";
}
.ts-poll-hand-scissors-o:before {
content: "\f257";
}
.ts-poll-hand-lizard-o:before {
content: "\f258";
}
.ts-poll-hand-spock-o:before {
content: "\f259";
}
.ts-poll-hand-pointer-o:before {
content: "\f25a";
}
.ts-poll-hand-peace-o:before {
content: "\f25b";
}
.ts-poll-trademark:before {
content: "\f25c";
}
.ts-poll-registered:before {
content: "\f25d";
}
.ts-poll-creative-commons:before {
content: "\f25e";
}
.ts-poll-gg:before {
content: "\f260";
}
.ts-poll-gg-circle:before {
content: "\f261";
}
.ts-poll-tripadvisor:before {
content: "\f262";
}
.ts-poll-odnoklassniki:before {
content: "\f263";
}
.ts-poll-odnoklassniki-square:before {
content: "\f264";
}
.ts-poll-get-pocket:before {
content: "\f265";
}
.ts-poll-wikipedia-w:before {
content: "\f266";
}
.ts-poll-safari:before {
content: "\f267";
}
.ts-poll-chrome:before {
content: "\f268";
}
.ts-poll-firefox:before {
content: "\f269";
}
.ts-poll-opera:before {
content: "\f26a";
}
.ts-poll-internet-explorer:before {
content: "\f26b";
}
.ts-poll-tv:before,
.ts-poll-television:before {
content: "\f26c";
}
.ts-poll-contao:before {
content: "\f26d";
}
.ts-poll-500px:before {
content: "\f26e";
}
.ts-poll-amazon:before {
content: "\f270";
}
.ts-poll-calendar-plus-o:before {
content: "\f271";
}
.ts-poll-calendar-minus-o:before {
content: "\f272";
}
.ts-poll-calendar-times-o:before {
content: "\f273";
}
.ts-poll-calendar-check-o:before {
content: "\f274";
}
.ts-poll-industry:before {
content: "\f275";
}
.ts-poll-map-pin:before {
content: "\f276";
}
.ts-poll-map-signs:before {
content: "\f277";
}
.ts-poll-map-o:before {
content: "\f278";
}
.ts-poll-map:before {
content: "\f279";
}
.ts-poll-commenting:before {
content: "\f27a";
}
.ts-poll-commenting-o:before {
content: "\f27b";
}
.ts-poll-houzz:before {
content: "\f27c";
}
.ts-poll-vimeo:before {
content: "\f27d";
}
.ts-poll-black-tie:before {
content: "\f27e";
}
.ts-poll-fonticons:before {
content: "\f280";
}
.ts-poll-reddit-alien:before {
content: "\f281";
}
.ts-poll-edge:before {
content: "\f282";
}
.ts-poll-credit-card-alt:before {
content: "\f283";
}
.ts-poll-codiepie:before {
content: "\f284";
}
.ts-poll-modx:before {
content: "\f285";
}
.ts-poll-fort-awesome:before {
content: "\f286";
}
.ts-poll-usb:before {
content: "\f287";
}
.ts-poll-product-hunt:before {
content: "\f288";
}
.ts-poll-mixcloud:before {
content: "\f289";
}
.ts-poll-scribd:before {
content: "\f28a";
}
.ts-poll-pause-circle:before {
content: "\f28b";
}
.ts-poll-pause-circle-o:before {
content: "\f28c";
}
.ts-poll-stop-circle:before {
content: "\f28d";
}
.ts-poll-stop-circle-o:before {
content: "\f28e";
}
.ts-poll-shopping-bag:before {
content: "\f290";
}
.ts-poll-shopping-basket:before {
content: "\f291";
}
.ts-poll-hashtag:before {
content: "\f292";
}
.ts-poll-bluetooth:before {
content: "\f293";
}
.ts-poll-bluetooth-b:before {
content: "\f294";
}
.ts-poll-percent:before {
content: "\f295";
}
.ts-poll-gitlab:before {
content: "\f296";
}
.ts-poll-wpbeginner:before {
content: "\f297";
}
.ts-poll-wpforms:before {
content: "\f298";
}
.ts-poll-envira:before {
content: "\f299";
}
.ts-poll-universal-access:before {
content: "\f29a";
}
.ts-poll-wheelchair-alt:before {
content: "\f29b";
}
.ts-poll-question-circle-o:before {
content: "\f29c";
}
.ts-poll-blind:before {
content: "\f29d";
}
.ts-poll-audio-description:before {
content: "\f29e";
}
.ts-poll-volume-control-phone:before {
content: "\f2a0";
}
.ts-poll-braille:before {
content: "\f2a1";
}
.ts-poll-assistive-listening-systems:before {
content: "\f2a2";
}
.ts-poll-asl-interpreting:before,
.ts-poll-american-sign-language-interpreting:before {
content: "\f2a3";
}
.ts-poll-deafness:before,
.ts-poll-hard-of-hearing:before,
.ts-poll-deaf:before {
content: "\f2a4";
}
.ts-poll-glide:before {
content: "\f2a5";
}
.ts-poll-glide-g:before {
content: "\f2a6";
}
.ts-poll-signing:before,
.ts-poll-sign-language:before {
content: "\f2a7";
}
.ts-poll-low-vision:before {
content: "\f2a8";
}
.ts-poll-viadeo:before {
content: "\f2a9";
}
.ts-poll-viadeo-square:before {
content: "\f2aa";
}
.ts-poll-snapchat:before {
content: "\f2ab";
}
.ts-poll-snapchat-ghost:before {
content: "\f2ac";
}
.ts-poll-snapchat-square:before {
content: "\f2ad";
}
.ts-poll-pied-piper:before {
content: "\f2ae";
}
.ts-poll-first-order:before {
content: "\f2b0";
}
.ts-poll-yoast:before {
content: "\f2b1";
}
.ts-poll-themeisle:before {
content: "\f2b2";
}
.ts-poll-google-plus-circle:before,
.ts-poll-google-plus-official:before {
content: "\f2b3";
}
.ts-poll-address-book:before {
content: "\f2b9";
}
.ts-poll-fa:before,
.ts-poll-font-awesome:before {
content: "\f2b4";
}
.ts-poll:before {
font-family: "FontAwesome";
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: .0625rem;
margin: -0.0625rem;
overflow: hidden;
padding: 0;
position: absolute;
width: .0625rem;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.ts-poll,
.ts-poll-fab {
font-family: 'FontAwesome';
}
.ts-poll-far {
font-family: 'FontAwesome';
font-weight: 500;
}
.ts-poll-fas {
font-family: 'FontAwesome';
font-weight: 900;
}
.ts-poll-emoji {
font-family: monospace;
color: #000;
font-style: initial;
}
.ts-poll-emoji-100:before {
content: "💯";
}
.ts-poll-emoji-grinning:before {
content: "😀";
}
.ts-poll-emoji-grimacing:before {
content: "😬";
}
.ts-poll-emoji-grin:before {
content: "😁";
}
.ts-poll-emoji-joy:before {
content: "😂";
}
.ts-poll-emoji-rofl:before {
content: "🤣";
}
.ts-poll-emoji-partying:before {
content: "🥳";
}
.ts-poll-emoji-smiley:before {
content: "😃";
}
.ts-poll-emoji-smile:before {
content: "😄";
}
.ts-poll-emoji-sweat-smile:before {
content: "😅";
}
.ts-poll-emoji-laughing:before {
content: "😆";
}
.ts-poll-emoji-innocent:before {
content: "😇";
}
.ts-poll-emoji-wink:before {
content: "😉";
}
.ts-poll-emoji-blush:before {
content: "😊";
}
.ts-poll-emoji-slightly-smiling-face:before {
content: "🙂";
}
.ts-poll-emoji-upside-down-face:before {
content: "🙃";
}
.ts-poll-emoji-yum:before {
content: "😋";
}
.ts-poll-emoji-relieved:before {
content: "😌";
}
.ts-poll-emoji-heart-eyes:before {
content: "😍";
}
.ts-poll-emoji-smiling-face-with-three-hearts:before {
content: "🥰";
}
.ts-poll-emoji-kissing-heart:before {
content: "😘";
}
.ts-poll-emoji-kissing:before {
content: "😗";
}
.ts-poll-emoji-kissing-smiling-eyes:before {
content: "😙";
}
.ts-poll-emoji-kissing-closed-eyes:before {
content: "😚";
}
.ts-poll-emoji-stuck-out-tongue-winking-eye:before {
content: "😜";
}
.ts-poll-emoji-zany:before {
content: "🤪";
}
.ts-poll-emoji-raised-eyebrow:before {
content: "🤨";
}
.ts-poll-emoji-monocle:before {
content: "🧐";
}
.ts-poll-emoji-stuck-out-tongue-closed-eyes:before {
content: "😝";
}
.ts-poll-emoji-stuck-out-tongue:before {
content: "😛";
}
.ts-poll-emoji-money-mouth-face:before {
content: "🤑";
}
.ts-poll-emoji-nerd-face:before {
content: "🤓";
}
.ts-poll-emoji-sunglasses:before {
content: "😎";
}
.ts-poll-emoji-star-struck:before {
content: "🤩";
}
.ts-poll-emoji-clown-face:before {
content: "🤡";
}
.ts-poll-emoji-cowboy-hat-face:before {
content: "🤠";
}
.ts-poll-emoji-hugs:before {
content: "🤗";
}
.ts-poll-emoji-smirk:before {
content: "😏";
}
.ts-poll-emoji-no-mouth:before {
content: "😶";
}
.ts-poll-emoji-neutral-face:before {
content: "😐";
}
.ts-poll-emoji-expressionless:before {
content: "😑";
}
.ts-poll-emoji-unamused:before {
content: "😒";
}
.ts-poll-emoji-roll-eyes:before {
content: "🙄";
}
.ts-poll-emoji-thinking:before {
content: "🤔";
}
.ts-poll-emoji-lying-face:before {
content: "🤥";
}
.ts-poll-emoji-hand-over-mouth:before {
content: "🤭";
}
.ts-poll-emoji-shushing:before {
content: "🤫";
}
.ts-poll-emoji-symbols-over-mouth:before {
content: "🤬";
}
.ts-poll-emoji-exploding-head:before {
content: "🤯";
}
.ts-poll-emoji-flushed:before {
content: "😳";
}
.ts-poll-emoji-disappointed:before {
content: "😞";
}
.ts-poll-emoji-worried:before {
content: "😟";
}
.ts-poll-emoji-angry:before {
content: "😠";
}
.ts-poll-emoji-rage:before {
content: "😡";
}
.ts-poll-emoji-pensive:before {
content: "😔";
}
.ts-poll-emoji-confused:before {
content: "😕";
}
.ts-poll-emoji-slightly-frowning-face:before {
content: "🙁";
}
.ts-poll-emoji-persevere:before {
content: "😣";
}
.ts-poll-emoji-confounded:before {
content: "😖";
}
.ts-poll-emoji-tired-face:before {
content: "😫";
}
.ts-poll-emoji-weary:before {
content: "😩";
}
.ts-poll-emoji-pleading:before {
content: "🥺";
}
.ts-poll-emoji-triumph:before {
content: "😤";
}
.ts-poll-emoji-open-mouth:before {
content: "😮";
}
.ts-poll-emoji-scream:before {
content: "😱";
}
.ts-poll-emoji-fearful:before {
content: "😨";
}
.ts-poll-emoji-cold-sweat:before {
content: "😰";
}
.ts-poll-emoji-hushed:before {
content: "😯";
}
.ts-poll-emoji-frowning:before {
content: "😦";
}
.ts-poll-emoji-anguished:before {
content: "😧";
}
.ts-poll-emoji-cry:before {
content: "😢";
}
.ts-poll-emoji-disappointed-relieved:before {
content: "😥";
}
.ts-poll-emoji-drooling-face:before {
content: "🤤";
}
.ts-poll-emoji-sleepy:before {
content: "😪";
}
.ts-poll-emoji-sweat:before {
content: "😓";
}
.ts-poll-emoji-hot:before {
content: "🥵";
}
.ts-poll-emoji-cold:before {
content: "🥶";
}
.ts-poll-emoji-sob:before {
content: "😭";
}
.ts-poll-emoji-dizzy-face:before {
content: "😵";
}
.ts-poll-emoji-astonished:before {
content: "😲";
}
.ts-poll-emoji-zipper-mouth-face:before {
content: "🤐";
}
.ts-poll-emoji-nauseated-face:before {
content: "🤢";
}
.ts-poll-emoji-sneezing-face:before {
content: "🤧";
}
.ts-poll-emoji-vomiting:before {
content: "🤮";
}
.ts-poll-emoji-mask:before {
content: "😷";
}
.ts-poll-emoji-face-with-thermometer:before {
content: "🤒";
}
.ts-poll-emoji-face-with-head-bandage:before {
content: "🤕";
}
.ts-poll-emoji-woozy:before {
content: "🥴";
}
.ts-poll-emoji-sleeping:before {
content: "😴";
}
.ts-poll-emoji-ghost:before {
content: "👻";
}
.ts-poll-emoji-alien:before {
content: "👽";
}
.ts-poll-emoji-palms-up:before {
content: "🤲";
}
.ts-poll-emoji-raised-hands:before {
content: "🙌";
}
.ts-poll-emoji-clap:before {
content: "👏";
}
.ts-poll-emoji-wave:before {
content: "👋";
}
.ts-poll-emoji-call-me-hand:before {
content: "🤙";
}
.ts-poll-emoji-plus1:before {
content: "👍";
}
.ts-poll-emoji--1:before {
content: "👎";
}
.ts-poll-emoji-facepunch:before {
content: "👊";
}
.ts-poll-emoji-fist:before {
content: "✊";
}
.ts-poll-emoji-fist-left:before {
content: "🤛";
}
.ts-poll-emoji-fist-right:before {
content: "🤜";
}
.ts-poll-emoji-v:before {
content: "✌";
}
.ts-poll-emoji-ok-hand:before {
content: "👌";
}
.ts-poll-emoji-raised-hand:before {
content: "✋";
}
.ts-poll-emoji-raised-back-of-hand:before {
content: "🤚";
}
.ts-poll-emoji-open-hands:before {
content: "👐";
}
.ts-poll-emoji-muscle:before {
content: "💪";
}
.ts-poll-emoji-pray:before {
content: "🙏";
}
.ts-poll-emoji-foot:before {
content: "🦶";
}
.ts-poll-emoji-leg:before {
content: "🦵";
}
.ts-poll-emoji-handshake:before {
content: "🤝";
}
.ts-poll-emoji-point-up:before {
content: "☝";
}
.ts-poll-emoji-point-up-2:before {
content: "👆";
}
.ts-poll-emoji-point-down:before {
content: "👇";
}
.ts-poll-emoji-point-left:before {
content: "👈";
}
.ts-poll-emoji-point-right:before {
content: "👉";
}
.ts-poll-emoji-fu:before {
content: "🖕";
}
.ts-poll-emoji-raised-hand-with-fingers-splayed:before {
content: "🖐";
}
.ts-poll-emoji-love-you:before {
content: "🤟";
}
.ts-poll-emoji-metal:before {
content: "🤘";
}
.ts-poll-emoji-crossed-fingers:before {
content: "🤞";
}
.ts-poll-emoji-vulcan-salute:before {
content: "🖖";
}
.ts-poll-emoji-eyes:before {
content: "👀";
}
.ts-poll-emoji-brain:before {
content: "🧠";
}
.ts-poll-emoji-speaking-head:before {
content: "🗣";
}
.ts-poll-emoji-baby:before {
content: "👶";
}
.ts-poll-emoji-child:before {
content: "🧒";
}
.ts-poll-emoji-boy:before {
content: "👦";
}
.ts-poll-emoji-girl:before {
content: "👧";
}
.ts-poll-emoji-adult:before {
content: "🧑";
}
.ts-poll-emoji-man:before {
content: "👨";
}
.ts-poll-emoji-woman:before {
content: "👩";
}
.ts-poll-emoji-blonde-man:before {
content: "👱";
}
.ts-poll-emoji-bearded-person:before {
content: "🧔";
}
.ts-poll-emoji-older-adult:before {
content: "🧓";
}
.ts-poll-emoji-older-man:before {
content: "👴";
}
.ts-poll-emoji-older-woman:before {
content: "👵";
}
.ts-poll-emoji-man-with-gua-pi-mao:before {
content: "👲";
}
.ts-poll-emoji-woman-with-headscarf:before {
content: "🧕";
}
.ts-poll-emoji-man-with-turban:before {
content: "👳";
}
.ts-poll-emoji-policeman:before {
content: "👮";
}
.ts-poll-emoji-construction-worker-man:before {
content: "👷";
}
.ts-poll-emoji-male-detective:before {
content: "🕵";
}
.ts-poll-emoji-angel:before {
content: "👼";
}
.ts-poll-emoji-pregnant-woman:before {
content: "🤰";
}
.ts-poll-emoji-breastfeeding:before {
content: "🤱";
}
.ts-poll-emoji-princess:before {
content: "👸";
}
.ts-poll-emoji-prince:before {
content: "🤴";
}
.ts-poll-emoji-bride-with-veil:before {
content: "👰";
}
.ts-poll-emoji-man-in-tuxedo:before {
content: "🤵";
}
.ts-poll-emoji-running-man:before {
content: "🏃";
}
.ts-poll-emoji-walking-man:before {
content: "🚶";
}
.ts-poll-emoji-dancer:before {
content: "💃";
}
.ts-poll-emoji-man-dancing:before {
content: "🕺";
}
.ts-poll-emoji-dancing-women:before {
content: "👯";
}
.ts-poll-emoji-couple:before {
content: "👫";
}
.ts-poll-emoji-two-men-holding-hands:before {
content: "👬";
}
.ts-poll-emoji-two-women-holding-hands:before {
content: "👭";
}
.ts-poll-emoji-bowing-man:before {
content: "🙇";
}
.ts-poll-emoji-woman-shrugging:before {
content: "🤷";
}
.ts-poll-emoji-tipping-hand-woman:before {
content: "💁";
}
.ts-poll-emoji-no-good-woman:before {
content: "🙅";
}
.ts-poll-emoji-ok-woman:before {
content: "🙆";
}
.ts-poll-emoji-raising-hand-woman:before {
content: "🙋";
}
.ts-poll-emoji-pouting-woman:before {
content: "🙎";
}
.ts-poll-emoji-frowning-woman:before {
content: "🙍";
}
.ts-poll-emoji-haircut-woman:before {
content: "💇";
}
.ts-poll-emoji-massage-woman:before {
content: "💆";
}
.ts-poll-emoji-couple-with-heart-woman-man:before {
content: "💑";
}
.ts-poll-emoji-couplekiss-man-woman:before {
content: "💏";
}
.ts-poll-emoji-family-man-woman-boy:before {
content: "👪";
}
.ts-poll-emoji-kiss:before {
content: "💋";
}
.ts-poll-emoji-tophat:before {
content: "🎩";
}
.ts-poll-emoji-mortar-board:before {
content: "🎓";
}
.ts-poll-emoji-crown:before {
content: "👑";
}
.ts-poll-emoji-ring:before {
content: "💍";
}
.ts-poll-emoji-dog:before {
content: "🐶";
}
.ts-poll-emoji-cat:before {
content: "🐱";
}
.ts-poll-emoji-mouse:before {
content: "🐭";
}
.ts-poll-emoji-hamster:before {
content: "🐹";
}
.ts-poll-emoji-rabbit:before {
content: "🐰";
}
.ts-poll-emoji-fox-face:before {
content: "🦊";
}
.ts-poll-emoji-bear:before {
content: "🐻";
}
.ts-poll-emoji-panda-face:before {
content: "🐼";
}
.ts-poll-emoji-koala:before {
content: "🐨";
}
.ts-poll-emoji-tiger:before {
content: "🐯";
}
.ts-poll-emoji-lion:before {
content: "🦁";
}
.ts-poll-emoji-cow:before {
content: "🐮";
}
.ts-poll-emoji-pig:before {
content: "🐷";
}
.ts-poll-emoji-frog:before {
content: "🐸";
}
.ts-poll-emoji-monkey-face:before {
content: "🐵";
}
.ts-poll-emoji-see-no-evil:before {
content: "🙈";
}
.ts-poll-emoji-hear-no-evil:before {
content: "🙉";
}
.ts-poll-emoji-speak-no-evil:before {
content: "🙊";
}
.ts-poll-emoji-monkey:before {
content: "🐒";
}
.ts-poll-emoji-chicken:before {
content: "🐔";
}
.ts-poll-emoji-penguin:before {
content: "🐧";
}
.ts-poll-emoji-bird:before {
content: "🐦";
}
.ts-poll-emoji-baby-chick:before {
content: "🐤";
}
.ts-poll-emoji-hatching-chick:before {
content: "🐣";
}
.ts-poll-emoji-hatched-chick:before {
content: "🐥";
}
.ts-poll-emoji-duck:before {
content: "🦆";
}
.ts-poll-emoji-eagle:before {
content: "🦅";
}
.ts-poll-emoji-owl:before {
content: "🦉";
}
.ts-poll-emoji-bat:before {
content: "🦇";
}
.ts-poll-emoji-wolf:before {
content: "🐺";
}
.ts-poll-emoji-boar:before {
content: "🐗";
}
.ts-poll-emoji-horse:before {
content: "🐴";
}
.ts-poll-emoji-unicorn:before {
content: "🦄";
}
.ts-poll-emoji-honeybee:before {
content: "🐝";
}
.ts-poll-emoji-bug:before {
content: "🐛";
}
.ts-poll-emoji-butterfly:before {
content: "🦋";
}
.ts-poll-emoji-snail:before {
content: "🐌";
}
.ts-poll-emoji-beetle:before {
content: "🐞";
}
.ts-poll-emoji-ant:before {
content: "🐜";
}
.ts-poll-emoji-grasshopper:before {
content: "🦗";
}
.ts-poll-emoji-spider:before {
content: "🕷";
}
.ts-poll-emoji-scorpion:before {
content: "🦂";
}
.ts-poll-emoji-crab:before {
content: "🦀";
}
.ts-poll-emoji-snake:before {
content: "🐍";
}
.ts-poll-emoji-lizard:before {
content: "🦎";
}
.ts-poll-emoji-t-rex:before {
content: "🦖";
}
.ts-poll-emoji-sauropod:before {
content: "🦕";
}
.ts-poll-emoji-turtle:before {
content: "🐢";
}
.ts-poll-emoji-tropical-fish:before {
content: "🐠";
}
.ts-poll-emoji-fish:before {
content: "🐟";
}
.ts-poll-emoji-blowfish:before {
content: "🐡";
}
.ts-poll-emoji-dolphin:before {
content: "🐬";
}
.ts-poll-emoji-shark:before {
content: "🦈";
}
.ts-poll-emoji-whale:before {
content: "🐳";
}
.ts-poll-emoji-whale2:before {
content: "🐋";
}
.ts-poll-emoji-crocodile:before {
content: "🐊";
}
.ts-poll-emoji-leopard:before {
content: "🐆";
}
.ts-poll-emoji-zebra:before {
content: "🦓";
}
.ts-poll-emoji-tiger2:before {
content: "🐅";
}
.ts-poll-emoji-water-buffalo:before {
content: "🐃";
}
.ts-poll-emoji-ox:before {
content: "🐂";
}
.ts-poll-emoji-cow2:before {
content: "🐄";
}
.ts-poll-emoji-deer:before {
content: "🦌";
}
.ts-poll-emoji-dromedary-camel:before {
content: "🐪";
}
.ts-poll-emoji-camel:before {
content: "🐫";
}
.ts-poll-emoji-giraffe:before {
content: "🦒";
}
.ts-poll-emoji-elephant:before {
content: "🐘";
}
.ts-poll-emoji-rhinoceros:before {
content: "🦏";
}
.ts-poll-emoji-goat:before {
content: "🐐";
}
.ts-poll-emoji-ram:before {
content: "🐏";
}
.ts-poll-emoji-sheep:before {
content: "🐑";
}
.ts-poll-emoji-racehorse:before {
content: "🐎";
}
.ts-poll-emoji-pig2:before {
content: "🐖";
}
.ts-poll-emoji-rat:before {
content: "🐀";
}
.ts-poll-emoji-mouse2:before {
content: "🐁";
}
.ts-poll-emoji-rooster:before {
content: "🐓";
}
.ts-poll-emoji-turkey:before {
content: "🦃";
}
.ts-poll-emoji-dove:before {
content: "🕊";
}
.ts-poll-emoji-dog2:before {
content: "🐕";
}
.ts-poll-emoji-poodle:before {
content: "🐩";
}
.ts-poll-emoji-cat2:before {
content: "🐈";
}
.ts-poll-emoji-rabbit2:before {
content: "🐇";
}
.ts-poll-emoji-chipmunk:before {
content: "🐿";
}
.ts-poll-emoji-hedgehog:before {
content: "🦔";
}
.ts-poll-emoji-raccoon:before {
content: "🦝";
}
.ts-poll-emoji-llama:before {
content: "🦙";
}
.ts-poll-emoji-hippopotamus:before {
content: "🦛";
}
.ts-poll-emoji-kangaroo:before {
content: "🦘";
}
.ts-poll-emoji-badger:before {
content: "🦡";
}
.ts-poll-emoji-swan:before {
content: "🦢";
}
.ts-poll-emoji-peacock:before {
content: "🦚";
}
.ts-poll-emoji-parrot:before {
content: "🦜";
}
.ts-poll-emoji-lobster:before {
content: "🦞";
}
.ts-poll-emoji-mosquito:before {
content: "🦟";
}
.ts-poll-emoji-paw-prints:before {
content: "🐾";
}
.ts-poll-emoji-cactus:before {
content: "🌵";
}
.ts-poll-emoji-evergreen-tree:before {
content: "🌲";
}
.ts-poll-emoji-deciduous-tree:before {
content: "🌳";
}
.ts-poll-emoji-palm-tree:before {
content: "🌴";
}
.ts-poll-emoji-seedling:before {
content: "🌱";
}
.ts-poll-emoji-herb:before {
content: "🌿";
}
.ts-poll-emoji-four-leaf-clover:before {
content: "🍀";
}
.ts-poll-emoji-bamboo:before {
content: "🎍";
}
.ts-poll-emoji-tanabata-tree:before {
content: "🎋";
}
.ts-poll-emoji-leaves:before {
content: "🍃";
}
.ts-poll-emoji-fallen-leaf:before {
content: "🍂";
}
.ts-poll-emoji-maple-leaf:before {
content: "🍁";
}
.ts-poll-emoji-ear-of-rice:before {
content: "🌾";
}
.ts-poll-emoji-hibiscus:before {
content: "🌺";
}
.ts-poll-emoji-sunflower:before {
content: "🌻";
}
.ts-poll-emoji-rose:before {
content: "🌹";
}
.ts-poll-emoji-wilted-flower:before {
content: "🥀";
}
.ts-poll-emoji-tulip:before {
content: "🌷";
}
.ts-poll-emoji-blossom:before {
content: "🌼";
}
.ts-poll-emoji-cherry-blossom:before {
content: "🌸";
}
.ts-poll-emoji-bouquet:before {
content: "💐";
}
.ts-poll-emoji-mushroom:before {
content: "🍄";
}
.ts-poll-emoji-chestnut:before {
content: "🌰";
}
.ts-poll-emoji-jack-o-lantern:before {
content: "🎃";
}
.ts-poll-emoji-earth-americas:before {
content: "🌎";
}
.ts-poll-emoji-earth-africa:before {
content: "🌍";
}
.ts-poll-emoji-earth-asia:before {
content: "🌏";
}
.ts-poll-emoji-full-moon:before {
content: "🌕";
}
.ts-poll-emoji-new-moon-with-face:before {
content: "🌚";
}
.ts-poll-emoji-full-moon-with-face:before {
content: "🌝";
}
.ts-poll-emoji-sun-with-face:before {
content: "🌞";
}
.ts-poll-emoji-crescent-moon:before {
content: "🌙";
}
.ts-poll-emoji-star:before {
content: "⭐";
}
.ts-poll-emoji-star2:before {
content: "🌟";
}
.ts-poll-emoji-zap:before {
content: "⚡";
}
.ts-poll-emoji-fire:before {
content: "🔥";
}
.ts-poll-emoji-boom:before {
content: "💥";
}
.ts-poll-emoji-green-apple:before {
content: "🍏";
}
.ts-poll-emoji-apple:before {
content: "🍎";
}
.ts-poll-emoji-pear:before {
content: "🍐";
}
.ts-poll-emoji-tangerine:before {
content: "🍊";
}
.ts-poll-emoji-lemon:before {
content: "🍋";
}
.ts-poll-emoji-banana:before {
content: "🍌";
}
.ts-poll-emoji-watermelon:before {
content: "🍉";
}
.ts-poll-emoji-grapes:before {
content: "🍇";
}
.ts-poll-emoji-strawberry:before {
content: "🍓";
}
.ts-poll-emoji-melon:before {
content: "🍈";
}
.ts-poll-emoji-cherries:before {
content: "🍒";
}
.ts-poll-emoji-peach:before {
content: "🍑";
}
.ts-poll-emoji-pineapple:before {
content: "🍍";
}
.ts-poll-emoji-coconut:before {
content: "🥥";
}
.ts-poll-emoji-kiwi-fruit:before {
content: "🥝";
}
.ts-poll-emoji-mango:before {
content: "🥭";
}
.ts-poll-emoji-avocado:before {
content: "🥑";
}
.ts-poll-emoji-broccoli:before {
content: "🥦";
}
.ts-poll-emoji-tomato:before {
content: "🍅";
}
.ts-poll-emoji-eggplant:before {
content: "🍆";
}
.ts-poll-emoji-cucumber:before {
content: "🥒";
}
.ts-poll-emoji-carrot:before {
content: "🥕";
}
.ts-poll-emoji-hot-pepper:before {
content: "🌶";
}
.ts-poll-emoji-potato:before {
content: "🥔";
}
.ts-poll-emoji-corn:before {
content: "🌽";
}
.ts-poll-emoji-leafy-greens:before {
content: "🥬";
}
.ts-poll-emoji-sweet-potato:before {
content: "🍠";
}
.ts-poll-emoji-peanuts:before {
content: "🥜";
}
.ts-poll-emoji-honey-pot:before {
content: "🍯";
}
.ts-poll-emoji-croissant:before {
content: "🥐";
}
.ts-poll-emoji-bread:before {
content: "🍞";
}
.ts-poll-emoji-baguette-bread:before {
content: "🥖";
}
.ts-poll-emoji-bagel:before {
content: "🥯";
}
.ts-poll-emoji-pretzel:before {
content: "🥨";
}
.ts-poll-emoji-cheese:before {
content: "🧀";
}
.ts-poll-emoji-egg:before {
content: "🥚";
}
.ts-poll-emoji-bacon:before {
content: "🥓";
}
.ts-poll-emoji-steak:before {
content: "🥩";
}
.ts-poll-emoji-pancakes:before {
content: "🥞";
}
.ts-poll-emoji-poultry-leg:before {
content: "🍗";
}
.ts-poll-emoji-meat-on-bone:before {
content: "🍖";
}
.ts-poll-emoji-bone:before {
content: "🦴";
}
.ts-poll-emoji-fried-shrimp:before {
content: "🍤";
}
.ts-poll-emoji-fried-egg:before {
content: "🍳";
}
.ts-poll-emoji-hamburger:before {
content: "🍔";
}
.ts-poll-emoji-fries:before {
content: "🍟";
}
.ts-poll-emoji-stuffed-flatbread:before {
content: "🥙";
}
.ts-poll-emoji-hotdog:before {
content: "🌭";
}
.ts-poll-emoji-pizza:before {
content: "🍕";
}
.ts-poll-emoji-sandwich:before {
content: "🥪";
}
.ts-poll-emoji-canned-food:before {
content: "🥫";
}
.ts-poll-emoji-spaghetti:before {
content: "🍝";
}
.ts-poll-emoji-taco:before {
content: "🌮";
}
.ts-poll-emoji-burrito:before {
content: "🌯";
}
.ts-poll-emoji-green-salad:before {
content: "🥗";
}
.ts-poll-emoji-shallow-pan-of-food:before {
content: "🥘";
}
.ts-poll-emoji-ramen:before {
content: "🍜";
}
.ts-poll-emoji-stew:before {
content: "🍲";
}
.ts-poll-emoji-fish-cake:before {
content: "🍥";
}
.ts-poll-emoji-fortune-cookie:before {
content: "🥠";
}
.ts-poll-emoji-sushi:before {
content: "🍣";
}
.ts-poll-emoji-bento:before {
content: "🍱";
}
.ts-poll-emoji-curry:before {
content: "🍛";
}
.ts-poll-emoji-rice-ball:before {
content: "🍙";
}
.ts-poll-emoji-rice:before {
content: "🍚";
}
.ts-poll-emoji-rice-cracker:before {
content: "🍘";
}
.ts-poll-emoji-oden:before {
content: "🍢";
}
.ts-poll-emoji-dango:before {
content: "🍡";
}
.ts-poll-emoji-shaved-ice:before {
content: "🍧";
}
.ts-poll-emoji-ice-cream:before {
content: "🍨";
}
.ts-poll-emoji-icecream:before {
content: "🍦";
}
.ts-poll-emoji-pie:before {
content: "🥧";
}
.ts-poll-emoji-cake:before {
content: "🍰";
}
.ts-poll-emoji-cupcake:before {
content: "🧁";
}
.ts-poll-emoji-moon-cake:before {
content: "🥮";
}
.ts-poll-emoji-birthday:before {
content: "🎂";
}
.ts-poll-emoji-custard:before {
content: "🍮";
}
.ts-poll-emoji-candy:before {
content: "🍬";
}
.ts-poll-emoji-lollipop:before {
content: "🍭";
}
.ts-poll-emoji-chocolate-bar:before {
content: "🍫";
}
.ts-poll-emoji-popcorn:before {
content: "🍿";
}
.ts-poll-emoji-dumpling:before {
content: "🥟";
}
.ts-poll-emoji-doughnut:before {
content: "🍩";
}
.ts-poll-emoji-cookie:before {
content: "🍪";
}
.ts-poll-emoji-soccer:before {
content: "⚽";
}
.ts-poll-emoji-basketball:before {
content: "🏀";
}
.ts-poll-emoji-baseball:before {
content: "⚾";
}
.ts-poll-emoji-softball:before {
content: "🥎";
}
.ts-poll-emoji-volleyball:before {
content: "🏐";
}
.ts-poll-emoji-8ball:before {
content: "🎱";
}
.ts-poll-emoji-trophy:before {
content: "🏆";
}
.ts-poll-emoji-medal-sports:before {
content: "🏅";
}
.ts-poll-emoji-1st-place-medal:before {
content: "🥇";
}
.ts-poll-emoji-2nd-place-medal:before {
content: "🥈";
}
.ts-poll-emoji-3rd-place-medal:before {
content: "🥉";
}
.ts-poll-emoji-clapper:before {
content: "🎬";
}
.ts-poll-emoji-dart:before {
content: "🎯";
}
.ts-poll-emoji-rocket:before {
content: "🚀";
}
.ts-poll-emoji-vertical-traffic-light:before {
content: "🚦";
}
.ts-poll-emoji-traffic-light:before {
content: "🚥";
}
.ts-poll-emoji-checkered-flag:before {
content: "🏁";
}
.ts-poll-emoji-sparkler:before {
content: "🎇";
}
.ts-poll-emoji-fireworks:before {
content: "🎆";
}
.ts-poll-emoji-computer:before {
content: "💻";
}
.ts-poll-emoji-camera:before {
content: "📷";
}
.ts-poll-emoji-camera-flash:before {
content: "📸";
}
.ts-poll-emoji-video-camera:before {
content: "📹";
}
.ts-poll-emoji-movie-camera:before {
content: "🎥";
}
.ts-poll-emoji-film-projector:before {
content: "📽";
}
.ts-poll-emoji-film-strip:before {
content: "🎞";
}
.ts-poll-emoji-hourglass-flowing-sand:before {
content: "⏳";
}
.ts-poll-emoji-hourglass:before {
content: "⌛";
}
.ts-poll-emoji-bulb:before {
content: "💡";
}
.ts-poll-emoji-oil-drum:before {
content: "🛢";
}
.ts-poll-emoji-money-with-wings:before {
content: "💸";
}
.ts-poll-emoji-dollar:before {
content: "💵";
}
.ts-poll-emoji-yen:before {
content: "💴";
}
.ts-poll-emoji-euro:before {
content: "💶";
}
.ts-poll-emoji-pound:before {
content: "💷";
}
.ts-poll-emoji-moneybag:before {
content: "💰";
}
.ts-poll-emoji-credit-card:before {
content: "💳";
}
.ts-poll-emoji-gem:before {
content: "💎";
}
.ts-poll-emoji-bomb:before {
content: "💣";
}
.ts-poll-emoji-firecracker:before {
content: "🧨";
}
.ts-poll-emoji-smoking:before {
content: "🚬";
}
.ts-poll-emoji-nazar-amulet:before {
content: "🧿";
}
.ts-poll-emoji-key:before {
content: "🔑";
}
.ts-poll-emoji-teddy-bear:before {
content: "🧸";
}
.ts-poll-emoji-world-map:before {
content: "🗺";
}
.ts-poll-emoji-moyai:before {
content: "🗿";
}
.ts-poll-emoji-shopping-cart:before {
content: "🛒";
}
.ts-poll-emoji-balloon:before {
content: "🎈";
}
.ts-poll-emoji-ribbon:before {
content: "🎀";
}
.ts-poll-emoji-gift:before {
content: "🎁";
}
.ts-poll-emoji-love-letter:before {
content: "💌";
}
.ts-poll-emoji-inbox-tray:before {
content: "📥";
}
.ts-poll-emoji-outbox-tray:before {
content: "📤";
}
.ts-poll-emoji-bar-chart:before {
content: "📊";
}
.ts-poll-emoji-chart-with-upwards-trend:before {
content: "📈";
}
.ts-poll-emoji-chart-with-downwards-trend:before {
content: "📉";
}
.ts-poll-emoji-date:before {
content: "📅";
}
.ts-poll-emoji-calendar:before {
content: "📆";
}
.ts-poll-emoji-link:before {
content: "🔗";
}
.ts-poll-emoji-paperclip:before {
content: "📎";
}
.ts-poll-emoji-pushpin:before {
content: "📌";
}
.ts-poll-emoji-triangular-flag-on-post:before {
content: "🚩";
}
.ts-poll-emoji-closed-lock-with-key:before {
content: "🔐";
}
.ts-poll-emoji-lock:before {
content: "🔒";
}
.ts-poll-emoji-unlock:before {
content: "🔓";
}
.ts-poll-emoji-lock-with-ink-pen:before {
content: "🔏";
}
.ts-poll-emoji-memo:before {
content: "📝";
}
.ts-poll-emoji-mag:before {
content: "🔍";
}
.ts-poll-emoji-mag-right:before {
content: "🔎";
}
.ts-poll-emoji-orange-heart:before {
content: "🧡";
}
.ts-poll-emoji-yellow-heart:before {
content: "💛";
}
.ts-poll-emoji-green-heart:before {
content: "💚";
}
.ts-poll-emoji-blue-heart:before {
content: "💙";
}
.ts-poll-emoji-purple-heart:before {
content: "💜";
}
.ts-poll-emoji-black-heart:before {
content: "🖤";
}
.ts-poll-emoji-broken-heart:before {
content: "💔";
}
.ts-poll-emoji-two-hearts:before {
content: "💕";
}
.ts-poll-emoji-revolving-hearts:before {
content: "💞";
}
.ts-poll-emoji-heartbeat:before {
content: "💓";
}
.ts-poll-emoji-heartpulse:before {
content: "💗";
}
.ts-poll-emoji-sparkling-heart:before {
content: "💖";
}
.ts-poll-emoji-cupid:before {
content: "💘";
}
.ts-poll-emoji-gift-heart:before {
content: "💝";
}
.ts-poll-emoji-heart-decoration:before {
content: "💟";
}
.ts-poll-emoji-vs:before {
content: "🆚";
}
.ts-poll-emoji-white-flower:before {
content: "💮";
}
.ts-poll-emoji-sos:before {
content: "🆘";
}
.ts-poll-emoji-no-entry:before {
content: "⛔";
}
.ts-poll-emoji-no-entry-sign:before {
content: "🚫";
}
.ts-poll-emoji-x:before {
content: "❌";
}
.ts-poll-emoji-o:before {
content: "⭕";
}
.ts-poll-emoji-stop-sign:before {
content: "🛑";
}
.ts-poll-emoji-anger:before {
content: "💢";
}
.ts-poll-emoji-underage:before {
content: "🔞";
}
.ts-poll-emoji-no-mobile-phones:before {
content: "📵";
}
.ts-poll-emoji-exclamation:before {
content: "❗";
}
.ts-poll-emoji-grey-exclamation:before {
content: "❕";
}
.ts-poll-emoji-question:before {
content: "❓";
}
.ts-poll-emoji-grey-question:before {
content: "❔";
}
.ts-poll-emoji-chart:before {
content: "💹";
}
.ts-poll-emoji-negative-squared-cross-mark:before {
content: "❎";
}
.ts-poll-emoji-white-check-mark:before {
content: "✅";
}
.ts-poll-emoji-mens:before {
content: "🚹";
}
.ts-poll-emoji-womens:before {
content: "🚺";
}
.ts-poll-emoji-cinema:before {
content: "🎦";
}
.ts-poll-emoji-up:before {
content: "🆙";
}
.ts-poll-emoji-cool:before {
content: "🆒";
}
.ts-poll-emoji-new:before {
content: "🆕";
}
.ts-poll-emoji-free:before {
content: "🆓";
}
.ts-poll-emoji-stop-button:before {
content: "⏹";
}
.ts-poll-emoji-record-button:before {
content: "⏺";
}
.ts-poll-emoji-arrows-counterclockwise:before {
content: "🔄";
}
.ts-poll-emoji-musical-note:before {
content: "🎵";
}
.ts-poll-emoji-notes:before {
content: "🎶";
}
.ts-poll-emoji-heavy-plus-sign:before {
content: "➕";
}
.ts-poll-emoji-heavy-minus-sign:before {
content: "➖";
}
.ts-poll-emoji-heavy-division-sign:before {
content: "➗";
}
.ts-poll-emoji-infinity:before {
content: "♾";
}
.ts-poll-emoji-heavy-dollar-sign:before {
content: "💲";
}
.ts-poll-emoji-currency-exchange:before {
content: "💱";
}
.ts-poll-emoji-end:before {
content: "🔚";
}
.ts-poll-emoji-back:before {
content: "🔙";
}
.ts-poll-emoji-on:before {
content: "🔛";
}
.ts-poll-emoji-top:before {
content: "🔝";
}
.ts-poll-emoji-soon:before {
content: "🔜";
}
.ts-poll-emoji-radio-button:before {
content: "🔘";
}
.ts-poll-emoji-white-circle:before {
content: "⚪";
}
.ts-poll-emoji-black-circle:before {
content: "⚫";
}
.ts-poll-emoji-red-circle:before {
content: "🔴";
}
.ts-poll-emoji-large-blue-circle:before {
content: "🔵";
}
.ts-poll-emoji-large-orange-diamond:before {
content: "🔶";
}
.ts-poll-emoji-large-blue-diamond:before {
content: "🔷";
}
.ts-poll-emoji-small-red-triangle:before {
content: "🔺";
}
.ts-poll-emoji-black-large-square:before {
content: "⬛";
}
.ts-poll-emoji-white-large-square:before {
content: "⬜";
}
.ts-poll-emoji-small-red-triangle-down:before {
content: "🔻";
}
.ts-poll-emoji-black-square-button:before {
content: "🔲";
}
.ts-poll-emoji-white-square-button:before {
content: "🔳";
}
.ts-poll-emoji-speaker:before {
content: "🔈";
}
.ts-poll-emoji-sound:before {
content: "🔉";
}
.ts-poll-emoji-loud-sound:before {
content: "🔊";
}
.ts-poll-emoji-mute:before {
content: "🔇";
}
.ts-poll-emoji-mega:before {
content: "📣";
}
.ts-poll-emoji-loudspeaker:before {
content: "📢";
}
.ts-poll-emoji-bell:before {
content: "🔔";
}
.ts-poll-emoji-no-bell:before {
content: "🔕";
}
.ts-poll-emoji-thought-balloon:before {
content: "💭";
}
.ts-poll-emoji-right-anger-bubble:before {
content: "🗯";
}
.ts-poll-emoji-speech-balloon:before {
content: "💬";
}
.ts-poll-emoji-left-speech-bubble:before {
content: "🗨";
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
@-webkit-keyframes snax-spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@keyframes snax-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.snax .snax-button-none{padding:0;border-width:0;box-shadow:none;text-align:inherit;border-color:transparent;background-color:transparent;color:inherit}.snax .snax-button-none:active,.snax .snax-button-none:hover{box-shadow:none}@font-face{font-family:snaxicon;src:url(//www.top5listicle.com/wp-content/plugins/snax/css/snaxicon/fonts/snaxicon.eot);src:url(//www.top5listicle.com/wp-content/plugins/snax/css/snaxicon/fonts/snaxicon.eot?#iefix) format("embedded-opentype"),url(//www.top5listicle.com/wp-content/plugins/snax/css/snaxicon/fonts/snaxicon.woff) format("woff"),url(//www.top5listicle.com/wp-content/plugins/snax/css/snaxicon/fonts/snaxicon.ttf) format("truetype"),url(//www.top5listicle.com/wp-content/plugins/snax/css/snaxicon/fonts/snaxicon.svg#snaxicon) format("svg");font-weight:400;font-style:normal;font-display:block}.snax .snax-action-hidden{display:none}.snax .snax-actions{display:inline-block;padding:.25em 0;margin-top:0;margin-bottom:10px;position:relative;z-index:3;font-size:.83em;line-height:1.25}.snax .snax-actions .snax-actions-toggle{text-decoration:none;border:none;box-shadow:none;display:block;height:24px;margin-left:auto;margin-right:0;font-size:0;line-height:24px;color:inherit;opacity:.666}.snax .snax-actions .snax-actions-toggle:after{display:inline-block;width:24px;vertical-align:middle;font:24px/1 snaxicon;content:"\e00e"}.snax .snax-actions .snax-action-links{display:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:200px;padding:10px 0;margin:0;border-width:1px;position:absolute;right:0;left:auto;list-style:none;border-style:solid;box-shadow:0 2px 4px rgba(0,0,0,.2);border-color:#e6e6e6;border-color:var(--g1-border-color,#e6e6e6);background-color:#fff;background-color:var(--g1-bg-color,#fff)}.snax .snax-actions .snax-action-links li{list-style:none}.snax .snax-actions .snax-action,.snax .snax-actions .snax-action-link,.snax .snax-actions button{text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;display:block;width:100%;padding:4px 15px}.snax .snax-actions .snax-action-link:hover,.snax .snax-actions .snax-action:hover,.snax .snax-actions button:hover{background-color:#f2f2f2;background-color:var(--g1-bg-tone-color,#f2f2f2)}.snax .snax-actions-expanded .snax-actions-toggle,.snax .snax-actions:hover .snax-actions-toggle{opacity:1}.snax .snax-actions-expanded .snax-action-links,.snax .snax-actions:hover .snax-action-links{display:block}body.single-snax_item .snax .snax-actions .snax-actions-toggle{font-size:inherit}.snax .snax-actions .snax-action-links{display:block;visibility:hidden;opacity:0;-webkit-transform:translate(0,30px);-moz-transform:translate(0,30px);-ms-transform:translate(0,30px);-o-transform:translate(0,30px);transform:translate(0,30px);-webkit-transition:visibility 0s,opacity 375ms ease-in-out,-webkit-transform 375ms ease-in-out;-webkit-transition-delay:.55s,175ms,175ms;-moz-transition:visibility 0s .55s,opacity 375ms ease-in-out 175ms,-moz-transform 375ms ease-in-out 175ms;-o-transition:visibility 0s .55s,opacity 375ms ease-in-out 175ms,-o-transform 375ms ease-in-out 175ms;transition:visibility 0s .55s,opacity 375ms ease-in-out 175ms,transform 375ms ease-in-out 175ms;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.snax .snax-actions-expanded .snax-action-links,.snax .snax-actions:hover .snax-action-links{visibility:visible;opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);-webkit-transition:visibility 0s ease-in-out,opacity 375ms ease-in-out,-webkit-transform 375ms ease-in-out;-webkit-transition-delay:175ms,175ms,175ms;-moz-transition:visibility 0s ease-in-out 175ms,opacity 375ms ease-in-out 175ms,-moz-transform 375ms ease-in-out 175ms;-o-transition:visibility 0s ease-in-out 175ms,opacity 375ms ease-in-out 175ms,-o-transform 375ms ease-in-out 175ms;transition:visibility 0s ease-in-out 175ms,opacity 375ms ease-in-out 175ms,transform 375ms ease-in-out 175ms}.snax .snax-list-overview:after{display:table;clear:both;content:""}.snax .snax-list-overview .snax-list-overview-submissions{width:50%;float:left}.snax .snax-list-overview .snax-list-overview-voting{width:50%;float:left}.snax .snax-items{clear:both;margin:1.5em 0;list-style:none}.snax .snax-items article{clear:both}.snax .snax-items article+article{margin-top:3em}.snax .snax-item:after{display:table;clear:both;content:""}.snax .snax-item .snax-item-meta{margin-top:10px;margin-bottom:10px;font-size:.83em;line-height:1.333}.snax .snax-item .snax-item-meta:after{display:table;clear:both;content:""}.snax .snax-item .snax-item-meta .snax-item-date{display:block}.snax .snax-item-header:after{display:table;clear:both;content:""}.snax .snax-item-title{clear:none}.snax .snax-item-parent{clear:both}.snax .snax-item-author{margin-right:1.5em}.snax .snax-item-author .avatar{text-decoration:none;border:none;box-shadow:none;display:inline-block;float:left;margin-right:10px}.snax .snax-item-share{position:relative}.snax .snax-item-actions{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;border-width:1px 0 0;border-style:solid;border-color:#e6e6e6;border-color:var(--g1-border-color,#e6e6e6)}.snax .snax-item-actions .snax-item-share{display:inline-block;margin-top:5px;vertical-align:middle}.snax .snax-item-actions .snax-voting{margin-top:5px;margin-right:auto}.snax .snax-item-actions .snax-item-referral-form{margin:5px 0 0 20px}.snax .snax-item-actions .snax-actions{margin:5px 0 0 20px}.snax .snax-item-share-toggle{font-size:.83em;color:inherit}.snax .snax-item-share-toggle:before{display:inline-block;margin-right:6px;font:16px/1 snaxicon;vertical-align:middle;content:"\e009"}.snax .snax-item-share-content{visibility:hidden;position:absolute;z-index:99;top:0;left:0;right:0}.snax .snax-item-media-meta{padding:2px 10px;margin:0;font-size:.83em;line-height:1.125;text-align:right;background-color:#fff;background-color:rgba(255,255,255,.5);color:#666}.snax .snax-item-media-meta a{text-decoration:none;border:none;box-shadow:none;color:inherit}.snax .snax-item .snax-item-media{margin-bottom:10px}.snax .snax-item .snax-item-media .snax-item-media-container{position:relative}.snax .snax-item .snax-item-media .snax-item-media-link{text-decoration:none;border:none;box-shadow:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#e6e6e6;border-color:var(--g1-border-color,#e6e6e6)}.snax .snax-item .snax-item-media .snax-item-media-meta{position:absolute;right:1px;left:auto;bottom:1px}.snax .snax-item-media .wp-post-image{display:block;width:100%;margin:0 auto}.snax .snax-item-media-desc{margin-top:.75em;margin-bottom:.75em}.snax .snax-item-embed-code{background-color:#f2f2f2;background-color:var(--g1-bg-tone-color,#f2f2f2)}.snax .snax-item-embed-code iframe{margin:0;margin-left:auto!important;margin-right:auto!important}.snax .snax-item-nav{clear:both;text-align:center}.snax .snax-item-prev{margin-right:1em}.snax .snax-item-prev:before{content:"‹ "}.snax .snax-item-next{margin-left:1em}.snax .snax-item-next:after{content:" ›"}.snax .snax-item-comments{margin-top:30px}.snax .snax-item-comments .comment-form textarea{resize:none}.snax .snax-item-comments .comment .children li{display:none}.snax .snax-item-comments .comment .children .depth-2:first-child{display:block}.snax .snax-item-comments .comment .children-visible li{display:block}.snax .snax-item-comments .snax-item-comment-autor{display:none;margin-bottom:7px}.snax .snax-item-comments .mc4wp-checkbox-wp-comment-form{display:none}.snax .snax-item-share-expanded .snax-item-share-toggle,body.snax-hoverable .snax .snax-item-share:hover .snax-item-share-toggle{visibility:hidden}.snax .snax-item-share-expanded .snax-item-share-content,body.snax-hoverable .snax .snax-item-share:hover .snax-item-share-content{visibility:visible}.snax .snax-voting{display:inline-flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;-webkit-align-items:center;align-items:center;vertical-align:middle;text-align:center}.snax .snax-voting:after{display:table;clear:both;content:""}.snax .snax-voting .snax-voting-score{display:inline-block;-ms-flex-order:6;order:6;margin:0 10px;vertical-align:middle;line-height:1.125}.snax .snax-voting .snax-voting-score strong{display:inline-block;font-size:20px;vertical-align:middle}.snax .snax-voting-upvote{text-decoration:none;border:none;box-shadow:none;display:inline-block;width:36px;-webkit-order:2;-ms-flex-order:2;order:2;margin-right:5px;font-size:0;line-height:1;vertical-align:middle;border-radius:4px;background-color:#f2f2f2;background-color:var(--g1-bg-tone-color,#f2f2f2);color:#1a1a1a;color:var(--g1-itxt-color,#1a1a1a);-webkit-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;-moz-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;-o-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out}.snax .snax-voting-downvote{text-decoration:none;border:none;box-shadow:none;display:inline-block;width:36px;-webkit-order:4;-ms-flex-order:4;order:4;margin-right:5px;font-size:0;line-height:1;vertical-align:middle;border-radius:4px;background-color:#f2f2f2;background-color:var(--g1-bg-tone-color,#f2f2f2);color:#1a1a1a;color:var(--g1-itxt-color,#1a1a1a);-webkit-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;-moz-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;-o-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out}.snax a.snax-voting-upvote:hover{background-color:#e8fbe5;color:#40c440}.snax .snax-voting-upvote.snax-user-voted,.snax .snax-voting-upvote.snax-user-voted:hover{background-color:#d0f7ca;color:#00b000}.snax a.snax-voting-downvote:hover{background-color:#ffe7ed;color:#e5405b}.snax .snax-voting-downvote.snax-user-voted,.snax .snax-voting-downvote.snax-user-voted:hover{background-color:#ffcfda;color:#dc0024}.snax .snax-voting-large{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.snax .snax-voting-large .snax-voting-downvote,.snax .snax-voting-large .snax-voting-upvote{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.snax .snax-voting-large .snax-vote-icon:before{font-size:32px;line-height:48px}.snax .snax-voting-large .snax-voting-score{-webkit-order:3;-ms-flex-order:3;order:3}.snax .snax-voting-large .snax-voting-score strong{display:block}.snax .snax-voting-container{margin-top:4.5rem;margin-bottom:4.5rem;text-align:center}.snax .snax-vote-icon:before{display:block;font:16px/32px snaxicon}.snax .snax-vote-icon-arrow:before{content:"\e072"}.snax .snax-vote-down .snax-vote-icon-arrow:before{content:"\e073"}.snax .snax-vote-icon-caret:before{content:"\e043"}.snax .snax-vote-down .snax-vote-icon-caret:before{content:"\e044"}.snax .snax-vote-icon-chevron:before{content:"\e070"}.snax .snax-vote-down .snax-vote-icon-chevron:before{content:"\e071"}.snax .snax-vote-icon-thumb:before{content:"\e038"}.snax .snax-vote-down .snax-vote-icon-thumb:before{content:"\e037"}.snax .snax-vote-icon-plus:before{content:"\e074"}.snax .snax-vote-down .snax-vote-icon-plus:before{content:"\e075"}.snax .snax-vote-icon-smile:before{content:"\e076"}.snax .snax-vote-down .snax-vote-icon-smile:before{content:"\e077"}.snax .snax-divider-or{overflow:hidden;position:relative;text-align:center}.snax .snax-divider-or>span{display:inline-block;position:relative}.snax .snax-divider-or>span:before{display:block;width:999px;height:0;border-width:1px 0 0;margin-right:20px;position:absolute;z-index:1;right:100%;left:auto;top:50%;border-style:solid;content:"";opacity:.1667}.snax .snax-divider-or>span:after{display:block;width:999px;height:0;border-width:1px 0 0;margin-left:20px;position:absolute;z-index:1;left:100%;right:auto;top:50%;border-style:solid;content:"";opacity:.1667}.white-popup{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:540px;width:auto;padding:30px 20px 15px 20px;margin:20px auto;position:relative;background:#fff;background:var(--g1-bg-color,#fff)}.white-popup .mfp-close{width:40px;height:40px;position:absolute;right:5px;left:auto;top:5px;text-align:center}#snax-popup-content{text-align:center}#snax-popup-content input{text-align:center}#snax-popup-content .snax-wpsl-gdpr-consent{display:none}#snax-popup-content .snax-login-with-social-network{margin-bottom:15px}#snax-popup-content .snax-form-legend-sign-in,#snax-popup-content .wp-social-login-connect-with{overflow:hidden;width:1px;height:1px;position:absolute;clip:rect(1px,1px,1px,1px)}#snax-popup-content .wp-social-login-provider-list a{opacity:1;pointer-events:all}#snax-popup-content #loginform-in-popup{max-width:300px;margin:0 auto}#snax-popup-content .login-username{margin-bottom:10px}#snax-popup-content .login-username label{display:block;overflow:hidden;width:1px;height:1px;position:absolute;clip:rect(1px,1px,1px,1px)}#snax-popup-content .login-username input[type=text]{width:100%}#snax-popup-content .login-password{margin-bottom:15px}#snax-popup-content .login-password label{display:block;overflow:hidden;width:1px;height:1px;position:absolute;clip:rect(1px,1px,1px,1px)}#snax-popup-content .login-password .snax-link-forgot-pass{display:table;margin-left:auto;margin-right:0;font-size:.83em}#snax-popup-content .login-password input[type=password]{clear:both;width:100%}#snax-popup-content .login-remember{margin-bottom:15px}#snax-popup-content .login-remember input[type=checkbox]{vertical-align:middle}#snax-popup-content .login-submit input[type=submit]{width:100%}#snax-popup-content .snax-form-tip-register{margin-top:-.75em;text-align:center}#snax-popup-content .forgot-submit input[type=submit]{width:100%}#snax-popup-content .forgot-username label{display:block;overflow:hidden;width:1px;height:1px;position:absolute;clip:rect(1px,1px,1px,1px)}#snax-popup-content .forgot-username input[type=text]{width:100%}#snax-popup-content .reset-password-submit input[type=submit]{width:100%}#snax-popup-content .reset-pass label{display:block;overflow:hidden;width:1px;height:1px;position:absolute;clip:rect(1px,1px,1px,1px)}#snax-popup-content .reset-pass input[type=password]{width:100%}#snax-login-recaptcha,#snax-register-recaptcha{margin:0 -20px 10px -18px}#snax-login-recaptcha>div,#snax-register-recaptcha>div{margin:0 auto}@media only screen and (min-width:481px){.white-popup{padding:45px 60px 15px 60px}}.snax .snax-wpsl .wp-social-login-provider-list{margin:0 0 1.5rem;padding:0}.snax .snax-wpsl .wp-social-login-provider{display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:100%;width:100%;border-width:2px;padding:10px 15px;margin:0 0 5px;border-style:solid;-webkit-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;-moz-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;-o-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;color:#fff}@media only screen and (min-width:769px){.snax .snax-wpsl .wp-social-login-provider{padding-left:15px;padding-right:15px}}.snax .snax-wpsl .wp-social-login-provider:before{display:inline-block;width:1em;margin-right:10px;font-size:24px;line-height:1;font-family:FontAwesome;font-weight:400;text-align:center;vertical-align:middle}.snax .snax-wpsl .wp-social-login-provider-facebook{border-color:#2d5f9a;background-color:#2d5f9a}.snax .snax-wpsl .wp-social-login-provider-facebook:before{content:"\f09a"}.snax .snax-wpsl .wp-social-login-provider-twitter{border-color:#00c3f3;background-color:#00c3f3}.snax .snax-wpsl .wp-social-login-provider-twitter:before{content:"\f099"}.snax .snax-wpsl .wp-social-login-provider-google{border-color:#dc4e41;background-color:#dc4e41}.snax .snax-wpsl .wp-social-login-provider-google:before{content:"\f1a0"}.snax .snax-wpsl .wp-social-login-provider-tumblr{border-color:#36465d;background-color:#36465d}.snax .snax-wpsl .wp-social-login-provider-tumblr:before{content:"\f173"}.snax .snax-wpsl .wp-social-login-provider-linkedin{border-color:#0077b5;background-color:#0077b5}.snax .snax-wpsl .wp-social-login-provider-linkedin:before{content:"\f0e1"}.snax .snax-wpsl .wp-social-login-provider-instagram{border-color:#125688;background-color:#125688}.snax .snax-wpsl .wp-social-login-provider-instagram:before{content:"\f16d"}.snax .snax-wpsl .wp-social-login-provider-vkontakte{border-color:#6383a8;background-color:#6383a8}.snax .snax-wpsl .wp-social-login-provider-vkontakte:before{content:"\f189"}.snax .snax-wpsl .wp-social-login-provider-yahoo{border-color:#409;background-color:#409}.snax .snax-wpsl .wp-social-login-provider-yahoo:before{content:"\f19e"}.snax .snax-wpsl .wp-social-login-provider-wordpress{border-color:#21759b;background-color:#21759b}.snax .snax-wpsl .wp-social-login-provider-wordpress:before{content:"\f19a"}.snax .snax-wpsl .wp-social-login-provider-odnoklassniki{border-color:#f4731c;background-color:#f4731c}.snax .snax-wpsl .wp-social-login-provider-odnoklassniki:before{content:"\f263"}.snax .snax-wpsl .wp-social-login-provider-steam{border-color:#000;background-color:#000}.snax .snax-wpsl .wp-social-login-provider-steam:before{content:"\f1b6"}.snax .snax-wpsl .wp-social-login-provider-twitchtv{border-color:#6441a5;background-color:#6441a5}.snax .snax-wpsl .wp-social-login-provider-twitchtv:before{content:"\f1e8"}.snax .snax-wpsl .wp-social-login-provider-live{border-color:#0072c6;background-color:#0072c6}.snax .snax-wpsl .wp-social-login-provider-live:before{content:"\f17a"}.snax .snax-wpsl .wp-social-login-provider-reddit{border-color:#ff4500;background-color:#ff4500}.snax .snax-wpsl .wp-social-login-provider-reddit:before{content:"\f281"}.snax .snax-wpsl .wp-social-login-provider-lastfm{border-color:#d51007;background-color:#d51007}.snax .snax-wpsl .wp-social-login-provider-lastfm:before{content:"\f202"}.snax .snax-wpsl .wp-social-login-provider-dribbble{border-color:#ea4c89;background-color:#ea4c89}.snax .snax-wpsl .wp-social-login-provider-dribbble:before{content:"\f17d"}.snax-social-login-items{list-style:none;padding:0;margin:0 0 14px}.snax-social-login-item{padding:0;margin:0}.snax-social-login{display:block;padding:10px;margin:0 0 6px;border-radius:4px;text-align:center;font-size:14px;line-height:16px;color:#fff}.snax-social-login:before{display:inline-block;vertical-align:middle;font:16px/1 snaxicon;content:"\e201"}.snax-social-login-facebook{background-color:#4172b8}.snax-social-login-facebook:before{content:"\e00a"}.snax-social-login-twitter{background-color:#1da1f2}.snax-social-login-twitter:before{content:"\e00b"}.snax-social-login-google{background-color:#4285f4}.snax-social-login-google:before{width:18px;height:18px;padding:8px;margin-right:12px;border-radius:3px;content:"";background-color:#fff;background-image:url(//www.top5listicle.com/wp-content/plugins/snax/assets/svg/google-sign-in.svg);background-position:center center}.snax-social-login-instagram{background-color:#e4405f}.snax-social-login-instagram:before{content:"\e029"}.snax-social-login-linkedin{background-color:#0077b5}.snax-social-login-linkedin:before{content:"\e080"}.snax-social-login-vkontakte{background-color:#4680c2}.snax-social-login-vkontakte:before{content:"\e02e"}.snax-social-login-odnoklassniki{background-color:#f4731c}.snax-social-login-odnoklassniki:before{content:"\e082"}.snax-social-login-items-tpl-icons .snax-social-login-item{display:inline-block;padding:0 3px;vertical-align:top}.snax-social-login-items-tpl-icons .snax-social-login{font-size:0}.snax-social-login-items-tpl-icons .snax-social-login:before{width:1em;text-align:center}.snax-social-login-items-tpl-icons .snax-social-login-google{padding:1px 8px 1px 1px;font-size:14px}.snax-social-login-items-tpl-buttons{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-3px;margin-right:-3px}.snax-social-login-items-tpl-buttons .snax-social-login-item{box-sizing:border-box;-webkit-flex-grow:1;flex-grow:1;width:50%;min-width:140px;padding:0 3px}.snax-social-login-items-tpl-buttons .snax-social-login{padding-left:32px;padding-right:32px;position:relative}.snax-social-login-items-tpl-buttons .snax-social-login:before{display:block;width:1em;margin-top:-.5em;position:absolute;left:8px;right:auto;top:50%}.snax-social-login-items-tpl-buttons .snax-social-login-google:before{margin-top:0;left:1px;top:1px}.snax-gdpr-consent-form-hidden{display:none}.snax-gdpr-consent-form-visible{display:block}.snax-social-login-links-hidden{display:none}.snax-social-login-links-visible{display:block}.snax .snax-item-share-content{width:48px;margin-left:auto;margin-right:auto;background-color:#fff}.snax .snax-item-share-content .snax-share{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:48px;border-width:2px;margin:0 auto;font-size:0;line-height:0;text-align:center;border-style:solid;-webkit-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;-moz-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;-o-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;color:#fff}.snax .snax-item-share-content .snax-share:before{color:inherit;font:18px/44px snaxicon}.snax .snax-item-share-content .snax-share:hover{opacity:.8}.snax .snax-item-share-content .snax-share-facebook{border-color:#2d5f9a;background-color:#2d5f9a}.snax .snax-item-share-content .snax-share-facebook:before{content:"\e00a"}.snax .snax-item-share-content .snax-share-twitter{border-color:#00c3f3;background-color:#00c3f3}.snax .snax-item-share-content .snax-share-twitter:before{content:"\e00b"}.snax .snax-item-share-content .snax-share-pinterest{border-color:#bd081c;background-color:#bd081c}.snax .snax-item-share-content .snax-share-pinterest:before{content:"\e00c"}.quizzard-share{box-sizing:border-box;display:block;padding:9px 15px;border-width:2px;margin:0 auto 6px;font-size:14px;line-height:18px;font-weight:700;text-align:center;border-style:solid;border-radius:4px;color:#fff}.quizzard-share:before{display:inline-block;margin-right:8px;vertical-align:middle;color:inherit;font:16px/18px snaxicon}.quizzard-share-facebook{border-color:#2d5f9a;background-color:#2d5f9a}.quizzard-share-facebook:before{content:"\e00a"}.quizzard-share-twitter{border-color:#00c3f3;background-color:#00c3f3}.quizzard-share-twitter:before{content:"\e00b"}.quizzard-share-pinterest{border-color:#bd081c;background-color:#bd081c}.quizzard-share-pinterest:before{content:"\e00c"}.snax-note{margin-top:3em;margin-bottom:3em;text-align:center}.snax-note .snax-note-title{margin-top:.5em;margin-bottom:.5em}.snax-note p{font-size:1.17em}.snax-note .snax-note-icon{width:64px;height:64px;margin:0 auto;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}.snax-note .snax-note-icon:before{font:34px/64px snaxicon;content:"\e008"}.snax-note-off{display:none}.snax-note-success .snax-note-icon{border-color:#6f9a37;background-color:#6f9a37;color:#fff}.snax-note-warning .snax-note-icon{border-color:#fdc153;background-color:#fdc153;color:#fff}.snax-note-warning .snax-note-icon:before{content:"\e00f"}.snax-note-error .snax-note-icon{border-color:#ff0036;background-color:#ff0036;color:#fff}.snax-note-error .snax-note-icon:before{content:"\e00f"}.snax .snax-message{padding:1em 1em 1px;margin:0 0 1.5em}.snax .snax-message>p{margin:0 0 1em}.snax .snax-message-success{background-color:#efc;color:#250}.snax .snax-message-error{background-color:#fdc;color:#800}.snax .snax-message-warning{background-color:#ffe0af;color:#800}.snax-widget-cta .snax-button-create{width:100%;text-align:center}.snax-widget-cta-button .snax-button .snax-format-icon{display:inline-block;width:auto;height:auto;margin:0 1rem 0 0;line-height:10px}.snax-widget-cta-button .snax-button .snax-format-icon:before{font-size:24px}.snax .snax-cta-text-before{margin-bottom:30px;text-align:center;font-size:1.5em;line-height:1.25}.snax .snax-list-collection{margin:0;padding:0;list-style:none}.snax .snax-list-collection-item{margin:0;padding:0;list-style:none}.snax .snax-list-collection-item>div{margin-bottom:20px}.snax .snax-list-collection-item>div:after{display:table;clear:both;content:""}.snax .snax-list-collection-item>div>a{display:block;float:left;width:80px;margin-right:15px}.snax .snax-list-collection-item>div>a img{display:block;width:100%}.snax-teaser-versus .snax-teaser-versus-images{position:relative}.snax-teaser-versus .snax-teaser-versus-images{position:relative;overflow:hidden;height:180px}@media only screen and (max-width:600px){.snax-teaser-versus .snax-teaser-versus-images{height:auto}}.snax-teaser-versus .snax-teaser-versus-images img:first-child{width:calc(50%);height:auto;display:inline-block;position:relative;top:30px;transform-origin:0 0;transform:rotate(-5deg);z-index:1;box-shadow:21px 21px 29px 0 rgba(0,0,0,.4);text-shadow:21px 21px 29px rgba(0,0,0,.4)}.snax-teaser-versus .snax-teaser-versus-images img:last-child{width:calc(50% + 10px);height:auto;top:0;right:0;display:inline-block;position:absolute;transform-origin:0 0;transform:rotate(5deg)}.snax-teaser-versus .snax-teaser-versus-images:after{content:"Vs";letter-spacing:-.1em;position:absolute;background:#2a2a2a;color:#fff;font-size:36px;font-weight:700;border-radius:100px;padding:22px 0;min-width:80px;text-align:center;z-index:5;line-height:36px;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);background-color:#000;background-image:-owg-linear-gradient(left top,#424242 0,#000 100%);background-image:-webkit-linear-gradient(left top,#424242 0,#000 100%);background-image:-moz-linear-gradient(left top,#424242 0,#000 100%);background-image:-o-linear-gradient(left top,#424242 0,#000 100%);background-image:linear-gradient(left top,#424242 0,#000 100%)}.snax-teaser-versus .snax-teaser-versus-post-title{padding-top:10px;padding-bottom:5px;margin:0 15px;text-align:center}.snax-teaser-versus .snax-teaser-versus-button{display:block;margin:0 15px;text-align:center}.snax-teaser-binary .snax-teaser-binary-images{position:relative;text-align:center}@media only screen and (max-width:800px){.snax-teaser-binary .snax-teaser-binary-images img{width:100%;height:auto}}.snax-teaser-binary .snax-teaser-binary-post-title{margin:0 15px;padding-top:10px;padding-bottom:5px;text-align:center}.snax-teaser-binary .snax-teaser-binary-button{display:block;margin:0 15px;text-align:center}.snax-teaser-binary .snax-teaser-binary-slogan{width:100%;margin:auto;position:absolute;z-index:1;left:0;right:auto;bottom:0;font-size:24px;line-height:0;font-weight:700;text-transform:uppercase;text-align:center;white-space:pre-line;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}.snax-teaser-binary .snax-teaser-binary-slogan div{display:table;padding:3px 6px;position:relative;left:50%;line-height:1;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.snax-teaser-binary .snax-teaser-binary-slogan div:nth-child(1){margin-bottom:12px;z-index:2;-webkit-transform:translateX(-50%) rotate(5deg) translateY(90%) translateZ(1px);-moz-transform:translateX(-50%) rotate(5deg) translateY(90%) translateZ(1px);-ms-transform:translateX(-50%) rotate(5deg) translateY(90%) translateZ(1px);-o-transform:translateX(-50%) rotate(5deg) translateY(90%) translateZ(1px);transform:translateX(-50%) rotate(5deg) translateY(90%) translateZ(1px);background:#ff5dff;color:#1a1a1a}.snax-teaser-binary .snax-teaser-binary-slogan div:nth-child(2){margin-bottom:10px;z-index:1;font-size:14px;-webkit-transform:translateX(-50%) translateY(60%);-moz-transform:translateX(-50%) translateY(60%);-ms-transform:translateX(-50%) translateY(60%);-o-transform:translateX(-50%) translateY(60%);transform:translateX(-50%) translateY(60%);background:#fff;color:#1a1a1a}.snax-teaser-binary .snax-teaser-binary-slogan div:nth-child(3){margin-bottom:2px;z-index:2;-webkit-transform:translateX(-50%) rotate(-5deg);-moz-transform:translateX(-50%) rotate(-5deg);-ms-transform:translateX(-50%) rotate(-5deg);-o-transform:translateX(-50%) rotate(-5deg);transform:translateX(-50%) rotate(-5deg);background:#5dd3ff;color:#1a1a1a}.snax-widget-latest-votes .snax-links{margin:0 0 10px 0;padding-left:0;padding-right:0;list-style:none}.snax-widget-latest-votes .snax-links li{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.snax-widget-latest-votes .snax-links li .snax-voting{-ms-flex-wrap:none;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start;margin-right:10px;margin-bottom:10px}.snax-widget-latest-votes .snax-links li .snax-meta{padding-right:10px;text-align:center}.snax-widget-latest-votes .snax-links .snax-link-title{margin-bottom:10px}.snax-widget-latest-votes .snax-more-results{text-align:right}.snax .snax-formats{margin:0 -5px 1.5rem -5px;padding:0;list-style:none;letter-spacing:-.31em;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.snax .snax-formats>li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:0 5px;width:100%;list-style:none;letter-spacing:normal;vertical-align:top}.snax .snax-formats .snax-format{text-decoration:none;border:none;box-shadow:none;display:block;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:25px 15px 15px;margin-bottom:10px;border-width:1px;text-align:center;border-style:solid;border-color:#e6e6e6;border-color:var(--g1-border-color,#e6e6e6);-webkit-transition:border-color .3s ease-in-out,background-color .3s ease-in-out;-moz-transition:border-color .3s ease-in-out,background-color .3s ease-in-out;-o-transition:border-color .3s ease-in-out,background-color .3s ease-in-out;transition:border-color .3s ease-in-out,background-color .3s ease-in-out}.snax .snax-formats .snax-format:hover{border-color:#f2f2f2;background-color:#f2f2f2}@media only screen and (min-width:769px){.snax .snax-formats>li{width:50%}.snax .snax-formats-1>li{width:100%}}@media only screen and (min-width:1025px){.snax .snax-formats>li>a{padding:30px}}.snax .snax-format-icon{display:block;width:68px;height:68px;margin:0 auto .5em}.snax .snax-format-icon:before{font:68px/1 snaxicon}.snax .snax-format-image .snax-format-icon:before{content:"\e000"}.snax .snax-format-gallery .snax-format-icon:before{content:"\e001"}.snax .snax-format-embed .snax-format-icon:before{content:"\e002"}.snax .snax-format-list .snax-format-icon:before{content:"\e018"}.snax .snax-format-classic_list .snax-format-icon:before{content:"\e016"}.snax .snax-format-ranked_list .snax-format-icon:before{content:"\e019"}.snax .snax-format-text .snax-format-icon:before{content:"\e013"}.snax .snax-format-meme .snax-format-icon:before{content:"\e015"}.snax .snax-format-trivia_quiz .snax-format-icon:before{content:"\e01a"}.snax .snax-format-personality_quiz .snax-format-icon:before{content:"\e003"}.snax .snax-format-audio .snax-format-icon:before{content:"\e026"}.snax .snax-format-video .snax-format-icon:before{content:"\e027"}.snax .snax-format-classic_poll .snax-format-icon:before{content:"\e01b"}.snax .snax-format-versus_poll .snax-format-icon:before{content:"\e034"}.snax .snax-format-binary_poll .snax-format-icon:before{content:"\e033"}.snax .snax-format-link .snax-format-icon:before{content:"\e01c"}.snax .snax-format-extproduct .snax-format-icon:before{content:"\e046"}.snax .snax-format-label{margin:.5em 0}.snax .snax-format-desc{opacity:.666}.snax .snax-meme-template:hover{cursor:pointer}.snax-format-gamification-badges,.snax-format-gamification-points{display:inline-block;vertical-align:middle;font-size:0;color:#999}.snax-format-gamification-more{display:none}.snax-format-gamification-points strong{display:inline-block;width:40px;height:40px;font-size:13px;line-height:40px;text-align:center;border-radius:20px;color:#999;background:#ff0}.snax-format-gamification-badges img{display:inline-block}.snax-format:hover .snax-format-gamification-badges,.snax-format:hover .snax-format-gamification-points{display:block;font-size:inherit}.snax-format:hover .snax-format-gamification-more{display:block}.snax .snax-votes>article+article{margin-top:4.5em}.snax .snax-object{margin-bottom:30px}.snax .snax-object-container{background-color:#e6e6e6}.snax .snax-object-container iframe{display:block;margin:0 auto}.snax .snax-object-container img{display:block;width:100%;margin:0 auto}.snax .snax-object-actions{text-align:right}.snax .snax-object-actions .snax-object-action{text-decoration:none;border:none;box-shadow:none;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:32px;font-size:0;text-align:center}.snax .snax-object-actions .snax-object-action:before{font:16px/32px snaxicon;content:"\e005"}.snax-figure-source{font-size:0}.snax-figure-source:before{font-size:13px;content:attr(data-snax-placeholder)}.snax .snax-date-wrapper,.snax .snax-time-wrapper{display:inline}.snax .snax-date-wrapper-unfriendly,.snax .snax-time-wrapper-friendly{display:none}.snax-post-referral-form{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px;margin-bottom:1.5rem;position:relative;text-align:center}.snax-post-referral-form:before{display:block;position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;content:"";background-color:currentColor;opacity:.0833}.snax-post-referral-form button{min-width:50%;margin:0}.snax-ad-location{margin:3em 0}.snax-ad-location img{display:block;margin-left:auto;margin-right:auto}.snax .snax-collection-items{margin:0 0 1.5rem;padding:0;list-style:none;counter-reset:snax-collection-item-counter}.snax .snax-collection-item{box-sizing:border-box;margin-left:0;padding:0;list-style:none}.snax .snax-collection-item-removing{position:relative}.snax .snax-collection-item-removing:after{display:block;width:1em;position:absolute;top:50%;left:50%;right:auto;font:16px/1 snaxicon;content:"\e004";-webkit-animation:snax-spin 2s infinite linear;animation:snax-spin 2s infinite linear}.snax .snax-collection-item-removing .snax-entry{visibility:hidden}.snax .snax-collection-item-removed:after{content:"\e008";-webkit-animation:none;animation:none}.snax-collection-items-tpl-olistxs .snax-collections-items{margin-bottom:24px}.snax-collection-items-tpl-olistxs .snax-collection-item+.snax-collection-item{padding-top:10px;border-width:1px 0 0;border-style:solid;border-color:#e6e6e6;border-color:var(--g1-border-color,#e6e6e6)}.snax-entry-tpl-olistxs{display:-ms-flexbox;display:-webkit-flex;display:flex}.snax-entry-tpl-olistxs .snax-entry-counter{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;margin:0 10px 10px 0;text-align:center;font-weight:700}.snax-entry-tpl-olistxs .snax-entry-media{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:60px;margin:0 10px 10px 0}.snax-entry-tpl-olistxs .snax-entry-media img{display:block}.snax-entry-tpl-olistxs .snax-entry-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding-bottom:1px}.snax-entry-tpl-olistxs .snax-entry-title{margin-bottom:10px}.snax-entry-tpl-olistxs .snax-entry-author,.snax-entry-tpl-olistxs .snax-entry-date{display:inline-block;margin-bottom:5px;font-size:.87em}.snax-entry-tpl-olistxs .snax-entry-author .avatar{display:inline-block;vertical-align:middle}.snax-entry-tpl-olistxs .snax-actions{padding-top:0;padding-bottom:0;margin-bottom:10px}@media only screen and (max-width:767px){.snax-entry-tpl-olistxs .snax-entry-counter{display:none}.snax-entry-tpl-olistxs .snax-entry-body{padding-right:30px;position:relative}.snax-entry-tpl-olistxs .snax-actions{position:absolute;top:0;right:0}}@media only screen and (min-width:768px){.snax-entry-tpl-olistxs{-ms-flex-align:center;-webkit-align-items:center;align-items:center}.snax-entry-tpl-olistxs .snax-entry-media{width:80px}.snax-entry-tpl-olistxs .snax-entry-body{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.snax-entry-tpl-olistxs .snax-entry-title{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:50%;padding-right:10px}.snax-entry-tpl-olistxs .snax-entry-title a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.snax-entry-tpl-olistxs .snax-entry-author,.snax-entry-tpl-olistxs .snax-entry-date{width:25%;margin-bottom:10px}}.snax-form-collection-search{margin-bottom:20px}.snax-form-collection-search label{font-size:0}.snax-form-collection-search [type=search],.snax-form-collection-search [type=submit]{width:100%;margin-bottom:6px}@media only screen and (min-width:480px){.snax-form-collection-search{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.snax-form-collection-search label{margin-right:6px;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.snax-form-collection-search [type=submit]{width:auto}}.snax-add-to-collection-loading:before{display:block;width:32px;height:32px;margin-left:auto;margin-right:auto;font:16px/32px snaxicon;text-align:center;-webkit-animation:snax-spin 2s infinite linear;animation:snax-spin 2s infinite linear;content:"\e004"}.snax-add-to-collection-loading .snax-collections,.snax-add-to-collection-loading .snax-form-collection-search{display:none}.snax-collection-intro-icon:before{display:inline-block;margin-bottom:.25em;font:48px/1 snaxicon;content:'\e001'}.snax-collection-intro-icon-history-1:before{content:"\e054"}.snax-collection-intro-icon-history-2:before{content:"\e055"}.snax-collection-intro-icon-history-3:before{content:"\e056"}.snax-collection-intro-icon-read-later-1:before{content:"\e057"}.snax-collection-intro-icon-read-later-2:before{content:"\e058"}.snax-collection-intro-icon-read-later-3:before{content:"\e059"}.snax-collection-intro-icon-favourites-1:before{content:"\e060"}.snax-collection-intro-icon-favourites-2:before{content:"\e061"}.snax-collection-intro-icon-favourites-3:before{content:"\e062"}.snax-collection-intro-icon-custom-1:before{content:"\e063"}.snax-collection-intro-icon-custom-2:before{content:"\e064"}.snax-collection-intro-icon-custom-3:before{content:"\e065"}@media only screen and (min-width:768px){.snax-collection-intro-columns{display:-ms-flexbox;display:-webkit-flex;display:flex}.snax-collection-intro-column{box-sizing:border-box;width:33.33333%;padding:0 10px}}.snax-collections-items{margin:0;padding:0;list-style:none}.snax-collections-item{box-sizing:border-box}.snax-collection-before-title{margin-bottom:.75rem}.snax-collection-author .avatar{display:inline-block;vertical-align:middle}.snax-collection-meta>span:after{content:", "}.snax-collection-meta>span:last-child:after{content:""}.snax-collection-actions .snax-collection-action{margin:0 6px 6px 0}.snax-collection-tpl-tile{height:300px;position:relative;background-color:#1a1a1a;color:rgba(255,255,255,.8)}.snax-collection-tpl-tile a{pointer-events:auto;color:#fff}.snax-collection-tpl-tile .snax-collection-media{overflow:hidden;margin:0;position:absolute;top:0;bottom:0;left:0;right:0}.snax-collection-tpl-tile .snax-collection-media>a{display:block;position:absolute;top:0;bottom:0;left:0;right:0}.snax-collection-tpl-tile .snax-collection-media>a>img{height:auto;max-width:100%;width:100%;position:absolute;z-index:1;top:50%;left:50%;right:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.snax-collection-tpl-tile .snax-collection-body{padding:30px 30px 0;pointer-events:none;position:absolute;z-index:3;bottom:0;left:0;right:0;background-image:-owg-linear-gradient(to bottom,transparent,rgba(0,0,0,.75) 100%);background-image:-webkit-linear-gradient(to bottom,transparent,rgba(0,0,0,.75) 100%);background-image:-moz-linear-gradient(to bottom,transparent,rgba(0,0,0,.75) 100%);background-image:-o-linear-gradient(to bottom,transparent,rgba(0,0,0,.75) 100%);background-image:linear-gradient(to bottom,transparent,rgba(0,0,0,.75) 100%)}.snax-collection-tpl-tile .snax-collection-body:after{display:block;width:100%;height:0;margin-top:30px;content:""}.snax-collection-tpl-tile .snax-collection-title{margin-bottom:0;color:#fff}.snax-collection-tpl-tile .snax-collection-title>a{color:inherit}@supports (object-fit:cover){.snax-collection-tpl-tile .snax-collection-media>a>img{width:100%;height:100%;top:0;left:0;object-fit:cover;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}.snax-collections-tpl-tiles .snax-collections-items{margin-bottom:18px}.snax-collections-tpl-tiles .snax-collections-item{margin-bottom:6px}@media only screen and (min-width:768px){.snax-collections-tpl-tiles .snax-collections-items{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.snax-collections-tpl-tiles .snax-collections-item{width:50%;padding:0 3px}}.snax-collection-tpl-icon{display:block;padding:20px 30px 0;border-width:1px;border-style:solid;border-color:#e6e6e6}.snax-collection-tpl-icon .snax-collection-icon{display:block;width:32px;height:32px;margin-bottom:6px;position:relative}.snax-collection-tpl-icon .snax-collection-icon:before{display:block;margin-top:-.5em;position:absolute;left:0;right:0;top:50%;text-align:center;font:32px/1 snaxicon}.snax-collection-tpl-icon .snax-collection-title{margin-bottom:2px}.snax-collection-tpl-icon .snax-collection-title>a{color:inherit}.snax-collection-slug-history .snax-collection-icon:before{content:"\e050"}.snax-collection-slug-read-later .snax-collection-icon:before{content:"\e051"}.snax-collection-slug-favourites .snax-collection-icon:before{content:"\e052"}.snax-collections-tpl-icons .snax-collections-items{margin-bottom:18px}.snax-collections-tpl-icons .snax-collections-item{margin-bottom:6px}@media only screen and (min-width:768px){.snax-collections-tpl-icons .snax-collections-items{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.snax-collections-tpl-icons .snax-collections-item{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:33.33333%;padding:0 3px}}.snax-collection-tpl-listxs{padding:6px 0;position:relative}.snax-collection-tpl-listxs .snax-collection-title{margin:0}.snax-collection-tpl-listxs .snax-collection-title>a{padding-left:30px}.snax-collection-tpl-listxs .snax-collection-title>a:before{display:inline-block;position:absolute;left:0;right:auto;width:1em;font-size:16px;font-family:snaxicon;content:"\e049"}.snax-collection-tpl-listxs.snax-collection-private .snax-collection-title>a:before{content:"\e048"}.snax-collections-tpl-listxs .snax-collections-items{margin-bottom:24px}.snax-collections-tpl-listxs .snax-collections-item+.snax-collections-item{border-width:1px 0 0;border-style:solid;border-color:#e6e6e6;border-color:var(--g1-border-color,#e6e6e6)}.snax-edit-collection{margin-bottom:30px}.snax-edit-collection .snax-form-row{margin-bottom:20px}.snax-edit-collection .snax-form-row>label{display:block}.snax-edit-collection .snax-form-row legend{margin-bottom:10px}.snax-edit-collection .snax-edit-collection-row-title input{width:100%}.snax-edit-collection .snax-edit-collection-row-description textarea{width:100%}@media only screen and (min-width:768px){.snax-edit-collection{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.snax-edit-collection .snax-edit-collection-main{box-sizing:border-box;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:66.66667%;padding-left:20px}.snax-edit-collection .snax-edit-collection-side{box-sizing:border-box;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:33.33333%;padding-right:10px}}.snax-collections-leading{margin-top:1.5em;margin-bottom:1.5em;text-align:center}.snax-collections-leading-icon:before{display:inline-block;margin-bottom:10px;font:48px/1 snaxicon;content:"\e053"}.snax-notifications{overflow:hidden;width:300px;position:fixed;z-index:99;top:10px;bottom:10px;left:auto;right:10px;pointer-events:none}.snax-notifications-off{display:none}body.admin-bar .snax-notifications{top:42px}.snax .snax-notification{box-sizing:border-box;padding:20px 30px 0 20px;border-width:1px;margin-bottom:5px;position:relative;z-index:1;pointer-events:auto;border-style:solid;border-radius:4px;-webkit-box-shadow:0 12px 24px rgba(0,0,0,.1);-moz-box-shadow:0 12px 24px rgba(0,0,0,.1);box-shadow:0 12px 24px rgba(0,0,0,.1);opacity:.99;-webkit-transition:-webkit-transform 375ms cubic-bezier(.4,-.2,.6,1.2),opacity 375ms ease-in-out;-moz-transition:-moz-transform 375ms cubic-bezier(.4,-.2,.6,1.2),opacity 375ms ease-in-out;-o-transition:-o-transform 375ms cubic-bezier(.4,-.2,.6,1.2),opacity 375ms ease-in-out;transition:transform 375ms cubic-bezier(.4,-.2,.6,1.2),opacity 375ms ease-in-out;border-color:transparent;background:#fff;color:#1a1a1a}.snax .snax-notification-removed{opacity:0;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.snax .snax-notification-text{margin-bottom:20px}.snax .snax-notification-close{display:block;box-sizing:border-box;overflow:hidden;padding:0;border:0;margin:0;position:absolute;left:auto;right:5px;top:5px;width:20px;height:20px;font-size:0;line-height:20px;text-align:center;border-radius:50%;-webkit-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,filter 375ms ease-in-out;-moz-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,filter 375ms ease-in-out;-o-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,filter 375ms ease-in-out;transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,filter 375ms ease-in-out;background:#e6e6e6;color:#666}.snax .snax-notification-close:before{font:8px/20px snaxicon;content:"\e010"}.snax .snax-notification-close:hover{filter:invert(100%)}.snax-tab-inactive{display:none}.snax .snax-validation-error.snax-forgot-pass-success-message .snax-validation-tip{display:block;color:#58cc6e}.snax .snax-validation-error.snax-forgot-pass-success-message .snax-validation-tip:before{display:none}.snax-empty{max-width:420px;margin-left:auto;margin-right:auto;text-align:center}.snax-empty-icon{display:block;margin:0 auto 20px;opacity:.2}.snax-empty-icon svg{fill:currentColor}.wyr-reactions{margin:3rem 0}.wyr-reactions-footer{font-size:.87em;text-align:center}.wyr-reaction{display:block;text-align:center}.wyr-reaction-icon{display:block;width:50px;height:50px;margin:0 auto 12px;position:relative;text-align:center;font-size:12px;line-height:1;text-transform:uppercase;background-color:#ffda6a;color:#000;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}.wyr-reaction-icon img{position:relative;z-index:10;display:block;width:100%;height:100%}.wyr-reaction-icon-text{display:none;position:absolute;top:50%;left:0;right:0;white-space:nowrap;-webkit-transform:translateY(-.5em) rotate(-30deg);-moz-transform:translateY(-.5em) rotate(-30deg);-ms-transform:translateY(-.5em) rotate(-30deg);-o-transform:translateY(-.5em) rotate(-30deg);transform:translateY(-.5em) rotate(-30deg)}.wyr-reaction-icon-with-text .wyr-reaction-icon-text,.wyr-reaction-items,.wyr-reaction-label{display:block}.wyr-reaction-icon-with-text img{visibility:hidden}.wyr-reaction-track{height:100px;overflow:hidden;position:relative;background:var(--g1-bg-tone-color,#f2f2f2);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px}.wyr-reaction-bar{position:absolute;top:auto;bottom:0;left:0;right:0;background-color:#ff0036;opacity:.2;-webkit-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out,height 375ms ease-in-out;-moz-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out,height 375ms ease-in-out;-o-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out,height 375ms ease-in-out;transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out,height 375ms ease-in-out}.wyr-reaction-value{position:relative;z-index:3;line-height:100px;font-family:Poppins,sans-serif;color:#1a1a1a;color:var(--g1-itxt-color,#1a1a1a)}.wyr-reaction-button{display:block;padding:6px 8px;border-width:2px;margin-top:6px;font-size:14px;line-height:1;text-transform:uppercase;border-style:solid;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;border-color:#e6e6e6;border-color:var(--g1-border-color,#e6e6e6);background-color:#e6e6e6;background-color:var(--g1-border-color,#e6e6e6);color:#1a1a1a;color:var(--g1-itxt-color,#1a1a1a);-webkit-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;-moz-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;-o-transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;transition:border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out}.wyr-reaction-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-gap:0 6px;justify-content:center;margin:0;padding:0;list-style:none;font-size:0}.wyr-reaction-item{display:inline-block;vertical-align:top;font-size:1rem}.wyr-reaction-item .wyr-reaction{margin:0 0 12px}.wyr-reaction-voted .wyr-reaction-bar,.wyr-reaction:hover .wyr-reaction-bar{opacity:1}.wyr-reaction-voted .wyr-reaction-button,.wyr-reaction:hover .wyr-reaction-button{border-color:#ff0036;background-color:#ff0036;color:#fff}.g1-widget-latest-reactions .wyr-links,.wyr-memeber-reactions .wyr-links{margin:0 0 10px;padding-left:0;padding-right:0;list-style:none}.g1-widget-latest-reactions .wyr-links .wyr-link,.wyr-memeber-reactions .wyr-links .wyr-link{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.g1-widget-latest-reactions .wyr-links .wyr-reaction-icon,.wyr-memeber-reactions .wyr-links .wyr-reaction-icon{display:block;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-align-self:flex-start;align-self:flex-start;width:30px;height:30px;margin:0 15px 10px 0}.g1-widget-latest-reactions .wyr-links .wyr-link-title,.wyr-memeber-reactions .wyr-links .wyr-link-title{margin-bottom:10px}.g1-widget-latest-reactions .wyr-links .wyr-link-after-title,.wyr-memeber-reactions .wyr-links .wyr-link-after-title{margin:-10px 0 10px}.wyr-empty{max-width:420px;margin-left:auto;margin-right:auto;text-align:center}.wyr-empty-icon{display:block;margin:0 auto 20px;opacity:.2}.wyr-empty-icon svg{fill:currentColor}