.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-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);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-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);
}

.fa-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 .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.menu-opened:not(.logged-out-user) {
    position: fixed;
    width: 100%;
}

.menu-opened .menu-global {
    display: block;
    margin-top: 50px;
}

.menu-global .main-menu-item {
    cursor: pointer;
}

.menu-global .main-menu-item a {
    display: block;
    color: #ccc;
    text-decoration: none;
    padding: 5px 20px;
}

.menu-global .item-link--logo {
    border-radius: 50%;
    margin-right: 10px;
}

.menu-global .ico {
    margin: 0 10px;
}

.menu-global .ico:before {
    font-family: 'FontAwesome';
    font-style: normal;
    color: rgb(119, 119, 119);
}

.menu-global .ico.stats:before {
    content: '\f201';
}

.menu-global .ico.main-content:before {
    content: '\f15c';
}

.menu-global .ico.draft-post:before {
    content: '\f044';
}

.main-menu-item.section strong {
    color: #3B3B3B;
    padding-left: 20px;
}

.menu-global .main-menu-item:not(.section):hover>a,
.menu-global .main-menu-item:not(.section):hover>div>a {
    color: coral;
    background-color: rgba(255, 255, 255, .1);
}

.menu-global__section-links i {
    display: inline-block;
    margin-left: 3px;
}

.menu-global__section-links>.menu-global__section-link {
    display: block;
}

.menu-global__section-link a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.menu-global__section-link a:hover {
    color: #fe4646;
}

.menu-global .main-menu-wrapper {
    padding: 12px 0 80px 0;
    overflow-x: hidden;
}

.menu-global .section:before,
.menu-global .section:after,
.menu-global .divider:before {
    content: '';
    display: block;
    border-top: 1px solid #333;
    margin: 13px -20px;
}

.menu-global__submit,
.menu-global__text-input {
    border: none;
    vertical-align: middle;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
    color: white;
}

.menu-global__submit {
    padding-right: 15px;
    font-size: 2.2rem;
}

.menu-global__search-form {
    padding: 6px 20px;
}

.main-menu-item--addPostIcon {
    display: none;
}

@media (min-width:768px) {
    .menu-opened .menu-global {
        margin-top: 0;
    }

    .menu-opened .menu-global {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
    }

    .menu-opened .all-content-wrapper {
        -webkit-transform: translate(320px, 0);
        transform: translate(320px, 0);
        transform: translate3d(320px, 0, 0);
    }
}

@media (min-width:960px) {
    .menu-opened.logged-out-user .all-content-wrapper {
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.selectionSharer {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    position: absolute;
    background-color: #2e2e2e;
    z-index: 10;
}

.selectionSharer.moveDown {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
}

.selectionSharer .selectionSharer-inner {
    padding: 15px 10px;
}

.selectionSharer-list a.sharer-icons__btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    margin: 0 2px;
}

.selectionSharer-list a.tweet {
    background-color: #1b95e0;
    color: #ffffff;
}

.selectionSharer-list a.facebook {
    color: #ffffff;
    background-color: #3b5998;
    display: none;
}

.selectionSharer-list a.email {
    color: #000000;
    background-color: #f1efef;
}

.selectionSharer-list a.email i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

@keyframes selectionSharerPopover-animation {
    0% {
        transform: matrix(0.97, 0, 0, 1, 0, 12);
        filter: alpha(opacity=0);
        opacity: 0
    }

    20% {
        transform: matrix(0.99, 0, 0, 1, 0, 2);
        filter: alpha(opacity=70);
        opacity: .7
    }

    40% {
        transform: matrix(1, 0, 0, 1, 0, -1);
        filter: alpha(opacity=100);
        opacity: 1
    }

    70% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        filter: alpha(opacity=100);
        opacity: 1
    }

    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        filter: alpha(opacity=100);
        opacity: 1
    }
}

#selectionSharerPopover {
    top: -100px;
    left: -100px;
    z-index: 1010;
    border-radius: 10px;
    padding: 10px;
}

#selectionSharerPopover:after {
    content: '';
    display: block;
    position: absolute;
    border: 7px solid transparent;
    border-top-color: #2e2e2e;
    left: 50%;
    margin-left: -7px;
    bottom: -14px;
}

#selectionSharerPopover .selectionSharerPopover-arrow,
#selectionSharerPopover .selectionSharerPopover-clip {
    display: none;
}

#selectionSharerPopover.anim {
    transition: top .075s ease-out;
    animation: selectionSharerPopover-animation 180ms forwards linear;
    -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}

#selectionSharerPopunder {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: height 0.5s ease-in-out;
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#selectionSharerPopunder.fixed {
    transition: bottom 0.5s ease-in-out;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

#selectionSharerPopunder.show {
    position: fixed;
    height: 55px;
}

#selectionSharerPopunder span,
#selectionSharerPopunder .selectionSharer-list {
    display: inline-block;
    vertical-align: middle;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide:focus {
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.cta-poll,
.cta-poll :before,
.cta-poll :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cta-poll {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width:768px) {
    .cta-poll--is-giant-splash {
        margin-top: -230px;
        z-index: 2;
    }
}

.cta-poll__answers {
    position: relative;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.cta-poll__button {
    position: absolute;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
}

.cta-poll__button>i {
    font-style: normal;
}

.cta-poll__answer-item:first-child .cta-poll__button {
    left: 25%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cta-poll__answer-item:last-child .cta-poll__button {
    right: 25%;
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.cta-poll__answer-item {
    width: 50%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.cta-poll__answer-item:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    background: #252525;
    box-sizing: border-box;
}

.cta-poll__answer-item label {
    margin: 0;
    box-sizing: border-box;
}

.cta-poll .cta-poll__question,
.cta-poll .cta-share-block__text {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

.cta-poll .cta-poll__answer__share-number {
    font-size: 34px;
    font-weight: 600;
    color: #469ad3;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
    text-transform: uppercase;
    box-sizing: border-box;
}

.cta-poll_answer_static_votes {
    display: none;
    margin-left: 5px;
    box-sizing: border-box;
}

.cta-poll__answer__text {
    font-size: 13px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
    box-sizing: border-box;
}

.cta-poll__button,
.cta-share__button {
    display: block;
    height: 40px;
    line-height: 40px;
    max-width: 107px;
    margin: 0 auto;
    background: #469ad3;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

@media only screen and (min-width :768px) and (max-width :850px) {

    .cta-poll__button,
    .cta-share__button {
        max-width: 80px;
    }
}

.cta-poll__button:hover {
    background: #4290c5;
}

.cta-poll__radiobutton,
.cta-poll__fake-radiobutton {
    display: none;
    box-sizing: border-box;
}

.cta-poll__img {
    width: 100%;
    max-width: 106px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.cta-share-block {
    background: #1a1a1a;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    -ms-transform: translate(0, -110%);
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
}

.cta-share-block.is-active {
    -webkit-transition: transform;
    transition: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cta-poll .cta-share-block__text {
    margin-bottom: 30px;
}

.cta-share-block__button {
    float: left;
    width: 50%;
    padding-right: 7.5px;
    box-sizing: border-box;
}

.cta-share-block__button:last-child {
    padding-left: 7.5px;
    padding-right: 0;
}

.cta-share__button:hover {
    text-decoration: none;
    color: #fff;
}

.article-content article .cta-share__button {
    color: #fff;
}

.article-content article .cta-share__button:hover {
    text-decoration: none;
}

.cta-share__button--fw {
    background: #00acee;
}

.cta-share__button--fw:hover {
    background: #039bd5;
}

.cta-share__button--fb {
    background: #3b5998;
}

.cta-share__button--fb:hover {
    background: #334d83;
}

.cta-poll--multiple-options .cta-poll__answer-item:first-child:before {
    display: none;
}

.cta-poll--multiple-options .cta-poll__answer-item {
    float: none;
    width: auto;
    padding: 15px 0;
    border-bottom: 1px solid #252525;
    position: relative;
}

.cta-poll--multiple-options .cta-poll__answer-item:last-child {
    border-bottom: 0;
}

.cta-poll--multiple-options .cta-poll__img {
    width: auto;
    margin-bottom: 0;
}

.cta-poll--multiple-options .cta-poll__answers {
    text-align: left;
    padding: 0 20px;
}

.cta-poll--multiple-options .cta-poll__button {
    display: none;
}

.cta-poll--multiple-options .cta-poll__fake-radiobutton {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #469ad3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cta-poll__fake-radiobutton:before {
    content: '';
    position: absolute;
    background: #469ad3;
    width: 9px;
    height: 9px;
    top: 50%;
    left: 50%;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: visibility;
    transition: visibility;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.cta-poll__radiobutton:checked~.cta-poll__fake-radiobutton:before {
    visibility: visible;
}

.cta-poll.cta-poll--multiple-options .cta-poll__answer__share-number {
    font-size: 12px;
    display: block;
    margin: 0;
    font-weight: 400;
    float: right;
    line-height: 18px;
    text-transform: capitalize;
}

.cta-poll.cta-poll--multiple-options .cta-poll_answer_static_votes {
    display: inline-block;
}

.cta-poll--multiple-options .cta-poll__answer__text {
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-right: 70px;
}

div.cta-poll__answer-item--has-img .inuit-flag__img {
    padding-right: 15px;
}

.cta-poll__answer-item--has-img .cta-poll__answer__share-number,
.cta-poll__answer-item--has-img .cta-poll__answer__text {
    display: block;
}

.cta-poll__answer-item--has-img .cta-poll__answer__share-number {
    float: none;
}

.cta-poll--multiple-options .inuit-flag {
    display: table;
    width: 100%;
}

.cta-poll--multiple-options .inuit-flag__img,
.cta-poll--multiple-options .inuit-flag__body {
    display: table-cell;
    vertical-align: middle;
}

.cta-poll--multiple-options .inuit-flag__img {
    padding-right: 0;
    padding-left: 35px;
}

.cta-poll--multiple-options .inuit-flag__img>img {
    display: block;
}

.cta-poll--multiple-options .inuit-flag__body {
    width: 100%;
}

.cta-poll--multiple-options .inuit-flag--top .inuit-flag__img,
.cta-poll--multiple-options .inuit-flag--top .inuit-flag__body {
    vertical-align: top;
}

.cta-poll .verticalize {
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.cta-poll .verticalize:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}

.cta-poll .verticalize__box {
    display: inline-block;
    max-width: 99%;
    vertical-align: middle;
    width: 99%;
}

.cta-poll .verticalize--full {
    height: 100%;
}

.cta-poll .cta-poll__vote-mobile {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    background: #469ad3;
    color: #fff;
    text-transform: uppercase;
    display: none;
    box-sizing: border-box;
}

.cta-poll__vote-mobile:hover {
    text-decoration: none;
}

.cta-poll__back-mobile {
    height: 50px;
    background: #252525;
    text-align: left;
    position: fixed;
    width: 100%;
    padding-left: 10px;
    padding-top: 15px;
    z-index: 3;
    display: none;
    box-sizing: border-box;
}

@media screen and (min-width:768px) {
    .cta-poll--multiple-options .cta-poll__answer__text {
        max-width: 215px;
    }
}

@media screen and (max-width:767px) {
    .cta-poll {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0;
        z-index: 101;
        margin-bottom: 0;
    }

    .cta-share-block {
        position: absolute;
    }

    .cta-poll:not(.active-mobile) .cta-poll__answers {
        display: none;
    }

    .cta-poll:not(.active-mobile) .cta-poll__question {
        padding: 17px 110px 17px 10px;
        margin: 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.2;
    }

    .cta-poll:not(.active-mobile) .cta-share-block {
        display: none;
    }

    .cta-poll:not(.active-mobile) .cta-poll__vote-mobile {
        display: block;
    }

    .cta-poll.active-mobile {
        height: 100%;
    }

    .cta-poll.active-mobile>.verticalize {
        overflow: auto;
        padding: 75px 10px 25px;
    }

    .cta-poll.active-mobile .cta-poll__back-mobile {
        display: block;
    }

    .cta-poll.active-mobile .cta-poll_back-button {
        position: relative;
        padding-left: 16px;
    }

    .cta-poll.active-mobile .cta-poll_back-button:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 4px;
        width: 10px;
        height: 10px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cta-poll .cta-poll__question {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .cta-poll .cta-poll__answer__share-number {
        margin-bottom: 9px;
        font-size: 36px;
    }

    .cta-poll__answer__text {
        font-size: 12px;
        margin-bottom: 17px;
    }

    .cta-poll__button {
        font-size: 12px;
    }

    .cta-poll__img {
        margin-bottom: 15px;
    }

    .cta-share__button {
        display: inline-block;
        width: 107px;
    }

    .cta-share-block__button {
        text-align: right;
    }

    .cta-share-block__button:last-child {
        text-align: left;
    }

    .cta-poll--multiple-options .cta-poll__fake-radiobutton {
        border-width: 1px;
    }

    .cta-poll__radiobutton:checked~.cta-poll__fake-radiobutton:before {
        width: 13px;
        height: 13px;
    }
}

.main .cta-share-block {
    background-color: inherit;
}

.main .cta-poll .cta-poll__back-mobile .cta-poll_back-button:before {
    display: none;
}

.main .cta-poll__answer__text {
    color: inherit;
}

.cta-poll--multiple-options .cta-poll__answer__text {
    float: left;
    max-width: 70%;
    padding-right: 0;
}

@media (max-width:1024px) {
    .cta-poll--is-giant-splash {
        margin-top: 0;
    }
}

.hide-products,
.view-products {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 225px;
    border-radius: 20px;
    box-shadow: 0 2px 4px 0 rgba(65, 65, 65, 0.5);
    background-color: #fff;
    height: 40px;
    font-family: HelveticaNeue, Tahoma, sans-serif;
    font-size: 14px;
    color: #000;
    outline: none;
}

.products-container {
    top: 0;
}

.products-container .dots-container {
    position: absolute;
    margin: -8px 0 0 -8px;
}

.description-container {
    border-right: none;
    padding-right: 0;
    min-width: 150px;
    text-align: center;
}

.description-container>p {
    padding: 0;
}

.products-container .dots-container .product-dot {
    position: relative;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
}

.details-container {
    position: absolute;
    top: 30px;
    left: -70px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px;
    display: block;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.details-container.left {
    left: -10px;
}

.details-container.left:before {
    left: 6px;
}

.product-image-container {
    position: relative;
}

.widget__head .product-image-container {
    display: inherit;
}

.details-container.right {
    left: -106px;
}

.details-container.right:before {
    left: 106px;
}

.details-container.bottom:before {
    content: none;
}

.details-container.bottom:after {
    width: 3px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 66px;
}

.details-container:before {
    content: "";
    width: 3px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 66px;
}

.info-container {
    height: 40px;
    line-height: 20px;
    text-transform: uppercase;
    color: #d67f7f;
    font-size: 12px;
    display: flex;
    align-items: center;
    background: #d67f7f;
    margin: 0 -10px -11px;
    border-radius: 0 0 4px 4px;
    justify-content: center;
}

.dots-container__link {
    color: #fff !important;
}

.dots-container__price {
    padding: 10px 0 !important;
    border-top: 1px dashed #ccc;
}

.dots-container__link,
.dots-container__price {
    font-family: HelveticaNeue, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.dots-container__title {
    font-size: 12px;
    color: #000;
    font-family: HelveticaNeue, Tahoma, sans-serif;
    margin: 0 0 10px;
    padding: 0;
    line-height: 20px;
}

@media only screen and (max-width:768px) {
    .products-container .dots-container .product-dot-cont {
        border: 10px solid #00000014;
        border-radius: 50%;
    }
}

@media only screen and (min-width:1024px) {
    .product-image-container {
        display: inline-block;
    }
}

.informers {
    background-color: rgba(247, 247, 247, 0.9);
    background: url('../img/overlay.png') repeat 0 0;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}

.infrms {
    overflow: hidden;
    width: 400px;
    min-height: 100px;
    margin-left: -200px;
    margin-top: -10%;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 50%;
    box-shadow: 0 0 10px #333;
    font-family: "Helvetica Neue", Tahoma, sans-serif;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}

.infrms.wide {
    width: 450px;
}

.infrms .hdr {
    padding: 5px 0;
    text-align: left;
    webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding-left: 14px;
    height: auto;
    margin: 0;
}

.infrms .wrp {
    background-color: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f9f9f9));
    background: -moz-linear-gradient(top, #fefefe, #f9f9f9);
    background: -ms-linear-gradient(top, #fefefe, #f9f9f9);
    background: -o-linear-gradient(top, #fefefe, #f9f9f9);
    padding: 10px 15px;
    webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.infrms .data,
.infrms .informer-checkboxes-title,
.infrms .informer-options-option-title {
    color: #4D4D4D;
    font-size: 13px;
    padding: 5px 5px 20px;
}

.infrms .data {
    max-height: 250px;
    overflow-y: auto;
}

.infrms .controls {
    clear: both;
    border-top: 1px solid #ccc;
    text-align: right;
    margin: 0;
    padding-top: 10px;
}

.infrms .hdr {
    background-color: #29466b;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#29466b), to(#28466b));
    background: -moz-linear-gradient(top, #29466b, #28466b);
    background: -ms-linear-gradient(top, #29466b, #28466b);
    background: -o-linear-gradient(top, #29466b, #28466b);
}

.informers.success .hdr {
    background-color: #7AB317;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A0C55F), to(#7AB317));
    background: -moz-linear-gradient(top, #A0C55F, #7AB317);
    background: -ms-linear-gradient(top, #A0C55F, #7AB317);
    background: -o-linear-gradient(top, #A0C55F, #7AB317);
}

.informers.warning .hdr {
    background-color: #FFE545;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFE545), to(#FBB829));
    background: -moz-linear-gradient(top, #FFE545, #FBB829);
    background: -ms-linear-gradient(top, #FFE545, #FBB829);
    background: -o-linear-gradient(top, #FFE545, #FBB829);
}

.informers.error .hdr {
    background-color: #DB0F13;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DB0F13), to(#A11517));
    background: -moz-linear-gradient(top, #DB0F13, #A11517);
    background: -ms-linear-gradient(top, #DB0F13, #A11517);
    background: -o-linear-gradient(top, #DB0F13, #A11517);
}

.informers.info .hdr {
    background-color: #4DBCE9;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4DBCE9), to(#107FC9));
    background: -moz-linear-gradient(top, #4DBCE9, #107FC9);
    background: -ms-linear-gradient(top, #4DBCE9, #107FC9);
    background: -o-linear-gradient(top, #4DBCE9, #107FC9);
}

.infrms .error,
.infrms .success,
.infrms .warning,
.infrms .info {
    border-style: dashed;
    border-width: 2px;
    padding: 5px;
    margin: 10px 0 0;
}

.infrms .error {
    border-color: #b94a48;
}

.infrms .warning {
    border-color: #f89406;
}

.infrms .success {
    border-color: #468847;
}

.infrms .info {
    border-color: #d9edf7;
}

.infrms .informer-checkboxes {
    position: relative;
    max-height: 140px;
    overflow: auto;
}

.infrms .informer-checkboxes-title,
.infrms .informer-options-option-title {
    border: none;
    padding: 12px 0 5px 5px;
}

.informer-checkboxes-toggle-selection {
    position: absolute;
    padding: 0;
    margin: 0;
    font-size: 70%;
    list-style-type: none;
    top: 0;
    right: 0;
}

.informer-checkboxes-toggle-selection li {
    display: inline;
}

.infrms .informer-options-option {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.infrms .informer-options-option .informer-options-option-title {
    padding-bottom: 10px;
}

.infrms .informer-options-option .checkbox {
    padding-left: 25px;
}

.infrms .informer-checkbox,
.infrms .informer-check-all {
    display: block;
    padding: 0 0 0 5px;
}

.infrms .informer-check-all {
    display: block;
    font-size: 12px;
    padding: 5px;
}

.informer-checkbox label {
    display: inline-block;
    padding: 0;
}

.infrms.drag-to-page .controls {
    border-top: none;
    background-color: #eee;
    margin: 0 -15px -10px -15px;
    padding: 10px;
}

.infrms .btn {
    font: 13px "Helvetica Neue", Tahoma, sans-serif;
    padding: 6px 14px;
}

@media only screen and (min-width:220px) and (max-width:767px) {
    .infrms {
        margin-left: -150px;
        width: 300px;
    }
}

.informers {
    background: rgba(0, 0, 0, .3) !important;
}

.informers .infrms {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
}

.infrms .hdr,
.informers.success .hdr,
.informers.warning .hdr,
.informers.error .hdr,
.informers.info .hdr {
    display: none;
}

.infrms .wrp {
    background: #fff !important;
    border-radius: 0;
    padding: 15px;
}

.infrms .data {
    color: #353535 !important;
    font-weight: 400;
    font-size: 20px;
    font-family: Roboto;
    line-height: 1.25;
    text-align: left;
}

.infrms .btn:last-child {
    font-family: Roboto;
}

.infrms .controls {
    border: none !important;
    text-align: right !important;
    padding-top: 13px !important;
}

.infrms .controls .btn {
    color: #479ad2;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    padding: 0px 8px;
    opacity: 0.9;
    margin-bottom: 0;
    font-weight: 500;
    border-radius: 2px;
    line-height: 36px;
}

.infrms .controls .btn:hover {
    background: #e3e3e3;
}

.infrms .controls .btn:last-child {
    margin: 0 0 0 10px;
}

@media only screen and (max-width:767px) and (min-width:220px) {
    .informers .infrms {
        margin-left: -150px;
        width: 300px;
    }
}

#notification {
    position: fixed;
    top: -1px;
    left: 50%;
    margin: 0 0 0 -130px;
    padding: 0;
    width: 260px;
    min-height: 32px;
    text-align: center;
    z-index: 1001;
    list-style: none;
    display: none;
}

#notification li {
    font-size: 14px;
    margin: 0;
    padding: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .67);
    color: white;
}

#notification li a {
    color: white;
    border-bottom: 1px dotted #fff;
}

#notification li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

#notification .success {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

#notification .error {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
}

#notification .notice {
    color: #3A87AD;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

#notification .action-link {
    padding-left: 5px;
}

.utm_campaign__holder {
    border-bottom: 1px solid rgba(213, 213, 213, .62);
    padding-bottom: 20px;
}

.utm_campaign__title {
    color: #919396;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 2px;
}

.utm_campaign__avatar {
    float: left;
    margin-right: 1rem;
}

.utm_campaign__details {
    overflow: hidden;
}

.utm_campaign__name {
    display: block;
    color: darkcyan;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
}

@media (min-width:768px) {
    .utm_campaign__holder {
        border: 0;
        padding-bottom: 0;
    }
}

.comment-headline {
    font-size: 21px;
    margin: 20px 0;
    font-family: 'Helvetica Neue', 'Montserrat', 'Helvetica', 'sans-serif';
    font-weight: 400;
    display: block;
}

.sub-headline {
    margin: 4px 0 21px;
    font-size: 14px;
    color: #666;
    display: block;
}

.comment-sort {
    font-size: 13px;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px;
}

.comment--login--feedback {
    border-radius: 4px;
    color: #333;
    font-size: 13px;
    line-height: 16px;
    margin: 10px auto 10px;
    max-width: 210px;
    padding: 10px;
    text-align: center;
}

.comment--login--feedback.errors {
    background: #fbd3d3;
}

.comment--login--success {
    background-color: #DFF2BF;
    color: #4F8A10;
}

.talk-comments-wrp .edit-mode .site-avatar:before {
    content: 'Optimum size is 100x100px';
    font-size: 13px;
    width: 196px;
    display: block;
    text-align: left;
    margin: 0 0 0 -26px;
    color: #696969;
}

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

.avatar-list li {
    display: inline-block;
    margin: 0 2px;
}

.avatar-list .avatar-list--item-image {
    position: relative;
    z-index: 3;
}

.avatar-list li img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid transparent;
    box-shadow: 1px 1px 1px #ccc;
    cursor: pointer;
}

.talk-linked-comment .comment--item,
.talk--messages .comment--item {
    border-bottom: 1px solid #e5e6e6;
    margin: 0;
    position: relative;
    padding: 10px 0 0 10px;
}

.talk-linked-comment {
    border: 1px dashed #8dabea;
    position: relative;
    margin: 0;
    background: transparent;
}

.reply-items .comment--item {
    border: none;
    padding: 0;
}

.comment--item .comment--item--short-bio {
    font-size: 12px;
    color: #848282;
    padding: 3px 0;
}

.comment--item .comment--item--short-bio .material-icons {
    font-size: 12px;
    vertical-align: middle;
    color: #ffc000;
    width: 12px;
    direction: rtl;
    overflow: hidden;
}

.author-rating {
    cursor: pointer;
}

.reply-items .comment--item {
    padding: inherit;
}

.comment--item {
    -webkit-animation: fadeInFromNone 0.3s ease-in-out;
    -moz-animation: fadeInFromNone 0.3s ease-in-out;
    -o-animation: fadeInFromNone 0.3s ease-in-out;
    animation: fadeInFromNone 0.3s ease-in-out;
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.comment--item-avatar {
    float: left;
}

.comment--item-avatar img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.comment--item-avatar img {
    content: url(../img/2000x_3.png);
}

.comment--item-avatar.editable img:hover {
    opacity: 0.2;
}

.comment--item-avatar.editable .avatar_edit_text {
    display: none;
}

.comment--item-avatar.editable img:hover .avatar_edit_text {
    display: block;
}

.comment--item-text {
    overflow: hidden;
    background: transparent;
    padding: 7px 9px 10px;
    border-radius: 5px;
    margin-bottom: 0;
}

.material-icons.status-featured,
.material-icons.status-proposed,
.material-icons.status-rejected {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.featured-comment .status-featured.selected {
    display: block;
}

.proposed-comment .status-proposed.selected {
    display: block;
}

.rejected-comment .status-rejected.selected {
    display: block;
}

.status-rejected,
.status-rejected:hover {
    color: #b15252;
}

.status-proposed,
.status-proposed:hover {
    color: #adaba9;
}

.status-featured,
.status-featured:hover {
    color: #f8bb1d;
}

.talk--messages__featured .featured-comment {
    background-color: #fefcf2;
}

.talk__author__add {
    margin: 10px 0 0 0;
}

.talk__author__add .input__star_rating {
    margin: -6px 0 8px 0;
}

.comment--item-text-input {
    background: #ffffff;
    border: 2px solid #eeeeee;
    border-radius: 4px;
    padding: 13px 0 0;
    font-size: 20px;
    overflow: hidden;
    margin: 0 0 10px;
}

.comment--item-text-field {
    min-height: 44px;
    padding: 0 10px;
    font-size: 15px;
    color: #333;
}

.comment--item-text-field:focus {
    outline: none;
    box-shadow: none;
}

.comment--item-text-field.message:before {
    content: 'Add comment...';
    color: #999;
}

.comment--item-text-field.reply:before {
    content: 'Reply';
    color: #999;
}

.comment--item-text-field.reply:focus:before,
.comment--item-text-field.message:focus:before {
    content: none;
}

.comment--item-toolbar {
    background: #f1f1f1;
    text-align: right;
    padding: 5px;
}

.comment-item--publish {
    background: #1c2a50;
    display: inline-block;
    line-height: 26px;
    color: #fff;
    padding: 0 15px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.comment-item--publish:hover {
    background: #3984b9;
    color: #fff;
}

.comment--item-username {
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: 500;
    font-size: 13px;
}

.comment--item-date {
    color: #999;
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    right: 45px;
    margin: 3px 0 0 0;
}

.comment--item-text .follow-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.comment--item--action {
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.comment--item--action a {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
}

.comment--item--action .admin-controls a {
    margin-right: 0;
    margin-left: 5px;
}

.comment--item--action .selected {
    color: #4667be;
}

.action__featured.selected,
.action__approved.selected {
    color: #479ad2;
}

.action__rejected.selected {
    color: #ff3f7f;
}

.comment--item--action .comment--item__share {
    margin-right: 15px;
}

.comment--item--action .comment--item__tooltip_share-wrp {
    position: absolute;
    top: auto;
    left: 106px;
    margin: -33px 0 0 16px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #d4d6d7, 0 2px 2px 0 rgba(0, 0, 0, .1);
    padding: 10px;
    z-index: 1000;
}

.comment--item--action .comment--item__tooltip_share-wrp:focus {
    outline: none;
}

.comment--item--action .comment--item__tooltip_share {
    padding: 0;
}

.comment--item--action .comment--item__tooltip_share a {
    margin: 0;
    padding: 0 5px;
}

.comment--item--action .comment--item__tooltip_share .share-tw,
.comment--item--action .comment--item__tooltip_share .share-fb {
    background: #fff;
}

.comment--item__copyed-link {
    color: #999;
    font-size: 12px;
}

.comment--item--action a:hover {
    color: #1c2a50;
}

.comment--item--action .material-icons {
    font-size: 17px;
    vertical-align: middle;
}

.comment--item--action .comment-action-icon {
    fill: #999;
    font-size: 17px;
    vertical-align: middle;
}

.comment--item--action .comment-action-icon:hover {
    fill: #1c2a50;
}

.comment--item-message {
    padding: 0;
    border-radius: 4px;
    font-size: 14px;
    margin: 5px 0;
    line-height: 20px
}

.comment--item-message p {
    margin: 0;
}

.comment--hide--replies {
    display: block;
    text-transform: capitalize;
    margin: 0;
}

.level-two {
    margin-left: 40px;
    margin-top: 20px;
}

.comment--item-reply-to {
    color: #999;
    font-size: 12px;
    padding: 0 10px;
}

.comment--item-reply-to .material-icons {
    vertical-align: middle;
    font-size: 17px;
}

.comment--login,
.comment--signup,
.comment--reset {
    text-align: center;
    border: 2px solid #eeeeee;
    background: #fff;
    border-radius: 4px;
    max-width: 50%;
    margin: 0 auto 20px;
    padding: 30px;
    position: relative;
}

.comment--login--close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ccc;
    cursor: pointer;
}

.comment--login-headline {
    font-size: 25px;
    padding: 0 0 15px;
}

.comment--done-button,
.comment--signup-button,
.comment--login-button,
.comment--reset-button {
    background: #1c2a50;
    display: block;
    line-height: 36px;
    color: #fff;
    padding: 0 15px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    width: 200px;
    margin: 0 auto;
}

.comment--done-button:disabled {
    opacity: 0.5;
}

.comment--login-field {
    width: 196px;
    padding: 0 15px;
    border-radius: 4px;
    border: 2px solid #eeeeee;
    display: block;
    line-height: 30px;
    margin: 0 auto 10px;
    font-size: 14px;
}

.comment--login-field.required {
    background: #ffe4e1;
}

.comment--login-headline-subheadline {
    margin: 10px 0 15px;
    position: relative;
}

.comment--signup .avatar-list,
.comment--login .avatar-list {
    margin: 0 0 15px;
}

.comment--signup .avatar-list .active img,
.comment--login .avatar-list .active img {
    border: 2px solid #1c2a50;
}

.comment--signup .avatar-list .avatar-list--item:hover img,
.comment--login .avatar-list .avatar-list--item:hover img {
    border: 2px solid #1c2a50;
}

.comment--item-text-field {
    position: relative;
}

.avatar-list--item-info {
    position: relative;
    background: #ffffff;
    border: 4px solid #f7f7f7;
    min-width: 150px;
    text-align: center;
    padding: 10px;
}

.avatar-list--item-info:after,
.avatar-list--item-info:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.avatar-list--item-info:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 12px;
    margin-left: -12px;
}

.avatar-list--item-info:before {
    border-color: rgba(247, 247, 247, 0);
    border-bottom-color: #f7f7f7;
    border-width: 18px;
    margin-left: -18px;
}

.avatar-list--item-drop-down {
    position: absolute;
    left: -67px;
    top: 55px;
    display: none;
}

.avatar-list--item:hover .avatar-list--item-drop-down {
    display: block;
}

.avatar-list--username {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0 2px 0;
}

.avatar-list--role {
    font-size: 14px;
}

.avatar-list--rating .material-icons {
    font-size: 16px;
    margin: 10px 0 0 0;
    color: #edb823;
}

.comment-text-wrapper .redactor-toolbar {
    bottom: -52px !important;
    left: 7px !important;
    top: auto !important;
    visibility: visible !important;
    width: auto !important;
    display: inline-block;
    right: auto;
    background: transparent;
    box-shadow: none;
}

.comment-text-wrapper .redactor-box {
    margin: 0;
    padding: 0 0 0 10px;
}

.comment-text-wrapper .redactor-box .redactor-placeholder:after {
    top: 0;
}

.comment--show--replies {
    text-transform: capitalize;
    display: block;
    margin-bottom: 0;
}

.comment--hide--replies i.material-icons,
.comment--show--replies i.material-icons {
    font-size: 16px;
    vertical-align: middle;
}

.talk--load_more__replies,
.comment--show--replies,
.comment--hide--replies {
    text-align: center;
    position: relative;
    background: #fff;
    z-index: 999;
    display: inline-block;
    border: 1px solid #e5e6e6;
    border-radius: 4px;
    padding: 0 11px 0 4px;
    line-height: 22px;
    font-size: 11px;
    color: #666;
    cursor: pointer;
}

.replies {
    position: relative;
    text-align: center;
}

.reply-items {
    text-align: left;
    padding: 10px 0;
}

.replies.level-two {
    margin-top: -10px;
    margin-bottom: -11px;
    padding-left: 0;
}

.comment--login--message {
    font-size: 12px;
    padding: 8px 0 0;
}

.comment--login--message a {
    color: #0a7cc4;
    text-decoration: underline;
}

.comment--login--message a:hover {
    text-decoration: none;
}

.comment--login--message.requirements {
    color: #ed143d;
}

.flip-horizontal {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}

.flip-vertical {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: flipv;
    filter: flipv;
}

.comment--item--menu {
    display: inline-block;
    padding: 0 0 0 12px;
}

.comment--item--menu .material-icons {
    font-size: 17px;
    color: #666;
    cursor: pointer;
}

.comment--item--menu--drop-down {
    position: absolute;
    background: #fff;
    top: auto;
    bottom: 25px;
    z-index: 99;
    width: auto;
    right: 1px;
    padding: 9px 18px;
    box-shadow: 0 1px 5px #ccc;
    line-height: 23px;
    color: #666;
    text-transform: capitalize;
    font-size: 12px;
    display: none;
}

.comment--item--action .comment--item--menu--drop-down a {
    text-transform: none;
    white-space: nowrap;
    margin: 0;
}

.comment--item--menu:hover .comment--item--menu--drop-down {
    display: block;
}

.comment--signup .community-site-logo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto 5px;
}

.comment--signup .site-avatar-edit {
    min-height: 150px;
}

.comment--signup .site-avatar .input-data {
    display: none;
}

.community-site-logo .hover-menu.edit {
    background: url('../img/icons-buttons.png') -125px -214px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 0;
    vertical-align: top;
}

.comment--login-headline-subheadline .fake-input {
    display: block;
    width: 80px;
    height: 140px;
    overflow: hidden;
    z-index: 99;
    left: 0 !important;
    opacity: 0;
    position: absolute;
    margin: 0 auto !important;
    right: 0;
    top: -115px !important;
}

.comment--item-avatar .comment--login-headline-subheadline .fake-input {
    width: 60px;
    height: 60px;
    top: -60px !important;
}

.comment--login-headline-subheadline .fake-input input,
.comment--login-headline-subheadline .fake-input input::-webkit-file-upload-button {
    cursor: pointer;
}

.comment--signup .fake-input input {
    display: none;
}

.talk-comments-wrp .community-site-logo .edit-mode .image-by-url {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 17px 15px 17px;
    vertical-align: top;
    font: 18px 'PT Sans', Tahoma, sans-serif;
    width: 250px;
}

.community-site-logo .edit-mode .site-avatar {
    max-width: 600px;
    max-height: none;
    margin: 0 auto;
}

.community-site-logo .edit-mode .avatar-form {
    display: inline-block;
}

.talk-comments-wrp .community-site-logo .edit-mode .or {
    color: #a8a8a8;
    padding: 0 11px;
    text-transform: uppercase;
}

.talk-comments-wrp .community-site-logo .edit-mode .buttons {
    padding: 83px;
}

.talk-comments-wrp .community-site-logo .edit-mode .add-image-by-src {
    padding: 18px 21px 17px;
}

.talk-comments-wrp .community-site-logo .edit-mode .add-image-by-src .upload-arrow {
    margin: 4px 0 3px;
    display: block;
    height: 12px;
    width: 12px;
    background-image: url('../img/icons.png');
    background-position: -382px -135px;
    background-size: 458px 225px;
}

.talk-comments-wrp .community-site-logo .edit-mode .ch-cover-upload,
.talk-comments-wrp .community-site-logo .edit-mode .buttons .btn {
    width: 175px;
    margin: 0 5px;
    background: #5d97ce;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.talk-comments-wrp .community-site-logo .edit-mode label {
    margin: 20px 0 35px;
    font-size: 24px;
}

.community-native-js-wrp .disabled,
.community-native-wrp .disabled {
    opacity: 0.6;
}

.comment--item--action a.disabled {
    opacity: 0.5;
    cursor: progress;
}

.talk--load_more-wrp {
    text-align: center;
}

.talks--load_more {
    background: #8db7e0;
    border: 1px solid #8db7e0;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
    line-height: 35px;
    position: relative;
    z-index: 1;
    margin: 30px 0 0 0;
    text-align: center;
}

.talks--load_more:hover {
    background: #5e99d4;
}

.community-site-logo.logo-preview .circle-loader {
    margin: 0 auto;
    height: 85px;
    width: 85px;
}

.community-native-wrp .circle-loader-box {
    background: rgba(255, 255, 255, .9);
    z-index: 7;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
}

.community-native-wrp .circle-loader {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #479ad2;
    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: relative;
    display: block;
    vertical-align: top;
    margin: 0;
}

.community-native-wrp .circle-loader,
.community-native-wrp .circle-loader:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.community-native-wrp .comment--item-avatar.editable .circle-loader,
.community-native-wrp .comment--item-avatar.editable .circle-loader:after {
    margin-top: -40px;
    width: 38px;
    height: 38px;
    margin-left: -2px;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 2em;
        opacity: 1;
    }

    40% {
        height: 4em;
        width: 2em;
        opacity: 1;
    }

    100% {
        height: 4em;
        width: 2em;
        opacity: 1;
    }
}

@media only screen and (max-width:768px) {
    .replies.level-two {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .comment--login,
    .comment--signup {
        max-width: 100%;
    }
}

.comment_placeholder-wrp {
    background: #f1f1f1;
    width: 100%;
    height: 94px;
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 94px;
    position: relative;
    border-radius: 4px;
    padding-top: 1px;
}

.placeholder__textarea_top {
    background: white;
    height: 15px;
    margin: 2px 2px 0 2px;
}

.placeholder__textarea_botmiddle_left {
    background: white;
    height: 20px;
    margin: 0 2px;
    width: 10px;
    display: inline-block;
}

.placeholder__textarea_botmiddle_right {
    background: white;
    height: 20px;
    margin: -28px 2px 0 117px;
}

.placeholder__textarea_bottom {
    background: white;
    height: 15px;
    margin: 0 2px 2px 2px;
}

.placeholder__button_b {
    background: #DADADA;
    height: 26px;
    width: 20px;
    border-radius: 4px;
    margin-top: 6px;
    margin-bottom: 8px;
    margin-left: 19px;
    display: inline-block;
}

.placeholder__button_i {
    background: #DADADA;
    height: 26px;
    width: 20px;
    border-radius: 4px;
    margin-top: 6px;
    margin-bottom: 8px;
    margin-left: 19px;
    display: inline-block;
}

.placeholder__button_publish {
    background: #1c2a50;
    height: 26px;
    margin: 0 2px 2px 2px;
    opacity: 0.5;
    width: 83px;
    border-radius: 4px;
    margin-top: 6px;
    float: right;
    margin-right: 5px;
    margin-bottom: 8px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.comment--item .comment--user-follow {
    color: #479ad2;
    font-size: 14px;
    text-align: center;
    width: auto;
    border-radius: 0;
    background: none;
    transition: unset;
    text-indent: unset;
    font-weight: bold;
    margin: 0;
    height: 17px;
    position: static;
    border: 0;
    cursor: pointer;
}

.talk__review {
    font-weight: 900;
    padding: 8px 0;
}

.talk__review .wrapper__post_rating {
    cursor: default;
}

.input__post_rating_total {
    font-weight: 900;
    padding: 0 12px;
}

.input__post_rating_count {
    font-weight: 400;
}

.wrapper__post_rating {
    cursor: pointer;
}

.wrapper__post_rating--disabled {
    cursor: default;
}

.input__post_rating_item svg,
.input__post_rating_item--active svg {
    vertical-align: middle;
    fill: #ffc000;
    width: 18px;
    height: 18px;
}

.wrapper__post_rating--disabled i svg {
    fill: #777;
}

.input__post_rating_item .icon__star_empty,
.input__post_rating_item--active .icon__star_full {
    display: inline;
}

.input__post_rating_item--active .icon__star_empty,
.input__post_rating_item .icon__star_full {
    display: none;
}

.talk__author__add .talk__avatar .comment--item-avatar .fake-input {
    width: 40px;
}

.comment--item-text .wrapper__post_rating--disabled i svg {
    height: 12px;
    width: 12px;
}

.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li::before {
    pointer-events: none;
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}

.ql-clipboard p {
    margin: 0;
    padding: 0;
}

.ql-editor {
    box-sizing: border-box;
    cursor: text;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em;
}

.ql-editor ol>li,
.ql-editor ul>li {
    list-style-type: none;
}

.ql-editor ul>li::before {
    content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
    pointer-events: none;
}

.ql-editor ul[data-checked=true]>li *,
.ql-editor ul[data-checked=false]>li * {
    pointer-events: all;
}

.ql-editor ul[data-checked=true]>li::before,
.ql-editor ul[data-checked=false]>li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
}

.ql-editor ul[data-checked=true]>li::before {
    content: '\2611';
}

.ql-editor ul[data-checked=false]>li::before {
    content: '\2610';
}

.ql-editor li::before {
    display: inline-block;
    margin-right: 0.3em;
    text-align: right;
    white-space: nowrap;
    width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
}

.ql-editor ol li,
.ql-editor ul li {
    padding-left: 1.5em;
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-num;
}

.ql-editor ol li:before {
    content: counter(list-num, decimal) '. ';
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
    background-color: #000;
}

.ql-editor .ql-bg-red {
    background-color: #e60000;
}

.ql-editor .ql-bg-orange {
    background-color: #f90;
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0;
}

.ql-editor .ql-bg-green {
    background-color: #008a00;
}

.ql-editor .ql-bg-blue {
    background-color: #06c;
}

.ql-editor .ql-bg-purple {
    background-color: #93f;
}

.ql-editor .ql-color-white {
    color: #fff;
}

.ql-editor .ql-color-red {
    color: #e60000;
}

.ql-editor .ql-color-orange {
    color: #f90;
}

.ql-editor .ql-color-yellow {
    color: #ff0;
}

.ql-editor .ql-color-green {
    color: #008a00;
}

.ql-editor .ql-color-blue {
    color: #06c;
}

.ql-editor .ql-color-purple {
    color: #93f;
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
    font-size: 0.75em;
}

.ql-editor .ql-size-large {
    font-size: 1.5em;
}

.ql-editor .ql-size-huge {
    font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}

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

.ql-editor .ql-align-justify {
    text-align: justify;
}

.ql-editor .ql-align-right {
    text-align: right;
}

.ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, 0.6);
    content: attr(data-placeholder);
    font-style: italic;
    pointer-events: none;
    position: absolute;
}

.quiz-question {
    margin-bottom: 40px;
}

.quiz-question--list {
    margin-bottom: 50px;
}

.quiz-question-wrp {
    position: relative;
    margin-bottom: 15px;
}

.quiz-answer-image,
.quiz-question-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
    display: block;
    padding-bottom: 50%;
}

.quiz-answer-image-credit,
.quiz-question-image-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, .5);
}

.quiz-answer-image-credit p,
.quiz-question-image-credit p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 1em;
    color: #fff;
}

.quiz-answer-image {
    margin-bottom: 10px;
    position: relative;
}

.quiz-question-description {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 0;
    box-sizing: border-box;
    line-height: 0;
    background-color: rgba(0, 0, 0, .3);
    padding: 20px;
}

.quiz-question.no-image .quiz-question-description {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    box-sizing: border-box;
    height: 0;
}

.quiz-question-description:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.quiz-question.no-image .quiz-question-description:before {
    content: '';
    display: inline-block;
    padding-bottom: 50%;
    vertical-align: middle;
}

.quiz-question-description-inner {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    line-height: 1.14em;
    color: #fff;
}

.quiz-question-answer {
    box-sizing: border-box;
    color: #656565;
}

.quiz-answer-select-area {
    position: absolute;
}

.quiz-answer-switcher {
    margin: 2px 0 0 0;
}

.quiz-question-answer.selected {
    color: #333;
}

.quiz-answer-description {
    font-size: 13px;
    line-height: 18px;
}

.quiz-question--grid .quiz-answer-description {
    display: inline-block;
    text-indent: 25px;
}

.quiz-question--grid .selected .quiz-answer-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: -2px;
    left: -2px;
    border: 2px solid #37c77a;
}

.quiz-question--grid .quiz-question-answers {
    margin: 0 -7.5px;
    font-size: 0;
    line-height: 0;
}

.quiz-question--grid .quiz-question-answer {
    width: 50%;
    padding: 0 7.5px;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}

.quiz-question--list .quiz-question-answer {
    padding: 15px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    margin-bottom: 10px;
}

.quiz-question--list .selected {
    border: 2px solid #37c77a;
}

.quiz-question--list .quiz-answer-show-all,
.quiz-question--list .quiz-answer-description {
    margin-left: 25px;
}

.quiz-question--list .quiz-answer-image,
.quiz-question--list .selected .quiz-answer-switcher {
    display: none;
}

.quiz-result {
    margin: 0;
    padding-top: 27px;
    border-top: 3px solid #d5d5d5;
}

.quiz-result-quiz-title,
.quiz-result-title {
    text-align: center;
}

.quiz-result-quiz-title {
    font-size: 1.4em;
    line-height: 1.1em;
}

.quiz-block__title,
.quiz-result-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.15em;
}

.quiz-share-result {
    margin-bottom: 30px;
}

.quiz-result-image {
    margin-bottom: 20px;
}

.quiz-result-image img {
    max-width: 100%;
}

.quiz-share-result--desktop {
    display: none;
}

@media all and (min-width:768px) {

    .quiz-question--grid .quiz-answers-count-xx .quiz-question-answer,
    .quiz-question--grid .quiz-question-answers-count2 .quiz-question-answer {
        width: 50%;
    }

    .quiz-question--grid .quiz-question-answer {
        width: 33.33%;
    }

    .quiz-question--grid .quiz-question-answers {
        margin: 0 -10px;
    }

    .quiz-question--grid .quiz-question-answer {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .quiz-question--list .quiz-question-answer {
        padding: 18px 15px;
        margin-bottom: 10px;
    }

    .quiz-answer-description {
        font-size: 14px;
    }

    .quiz-question-description {
        padding: 40px;
    }

    .quiz-question-description-inner {
        font-size: 54px;
    }

    .quiz-question-wrp {
        margin-bottom: 20px;
    }

    .quiz-question {
        margin-bottom: 50px;
    }

    .quiz-question--list {
        margin-bottom: 70px;
    }

    .quiz-result {
        padding-top: 36px;
        border-top: none;
    }

    .quiz-share-result--mobile {
        display: none;
    }

    .quiz-share-result--desktop {
        display: block;
    }

    .quiz-result-quiz-title,
    .quiz-result-title {
        text-align: left;
    }

    .quiz-block__title,
    .quiz-result-title {
        font-size: 40px;
    }
}

.quiz-question--list .selected .quiz-answer-select-area {
    background-image: url('../img/icons-buttons.png');
    background-position: 0 -346px;
    width: 15px;
    height: 16px;
    display: block;
}

.quiz-question-answers .selected .quiz-answer-image:after {
    content: '';
    background-image: url('../img/mobile-retina-sprite.png');
    background-size: 600px 300px;
    background-position: -124px -57px;
    width: 45px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width:767px) {

    .rebelmouse-petition.expanded .petition__bar,
    .rebelmouse-petition:not(.expanded) .petition__main {
        display: none;
    }

    .rebelmouse-petition {
        z-index: 99999;
    }

    .petition__main {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

.rebelmouse-petition {
    position: relative;
    margin-bottom: 40px;
}

.petition__bar {
    background: black;
    position: fixed;
    bottom: 0;
    left: 0;
    color: white;
    width: 100%;
}

.petition__bar-title {
    padding: 15px 100px 15px 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.petition__bar-toggle {
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: coral;
    color: white;
    cursor: pointer;
}

.petition__bar-shares {
    float: right;
    width: 280px;
    padding: 20px;
}

.petition__main {
    background: #000;
    color: white;
    padding: 30px;
    text-align: center;
    font-size: 1.8rem;
}

.petition__body {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.petition__close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
}

.rebelmouse-petition .title {
    font-size: 1.3em;
    margin-bottom: 20px;
}

.rebelmouse-petition .help {
    color: silver;
}

.petition__data-wrapper {
    padding: 0 20px;
}

.petition__shares {
    margin-top: 40px;
}

.rebelmouse-petition .btn-sign {
    cursor: pointer;
    padding: 8px 5px;
    border-radius: 3px;
    font-size: 2rem;
    text-align: center;
}

.rebelmouse-petition .btn-sign:after {
    content: attr(data-text);
    font-size: 1.5rem;
    vertical-align: middle;
}

@media (min-width:768px) {
    .petition__bar-title {
        min-height: 84px;
    }
}

.user-prefs {
    display: none;
}

.post-partial:hover .user-prefs,
.widget:hover .user-prefs {
    display: block;
}

.user-prefs.floating.loaded {
    display: block !important;
    position: relative;
    float: right;
    margin-left: 10px;
    height: 30px;
    width: 40px;
}

.user-prefs:not(.floating) {
    position: absolute;
    top: 0;
    right: 0;
}

.user-prefs .hover-menu {
    width: 40px;
    height: 40px;
    background: rgba(59, 141, 242, 1);
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all 200ms;
    position: relative;
    user-select: none;
}

.user-prefs .hover-menu,
.user-prefs .hover-menu i {
    font-size: 20px;
}

.user-prefs .hover-menu i.fa {
    font-size: 16px;
}

.user-prefs:not(.floating) .hover-menu:hover,
.user-prefs .hover-menu:hover {
    background: coral;
}

.user-prefs .hover-menu.active {
    background: silver;
}

.user-prefs .locked {
    cursor: not-allowed;
}

.user-prefs .with-tooltip .tooltip {
    display: none;
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 85px;
    border-radius: 4px;
    width: 150px;
    font-size: 12px;
    line-height: 1.1;
}

.user-prefs .with-tooltip:hover .tooltip {
    display: block;
}

.hover-menu .icons--social {
    background-image: url(../img/social-icon.png);
    background-size: 25px 18px;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
}

.like-button .heart {
    color: #ff4768;
    font-size: 1.5em;
}

.around-the-web__headline,
.from-your-site__headline {
    color: #1f1f1f;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.around-the-web__headline {
    margin-top: 10px;
}

.around-the-web__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.around-the-web__link,
.from-your-site__link {
    color: goldenrod;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.around-the-web__link:hover,
.from-your-site__link:hover {
    text-decoration: underline;
}

.posts-splash-beauty .widget__image {
    padding-bottom: 66.666666%;
}

.posts-splash-beauty .widget__body {
    position: relative;
    text-align: center;
    margin: 20px;
}

.posts-splash-beauty .widget__body .section-link {
    margin: 10px auto;
}

.posts-splash-beauty .widget__headline {
    font-size: 2.4rem;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.posts-splash-beauty .widget__headline a:hover {
    text-decoration: none;
}

@media (min-width:768px) {
    .posts-splash-beauty .widget__image {
        padding-bottom: 33.333333%;
    }

    .posts-splash-beauty .widget__body {
        margin-left: 40px;
        margin-right: 40px;
    }

    .posts-splash-beauty .widget__headline {
        font-size: 3rem;
    }
}

@media (min-width:1024px) {
    .posts-splash-beauty {
        margin-bottom: 40px;
    }

    .posts-splash-beauty .posts-wrapper {
        background: ghostwhite;
    }

    .posts-splash-beauty .widget__body {
        background: ghostwhite;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        width: 75%;
        max-width: 820px;
        border-bottom: 0;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .posts-splash-beauty .widget__headline {
        font-size: 3.6rem;
        margin-bottom: 15px;
    }
}

@media (min-width:1600px) {
    .posts-splash-beauty .widget__body {
        padding: 20px 40px;
    }

    .posts-splash-beauty .widget__headline {
        margin-bottom: 35px;
    }
}

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

.vote--up_down button {
    background: #FFF;
    border-radius: 4px;
    border: solid 1px #dbdbdb;
}

.vote--up_down .number-container {
    margin-top: -4px
}

.vote--up_down .number {
    font-size: 15px;
    color: #444;
    font-weight: 600;
}

.vote--up_down .votes {
    font-size: 10px;
    font-weight: 400;
    color: #aaa;
}

.vote--up_down .vote-down .icon-arrow_drop_down {
    fill: #ef1222;
}

.vote--up_down .vote-up .icon-arrow_drop_up {
    fill: #49c55a;
}

.vote--up_down button.vote-down.voted {
    background: #ed143d;
}

.vote--up_down button.vote-up.voted {
    background: #58c55b;
}

.vote--up_down .voted .number,
.vote--up_down .voted .votes {
    color: #fff;
}

.vote--up_down .vote-down.voted .icon-arrow_drop_down,
.vote--up_down .vote-up.voted .icon-arrow_drop_up {
    fill: #fff;
}

.vote--up_down button.disabled {
    cursor: not-allowed;
}

.vote--up_down button.disabled:not(.voted) {
    opacity: 0.5;
}

.vote--up_down button:hover:not(.voted):not(.disabled) .icon-arrow_drop_down,
.vote--up_down button:hover:not(.voted):not(.disabled) .icon-arrow_drop_up {
    -webkit-transform: translateY(3px) scale(1.5);
    transform: translateY(3px) scale(1.5);
}

.vote--up_down button:hover:not(.voted):not(.disabled) .number {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.vote--up_down button:hover:not(.voted):not(.disabled) .votes {
    opacity: 0;
}

.vote--up_down button.vote-down:hover:not(.voted):not(.disabled) .number {
    color: #ef1222;
}

.vote--up_down button.vote-up:hover:not(.voted):not(.disabled) .number {
    color: #49c55a;
}

.vote--up_down i,
.vote--up_down .votes,
.vote--up_down .number {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.has_voting .vote-down,
.has_voting .vote-up {
    line-height: 12px;
}

.has_voting h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.has_voting .up_down_voting--wrp {
    white-space: nowrap;
}

.listicle-voting .listicle-item-voting-extrafields {
    padding: 20px 0 20px 0;
    border-top: 1px solid #e4e3e3;
    margin-top: 10px;
    border-bottom: 1px solid #e4e3e3;
    margin-bottom: 20px;
}

.listicle-voting .listicle-voting-extra-field-label {
    font-size: 15px;
    padding-bottom: 10px;
    display: block;
}

.listicle-voting .listicle-voting-extra-field-caption {
    padding-right: 10px;
}

.listicle-item-voting-action-change,
.listicle-item-voting-action-submit {
    font-size: 18px;
    font-family: Rokkitt, serif;
    font-weight: bold;
    background-color: #00D1FF;
    border: 0;
    padding: 10px 20px;
    color: #fff;
}

.listicle-item-voting-results {
    padding-bottom: 20px;
}

.listicle-item-voting-feedback {
    margin: 10px 0 0;
}

.listicle-voting-choice-result label {
    display: block;
    line-height: 10px;
    padding: 15px 0 0;
    font-size: 15px
}

.listicle-voting-extra-field-input {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px;
}

.listicle-item-voting-wrapper {
    padding: 0 0 10px;
}

.listicle-item-voting-wrapper,
.listicle-item-voting-feedback-success {
    font-size: 15px;
}

.listicle-item-voting-results-container progress {
    border-radius: 7px;
    background-color: #ccc;
    height: 10px;
    margin: 0;
}

.listicle-item-voting-results-container progress::-webkit-progress-bar {
    background-color: #ccc;
    border-radius: 7px;
}

.listicle-item-voting-results-container progress::-webkit-progress-value {
    background-color: #00D1FF;
    border-radius: 7px;
}

.listicle-voting-extra-field-input {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px;
}

.listicle-item-voting-wrapper {
    padding: 0 0 10px;
}

.listicle-item-voting-wrapper,
.listicle-item-voting-feedback-success {
    font-size: 15px;
}

.listicle-item-voting-feedback-error,
.listicle-item-voting-feedback-success {
    font-size: 14px;
    padding: 15px;
    display: block;
    border-radius: 4px;
    margin: 0 0 10px 0;
}

.listicle-item-voting-feedback-error {
    color: #a94442;
    background: #f2dede;
    border: 1px solid #ebccd1;
}

.listicle-item-voting-feedback-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

.listicle-voting-input-error {
    color: #d46a5c;
    font-style: italic;
    font-size: 14px;
}

.listicle-item-voting-feedback-lower {
    display: none;
}

.follow-button:not(.loaded) {
    display: none !important;
}

.follow-button {
    display: inline-block;
    padding: 3px 8px;
    background: goldenrod;
    border-radius: 3px;
    font-size: 1.4rem;
    cursor: pointer;
    color: white;
}

.follow-button:hover {
    background: coral;
}

.follow-button .follow-button-label {
    display: none;
}

.follow-button:not(.following) .follow-button-label--follow,
.follow-button.following:not(:hover) .follow-button-label--following,
.follow-button.following:hover .follow-button-label--unfollow {
    display: block;
}

.community-comments-wrp .title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.community-comments-wrp .comments {
    margin-bottom: 20px;
    padding: 0;
    list-style-type: none;
}

.community-comments-wrp .comment {
    margin: 5px 0;
    position: relative;
    font-size: 1em;
}

.community-comments-wrp .comment__text {
    line-height: 1.5;
    display: inline;
}

.community-comments-wrp .comment__author-name {
    margin-right: 5px;
    font-weight: 700;
}

.community-comments-wrp .commentator {
    float: left;
}

.community-comments-wrp .commentator img {
    border-radius: 50%;
}

.community-comments-wrp .add-comment-form {
    margin-left: 42px;
}

.community-comments-wrp .comment-textarea {
    box-sizing: border-box;
    padding: 5px;
    font-size: 14px;
    width: calc(100% - 80px);
    resize: none;
    border: none;
    outline: none !important;
}

.community-comments-wrp .save,
.community-comments-wrp .follow-button,
.community-comments-wrp .remove {
    background-color: goldenrod;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    border-radius: 3px;
    line-height: 2em;
    padding: 0 14px;
    border: none;
}

.community-comments-wrp .save:hover,
.community-comments-wrp .follow-button:hover,
.community-comments-wrp .remove :hover {
    background-color: coral;
}

.community-comments-wrp .save {
    float: right;
    transition: opacity 200ms;
}

.community-comments-wrp .save[disabled] {
    opacity: 0;
}

.community-comments-wrp .load-more-comments {
    border: none;
    background: none;
    padding: 0;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.5);
}

.community-comments-wrp .remove {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    color: #888888;
    background-color: transparent;
    line-height: 1;
    font-weight: lighter;
}

.community-comments-wrp .remove:hover {
    color: #cc0000;
}

.community-comments-wrp .add-comment {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.community-comments-wrp .commentators img {
    width: 35px;
    height: 35px;
    margin: 10px;
    border-radius: 50%;
    object-fit: cover;
}

.community-avatar {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.community-banner-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.community-follow-cont.unfollowing .community-unfollow,
.community-follow-cont.following .community-follow,
.community-follow-cont {
    display: none;
}

.community-follow-cont.loaded {
    display: block;
}

.community-unfollow,
.community-follow {
    background: rgba(255, 255, 255, .89);
    border: 1px solid #999;
    min-width: inherit;
    color: #656565;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    margin: 0;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 0 15px;
    letter-spacing: 0.5px;
}

.creator-avatar {
    display: inline-block;
    border: 1px solid #cfcfcf;
    background-color: #cfcfcf;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 12px;
    position: relative;
    font-size: 0;
    text-align: center;
}

.creator-avatar-thumb {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.communities__avatar-thumb {
    display: inline-block;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.authors-search {
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 0;
    margin-bottom: 40px;
}

.authors-search__headline {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.authors-search__item {
    padding-bottom: 40px;
}

.authors-search__avatar {
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    background-size: cover;
}

.authors-search__name {
    overflow: hidden;
}

.authors-search__author-name {
    font-size: 2.6rem;
    line-height: 1em;
    font-weight: 600;
    margin: 10px 0 5px;
    display: inline-block;
}

.authors-search__author-info {
    font-family: 'primaryRunnerFont';
    font-size: 1.4rem;
    font-weight: 500;
    color: darkcyan;
    display: block;
}

.placeholder-widget {
    box-shadow: 0 -1px 3px 0 #ccc;
    background-color: rgba(255, 255, 255, 1);
}

.timeline-item {
    background: #fff;
    padding: 12px;
    margin: 0 auto;
    min-height: 300px;
}

.timeline-item .image {
    margin: 0 -12px;
    top: 40px;
    position: relative;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 30px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

.background-masker.avatar {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: transparent;
}

.background-masker.avatar:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 10px solid white;
}

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: -5px;
    left: 30px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 5px;
    left: 30px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 13px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 19px;
    height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 25px;
    height: 10px;
}

.background-masker.content-top {
    top: 35px;
    left: 0;
    right: 0;
    height: 20px;
}

.listicle-slideshow-switch-page-btn {
    width: 65px;
    font-size: 45px;
    line-height: 45px;
    color: goldenrod;
    transition: all 200ms;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.listicle-slideshow-switch-page-btn i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    width: 1em;
    left: 0;
    right: 0;
}

.listicle-slideshow-switch-page-btn i:first-child {
    background-color: white;
    width: 0.5em;
    height: 0.6em;
}

.listicle-slideshow--prev {
    left: 0;
}

.listicle-slideshow--next {
    right: 0;
}

.rebellt-item-media-container {
    position: relative;
    text-align: center;
}

.rebellt-item-no-media-container {
    position: relative;
    height: 60px;
}

.rebellt-item-media-container .share-tab-img {
    display: block;
}

.listicle-slideshow__thumbnails {
    margin: 0 -0.5%;
    overflow: hidden;
    white-space: nowrap;
}

.listicle-slideshow__thumbnail {
    width: 19%;
    margin: 0.5%;
    display: inline-block;
    cursor: pointer;
}

[data-active-item="1"] a:nth-child(1) .image,
[data-active-item="2"] a:nth-child(2) .image,
[data-active-item="3"] a:nth-child(3) .image,
[data-active-item="4"] a:nth-child(4) .image,
[data-active-item="5"] a:nth-child(5) .image,
[data-active-item="6"] a:nth-child(6) .image,
[data-active-item="7"] a:nth-child(7) .image,
[data-active-item="8"] a:nth-child(8) .image,
[data-active-item="9"] a:nth-child(9) .image,
[data-active-item="10"] a:nth-child(10) .image,
[data-active-item="11"] a:nth-child(11) .image,
[data-active-item="12"] a:nth-child(12) .image,
[data-active-item="13"] a:nth-child(13) .image,
[data-active-item="14"] a:nth-child(14) .image,
[data-active-item="15"] a:nth-child(15) .image,
[data-active-item="16"] a:nth-child(16) .image,
[data-active-item="17"] a:nth-child(17) .image,
[data-active-item="18"] a:nth-child(18) .image,
[data-active-item="19"] a:nth-child(19) .image,
[data-active-item="20"] a:nth-child(20) .image,
[data-active-item="21"] a:nth-child(21) .image,
.listicle-slideshow__thumbnail.active .image {
    border: 3px solid goldenrod;
    margin: 0;
    opacity: 1;
}

.listicle-slideshow__thumbnail:hover .image {
    opacity: 1;
}

.listicle-slideshow__thumbnail .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3px;
    opacity: 0.5;
}

.listicle-slideshow .media-photo-credit,
.listicle-slideshow .media-caption {
    font-size: 85%;
}

@media (min-width:768px) {
    .listicle-slideshow-pager {
        transition: opacity 200ms;
        opacity: 0;
    }

    .listicle-slideshow:hover .listicle-slideshow-pager {
        opacity: 1;
    }
}

.listicle-slideshow__init .rebellt-item-media-container {
    transition: min-height 200ms;
}

.listicle-slideshow__init .listicle-slideshow-switch-page-btn i {
    color: #fff;
}

.listicle-slideshow__init .listicle-slideshow-switch-page-btn i:first-child {
    background-color: transparent;
}

@media only screen and (min-width:1024px) {

    .listicle-slideshow .rebellt-item-media-container>img.rm-shortcode,
    .rebellt-item-media-container .share-tab-img>img,
    .rebellt-item-media-container .product-image-container>img {
        max-height: calc(100vh - 60px);
    }
}

.fullscreen-preview {
    cursor: pointer;
    overflow: hidden;
    max-height: 435px;
    margin: 0 auto 30px;
    position: relative;
}

.fullscreen-preview__item {
    float: left;
    width: 35.33%;
    margin-left: -3%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.fullscreen-preview__item:after {
    background-color: rgba(0, 0, 0, .4);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fullscreen-preview__item:nth-child(2):after {
    background-color: rgba(0, 0, 0, .55);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fullscreen-preview__item:hover:after {
    background-color: rgba(0, 0, 0, .15);
}

.fullscreen-preview__item:first-child {
    margin-left: 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.fullscreen-preview__item:nth-child(3) {
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.fullscreen-preview__item:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -2px;
    width: 2px;
    height: 100%;
    background-color: rgba(0, 0, 0, .77);
}

.fullscreen-preview__item:first-child:before {
    display: none;
}

.fullscreen-preview__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 435px;
}

.fullscreen-preview--init {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: 0;
}

.fullscreen-preview--init:hover {
    text-decoration: none;
    color: #fff;
}

.fullscreen-preview--init svg {
    vertical-align: middle;
}

.fullscreen-preview--grid {
    display: grid;
}

.fullscreen-preview--grid--2 {
    grid-template-columns: repeat(2, auto);
}

.fullscreen-preview--grid--3 {
    grid-template-columns: repeat(3, auto);
}

.fullscreen-preview--grid__item {
    padding: 2.5%;
    cursor: pointer;
}

.fullscreen-slideshow {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 9999999;
}

.fullscreen-slideshow__top-ads {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    padding: 4px;
    height: 98px;
    text-align: center;
    box-sizing: border-box;
}

.fullscreen-slideshow__container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fullscreen-slideshow__media {
    position: relative;
    margin: 0 340px 0 0;
    height: 100%;
    text-align: center;
}

.fullscreen-slideshow__media--container {
    position: relative;
    height: 100%;
}

.fullscreen-slideshow__media--container__img {
    padding: 10px 0;
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-in;
}

.fullscreen-slideshow__media--fullsize {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: scroll;
    z-index: 11;
}

.fullscreen-slideshow__media--fullsize--open {
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 5px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fullscreen-slideshow__media--fullsize--open:hover {
    text-decoration: none;
}

.fullscreen-slideshow__media--fullsize--close {
    background-color: rgba(255, 255, 255, .3);
    display: inline-block;
    position: fixed;
    top: 10px;
    right: 10px;
    height: 50px;
}

.fullscreen-slideshow__media--fullsize--close:hover {
    background-color: rgba(250, 250, 250, .4);
    text-decoration: none;
    font-size: 40px;
}

.fullscreen-slideshow__media--fullsize__img {
    cursor: zoom-out;
}

.fullscreen-slideshow__sidebar {
    background: #151515;
    border-left: 1px solid #212121;
    color: #fff;
    float: right;
    width: 340px;
    height: 100%;
    padding: 20px 20px 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fullscreen-slideshow__sidebar--content ._headline,
.fullscreen-slideshow__sidebar--content ._body,
.fullscreen-slideshow__sidebar--content ._body p,
.fullscreen-slideshow__sidebar--content ._caption,
.fullscreen-slideshow__sidebar--content ._caption p {
    color: #fff;
}

.fullscreen-slideshow__sidebar--content ._headline {
    text-transform: capitalize;
    font-weight: 600;
}

.fullscreen-slideshow__sidebar--content ._body,
.fullscreen-slideshow__sidebar--content ._body p {
    color: #fff;
    font-size: 13px;
}

.fullscreen-slideshow--count {
    display: inline-block;
    color: #494949;
    line-height: 56px;
    height: 56px;
    width: 56px;
    vertical-align: top;
    margin-left: 15px;
}

.fullscreen-slideshow--prev,
.fullscreen-slideshow--next {
    background-color: #262626;
    display: inline-block;
    border-radius: 50%;
    color: #494949;
    width: 56px;
    height: 56px;
    text-align: center;
    outline: 0;
}

.fullscreen-slideshow--next {
    margin-left: 6px;
}

.fullscreen-slideshow--prev:hover,
.fullscreen-slideshow--next:hover {
    background-color: #000;
    color: #505050;
}

.fullscreen-slideshow--prev .fa,
.fullscreen-slideshow--next .fa {
    font-size: 45px;
    line-height: 56px;
    text-align: center;
    width: 100%;
}

.fullscreen-slideshow--prev .fa {
    margin-left: -4px;
}

.fullscreen-slideshow--next .fa {
    margin-left: 2px;
}

.fullscreen-slideshow--close {
    border-left: 1px #494949 solid;
    font-size: 30px;
    position: absolute;
    top: 27px;
    right: 20px;
    color: #494949;
    padding-left: 15px;
    text-align: center;
}

.fullscreen-slideshow--close:after {
    content: 'CLOSE';
    display: block;
    color: #494949;
    font-size: 12px;
}

.fullscreen-slideshow--close:hover {
    color: #494949;
    text-decoration: none;
}

.fullscreen-slideshow__sidebar--content ._shares {
    padding-top: 10px;
}

.fullscreen-slideshow__sidebar--content__a.fb-link {
    background-color: #39579a;
}

.fullscreen-slideshow__sidebar--content__a.tw-link {
    background-color: #50abf1;
}

.fullscreen-slideshow__sidebar--content__a.pin-link {
    background-color: #ce1e1f;
}

.fullscreen-slideshow__sidebar--content__a {
    border-radius: 50px;
    color: white;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}

.fullscreen-slideshow__sidebar--content__i {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.fullscreen-slideshow__sidebar--ads {
    position: absolute;
    bottom: 20px;
    min-height: 250px;
    text-align: center;
}

.fullscreen-slideshow__fullscreen-ad {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0 0 0;
    text-align: center;
    overflow: scroll;
    z-index: 11;
}

.fullscreen-slideshow__fullscreen-ad--header {
    position: relative;
    height: 45px;
    max-width: 700px;
    margin: 0 auto;
}

.fullscreen-slideshow__fullscreen-ad--message {
    color: #adadad;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    left: 0;
}

.fullscreen-slideshow__fullscreen-ad--continue {
    background: #2f2f2f;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    -webkit-transition: background .25s;
    transition: background .25s;
}

.fullscreen-slideshow__fullscreen-ad--continue:hover {
    background: #3f3f3f;
    text-decoration: none;
}

.fullscreen-slideshow__fullscreen-ad--container {
    border-radius: 3px;
    border: 1px solid #777;
    max-width: 700px;
    margin: 10px auto;
    max-height: 440px;
    height: 440px;
    line-height: 440px;
    color: #fff;
}

.close-icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.close-icon:hover::before,
.close-icon:hover::after {
    background: #000;
}

.close-icon::before,
.close-icon::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #111;
}

.close-icon::before {
    transform: rotate(45deg);
}

.close-icon::after {
    transform: rotate(-45deg);
}

.close-icon.hairline::before,
.close-icon.hairline::after {
    height: 1px;
}

.close-icon.thick::before,
.close-icon.thick::after {
    height: 4px;
    margin-top: -2px;
}

.open-icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.open-icon:hover::before,
.open-icon:hover::after {
    background: #000;
}

.open-icon::before,
.open-icon::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 98%;
    top: 50%;
    left: 0;
    background: #111;
}

.open-icon::before {
    transform: rotate(0deg);
}

.open-icon::after {
    transform: rotate(90deg);
}

.annotation--label {
    display: inline-block;
    padding: 3px;
}

.annotation--content {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 16;
    top: 0;
    left: 0;
}

@keyframes annotationAnimation {
    0% {
        background-color: #fff;
    }

    100% {
        background: #479ad2f7;
    }
}

.annotation--content {
    display: none;
    background: #479ad2f7;
    animation: annotationAnimation 1s infinite;
    animation-iteration-count: 1;
}

.annotation--text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.annotation--text--item {
    display: inline-block;
    color: #fff;
    max-width: 300px;
    font-size: 20px;
    padding: 20px;
    font-weight: normal;
    font-style: normal;
}

.annotation--close {
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
}

.annotation--close i {
    font-size: 50px;
}

.annotation--close {
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
}

.annotation--close:before,
.annotation--close:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    display: block;
    height: 4px;
    width: 50px;
    background-color: #fff;
}