#wpadminbar .quicklinks li#wp-admin-bar-group-admin-with-avatar>a img,#wpadminbar .quicklinks li#wp-admin-bar-user-admin-with-avatar>a img{width:16px;height:16px;display:inline;border:1px solid #999;vertical-align:middle;margin:-2px 10px 0 -5px;padding:0;background:#eee;float:none}#wpadminbar .quicklinks li#wp-admin-bar-group-admin-with-avatar ul{left:0}#wpadminbar .quicklinks li#wp-admin-bar-group-admin-with-avatar ul ul{left:0}#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications,#wpadminbar .quicklinks li#wp-admin-bar-my-account a span.count,#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar a span.count{background:#21759b;color:#fff;text-shadow:none;display:inline;padding:2px 5px;font-size:10px;font-weight:700;border-radius:10px}#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications{background:#ddd;color:#333;margin:0}#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications.alert{background-color:#21759b;color:#fff}#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications.alert.admin-type{background-color:#d84800}#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications>a{padding:0 .5em}#wp-admin-bar-user-info img.avatar{height:64px;width:64px}#wpadminbar .wp-admin-bar-arrow-right{display:none}@media screen and (max-width:600px){#wpadminbar .wp-admin-bar-arrow-right{display:block}}@media screen and (max-width:782px){#wpadminbar li#wp-admin-bar-bp-login,#wpadminbar li#wp-admin-bar-bp-register{display:block}#wpadminbar li#wp-admin-bar-bp-login a,#wpadminbar li#wp-admin-bar-bp-register a{padding:0 8px}}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
form.ts_poll_form>.ts_poll_section {
    padding: 0 !important;
    margin: 0 !important;
}

form.ts_poll_form {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important;
    margin-bottom: .9375rem !important;
    margin-top: .9375rem !important;
}

form.ts_poll_form>div.ts_load_vue_poll,
div.ts_load_vue_poll>div.ts_load_poll_logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: column;
    width: 100% !important;
}

.ts_poll_section button:focus,
.ts_poll_section button:hover,
.ts_poll_section button,
.ts_poll_section input[type="button"],
.ts_poll_section input[type="button"]:focus,
.ts_poll_section input[type="button"]:hover {
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.ts_poll_section input[type=radio]:checked+label:before {
    background-color: inherit !important;
}

div.ts_load_vue_poll>span.tsp_load_span {
    margin-top: 1.25rem !important;
    padding: .625rem .9375rem !important;
    box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .3) !important;
    background-color: #f7f7f7 !important;
    border-radius: .3125rem !important;
    font-size: .75rem !important;
    color: #222 !important;
    word-break: break-word !important;
    letter-spacing: .0313rem !important;
}

div.ts_load_poll_logo>div.tsp_load_circle {
    width: 3rem !important;
    height: 3rem !important;
    border: 0.5rem solid #f3f3f3 !important;
    border-radius: 50% !important;
    border-top: 0.5rem solid #8c8c8c !important;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: ts_poll_logo_spin 1.5s linear infinite;
    animation: ts_poll_logo_spin 1.5s linear infinite;
}

@-webkit-keyframes ts_poll_logo_spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes ts_poll_logo_spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tsp_sceleton_item {
    background-color: #ced4da !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 2px !important;
    overflow: hidden !important;
    position: relative
}

.tsp_sceleton_item:before {
    -webkit-animation: ph-animation .8s linear infinite !important;
    animation: ph-animation .8s linear infinite !important;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50% !important;
    bottom: 0 !important;
    content: " " !important;
    left: 0% !important;
    margin-left: -100% !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 500% !important;
    z-index: 1
}

.tsp_sceleton_item * {
    z-index: -1 !important;
    visibility: hidden;
}

@-webkit-keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }

    to {
        transform: translate3d(30%, 0, 0)
    }
}

@keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }

    to {
        transform: translate3d(30%, 0, 0)
    }
}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

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

.ts-poll,
.ts-poll-fas,
.ts-poll-far,
.ts-poll-fal,
.ts-poll-fad,
.ts-poll-fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.ts-poll-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em;
}

.ts-poll-xs {
	font-size: .75em;
}

.ts-poll-sm {
	font-size: .875em;
}

.ts-poll-1x {
	font-size: 1em;
}

.ts-poll-2x {
	font-size: 2em;
}

.ts-poll-3x {
	font-size: 3em;
}

.ts-poll-4x {
	font-size: 4em;
}

.ts-poll-5x {
	font-size: 5em;
}

.ts-poll-6x {
	font-size: 6em;
}

.ts-poll-7x {
	font-size: 7em;
}

.ts-poll-8x {
	font-size: 8em;
}

.ts-poll-9x {
	font-size: 9em;
}

.ts-poll-10x {
	font-size: 10em;
}

.ts-poll-fw {
	text-align: center;
	width: 1.25em;
}

.ts-poll-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.ts-poll-ul>li {
	position: relative;
}

.ts-poll-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.ts-poll-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.ts-poll-pull-left {
	float: left;
}

.ts-poll-pull-right {
	float: right;
}

.ts-poll.ts-poll-pull-left,
.ts-poll-fas.ts-poll-pull-left,
.ts-poll-far.ts-poll-pull-left,
.ts-poll-fal.ts-poll-pull-left,
.ts-poll-fab.ts-poll-pull-left {
	margin-right: .3em;
}

.ts-poll.ts-poll-pull-right,
.ts-poll-fas.ts-poll-pull-right,
.ts-poll-far.ts-poll-pull-right,
.ts-poll-fal.ts-poll-pull-right,
.ts-poll-fab.ts-poll-pull-right {
	margin-left: .3em;
}

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

.ts-poll-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

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

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

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

.ts-poll-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.ts-poll-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.ts-poll-flip-both,
.ts-poll-flip-horizontal.ts-poll-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .ts-poll-rotate-90,
:root .ts-poll-rotate-180,
:root .ts-poll-rotate-270,
:root .ts-poll-flip-horizontal,
:root .ts-poll-flip-vertical,
:root .ts-poll-flip-both {
	-webkit-filter: none;
	filter: none;
}

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

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

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

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

.ts-poll-inverse {
	color: #fff;
}


/* Deprecated as of 4.4.0 */

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

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

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

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

.ts-poll-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

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

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

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

.ts-poll-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.ts-poll-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .ts-poll-rotate-90,
:root .ts-poll-rotate-180,
:root .ts-poll-rotate-270,
:root .ts-poll-flip-horizontal,
:root .ts-poll-flip-vertical {
	filter: none;
}

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

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

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

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

.ts-poll-inverse {
	color: #ffffff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	 readers do not read off random characters that represent icons */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ts-poll-address-book:before {
	content: "\f2b9";
}

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

.ts-poll:before {
	font-family: "FontAwesome";
}

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

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

.ts-poll,
.ts-poll-fab {
	font-family: 'FontAwesome';
}

.ts-poll-far {
	font-family: 'FontAwesome';
	font-weight: 500;
}

.ts-poll-fas {
	font-family: 'FontAwesome';
	font-weight: 900;
}

.ts-poll-emoji {
	font-family: monospace;
	color: #000;
	font-style: initial;
}

.ts-poll-emoji-100:before {
	content: "💯";
}

.ts-poll-emoji-grinning:before {
	content: "😀";
}

.ts-poll-emoji-grimacing:before {
	content: "😬";
}

.ts-poll-emoji-grin:before {
	content: "😁";
}

.ts-poll-emoji-joy:before {
	content: "😂";
}

.ts-poll-emoji-rofl:before {
	content: "🤣";
}

.ts-poll-emoji-partying:before {
	content: "🥳";
}

.ts-poll-emoji-smiley:before {
	content: "😃";
}

.ts-poll-emoji-smile:before {
	content: "😄";
}

.ts-poll-emoji-sweat-smile:before {
	content: "😅";
}

.ts-poll-emoji-laughing:before {
	content: "😆";
}

.ts-poll-emoji-innocent:before {
	content: "😇";
}

.ts-poll-emoji-wink:before {
	content: "😉";
}

.ts-poll-emoji-blush:before {
	content: "😊";
}

.ts-poll-emoji-slightly-smiling-face:before {
	content: "🙂";
}

.ts-poll-emoji-upside-down-face:before {
	content: "🙃";
}

.ts-poll-emoji-yum:before {
	content: "😋";
}

.ts-poll-emoji-relieved:before {
	content: "😌";
}

.ts-poll-emoji-heart-eyes:before {
	content: "😍";
}

.ts-poll-emoji-smiling-face-with-three-hearts:before {
	content: "🥰";
}

.ts-poll-emoji-kissing-heart:before {
	content: "😘";
}

.ts-poll-emoji-kissing:before {
	content: "😗";
}

.ts-poll-emoji-kissing-smiling-eyes:before {
	content: "😙";
}

.ts-poll-emoji-kissing-closed-eyes:before {
	content: "😚";
}

.ts-poll-emoji-stuck-out-tongue-winking-eye:before {
	content: "😜";
}

.ts-poll-emoji-zany:before {
	content: "🤪";
}

.ts-poll-emoji-raised-eyebrow:before {
	content: "🤨";
}

.ts-poll-emoji-monocle:before {
	content: "🧐";
}

.ts-poll-emoji-stuck-out-tongue-closed-eyes:before {
	content: "😝";
}

.ts-poll-emoji-stuck-out-tongue:before {
	content: "😛";
}

.ts-poll-emoji-money-mouth-face:before {
	content: "🤑";
}

.ts-poll-emoji-nerd-face:before {
	content: "🤓";
}

.ts-poll-emoji-sunglasses:before {
	content: "😎";
}

.ts-poll-emoji-star-struck:before {
	content: "🤩";
}

.ts-poll-emoji-clown-face:before {
	content: "🤡";
}

.ts-poll-emoji-cowboy-hat-face:before {
	content: "🤠";
}

.ts-poll-emoji-hugs:before {
	content: "🤗";
}

.ts-poll-emoji-smirk:before {
	content: "😏";
}

.ts-poll-emoji-no-mouth:before {
	content: "😶";
}

.ts-poll-emoji-neutral-face:before {
	content: "😐";
}

.ts-poll-emoji-expressionless:before {
	content: "😑";
}

.ts-poll-emoji-unamused:before {
	content: "😒";
}

.ts-poll-emoji-roll-eyes:before {
	content: "🙄";
}

.ts-poll-emoji-thinking:before {
	content: "🤔";
}

.ts-poll-emoji-lying-face:before {
	content: "🤥";
}

.ts-poll-emoji-hand-over-mouth:before {
	content: "🤭";
}

.ts-poll-emoji-shushing:before {
	content: "🤫";
}

.ts-poll-emoji-symbols-over-mouth:before {
	content: "🤬";
}

.ts-poll-emoji-exploding-head:before {
	content: "🤯";
}

.ts-poll-emoji-flushed:before {
	content: "😳";
}

.ts-poll-emoji-disappointed:before {
	content: "😞";
}

.ts-poll-emoji-worried:before {
	content: "😟";
}

.ts-poll-emoji-angry:before {
	content: "😠";
}

.ts-poll-emoji-rage:before {
	content: "😡";
}

.ts-poll-emoji-pensive:before {
	content: "😔";
}

.ts-poll-emoji-confused:before {
	content: "😕";
}

.ts-poll-emoji-slightly-frowning-face:before {
	content: "🙁";
}

.ts-poll-emoji-persevere:before {
	content: "😣";
}

.ts-poll-emoji-confounded:before {
	content: "😖";
}

.ts-poll-emoji-tired-face:before {
	content: "😫";
}

.ts-poll-emoji-weary:before {
	content: "😩";
}

.ts-poll-emoji-pleading:before {
	content: "🥺";
}

.ts-poll-emoji-triumph:before {
	content: "😤";
}

.ts-poll-emoji-open-mouth:before {
	content: "😮";
}

.ts-poll-emoji-scream:before {
	content: "😱";
}

.ts-poll-emoji-fearful:before {
	content: "😨";
}

.ts-poll-emoji-cold-sweat:before {
	content: "😰";
}

.ts-poll-emoji-hushed:before {
	content: "😯";
}

.ts-poll-emoji-frowning:before {
	content: "😦";
}

.ts-poll-emoji-anguished:before {
	content: "😧";
}

.ts-poll-emoji-cry:before {
	content: "😢";
}

.ts-poll-emoji-disappointed-relieved:before {
	content: "😥";
}

.ts-poll-emoji-drooling-face:before {
	content: "🤤";
}

.ts-poll-emoji-sleepy:before {
	content: "😪";
}

.ts-poll-emoji-sweat:before {
	content: "😓";
}

.ts-poll-emoji-hot:before {
	content: "🥵";
}

.ts-poll-emoji-cold:before {
	content: "🥶";
}

.ts-poll-emoji-sob:before {
	content: "😭";
}

.ts-poll-emoji-dizzy-face:before {
	content: "😵";
}

.ts-poll-emoji-astonished:before {
	content: "😲";
}

.ts-poll-emoji-zipper-mouth-face:before {
	content: "🤐";
}

.ts-poll-emoji-nauseated-face:before {
	content: "🤢";
}

.ts-poll-emoji-sneezing-face:before {
	content: "🤧";
}

.ts-poll-emoji-vomiting:before {
	content: "🤮";
}

.ts-poll-emoji-mask:before {
	content: "😷";
}

.ts-poll-emoji-face-with-thermometer:before {
	content: "🤒";
}

.ts-poll-emoji-face-with-head-bandage:before {
	content: "🤕";
}

.ts-poll-emoji-woozy:before {
	content: "🥴";
}

.ts-poll-emoji-sleeping:before {
	content: "😴";
}

.ts-poll-emoji-ghost:before {
	content: "👻";
}

.ts-poll-emoji-alien:before {
	content: "👽";
}

.ts-poll-emoji-palms-up:before {
	content: "🤲";
}

.ts-poll-emoji-raised-hands:before {
	content: "🙌";
}

.ts-poll-emoji-clap:before {
	content: "👏";
}

.ts-poll-emoji-wave:before {
	content: "👋";
}

.ts-poll-emoji-call-me-hand:before {
	content: "🤙";
}

.ts-poll-emoji-plus1:before {
	content: "👍";
}

.ts-poll-emoji--1:before {
	content: "👎";
}

.ts-poll-emoji-facepunch:before {
	content: "👊";
}

.ts-poll-emoji-fist:before {
	content: "✊";
}

.ts-poll-emoji-fist-left:before {
	content: "🤛";
}

.ts-poll-emoji-fist-right:before {
	content: "🤜";
}

.ts-poll-emoji-v:before {
	content: "✌";
}

.ts-poll-emoji-ok-hand:before {
	content: "👌";
}

.ts-poll-emoji-raised-hand:before {
	content: "✋";
}

.ts-poll-emoji-raised-back-of-hand:before {
	content: "🤚";
}

.ts-poll-emoji-open-hands:before {
	content: "👐";
}

.ts-poll-emoji-muscle:before {
	content: "💪";
}

.ts-poll-emoji-pray:before {
	content: "🙏";
}

.ts-poll-emoji-foot:before {
	content: "🦶";
}

.ts-poll-emoji-leg:before {
	content: "🦵";
}

.ts-poll-emoji-handshake:before {
	content: "🤝";
}

.ts-poll-emoji-point-up:before {
	content: "☝";
}

.ts-poll-emoji-point-up-2:before {
	content: "👆";
}

.ts-poll-emoji-point-down:before {
	content: "👇";
}

.ts-poll-emoji-point-left:before {
	content: "👈";
}

.ts-poll-emoji-point-right:before {
	content: "👉";
}

.ts-poll-emoji-fu:before {
	content: "🖕";
}

.ts-poll-emoji-raised-hand-with-fingers-splayed:before {
	content: "🖐";
}

.ts-poll-emoji-love-you:before {
	content: "🤟";
}

.ts-poll-emoji-metal:before {
	content: "🤘";
}

.ts-poll-emoji-crossed-fingers:before {
	content: "🤞";
}

.ts-poll-emoji-vulcan-salute:before {
	content: "🖖";
}

.ts-poll-emoji-eyes:before {
	content: "👀";
}

.ts-poll-emoji-brain:before {
	content: "🧠";
}

.ts-poll-emoji-speaking-head:before {
	content: "🗣";
}

.ts-poll-emoji-baby:before {
	content: "👶";
}

.ts-poll-emoji-child:before {
	content: "🧒";
}

.ts-poll-emoji-boy:before {
	content: "👦";
}

.ts-poll-emoji-girl:before {
	content: "👧";
}

.ts-poll-emoji-adult:before {
	content: "🧑";
}

.ts-poll-emoji-man:before {
	content: "👨";
}

.ts-poll-emoji-woman:before {
	content: "👩";
}

.ts-poll-emoji-blonde-man:before {
	content: "👱";
}

.ts-poll-emoji-bearded-person:before {
	content: "🧔";
}

.ts-poll-emoji-older-adult:before {
	content: "🧓";
}

.ts-poll-emoji-older-man:before {
	content: "👴";
}

.ts-poll-emoji-older-woman:before {
	content: "👵";
}

.ts-poll-emoji-man-with-gua-pi-mao:before {
	content: "👲";
}

.ts-poll-emoji-woman-with-headscarf:before {
	content: "🧕";
}

.ts-poll-emoji-man-with-turban:before {
	content: "👳";
}

.ts-poll-emoji-policeman:before {
	content: "👮";
}

.ts-poll-emoji-construction-worker-man:before {
	content: "👷";
}

.ts-poll-emoji-male-detective:before {
	content: "🕵";
}

.ts-poll-emoji-angel:before {
	content: "👼";
}

.ts-poll-emoji-pregnant-woman:before {
	content: "🤰";
}

.ts-poll-emoji-breastfeeding:before {
	content: "🤱";
}

.ts-poll-emoji-princess:before {
	content: "👸";
}

.ts-poll-emoji-prince:before {
	content: "🤴";
}

.ts-poll-emoji-bride-with-veil:before {
	content: "👰";
}

.ts-poll-emoji-man-in-tuxedo:before {
	content: "🤵";
}

.ts-poll-emoji-running-man:before {
	content: "🏃";
}

.ts-poll-emoji-walking-man:before {
	content: "🚶";
}

.ts-poll-emoji-dancer:before {
	content: "💃";
}

.ts-poll-emoji-man-dancing:before {
	content: "🕺";
}

.ts-poll-emoji-dancing-women:before {
	content: "👯";
}

.ts-poll-emoji-couple:before {
	content: "👫";
}

.ts-poll-emoji-two-men-holding-hands:before {
	content: "👬";
}

.ts-poll-emoji-two-women-holding-hands:before {
	content: "👭";
}

.ts-poll-emoji-bowing-man:before {
	content: "🙇";
}

.ts-poll-emoji-woman-shrugging:before {
	content: "🤷";
}

.ts-poll-emoji-tipping-hand-woman:before {
	content: "💁";
}

.ts-poll-emoji-no-good-woman:before {
	content: "🙅";
}

.ts-poll-emoji-ok-woman:before {
	content: "🙆";
}

.ts-poll-emoji-raising-hand-woman:before {
	content: "🙋";
}

.ts-poll-emoji-pouting-woman:before {
	content: "🙎";
}

.ts-poll-emoji-frowning-woman:before {
	content: "🙍";
}

.ts-poll-emoji-haircut-woman:before {
	content: "💇";
}

.ts-poll-emoji-massage-woman:before {
	content: "💆";
}

.ts-poll-emoji-couple-with-heart-woman-man:before {
	content: "💑";
}

.ts-poll-emoji-couplekiss-man-woman:before {
	content: "💏";
}

.ts-poll-emoji-family-man-woman-boy:before {
	content: "👪";
}

.ts-poll-emoji-kiss:before {
	content: "💋";
}

.ts-poll-emoji-tophat:before {
	content: "🎩";
}

.ts-poll-emoji-mortar-board:before {
	content: "🎓";
}

.ts-poll-emoji-crown:before {
	content: "👑";
}

.ts-poll-emoji-ring:before {
	content: "💍";
}

.ts-poll-emoji-dog:before {
	content: "🐶";
}

.ts-poll-emoji-cat:before {
	content: "🐱";
}

.ts-poll-emoji-mouse:before {
	content: "🐭";
}

.ts-poll-emoji-hamster:before {
	content: "🐹";
}

.ts-poll-emoji-rabbit:before {
	content: "🐰";
}

.ts-poll-emoji-fox-face:before {
	content: "🦊";
}

.ts-poll-emoji-bear:before {
	content: "🐻";
}

.ts-poll-emoji-panda-face:before {
	content: "🐼";
}

.ts-poll-emoji-koala:before {
	content: "🐨";
}

.ts-poll-emoji-tiger:before {
	content: "🐯";
}

.ts-poll-emoji-lion:before {
	content: "🦁";
}

.ts-poll-emoji-cow:before {
	content: "🐮";
}

.ts-poll-emoji-pig:before {
	content: "🐷";
}

.ts-poll-emoji-frog:before {
	content: "🐸";
}

.ts-poll-emoji-monkey-face:before {
	content: "🐵";
}

.ts-poll-emoji-see-no-evil:before {
	content: "🙈";
}

.ts-poll-emoji-hear-no-evil:before {
	content: "🙉";
}

.ts-poll-emoji-speak-no-evil:before {
	content: "🙊";
}

.ts-poll-emoji-monkey:before {
	content: "🐒";
}

.ts-poll-emoji-chicken:before {
	content: "🐔";
}

.ts-poll-emoji-penguin:before {
	content: "🐧";
}

.ts-poll-emoji-bird:before {
	content: "🐦";
}

.ts-poll-emoji-baby-chick:before {
	content: "🐤";
}

.ts-poll-emoji-hatching-chick:before {
	content: "🐣";
}

.ts-poll-emoji-hatched-chick:before {
	content: "🐥";
}

.ts-poll-emoji-duck:before {
	content: "🦆";
}

.ts-poll-emoji-eagle:before {
	content: "🦅";
}

.ts-poll-emoji-owl:before {
	content: "🦉";
}

.ts-poll-emoji-bat:before {
	content: "🦇";
}

.ts-poll-emoji-wolf:before {
	content: "🐺";
}

.ts-poll-emoji-boar:before {
	content: "🐗";
}

.ts-poll-emoji-horse:before {
	content: "🐴";
}

.ts-poll-emoji-unicorn:before {
	content: "🦄";
}

.ts-poll-emoji-honeybee:before {
	content: "🐝";
}

.ts-poll-emoji-bug:before {
	content: "🐛";
}

.ts-poll-emoji-butterfly:before {
	content: "🦋";
}

.ts-poll-emoji-snail:before {
	content: "🐌";
}

.ts-poll-emoji-beetle:before {
	content: "🐞";
}

.ts-poll-emoji-ant:before {
	content: "🐜";
}

.ts-poll-emoji-grasshopper:before {
	content: "🦗";
}

.ts-poll-emoji-spider:before {
	content: "🕷";
}

.ts-poll-emoji-scorpion:before {
	content: "🦂";
}

.ts-poll-emoji-crab:before {
	content: "🦀";
}

.ts-poll-emoji-snake:before {
	content: "🐍";
}

.ts-poll-emoji-lizard:before {
	content: "🦎";
}

.ts-poll-emoji-t-rex:before {
	content: "🦖";
}

.ts-poll-emoji-sauropod:before {
	content: "🦕";
}

.ts-poll-emoji-turtle:before {
	content: "🐢";
}

.ts-poll-emoji-tropical-fish:before {
	content: "🐠";
}

.ts-poll-emoji-fish:before {
	content: "🐟";
}

.ts-poll-emoji-blowfish:before {
	content: "🐡";
}

.ts-poll-emoji-dolphin:before {
	content: "🐬";
}

.ts-poll-emoji-shark:before {
	content: "🦈";
}

.ts-poll-emoji-whale:before {
	content: "🐳";
}

.ts-poll-emoji-whale2:before {
	content: "🐋";
}

.ts-poll-emoji-crocodile:before {
	content: "🐊";
}

.ts-poll-emoji-leopard:before {
	content: "🐆";
}

.ts-poll-emoji-zebra:before {
	content: "🦓";
}

.ts-poll-emoji-tiger2:before {
	content: "🐅";
}

.ts-poll-emoji-water-buffalo:before {
	content: "🐃";
}

.ts-poll-emoji-ox:before {
	content: "🐂";
}

.ts-poll-emoji-cow2:before {
	content: "🐄";
}

.ts-poll-emoji-deer:before {
	content: "🦌";
}

.ts-poll-emoji-dromedary-camel:before {
	content: "🐪";
}

.ts-poll-emoji-camel:before {
	content: "🐫";
}

.ts-poll-emoji-giraffe:before {
	content: "🦒";
}

.ts-poll-emoji-elephant:before {
	content: "🐘";
}

.ts-poll-emoji-rhinoceros:before {
	content: "🦏";
}

.ts-poll-emoji-goat:before {
	content: "🐐";
}

.ts-poll-emoji-ram:before {
	content: "🐏";
}

.ts-poll-emoji-sheep:before {
	content: "🐑";
}

.ts-poll-emoji-racehorse:before {
	content: "🐎";
}

.ts-poll-emoji-pig2:before {
	content: "🐖";
}

.ts-poll-emoji-rat:before {
	content: "🐀";
}

.ts-poll-emoji-mouse2:before {
	content: "🐁";
}

.ts-poll-emoji-rooster:before {
	content: "🐓";
}

.ts-poll-emoji-turkey:before {
	content: "🦃";
}

.ts-poll-emoji-dove:before {
	content: "🕊";
}

.ts-poll-emoji-dog2:before {
	content: "🐕";
}

.ts-poll-emoji-poodle:before {
	content: "🐩";
}

.ts-poll-emoji-cat2:before {
	content: "🐈";
}

.ts-poll-emoji-rabbit2:before {
	content: "🐇";
}

.ts-poll-emoji-chipmunk:before {
	content: "🐿";
}

.ts-poll-emoji-hedgehog:before {
	content: "🦔";
}

.ts-poll-emoji-raccoon:before {
	content: "🦝";
}

.ts-poll-emoji-llama:before {
	content: "🦙";
}

.ts-poll-emoji-hippopotamus:before {
	content: "🦛";
}

.ts-poll-emoji-kangaroo:before {
	content: "🦘";
}

.ts-poll-emoji-badger:before {
	content: "🦡";
}

.ts-poll-emoji-swan:before {
	content: "🦢";
}

.ts-poll-emoji-peacock:before {
	content: "🦚";
}

.ts-poll-emoji-parrot:before {
	content: "🦜";
}

.ts-poll-emoji-lobster:before {
	content: "🦞";
}

.ts-poll-emoji-mosquito:before {
	content: "🦟";
}

.ts-poll-emoji-paw-prints:before {
	content: "🐾";
}

.ts-poll-emoji-cactus:before {
	content: "🌵";
}

.ts-poll-emoji-evergreen-tree:before {
	content: "🌲";
}

.ts-poll-emoji-deciduous-tree:before {
	content: "🌳";
}

.ts-poll-emoji-palm-tree:before {
	content: "🌴";
}

.ts-poll-emoji-seedling:before {
	content: "🌱";
}

.ts-poll-emoji-herb:before {
	content: "🌿";
}

.ts-poll-emoji-four-leaf-clover:before {
	content: "🍀";
}

.ts-poll-emoji-bamboo:before {
	content: "🎍";
}

.ts-poll-emoji-tanabata-tree:before {
	content: "🎋";
}

.ts-poll-emoji-leaves:before {
	content: "🍃";
}

.ts-poll-emoji-fallen-leaf:before {
	content: "🍂";
}

.ts-poll-emoji-maple-leaf:before {
	content: "🍁";
}

.ts-poll-emoji-ear-of-rice:before {
	content: "🌾";
}

.ts-poll-emoji-hibiscus:before {
	content: "🌺";
}

.ts-poll-emoji-sunflower:before {
	content: "🌻";
}

.ts-poll-emoji-rose:before {
	content: "🌹";
}

.ts-poll-emoji-wilted-flower:before {
	content: "🥀";
}

.ts-poll-emoji-tulip:before {
	content: "🌷";
}

.ts-poll-emoji-blossom:before {
	content: "🌼";
}

.ts-poll-emoji-cherry-blossom:before {
	content: "🌸";
}

.ts-poll-emoji-bouquet:before {
	content: "💐";
}

.ts-poll-emoji-mushroom:before {
	content: "🍄";
}

.ts-poll-emoji-chestnut:before {
	content: "🌰";
}

.ts-poll-emoji-jack-o-lantern:before {
	content: "🎃";
}

.ts-poll-emoji-earth-americas:before {
	content: "🌎";
}

.ts-poll-emoji-earth-africa:before {
	content: "🌍";
}

.ts-poll-emoji-earth-asia:before {
	content: "🌏";
}

.ts-poll-emoji-full-moon:before {
	content: "🌕";
}

.ts-poll-emoji-new-moon-with-face:before {
	content: "🌚";
}

.ts-poll-emoji-full-moon-with-face:before {
	content: "🌝";
}

.ts-poll-emoji-sun-with-face:before {
	content: "🌞";
}

.ts-poll-emoji-crescent-moon:before {
	content: "🌙";
}

.ts-poll-emoji-star:before {
	content: "⭐";
}

.ts-poll-emoji-star2:before {
	content: "🌟";
}

.ts-poll-emoji-zap:before {
	content: "⚡";
}

.ts-poll-emoji-fire:before {
	content: "🔥";
}

.ts-poll-emoji-boom:before {
	content: "💥";
}

.ts-poll-emoji-green-apple:before {
	content: "🍏";
}

.ts-poll-emoji-apple:before {
	content: "🍎";
}

.ts-poll-emoji-pear:before {
	content: "🍐";
}

.ts-poll-emoji-tangerine:before {
	content: "🍊";
}

.ts-poll-emoji-lemon:before {
	content: "🍋";
}

.ts-poll-emoji-banana:before {
	content: "🍌";
}

.ts-poll-emoji-watermelon:before {
	content: "🍉";
}

.ts-poll-emoji-grapes:before {
	content: "🍇";
}

.ts-poll-emoji-strawberry:before {
	content: "🍓";
}

.ts-poll-emoji-melon:before {
	content: "🍈";
}

.ts-poll-emoji-cherries:before {
	content: "🍒";
}

.ts-poll-emoji-peach:before {
	content: "🍑";
}

.ts-poll-emoji-pineapple:before {
	content: "🍍";
}

.ts-poll-emoji-coconut:before {
	content: "🥥";
}

.ts-poll-emoji-kiwi-fruit:before {
	content: "🥝";
}

.ts-poll-emoji-mango:before {
	content: "🥭";
}

.ts-poll-emoji-avocado:before {
	content: "🥑";
}

.ts-poll-emoji-broccoli:before {
	content: "🥦";
}

.ts-poll-emoji-tomato:before {
	content: "🍅";
}

.ts-poll-emoji-eggplant:before {
	content: "🍆";
}

.ts-poll-emoji-cucumber:before {
	content: "🥒";
}

.ts-poll-emoji-carrot:before {
	content: "🥕";
}

.ts-poll-emoji-hot-pepper:before {
	content: "🌶";
}

.ts-poll-emoji-potato:before {
	content: "🥔";
}

.ts-poll-emoji-corn:before {
	content: "🌽";
}

.ts-poll-emoji-leafy-greens:before {
	content: "🥬";
}

.ts-poll-emoji-sweet-potato:before {
	content: "🍠";
}

.ts-poll-emoji-peanuts:before {
	content: "🥜";
}

.ts-poll-emoji-honey-pot:before {
	content: "🍯";
}

.ts-poll-emoji-croissant:before {
	content: "🥐";
}

.ts-poll-emoji-bread:before {
	content: "🍞";
}

.ts-poll-emoji-baguette-bread:before {
	content: "🥖";
}

.ts-poll-emoji-bagel:before {
	content: "🥯";
}

.ts-poll-emoji-pretzel:before {
	content: "🥨";
}

.ts-poll-emoji-cheese:before {
	content: "🧀";
}

.ts-poll-emoji-egg:before {
	content: "🥚";
}

.ts-poll-emoji-bacon:before {
	content: "🥓";
}

.ts-poll-emoji-steak:before {
	content: "🥩";
}

.ts-poll-emoji-pancakes:before {
	content: "🥞";
}

.ts-poll-emoji-poultry-leg:before {
	content: "🍗";
}

.ts-poll-emoji-meat-on-bone:before {
	content: "🍖";
}

.ts-poll-emoji-bone:before {
	content: "🦴";
}

.ts-poll-emoji-fried-shrimp:before {
	content: "🍤";
}

.ts-poll-emoji-fried-egg:before {
	content: "🍳";
}

.ts-poll-emoji-hamburger:before {
	content: "🍔";
}

.ts-poll-emoji-fries:before {
	content: "🍟";
}

.ts-poll-emoji-stuffed-flatbread:before {
	content: "🥙";
}

.ts-poll-emoji-hotdog:before {
	content: "🌭";
}

.ts-poll-emoji-pizza:before {
	content: "🍕";
}

.ts-poll-emoji-sandwich:before {
	content: "🥪";
}

.ts-poll-emoji-canned-food:before {
	content: "🥫";
}

.ts-poll-emoji-spaghetti:before {
	content: "🍝";
}

.ts-poll-emoji-taco:before {
	content: "🌮";
}

.ts-poll-emoji-burrito:before {
	content: "🌯";
}

.ts-poll-emoji-green-salad:before {
	content: "🥗";
}

.ts-poll-emoji-shallow-pan-of-food:before {
	content: "🥘";
}

.ts-poll-emoji-ramen:before {
	content: "🍜";
}

.ts-poll-emoji-stew:before {
	content: "🍲";
}

.ts-poll-emoji-fish-cake:before {
	content: "🍥";
}

.ts-poll-emoji-fortune-cookie:before {
	content: "🥠";
}

.ts-poll-emoji-sushi:before {
	content: "🍣";
}

.ts-poll-emoji-bento:before {
	content: "🍱";
}

.ts-poll-emoji-curry:before {
	content: "🍛";
}

.ts-poll-emoji-rice-ball:before {
	content: "🍙";
}

.ts-poll-emoji-rice:before {
	content: "🍚";
}

.ts-poll-emoji-rice-cracker:before {
	content: "🍘";
}

.ts-poll-emoji-oden:before {
	content: "🍢";
}

.ts-poll-emoji-dango:before {
	content: "🍡";
}

.ts-poll-emoji-shaved-ice:before {
	content: "🍧";
}

.ts-poll-emoji-ice-cream:before {
	content: "🍨";
}

.ts-poll-emoji-icecream:before {
	content: "🍦";
}

.ts-poll-emoji-pie:before {
	content: "🥧";
}

.ts-poll-emoji-cake:before {
	content: "🍰";
}

.ts-poll-emoji-cupcake:before {
	content: "🧁";
}

.ts-poll-emoji-moon-cake:before {
	content: "🥮";
}

.ts-poll-emoji-birthday:before {
	content: "🎂";
}

.ts-poll-emoji-custard:before {
	content: "🍮";
}

.ts-poll-emoji-candy:before {
	content: "🍬";
}

.ts-poll-emoji-lollipop:before {
	content: "🍭";
}

.ts-poll-emoji-chocolate-bar:before {
	content: "🍫";
}

.ts-poll-emoji-popcorn:before {
	content: "🍿";
}

.ts-poll-emoji-dumpling:before {
	content: "🥟";
}

.ts-poll-emoji-doughnut:before {
	content: "🍩";
}

.ts-poll-emoji-cookie:before {
	content: "🍪";
}

.ts-poll-emoji-soccer:before {
	content: "⚽";
}

.ts-poll-emoji-basketball:before {
	content: "🏀";
}

.ts-poll-emoji-baseball:before {
	content: "⚾";
}

.ts-poll-emoji-softball:before {
	content: "🥎";
}

.ts-poll-emoji-volleyball:before {
	content: "🏐";
}

.ts-poll-emoji-8ball:before {
	content: "🎱";
}

.ts-poll-emoji-trophy:before {
	content: "🏆";
}

.ts-poll-emoji-medal-sports:before {
	content: "🏅";
}

.ts-poll-emoji-1st-place-medal:before {
	content: "🥇";
}

.ts-poll-emoji-2nd-place-medal:before {
	content: "🥈";
}

.ts-poll-emoji-3rd-place-medal:before {
	content: "🥉";
}

.ts-poll-emoji-clapper:before {
	content: "🎬";
}

.ts-poll-emoji-dart:before {
	content: "🎯";
}

.ts-poll-emoji-rocket:before {
	content: "🚀";
}

.ts-poll-emoji-vertical-traffic-light:before {
	content: "🚦";
}

.ts-poll-emoji-traffic-light:before {
	content: "🚥";
}

.ts-poll-emoji-checkered-flag:before {
	content: "🏁";
}

.ts-poll-emoji-sparkler:before {
	content: "🎇";
}

.ts-poll-emoji-fireworks:before {
	content: "🎆";
}

.ts-poll-emoji-computer:before {
	content: "💻";
}

.ts-poll-emoji-camera:before {
	content: "📷";
}

.ts-poll-emoji-camera-flash:before {
	content: "📸";
}

.ts-poll-emoji-video-camera:before {
	content: "📹";
}

.ts-poll-emoji-movie-camera:before {
	content: "🎥";
}

.ts-poll-emoji-film-projector:before {
	content: "📽";
}

.ts-poll-emoji-film-strip:before {
	content: "🎞";
}

.ts-poll-emoji-hourglass-flowing-sand:before {
	content: "⏳";
}

.ts-poll-emoji-hourglass:before {
	content: "⌛";
}

.ts-poll-emoji-bulb:before {
	content: "💡";
}

.ts-poll-emoji-oil-drum:before {
	content: "🛢";
}

.ts-poll-emoji-money-with-wings:before {
	content: "💸";
}

.ts-poll-emoji-dollar:before {
	content: "💵";
}

.ts-poll-emoji-yen:before {
	content: "💴";
}

.ts-poll-emoji-euro:before {
	content: "💶";
}

.ts-poll-emoji-pound:before {
	content: "💷";
}

.ts-poll-emoji-moneybag:before {
	content: "💰";
}

.ts-poll-emoji-credit-card:before {
	content: "💳";
}

.ts-poll-emoji-gem:before {
	content: "💎";
}

.ts-poll-emoji-bomb:before {
	content: "💣";
}

.ts-poll-emoji-firecracker:before {
	content: "🧨";
}

.ts-poll-emoji-smoking:before {
	content: "🚬";
}

.ts-poll-emoji-nazar-amulet:before {
	content: "🧿";
}

.ts-poll-emoji-key:before {
	content: "🔑";
}

.ts-poll-emoji-teddy-bear:before {
	content: "🧸";
}

.ts-poll-emoji-world-map:before {
	content: "🗺";
}

.ts-poll-emoji-moyai:before {
	content: "🗿";
}

.ts-poll-emoji-shopping-cart:before {
	content: "🛒";
}

.ts-poll-emoji-balloon:before {
	content: "🎈";
}

.ts-poll-emoji-ribbon:before {
	content: "🎀";
}

.ts-poll-emoji-gift:before {
	content: "🎁";
}

.ts-poll-emoji-love-letter:before {
	content: "💌";
}

.ts-poll-emoji-inbox-tray:before {
	content: "📥";
}

.ts-poll-emoji-outbox-tray:before {
	content: "📤";
}

.ts-poll-emoji-bar-chart:before {
	content: "📊";
}

.ts-poll-emoji-chart-with-upwards-trend:before {
	content: "📈";
}

.ts-poll-emoji-chart-with-downwards-trend:before {
	content: "📉";
}

.ts-poll-emoji-date:before {
	content: "📅";
}

.ts-poll-emoji-calendar:before {
	content: "📆";
}

.ts-poll-emoji-link:before {
	content: "🔗";
}

.ts-poll-emoji-paperclip:before {
	content: "📎";
}

.ts-poll-emoji-pushpin:before {
	content: "📌";
}

.ts-poll-emoji-triangular-flag-on-post:before {
	content: "🚩";
}

.ts-poll-emoji-closed-lock-with-key:before {
	content: "🔐";
}

.ts-poll-emoji-lock:before {
	content: "🔒";
}

.ts-poll-emoji-unlock:before {
	content: "🔓";
}

.ts-poll-emoji-lock-with-ink-pen:before {
	content: "🔏";
}

.ts-poll-emoji-memo:before {
	content: "📝";
}

.ts-poll-emoji-mag:before {
	content: "🔍";
}

.ts-poll-emoji-mag-right:before {
	content: "🔎";
}

.ts-poll-emoji-orange-heart:before {
	content: "🧡";
}

.ts-poll-emoji-yellow-heart:before {
	content: "💛";
}

.ts-poll-emoji-green-heart:before {
	content: "💚";
}

.ts-poll-emoji-blue-heart:before {
	content: "💙";
}

.ts-poll-emoji-purple-heart:before {
	content: "💜";
}

.ts-poll-emoji-black-heart:before {
	content: "🖤";
}

.ts-poll-emoji-broken-heart:before {
	content: "💔";
}

.ts-poll-emoji-two-hearts:before {
	content: "💕";
}

.ts-poll-emoji-revolving-hearts:before {
	content: "💞";
}

.ts-poll-emoji-heartbeat:before {
	content: "💓";
}

.ts-poll-emoji-heartpulse:before {
	content: "💗";
}

.ts-poll-emoji-sparkling-heart:before {
	content: "💖";
}

.ts-poll-emoji-cupid:before {
	content: "💘";
}

.ts-poll-emoji-gift-heart:before {
	content: "💝";
}

.ts-poll-emoji-heart-decoration:before {
	content: "💟";
}

.ts-poll-emoji-vs:before {
	content: "🆚";
}

.ts-poll-emoji-white-flower:before {
	content: "💮";
}

.ts-poll-emoji-sos:before {
	content: "🆘";
}

.ts-poll-emoji-no-entry:before {
	content: "⛔";
}

.ts-poll-emoji-no-entry-sign:before {
	content: "🚫";
}

.ts-poll-emoji-x:before {
	content: "❌";
}

.ts-poll-emoji-o:before {
	content: "⭕";
}

.ts-poll-emoji-stop-sign:before {
	content: "🛑";
}

.ts-poll-emoji-anger:before {
	content: "💢";
}

.ts-poll-emoji-underage:before {
	content: "🔞";
}

.ts-poll-emoji-no-mobile-phones:before {
	content: "📵";
}

.ts-poll-emoji-exclamation:before {
	content: "❗";
}

.ts-poll-emoji-grey-exclamation:before {
	content: "❕";
}

.ts-poll-emoji-question:before {
	content: "❓";
}

.ts-poll-emoji-grey-question:before {
	content: "❔";
}

.ts-poll-emoji-chart:before {
	content: "💹";
}

.ts-poll-emoji-negative-squared-cross-mark:before {
	content: "❎";
}

.ts-poll-emoji-white-check-mark:before {
	content: "✅";
}

.ts-poll-emoji-mens:before {
	content: "🚹";
}

.ts-poll-emoji-womens:before {
	content: "🚺";
}

.ts-poll-emoji-cinema:before {
	content: "🎦";
}

.ts-poll-emoji-up:before {
	content: "🆙";
}

.ts-poll-emoji-cool:before {
	content: "🆒";
}

.ts-poll-emoji-new:before {
	content: "🆕";
}

.ts-poll-emoji-free:before {
	content: "🆓";
}

.ts-poll-emoji-stop-button:before {
	content: "⏹";
}

.ts-poll-emoji-record-button:before {
	content: "⏺";
}

.ts-poll-emoji-arrows-counterclockwise:before {
	content: "🔄";
}

.ts-poll-emoji-musical-note:before {
	content: "🎵";
}

.ts-poll-emoji-notes:before {
	content: "🎶";
}

.ts-poll-emoji-heavy-plus-sign:before {
	content: "➕";
}

.ts-poll-emoji-heavy-minus-sign:before {
	content: "➖";
}

.ts-poll-emoji-heavy-division-sign:before {
	content: "➗";
}

.ts-poll-emoji-infinity:before {
	content: "♾";
}

.ts-poll-emoji-heavy-dollar-sign:before {
	content: "💲";
}

.ts-poll-emoji-currency-exchange:before {
	content: "💱";
}

.ts-poll-emoji-end:before {
	content: "🔚";
}

.ts-poll-emoji-back:before {
	content: "🔙";
}

.ts-poll-emoji-on:before {
	content: "🔛";
}

.ts-poll-emoji-top:before {
	content: "🔝";
}

.ts-poll-emoji-soon:before {
	content: "🔜";
}

.ts-poll-emoji-radio-button:before {
	content: "🔘";
}

.ts-poll-emoji-white-circle:before {
	content: "⚪";
}

.ts-poll-emoji-black-circle:before {
	content: "⚫";
}

.ts-poll-emoji-red-circle:before {
	content: "🔴";
}

.ts-poll-emoji-large-blue-circle:before {
	content: "🔵";
}

.ts-poll-emoji-large-orange-diamond:before {
	content: "🔶";
}

.ts-poll-emoji-large-blue-diamond:before {
	content: "🔷";
}

.ts-poll-emoji-small-red-triangle:before {
	content: "🔺";
}

.ts-poll-emoji-black-large-square:before {
	content: "⬛";
}

.ts-poll-emoji-white-large-square:before {
	content: "⬜";
}

.ts-poll-emoji-small-red-triangle-down:before {
	content: "🔻";
}

.ts-poll-emoji-black-square-button:before {
	content: "🔲";
}

.ts-poll-emoji-white-square-button:before {
	content: "🔳";
}

.ts-poll-emoji-speaker:before {
	content: "🔈";
}

.ts-poll-emoji-sound:before {
	content: "🔉";
}

.ts-poll-emoji-loud-sound:before {
	content: "🔊";
}

.ts-poll-emoji-mute:before {
	content: "🔇";
}

.ts-poll-emoji-mega:before {
	content: "📣";
}

.ts-poll-emoji-loudspeaker:before {
	content: "📢";
}

.ts-poll-emoji-bell:before {
	content: "🔔";
}

.ts-poll-emoji-no-bell:before {
	content: "🔕";
}

.ts-poll-emoji-thought-balloon:before {
	content: "💭";
}

.ts-poll-emoji-right-anger-bubble:before {
	content: "🗯";
}

.ts-poll-emoji-speech-balloon:before {
	content: "💬";
}

.ts-poll-emoji-left-speech-bubble:before {
	content: "🗨";
}#toc_container li,#toc_container ul{margin:0;padding:0;list-style-position:inside}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container.toc_numbered ul{list-style:none}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container .toc_title{text-align:left;font-weight:700;margin:0;padding:0}#toc_container.toc_title_center .toc_title{text-align:center}#toc_container.toc_title_right .toc_title{text-align:right}#toc_container.toc_black .toc_title{color:#aaa}#toc_container.toc_black a,#toc_container.toc_black a:visited{color:#fff}#toc_container.toc_black a:hover{color:#fff}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container .toc_toggle_icon a{text-decoration:none;line-height:1}#toc_container .toc_toggle_indicator{display:inline-block;line-height:1}#toc_container .toc_toggle_plus_minus a{display:inline-flex;align-items:center;justify-content:center;width:1.3em;height:1.3em;border:1px solid currentColor;border-radius:3px;vertical-align:middle}#toc_container .toc_toggle_plus_minus .toc_toggle_indicator{font-size:.8em}#toc_container .toc_toggle_indicator::before{font-weight:700}#toc_container .toc_toggle_plus_minus .toc_toggle_indicator::before{content:'\2212'}#toc_container.contracted .toc_toggle_plus_minus .toc_toggle_indicator::before{content:'\002B'}#toc_container .toc_toggle_caret .toc_toggle_indicator::before{content:'\25BE'}#toc_container.contracted .toc_toggle_caret .toc_toggle_indicator::before{content:'\25B8'}#toc_container .toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera
cabrerahector.com | @cabrerahector

Use the following classes to style your popular posts list as you like.
*/

/* Styles the "Sorry, no data so far" message */
.wpp-no-data {
}

/* UL - Popular Posts container styles */
.wpp-list {
}

    /* LI - Post container styles */
    .wpp-list li {
        overflow: hidden;
        float: none;
        clear: both;
        margin-bottom: 1rem;
    }

    .wpp-list li:last-of-type {
        margin-bottom: 0;
    }

    /* Styles for the popular post in view */
    .wpp-list li.current {
    }

        /* Thumbnail styles */
        .wpp-thumbnail {
            display: inline;
            float: left;
            margin: 0 1rem 0 0;
            border: none;
        }

        /* Title styles */
        .wpp-post-title {
        }

        /* Excerpt styles */
        .wpp-excerpt {
        }

        .wpp-excerpt:empty {
            display: none;
        }

        /* Stats tag styles */
        .wpp-meta, .post-stats {
            display: block;
            font-size: 0.8em;
        }

        .wpp-meta:empty, .post-stats:empty {
            display: none;
        }

            /* Comments count styles */
            .wpp-comments {
            }

            /* Views count styles */
            .wpp-views {
            }

            /* Author styles */
            .wpp-author {
            }

            /* Post date styles */
            .wpp-date {
            }

            /* Post category styles */
            .wpp-category {
            }

        /* WP-PostRatings styles */
        .wpp-rating {
        }/*
Theme Name: Nomina
Theme URI: https://demo.baturetnostudio.com/nomina/
Author: Baturetno Studio
Author URI: https://baturetnostudio.com
Description: Modern News Portal Theme by Baturetno Studio
Tags: blog, custom-logo, custom-menu, editor-style, featured-images, footer-widgets
Version: 1.5.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nomina
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* CSS RESET */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    /* padding: 5px 3px 10px; */
	color: #666;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.sticky {
	
}

.gallery-caption {
}

.bypostauthor {
	
}

/** DEFAULT **/

.clr {
    clear: both;
}

.add-height {
	/* height: 140px; */
}

body {
	background-color: #fff;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #000;
}

b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

center {
	text-align: center;
}

i, em, blockquote {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 20px;
	margin-left: 10px;
}

center {
	text-align: center;
}

h1 {
	font-size: 26px;
}

h2 { 
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

pre {
	display: block;
	font-family: monospace;
	white-space: pre;
	margin: 1em 0;
}

code {
	display: block;
	font-family: monospace;
	white-space: pre;
	margin: 1em 0;
}

table {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}

tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

td {
	display: table-cell;
	vertical-align: inherit;
}

th {
	display: table-cell;
	vertical-align: inherit;
	font-weight: bold;
	text-align: center;
}

thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

u {
	text-decoration: underline;
}

strike {
	text-decoration: line-through;
}

/*************************
 FONTS
************************/

@font-face {
font-family: 'flexslider-icon';
font-style: normal;
font-weight: normal;
src: local('flexslider-icon'), url(//matatimor.net/wp-content/themes/nomina/fonts/flexslider-icon.woff) format('woff');
}

/** HEADER **/

.fixed {
	position: sticky;
	top: 0;
	z-index: 9;
}

header {
    width: 100%;
    margin: 0 auto;
	position: sticky;
	top: 0;
	z-index: 999;
	/* position: fixed;
	top: 0;
	z-index: 9; */
}

header .header-fixed {
	width: 100%;
	 margin: 0 auto;
	    background-color: #fff;
}

.header-shrink {
		width: 100%;
    max-width: 1100px;
	 margin: 0 auto;
}

#logo {
    display: block;
    padding: 10px 15px;
	width: 100%;
	max-width: 400px;
	float: left;
}

#logo img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
}

form.search-form {
	display: block;
	float: right;
	margin-top: 23px;
	margin-right: -20px;
}

.search-form .search-field {
	padding: 10px 15px;
	border: 1px solid #284a9a;
	font-family: 'Montserrat', sans-serif;
	height: 42px;
	box-sizing: border-box;
}

.search-submit {
	margin-left: -5px;
	border: 1px solid #1B5DAF;
	background-color: #1B5DAF;
	color: #fff;
	width: 60px;
	height: 38px;
	vertical-align: top;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 42px;
	box-sizing: border-box;
}

.search-submit:hover {
	cursor: pointer;
}

header .search-form  input:focus {
	outline: none;
}

.media-social-header {
	float: right;
	margin: 20px;
	width: 100%;
	text-align: right;
	max-width: 350px;
}

a.facebook-header img, a.twitter-header img, a.instagram-header img, a.youtube-header img, a.tiktok-header img, a.linkedin-header img, a.pinterest-header img {
	display: inline-block;
	width: 100%;
	max-width: 35px;
	margin-right: 7px;
	border-radius: 50%;
}

.tiktok-header img {
	border-radius: 100%;
}

a.instagram-header img {
	/* max-width: 38px; */
}

.hamburger-button {
	width: 30px;
	position: absolute;
	top: 16px;
	right: 10px;
	padding: 5px;
	cursor: pointer;
	display: none;
}

.line-satu, .line-dua, .line-tiga {
	height: 3px;
	background-color: #F51700;;
	margin-bottom: 5px;
}

.line-satu {
	width: 28px;
}


.line-dua {
	width: 19px;
}


.line-tiga {
	width: 14px;
}

.close-button-hamburger {
	font-size: 20px;
	float: right;
	padding: 20px;
}

.icons8-search { 
display: inline-block;
width: 30px;
height: 30px;
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMzAiIGhlaWdodD0iMzAiCnZpZXdCb3g9IjAgMCAxNzIgMTcyIgpzdHlsZT0iIGZpbGw6IzAwMDAwMDsiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxwYXRoIGQ9Ik0wLDE3MnYtMTcyaDE3MnYxNzJ6IiBmaWxsPSJub25lIj48L3BhdGg+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTc0LjUzMzMzLDE3LjJjLTMxLjU5NjQyLDAgLTU3LjMzMzMzLDI1LjczNjkyIC01Ny4zMzMzMyw1Ny4zMzMzM2MwLDMxLjU5NjQyIDI1LjczNjkyLDU3LjMzMzMzIDU3LjMzMzMzLDU3LjMzMzMzYzEzLjczOTk4LDAgMjYuMzU4MzQsLTQuODc5MTUgMzYuMjQ3NjYsLTEyLjk3ODM5bDM0LjIzMjAzLDM0LjIzMjAzYzEuNDM4MDIsMS40OTc3OCAzLjU3MzQsMi4xMDExMyA1LjU4MjYsMS41NzczNWMyLjAwOTIsLTAuNTIzNzggMy41NzgyNiwtMi4wOTI4NCA0LjEwMjA0LC00LjEwMjA0YzAuNTIzNzgsLTIuMDA5MiAtMC4wNzk1NywtNC4xNDQ1OCAtMS41NzczNSwtNS41ODI2bC0zNC4yMzIwMywtMzQuMjMyMDNjOC4wOTkyNCwtOS44ODkzMiAxMi45NzgzOSwtMjIuNTA3NjggMTIuOTc4MzksLTM2LjI0NzY2YzAsLTMxLjU5NjQyIC0yNS43MzY5MiwtNTcuMzMzMzMgLTU3LjMzMzMzLC01Ny4zMzMzM3pNNzQuNTMzMzMsMjguNjY2NjdjMjUuMzk5MzcsMCA0NS44NjY2NywyMC40NjczIDQ1Ljg2NjY3LDQ1Ljg2NjY3YzAsMjUuMzk5MzcgLTIwLjQ2NzI5LDQ1Ljg2NjY3IC00NS44NjY2Nyw0NS44NjY2N2MtMjUuMzk5MzcsMCAtNDUuODY2NjcsLTIwLjQ2NzI5IC00NS44NjY2NywtNDUuODY2NjdjMCwtMjUuMzk5MzcgMjAuNDY3MywtNDUuODY2NjcgNDUuODY2NjcsLTQ1Ljg2NjY3eiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+') 50% 50% no-repeat;
background-size: 100%; }

.fluid-nav {
	width: 100%;
	background: #1B5DAF;
}

.menu-utama {
    list-style-type: none;
background: #1B5DAF;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	padding: 0 10px;
	margin-bottom: 0;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

	
.menu-utama::-webkit-scrollbar {
	height: 10px;
}

/* Track */
.menu-utama::-webkit-scrollbar-track {
  background: red; 
}
 
/* Handle */
.menu-utama::-webkit-scrollbar-thumb {
  background: #eee; 
}

/* Handle on hover */
.menu-utama::-webkit-scrollbar-thumb:hover {
  background: #eee; 
}

.menu-utama > li {
    display: inline-block;
	margin-left: -2px;
}

.menu-utama > li > a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 7px 12px 7px;
	position: relative;
	border-bottom: 4px solid transparent;
	text-transform: uppercase;
	position: relative;
}

.menu-utama > .current-menu-item > a {
	background-color: #F51700;
}

.menu-utama > li > a:hover {
	text-decoration: none;
	background: #2D54A7;
}

/** SUB MENU **/

.menu-utama li a {
	position: relative;
}

.menu-utama > li > ul.sub-menu {
	position: absolute;
	background: #164a8c;
	margin: 0 auto;
	border-top: 3px solid #F51700;
	z-index: 9;
	max-width: 1100px;
	display: none;
	text-align: left;
}


.menu-utama > li > ul.sub-menu > li a {
	display: block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
	text-transform: uppercase;
}

.menu-utama > li > ul.sub-menu > li a:hover {
	opacity: 0.7;
}

.menu-utama li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

.mobile-menu-kiri-wrap {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.mobile-menu-kiri-wrap .menu-menu-atas-container {
	position: relative;
	/* border-top: 3px solid #0173b0; */
}

.mobile-menu-kiri li a {
	display: block;
	padding: 20px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	
}

.mobile-menu-kiri li.current-menu-item a { color: #F51700; }


ul.mobile-menu-kiri li.menu-item-has-children ul.sub-menu {
	display: none;
	box-sizing: border-box;
}

.mobile-menu-kiri li.active ul.sub-menu {
  display: block; /* Show the list when class 'active' is added to the li */ 
  color: red;
	box-sizing: border-box;
}

.mobile-menu-kiri .sub-menu li {
	border-bottom: 1px solid #ccc;
}

.mobile-menu-kiri .sub-menu li a {
	border-bottom: none;
	padding-left: 50px;
}

.mobile-menu-kiri > li.menu-item-has-children > a:after {
	content: "";
	background-image: url(//matatimor.net/wp-content/themes/nomina/img/chevron.svg);
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 20px;
	right: 20px;
} 

ul.mobile-menu-kiri li.active ul.sub-menu {
  display: block; /* Show the list when class 'active' is added to the li */ 
  color: red;
	box-sizing: border-box;
}

#logo-menu-kiri {
	display: block;
	padding: 10px 15px;
	width: 70%;
	float: left;
}

#logo-menu-kiri img {
	display: block;
	width: 100%;
	max-width: 400px;
}

/** MARQUEE **/



.marquee-baru {
  width: 100%;
  overflow: hidden;
	background: #fff;
	z-index: 1;
	position: sticky;
}

.inner-wrap {
	width: 100%; 
	max-width: 1075px; 
	margin: 0 auto;
	padding: 7px 10px;
	overflow: hidden;
}

.marquee-baru .inner {
  width: 100%;
  display: flex;
  color: white;
  }

.marquee-baru .inner > * {
  white-space: nowrap;
  padding: 0;
}

.marquee-baru .inner a {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 12px;
	margin-right: 2em;
	text-decoration: none;
	font-weight: bold;
	line-height: 0;
}

.marquee-baru .inner a:hover {
	color: #385798;
}

.marquee-baru a:before {
	content: '\00B7';
	position: relative;
	left: -15px;
	font-size: 40px;
	top: 7px;
	color: red;
}

.marquee-baru a:last-child:after {
	content: '\00B7';
	position: relative;
	right: -20px;
	font-size: 40px;
	top: 7px;
	color: red;
}

/************************
 SWITCH COLOR 
************************/
:root {
	--bg-putih-birugelap: #fff;
	--color-text-abu-putih : #333;
	--color-text-hitam-putih : #000;
	--bg-birudefault-birusedikitgelap: #1B5DAF;
	--color-text-birudefault-putih: #1B5DAF;
	--bg-abu-abu-birusedikitgelap2: #f7f7f7;
	--border-abu-abu-birusedikitgelap2: #f7f7f7;
}

[data-theme=dark] {
	--bg-putih-birugelap: #081c34;
	--color-text-abu-putih : #fff;
	--color-text-hitam-putih : #fff;
	--bg-birudefault-birusedikitgelap: #164a8c;
	--color-text-birudefault-putih: #fff;
	--bg-abu-abu-birusedikitgelap2: #0e2f58;
	--border-abu-abu-birusedikitgelap2: #0e2f58;
}




/** CONTENT LEFT WRAP **/

#content-wrap {
	padding: 0;
	background: #fff;
	width: 100%;
    max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}

#content-left-wrap {
	width: 100%;
	max-width: 790px;
	float: left;
}

/* slider baru */

.demo {
	width: 100%;
    max-width: 1115px;
	box-sizing: border-box;
}

ul#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
	height: auto !important;
}

ul#lightSlider {
	height: auto !important;
}

#lightSlider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
	position: relative;
}

#lightSlider li h2 {
	position: absolute;
	bottom: 0;
	padding: 20px;
	z-index: 9;
text-shadow: 2px 1px 2px #000;
	background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%)
}


#lightSlider h2 a {
	color: #fff;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
}

#lightSlider li img {
    display: block;
    height: auto;
    max-width: 100%;
}

.flexslider {
	margin-bottom: 0 !important;
}

.flexslider-mobile {
	display: none;
	position: relative;
	margin-top: 3px;
}

.flex-direction-nav {
	position: absolute;
	top: 35% !important;
	width: 100%;
	max-width: 500px;
	left: 0;
	right: 0;
	margin: 0 auto !important;
	opacity: 0.7;
}

.flex-control-thumbs li {
	padding-right: 1px;
	box-sizing: border-box;
}

.headline-label {
	font-size: 14px;
	background: #F51700;
	border-bottom: 2px solid #F51700;
	color: #fff;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	padding: 7px 10px;
	position: absolute;
	top: 25px;
	left: 0;
}

.headline-judul {
	position: absolute;
	bottom: 0;
	padding: 20px;
}

.headline-judul a {
	color: #fff;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 2px 1px 2px #000;
	font-size: 28px;
	line-height: 1.2;
}

.headline-judul a:hover {
	text-decoration: underline;
}

.flexslider-mobile li {
	position: relative;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 35% !important;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
}
.flex-direction-nav a:before {
   content: " " !important;
    display: block;
    background: url(//matatimor.net/wp-content/themes/nomina/img/icon-next-right.png) no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.flex-direction-nav a.flex-next:before  { 
    content: " " !important;
    display: block;
    background: url(//matatimor.net/wp-content/themes/nomina/img/icon-next-right.png) no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
}


.flex-direction-nav a.flex-prev:before  { 
	transform: rotate(180deg);
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: center;
}

.headline-label-mobile {
	background: #F51700;
	color: #fff;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	z-index: 2;
}

h2.headline-judul-mobile {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 20px 50px 20px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.80) 100%);
}

h2.headline-judul-mobile a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	
}

.wrap-text-headline-dua {
	position: absolute;
	bottom: 0;
	padding: 20px 20px 40px 20px;
	text-align: center;
	background: linear-gradient(0deg, rgba(0,0,0,0.8547794117647058) 35%, rgba(240,240,240,0) 100%);
	width: 100%;
	box-sizing: border-box;
}

h2.headline-judul-mobile-dua {
	text-align: center;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
}

h2.headline-judul-mobile-dua a {
	color: #fff;
}

.headline-label-mobile-dua {
	background: #F51700;
	color: #fff;
	padding: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
}

.wrap-text-headline-dua .tanggal {
	color: #fff;
	margin-top: 10px;
}

#lightSliderMobile {
	display: none;
}

.headline-tiga-mobile {
	border-radius: 8px 8px 0 0;
	padding: 5px 10px;
}

.lSAction>.lSPrev {
	left: 35px !important;
}

.lSAction>.lSNext {
	right: 35px !important;
}

.lSAction>a {
	z-index: 0 !important;
}

.headline-tiga-mobile img {
	border-radius: 8px 8px 0 0;
	width: 100%;
	height: auto;
}

.headline-tiga-text-wrap-mobile {
	background: #1B5DAF;
	padding: 15px;
	border-radius: 0 0 8px 8px;
	margin-top: -3px;
}


.headline-tiga-text-wrap-mobile h2 {
	margin-bottom: 15px;
	line-height: 1.1;
	font-size: 22px;
}

.headline-tiga-text-wrap-mobile h2 a {
	color: #FBDE08;
}


.headline-tiga-waktu-mobile {
	color: #fff;
}



/** SLIDER SWIPPER */
.slider-container {
	width: 100%;
	max-width: 790px;
	margin: 5px auto 0 auto;
}

div.mySwiper2 {
	margin-bottom: 3px;
}

.foto-slider {
	display: block;
	position: relative;
}

.judul-headline {
	background: #F51700;
	color: #fff;
	position: absolute;
	z-index: 1;
	padding: 8px 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	left: 0;
	top: 20px;
}

.slider-text {
	position: absolute;
	z-index: 1;
	padding: 60px 20px 30px 20px;
	bottom: 0;
	text-align: left;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 75%);
	box-sizing: border-box;
	margin: 0;
}

a.slider-kategori {
	display: inline-block !important;
	padding: 0;
	color: #fff;
	display: block;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}

a.judul-slider {
	display: block;
	text-decoration: none;
	color:  #fff;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
}

a.judul-slider:hover {
	text-decoration: underline;
}

div.swiper-thumbs {
	
}

.swiper-wrapper {
	height: 100%;
	max-height: 430px;
}

.judul-thumbnail {
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	margin-top: 0;
	min-height: 60px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	text-align: center;
}

.judul-thumbnail:hover {
	text-decoration: underline;
}

.swiper-thumbs .swiper-slide img {
	cursor: pointer;
	width: 100%;
	height: auto;
}

.foto-slider {
	/* min-height: 440px; */
	width: 100%;
	overflow: hidden;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

/** AKHIR SLIDER SWIPPER **/

#berita-pilihan {
	padding: 30px 15px 15px 15px;
	/* border: 1px solid #ccc; */
	background: #051323;
	margin: 25px 0 15px 0;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}

.judul-berita-pilihan {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	position: absolute;
	background: #F51700;
	color: #fff;
	padding: 8px 10px;
	text-align: center;
	z-index: 4;
	top: -15px;
	left: 25px;
}

.kategori-berita-pilihan {
	font-size: 12px;
	color: #F51700;
	font-weight: bold;
}

#berita-pilihan h2 {
	line-height: 0.9;	
}

#berita-pilihan h2 a {
	font-size: 14px;
	color: #fff;
}

.berita-pilihan-box {
	/* width: 100%; */
	/* max-width: 233px; */
}

.berita-pilihan-box img {
	/* width: 100%; */
	/* max-width: 233px; */
	height: auto;
	margin-bottom: 10px;
	display: block;
}

#berita-pilihan .owl-stage {
	padding-left: 0 !important;
}

#berita-pilihan .owl-item {
	/* width: 100%;*/
	/* max-width: 233px; */
}

#berita-pilihan .owl-nav {
	position: absolute;
	top: 30%;
	width: 100%;
	background: transparent;

}

#berita-pilihan .owl-prev, #berita-pilihan .owl-next {
	font-size: 40px;
	padding: 0 12px 5px 12px !important;
	background: #fff;
	color: #000;
	margin: 0 20px;
	line-height: 0.8;
	border-radius: 100%;
	box-shadow: 0 0 8px rgb(0 0 0 / 20%);
	
}


#berita-pilihan .owl-next {
	float: right;
}

#berita-pilihan .owl-prev:hover, 
#berita-pilihan .owl-next:hover {
	background-color: #1B5DAF;
	color: #fff;
}

#news-feed {
	width: 100%;
	float: none;
	max-width: 780px;
}

#berita-rekomendasi {
	position: relative;
	margin-bottom: 20px;
}

#berita-rekomendasi .owl-nav {
	position: absolute;
	top: 30%;
	width: 100%;
	background: transparent;
}

#berita-rekomendasi .owl-prev, 
#berita-rekomendasi .owl-next {
	font-size: 40px;
	padding: 0 12px 5px 12px !important;
	background: #fff;
	color: #000;
	margin: 0 20px;
	line-height: 0.8;
	border-radius: 100%;
	box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}


#berita-rekomendasi .owl-prev:hover, 
#berita-rekomendasi .owl-next:hover {
	background-color: #1B5DAF;
	color: #fff;
}

#berita-rekomendasi .owl-next {
	float: right;
}

#berita-rekomendasi .owl-carousel .owl-item img {
	width: 100%;
	height: auto;
}

.berita-rekomendasi-box {
	width: 100%;
	max-width: 255px;
	height: 380px;
	background-color: #F7F7F7;
}

.judul-berita-rekomendasi {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 20px 10px;
	text-transform: uppercase;
}

.judul-berita-rekomendasi:after {
	content: " ";
	width: 75px;
	height: 3px;
	background: red;
	display: block;
	margin-top: 5px;
}

.text-berita-rekomendasi {
	position: absolute;
	bottom: 0;
	padding: 20px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 53%, rgba(240,240,240,0) 100%);
}

.kategori-berita-rekomendasi, #berita-rekomendasi h2 {
	
}

.kategori-berita-rekomendasi {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 5px;
	background: red;
	border-radius: 4px;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
}

#berita-rekomendasi h2 {
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
}

#berita-rekomendasi h2 a {
	color: #fff;
}


a.news-feed-link:hover h2.news-feed-judul {
	text-decoration: underline;
}

.news-feed-judul-block {
	background: #fff;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #000;
	padding: 10px;
	margin-top: 20px;
}

.news-feed-judul-block span:after {
	content: " ";
	width: 75px;
	height: 3px;
	background: red;
	display: block;
	margin-top: 5px;
}

.news-feed-list {
	/* border-bottom: 1px solid #497dbf; */
	border-bottom: none;
	/* background: linear-gradient(90deg, rgba(14,47,88,1) 0%, rgba(27,93,175,1) 79%);*/
	/* background: #f7f7f7; */
	background: transparent;
	padding: 10px 3px;
}

.news-feed-list figure {
	float: left;
	margin: 10px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 10px;
}

.news-feed-list figure img {
	border-radius: 10px;
	transition: .6s ease;
}

.news-feed-list figure img:hover {
	transform: scale(1.2);	
}

.newsfeed-image-mobile {
	display: none;
}


.news-feed-list a:hover h2 {
	
}

.news-feed-text-block {
	padding: 1.5% 0;
}

.news-feed-text-block .tanggal {
	color: #999;
	margin: 10px;
	font-size: 11px;
}

.news-feed-judul {
	color: #333;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin: 0 10px;
	line-height: 1.3;
}

.news-feed-list .kategori {
	background: transparent;
	color: #F51700;;
	padding: 0;
	display: inline-block;
	border-radius: 3px;
	margin: 10px 0;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.next-wrap {
	padding: 20px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 3;
}

.nav-links .current {
	background: #1B5DAF;
	color: #fff;
	border-radius: 50%;
}

.page-numbers {
	padding: 8px 14px;
		background: gray;
	color: #ffffff;
	font-size: 15px;
		font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	border-radius: 20px;
}

.page-numbers:hover {
	background: #1B5DAF;
}

/** SIDEBAR LEFT **/
#sidebar-left {
	width: 100%;
	max-width: 300px;
	margin-right: 5px;
	margin-top: 20px;
	float: left;
	box-sizing: border-box;
}

.before-widget img {
	display: block;
}

.before-widget {
	background-color: #fff;
	margin-bottom: 15px;
	line-height: 1.3;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.before-widget > ul, .before-widget ul {
	padding: 0 10px;
}

.before-widget ul li {
	padding: 5px 0;
}

.before-widget > form, .before-widget > p {
	padding: 10px;
}

.before-widget a:hover {
	text-decoration: underline;
}

.before-widget input {
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	max-width: 190px;
}

.before-widget form {
	position: relative;
}

.before-widget select {
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	max-width: 250px;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url(https://www.svgrepo.com/show/80156/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 16px);
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}


.before-widget form.search-form {
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.before-widget .search-form .search-field {
	border: 1px solid #ccc;
	position: relative;
	width: 100%;
	max-width: 70%;
	height: 42px;
	box-sizing: border-box;
}

.before-widget .search-form input.search-submit {
	position: absolute;
	width: 100%;
	max-width: 60px;
	border: none;
	height: 42px;
	box-sizing: border-box;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.before-widget button {
	border: 1px solid #007DBE;
	padding: 10px;
	background-color: #007DBE;
	color: #fff;
	margin-left: -4px;
}

.before-widget .textwidget {
	padding: 10px;
}

.before-widget .textwidget p {
	margin: 15px 0;
}

.before-widget .textwidget p:last-child {
	margin-bottom: 0;
}

.before-widget .rsswidget {
	font-weight: bold;
	margin: 0;
	display: inline-block;
	font-size: 16px;
}

.before-widget .rss-date {
	display: block;
	margin: 10px 0 10px 0;
	font-size: 12px;
}

.before-widget .rssSummary {
	font-size: 12px;
}

.before-widget .wp-caption-text {
	display: none;
}

.before-widget .wp-caption.alignnone {
	margin: 0;
	padding: 0;
}

.before-widget figure {
	width: 100%;
	max-width: 100%;
}

.before-widget .wp-caption {
	border: none;
}


.before-widget #wp-calendar caption {
	margin: 10px 0;
}

.before-widget .wp-calendar-nav {
	margin: 10px 0;
}

.tagcloud a {
	font-size: 14px !important;
	font-weight: bold;
	display: block;
	margin: 15px 10px;
}

.tagcloud a:before {
	content: "# ";
	color: gray;
}

.tagcloud a:first-child {
	padding-top: 0;
	margin-top: 0;
}

.before-widget ul li.topik {
	padding: 0;
}

.topik a {
	font-size: 14px !important;
	font-weight: bold;
	display: block;
	margin: 15px 10px;
}

.topik a:before {
	content: "# ";
	color: gray;
}

.topik a:first-child {
	padding-top: 0;
	margin-top: 0;
}


.judul-sidebar-left {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #F51700;
	 background: #fff;
	padding: 10px 0;
	text-transform: uppercase;
}

/** SIDEBAR RIGHT **/
#sidebar-right {
	width: 100%;
	max-width: 300px;
	margin-left: 10px;
	float: left;
	box-sizing: border-box;
	margin-top: 5px;
	position: sticky;
	top: 145px;
}

.before-widget h2, .judul-sidebar-right {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	 background: #fff;
	padding: 15px 0;
	text-transform: uppercase;
}



.before-widget h2:after, .judul-sidebar-right:after {
	content: " ";
	width: 75px;
	height: 3px;
	background: red;
	display: block;
	margin-top: 5px;
}

/** SIDEBAR SINGLE **/
#sidebar-single {
	width: 100%;
	max-width: 300px;
	margin-left: 15px;
	float: left;
	box-sizing: border-box;
	float: left;
	background: #fff;
	position: sticky;
	top: 145px;
}

.judul-sidebar-single {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	 background: #fff;
	padding: 15px;
	text-transform: uppercase;
}

.judul-sidebar-single:after {
	content: " ";
	width: 75px;
	height: 3px;
	background: red;
	display: block;
	margin-top: 5px;
}

/** SIDEBAR HEADER **/

.header-banner-wrap {
	margin-top: 150px;
}

.header-banner-wrap {
	text-align: center;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

.header-banner-wrap img {
	text-align: center;
	max-width: 100%;
	height: auto;
}

#sidebar-header {
	margin-bottom: 0;
	width: 100%;
	max-width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0;
	box-sizing: border-box;
}

.sidebar-header-wrap {
	text-align: center;
}

.sidebar-header-wrap > div {
	text-align: center;
	max-width: 1190px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto;
}

.sidebar-header-wrap img {
	max-width: 1119px;
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
}

.judul-sidebar-header {
	text-align: center;
	padding: 10px;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}


/** SIDEBAR 160 x 600 **/

#sidebar-banner-160x600-kanan {
	position: fixed;
	top: 123px;
	margin-top: 70px;
	z-index: 0;
	right: 47%;
	margin-right: -678px;
	
}

#sidebar-banner-160x600-kiri {
	position: fixed;
	top: 123px;
	margin-top: 70px;
	z-index: 0;
	left: 47%;
	margin-left: -678px;
}

.sidebar-banner-160x600-kiri-wrap > div, 
.sidebar-banner-160x600-kiri-wrap img {
	width: 100%;
	max-width: 160px;
	height: auto;
}

.sidebar-banner-160x600-kanan-wrap > div, 
.sidebar-banner-160x600-kanan-wrap img {
	width: 100%;
	max-width: 160px;
	height: auto;
}

.judul-sidebar-sidebar-banner-160x600-kiri, .judul-sidebar-sidebar-banner-160x600-kanan {
	text-align: center;
	padding: 10px;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}


/** SIDEBAR BANNER MOBILE TOP HEADER PARALLAX **/

#sidebar-banner-mobile-top-header-parallax {
	display: none;
 width: 100%;
  height: 532px;
  position: relative;
  margin: 0 auto 0 auto;
	background: #000;
	z-index: 99;
}

.judul-sidebar-banner-mobile-top-header-parallax {
	font-size: 12px;
	text-align: center;
	margin: 5px 0;
	color: #999;
	text-transform: uppercase;
}

.close-button {
	display: block;
	position: sticky;
	z-index: 999;
	top: 10px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	 transition: all 0.5s ease;
	text-align: right;
	font-size: 12px;
	padding: 0 30px;
}

.sidebar-banner-mobile-top-header-parallax-wrap {
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
    clip: rect(auto, auto, auto, auto);
}

.duaa {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 30px;
  margin: 0 auto;
  transform: translateZ(0);
}

.scroll-to-continue {
	color: #fff;
	background: #1B5DAF;
	font-size: 10px !important;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 6px 0;
	position: absolute;
	bottom: 0;
	z-index: 999;
}

.tigaa {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
}

.tigaa img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 320px !important;
  height: auto;
}

.tigaa figcaption.wp-caption-text {
	display: none;
}

.tigaa .wp-caption.alignnone {
	margin: 0 auto;
	padding: 0;
	border: none;
}

#sidebar-banner-mobile-top-header-parallax, .sidebar-banner-mobile-top-header-parallax-wrap, .duaa, .tigaa {
	text-align: center;
}

/* SIDEBAR BANNER BAWAH */
#sidebar-banner-bawah {
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
}

.sidebar-banner-bawah-wrap {
	width: 100%;
	max-width: 728px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

.close-button-sidebar-bawah {
	display: block;
	background-color: #fff;
	position: absolute;
	z-index: 99999999;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	font-weight: bold;
	right: 0;
	top: -24px;
}

.judul-sidebar-banner-bawah {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	margin: 10px;
}

.sidebar-banner-bawah-wrap figure, .sidebar-header-wrap figure {
	display: block;
	margin: 0 auto !important;
}

/* SIDEBAR MOBILE BAWAH */

#sidebar-banner-mobile-bawah {
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
	margin-bottom: 0;
	padding: 0;
	background-color: #eee;
	display: none;
}

.close-button-sidebar-mobile-bawah {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(//matatimor.net/wp-content/themes/nomina/img/close-button.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #fff;
	border: 1px solid gray;
	border-radius: 100%;
	position: absolute;
	right: 10px;
	bottom: 75%;
	z-index: 99999999;
	background-size: 78%;
}

.sidebar-banner-mobile-bawah-wrap {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	box-sizing: border-box;
}

.judul-sidebar-banner-mobile-bawah {
	font-size: 12px;
	text-align: center;
	margin: 5px 0;
	color: #000;
}

#sidebar-banner-mobile-bawah figcaption.wp-caption-text {
	display: none;
}

#sidebar-banner-mobile-bawah .wp-caption.alignnone {
	margin: 0 auto;
	padding: 0;
	border: none;
}

/* SIDEBAR MIDDLE */

.ad-middle {
	margin-bottom: 15px;
}

.ad-middle .ad-title, 
.ad-middle .scroll-to-resume {
	text-align: center;
	background: #1B5DAF;
	color: #fff;
	font-size: 12px;
	padding: 3px;
	margin: 0;
}

.ad-middle .ad-content {
	width: 100%;
	max-width: 380px;
	height: 300px;
	position: relative;
	margin: 0px auto;
}

.ad-middle .ad-content-a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(auto, auto, auto, auto);
}

.ad-middle .ad-content-b {
	width: 380px;
	height: 400px;
	position: fixed;
	top: 0;
	transform: translateZ(0);
	margin: 0 auto;
}

.ad-middle .ad-content-c {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
}

.ad-middle .ad-content-c img {
	display: block;
	width: 100%;
	max-width: 380px;
	height: auto;
}

/* SIDEBAR MIDDLE */

.sidebar-middle-wrap {
	width: 100%;
	max-width: 160px;
	margin-top: 20px;
}

.judul-sidebar-middle {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}





/** SIDEBAR NEWSFEED SATU **/

.newsfeed-satu-container {
	width: 100%;
}

.sidebar-newsfeed-satu-wrap {
	width: 100%;
	max-width: 336px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}

.judul-sidebar-newsfeed-satu {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px;
	color: #999;
}


/** SIDEBAR NEWSFEED DUA **/

.newsfeed-dua-container {
	width: 100%;
}

.sidebar-newsfeed-dua-wrap {
	width: 100%;
	max-width: 336px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}

.judul-sidebar-newsfeed-dua {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px;
	color: #999;
}

/** SIDEBAR NEWSFEED TIGA **/

.newsfeed-tiga-container {
	width: 100%;
}

.sidebar-newsfeed-tiga-wrap {
	width: 100%;
	max-width: 336px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}

.judul-sidebar-newsfeed-tiga {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px;
	color: #999;
}

.newsfeed-satu-container figcaption, .newsfeed-dua-container figcaption, .newsfeed-tiga-container figcaption, .before-widget figcaption, .sidebar-middle-wrap figcaption, #sidebar-banner-bawah figcaption, #sidebar-banner-160x600-kiri figcaption, #sidebar-banner-160x600-kiri figcaption, .sidebar-header-wrap figcaption {
	display: none;
}

.newsfeed-satu-container .wp-caption.alignnone, .newsfeed-dua-container .wp-caption.alignnone, .newsfeed-tiga-container .wp-caption.alignnone, .before-widget .wp-caption.alignnone, .sidebar-middle-wrap .wp-caption.alignnone, #sidebar-banner-bawah .wp-caption.alignnone, #sidebar-banner-160x600-kiri .wp-caption.alignnone, #sidebar-banner-160x600-kanan .wp-caption.alignnone, .sidebar-header-wrap .wp-caption.alignnone {
	margin: 0;
	padding: 0;
	border: 0;
}

/** GALLERY WIDGET **/

.gallery {
	text-align: center;
}

.gallery-columns-2 figure.gallery-item {
	width: 48%;
	margin-right: 4px;
}

.gallery-columns-3 figure.gallery-item {
	width: 32%;
	margin-right: 4px;
}

.gallery-columns-4 figure.gallery-item {
	width: 23%;
	margin-right: 4px;
}

.gallery-columns-5 figure.gallery-item {
	width: 10%;
	margin-right: 4px;
}

.gallery figure.gallery-item {
	display: inline-block;
}

.gallery figure.gallery-item img {
	width: 100%;
	height: auto;
}

/** SINGLE **/
#single-content-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 20px;
}

#single-content {
	width: 100%;
	max-width: 785px;
	padding: 20px;
	float: left;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#single-content ol, #single-content ul {
	padding-left: 15px;
}

#single-content ol li, #single-content ul li {
	margin-bottom: 16px;
}

#single-content ol {
	list-style-type: decimal;
}

#single-content ul {
	list-style-type: disc;
}

table, tr, td {
	border: 1px solid #ccc;
}


table {
	margin-top: 20px;
	width: 100%;
}

td {
	padding: 10px;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
	color: #424242 !important;
}

tr:nth-child(even) td {
	color: #424242 !important;
}

.single-kategori {
	margin: 5px 0 30px 0;
}

.single-kategori a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1B5DAF;
}

.writer-name {
	color: #8c8c8c;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

.writer-name img {
    width: 100%;
    max-width: 32px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.writer-name span {
	font-weight: bold;
	color: #1b5daf;
	text-transform: capitalize;
}

.editor-sumber span {
    display: block;
}

.additional {
	padding: 20px;
	margin: 20px;
	line-height: 1.5;
	font-size: 14px;
	border: 1px solid #000;
}


.single-kategori a span {
	color: #F51700;
}

#single-content img {

}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
/* #single-content iframe.my-youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
} */

iframe.my-youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.video-container.stuck {
  position: fixed;
  bottom: 60px;
  right: 20px;
  transform: translateY(100%);
  width: 300px;
  /* height: 145px; */
	padding-top: 169px;
  -webkit-animation: fade-in-up 0.25s ease forwards;
          animation: fade-in-up 0.25s ease forwards;
	z-index: 1;
}

/* .video-container.stuck:after {
	content: "x";
	position: absolute;
	top: 5px;
	right: 5px;
	color: #000;
	font-size: 20px;
	padding: 0 10px;
	background: #fff;
	text-align: center;
	border-radius: 20px;
} */

.video-wrap {
  text-align: center;
}

/* .video-container span.tes:after {
	content: "x";
	position: absolute;
	top: 5px;
	right: 5px;
	color: red;
	font-size: 20px;
	padding: 0 10px;
	background: #fff;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;
} */

.video-wrap button.close-youtube {
	position: absolute;
	top: 5px;
	right: 5px;
	color: red;
	font-size: 20px;
	padding: 0 10px;
	background: #fff;
	text-align: center;
	border-radius: 20px;
	width: 35px;
	height: 35px;
	border: none;
	display: none;
	cursor: pointer;
}

button.close-youtube:hover {
	background: #000;
	color: #fff;
}

.video-container iframe {
  max-width: 100%;
  max-height: 100%;
}


.foto-utama img {
	border-radius: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
}

#single-content h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 700;
	margin: 5px 0;
	line-height: 1.2;
}

#single-content .container-single-meta {
	display: flex;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.foto-penulis {
	padding: 5px 5px 5px 0;
}

.foto-penulis img {
	width: 100%;
    max-width: 32px;
    border-radius: 20px;
}

.group-penulis-dan-tanggal  {
	display: flex;
	flex-direction: column;
}

.nama-penulis {
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding: 5px 5px 2px 5px;
}

.nama-penulis a {
	color: #1B5DAF;
}

.nama-penulis span {
	color: #F51700;
	font-weight: bold;
}

.nama-penulis span:after {
	content: " ";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(//matatimor.net/wp-content/themes/nomina/img/icons8-instagram-verified-50.png);
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: bottom;
}

.tanggal-single {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding: 5px 5px 2px 5px;
}

#single-content .tanggal {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin: 5px 0 10px 0;
	color: #8c8c8c;
	line-height: 3;
	border-bottom: 1px solid #1B5DAF;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.enlarge-font-wrap {
    box-sizing: border-box;
    margin: 0 20px 20px 20px;
    text-align: right;
    padding: 5px;
}

.enlarge-font-wrap button {
	vertical-align: bottom;
	font-weight: bold;
  border: none;
  cursor: pointer;
  margin-right: 2px;
}

.enlarge-font-wrap button#increasetext {
	font-size: 24px;
}

.enlarge-font-wrap button#resettext {
	font-size: 20px;
}

.enlarge-font-wrap button#decreasetext {
	font-size: 18px;
}


#single-article-text {
	float: right;
	width: 100%;
	max-width: 550px;
	box-sizing: border-box;
}

.single-article-text {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.single-article-text p {
	margin: 16px 0;	
}

.single-article-text p:first-child {
	margin-top: 0;
}

.single-article-text p a, .single-article-text h1 a, .single-article-text h2 a, .single-article-text h3 a, .single-article-text h4 a, .single-article-text h5 a, .single-article-text h6 a, .single-article-text ul li a, .single-article-text ol li a, .single-article-text div a, .single-article-text a {
	color: #1B5DAF;
}

.single-article-text p a:hover, .single-article-text h1 a:hover, .single-article-text h2 a:hover, .single-article-text h3 a:hover, .single-article-text h4 a:hover, .single-article-text h5 a:hover, .single-article-text h6 a:hover, .single-article-text ul li a:hover, .single-article-text ol li a:hover, .single-article-text div a:hover, .single-article-text a:hover {
	text-decoration: underline;
}

.single-article-text p.penulis-bawah, .single-article-text p.editor-bawah, .single-article-text p.sumber-berita-bawah {
	margin: 5px 0;
}

.single-media-social {
	margin-left:  auto;
	position: relative;
}


.single-media-social > a > img {
	width: 100%;
	max-width: 32px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
}

.media-sosial-mobile {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	display: none;
	padding: 0 15px;
	position: relative;
}

.media-sosial-mobile > a > img {
	width: 100%;
	max-width: 32px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
}

.copied {
	display: none;
	background: #F51700;
	color: #fff;
	padding: 8px;
	font-size: 12px;
	position: absolute;
	top: -35px;
	right: -40px;
}

p.copied:after {
	 content:'';
    position: absolute;
    top: 100%;
    left: 85%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 7px #F51700;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
}

.copied-mobile {
	display: none;
	background: #F51700;
	color: #fff;
	padding: 8px;
	font-size: 12px;
	position: relative;
	top: 0;
	right: 0;
	margin-top: 10px;
	text-align: center;
}

.totalpembaca {
	color: gray;
	text-align: right;
	margin: 10px 15px;
	font-style: italic;
}

.tagname {
	background: #EBEBEB;
	border-top: 2px solid #B9B8B8;
	padding: 20px;
	margin-top: 31px;
	font-family: 'Montserrat', sans-serif;
}

.tagname span {
	background-color: #1B5DAF;
	color: #fff;
	padding: 8px 10px;
	font-weight: bold;
	border-radius: 50px;
}

.tagname a {
	display: inline-block;
	padding: 8px 10px;
	background: #ccc;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	margin-bottom: 10px;
	border-radius: 50px;
}

.tagname a:hover {
	background: #1B5DAF;
	color: #fff;
}

.caption-photo-buka-tutup {
	color: #666;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 1.3;
	display: none;
}

.caption-photo, #single-content figcaption.wp-element-caption {
	color: #666;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

.caption-info {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #999;
	font-weight: bold;
	font-size: 25px;
	background: #fff;
	font-family: 'Times New Roman';
	width: 25px;
	height: 25px;
	border-radius: 100%;
	text-align: center;
	border: 3px solid #999;
	cursor: pointer;
}

.code-block img, .wp-block-image img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.nama-reporter {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: capitalize;
}

.nama-reporter-mobile {
	display: none;
}

.related-post-wrap {
	float: left;
	width: 100%;
	max-width: 160px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
}

.berita-terkait {
	font-size: 1.2857em;
	font-weight: bold;
	border-bottom: 2px solid #284a9a;
	padding: 0 0 6px;
}

.related-post-box a {
	display: block;
	margin: 10px 0;
	font-weight: bold;
	color: #7D7D7D;
	font-size: .857em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.related-post-box a span {
	line-height: 1.4;
}

.mobile-berita-terkait, .mobile-berita-terbaru {
	display: none;
}

.desktop-berita-terbaru {
	margin: 20px auto;
	font-family: 'Montserrat', sans-serif;
}

.desktop-berita-terbaru .berita-terbaru {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.desktop-berita-terbaru .berita-terbaru:after {
	content: " ";
	display: block;
	width: 75px;
	height: 3px;
	background: red;
	margin-top: 5px;
}

.desktop-berita-terbaru-box {
	display: inline-block;
	width: 100%;
	max-width: 225px;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}

.desktop-berita-terbaru-box p {
	overflow: hidden;
	border-radius: 10px;
}

p.desktop-kategori-berita-terbaru, p.judul-desktop-berita-terbaru {
border-radius: 0 !important;
}

.foto-desktop-berita-terbaru {
	border-radius: 10px;
	transition: 0.6s ease;
}

.foto-desktop-berita-terbaru:hover {
	transform: scale(1.2);
}

.desktop-kategori-berita-terbaru {
	color: #F51700;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}

.judul-desktop-berita-terbaru {
	margin-bottom: 10px;
	line-height: 1.3;
	font-weight: bold;
}

.judul-desktop-berita-terbaru:hover {
	color: #1B5DAF;
}

.judul-desktop-berita-terbaru a {
	line-height: 1.3;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.page-link-wrap {
	padding: 5px 10px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	background: #eee;
	font-size: 14px;
}

a.post-page-numbers {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #1b5daf;
	margin: 5px;
	border-radius: 50px;
	text-decoration: none !important;
	background: #fff;
}

.page-link-wrap a:hover {
	text-decoration: none !important;
	background: #1b5daf;
	color: #fff;
}

.page-link-wrap span.current {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #1b5daf;
	background: #1b5daf;
	margin: 5px;
	border-radius: 50px;
	color: #fff;
}

span.halaman-text {
	display: block;
}

#berlangganan-whatsapp {
    background: #333333;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    box-sizing: border-box;
}

#berlangganan-whatsapp span {
    display: block;
    width: 70%;
    box-sizing: border-box;
    float: left;
    overflow-wrap: break-word;
}

#berlangganan-whatsapp a {
    display: block;
    float: right;
    border-radius: 20px;
    background-color: #25D366;
    border:2px solid #fff;
    padding: 5px 10px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

#berlangganan-whatsapp a:hover {
    background-color: #1a9447;
}


/** MOST POPULAR **/

.wpp-list {
	background-color: #fff;
	counter-reset: section;   
	position: relative;
	padding: 0 !important;
}

.wpp-list li {
	border-bottom: 1px dotted #f7f7f7;
	margin-bottom: 0 !important;
		transition:.5s;
}

.wpp-list li:nth-child(odd) {
	background-color: #f7f7f7;
}

.wpp-list li:hover {
	background: #FCF6F6;
}


.wpp-list li:last-child {
	border-bottom: none;
}

.wpp-list > li > a.wpp-post-title:before {
	counter-increment: section;                
  	content: "" counter(section);
	position: absolute;
	left: 25px;
	font-size: 36px;
	font-weight: bold;
	color: #1B5DAF;
	padding: 0;
	line-height: 1;
}

.wpp-list > li > a {
	display: block;
	text-decoration: none;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	line-height: 1.5;
	padding-left: 75px;
	padding-right: 15px;
}

.wpp-list li a:hover {
	color: #b30000;
	text-decoration: none;
}

.post-stats, .wpp-excerpt {
	color: #fff;
	display: block;
	margin-left: 74px;
	margin-bottom: 10px;
	padding-right: 15px;
}

.wpp-excerpt {
	font-size: 12px;
	color: #4d4d4d;
}

.post-stats span, .post-stats a {
	color: #999;
}

.wpp-list img.wpp-thumbnail {
	display: block;
	margin-right: 10px;
	margin-top: 15px;
	border-radius: 10px;
}

.wpp-notice {
	display: none;
}



/** PAGE **/

#page-content {
	width: 100%;
	max-width: 730px;
	padding: 20px;
	float: left;
	background: #fff;
	box-sizing: border-box;
}

#page-content h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 700;
	margin: 5px 0 10px 0;
	line-height: 1.2;
}


#page-content img {
	border-radius: 10px;
	margin-bottom: 10px;
	height: auto;
	width: 100%;
}

#page-content ul {
	list-style-type: disc;
	padding: 20px;
}

#page-content ol {
	list-style-type: numbers;
	padding: 20px;
}

#page-content ol li, #page-content ul li {
	margin-bottom: 16px;
}

#page-article-text {
	width: 100%;
	max-width: 700px;
	box-sizing: border-box;
}

/** 404 NOT FOUND **/

.error404 #page-content {
	max-width: 1100px;
	height: 500px;
}

.error404 h1, .error404 p {
	text-align: center;
}

.error404 h1 {
	font-size: 30px;
}

.error404 p {
	font-size: 14px;
	line-height: 1.5;
}

/** CATEGORY **/
#category-content-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
	background: #fff;
}

#category-content {
	width: 100%;
	max-width: 785px;
	padding: 20px;
	float: left;
	background: #fff;
	box-sizing: border-box;
}

.judul-label-kategori {
	font-size: 15.6px;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #ccc;
	padding-bottom: 22px;
}

.judul-label-kategori .spansatu {
	color: #000;
	border-bottom: 3px solid #010A80;
	padding-bottom: 5px;
}

.judul-label-kategori span {
	color: #000;	
	text-transform: capitalize;
}

.category-text-wrap {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-left: 15px;
	margin-right: 15px;
	min-height: 160px;
}

.category-text-wrap > p:nth-child(1) {
	float: right;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 20px;
	border-radius: 10px;
}

.category-text-wrap p:nth-child(3){
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.category-text-wrap p:nth-child(6){
	line-height: 1.4;
	font-size: 14px;
}


#category-content h2 {
	line-height: 0.75;
}

#category-content h2 a {
	font-size: 18px;
	color: #284a9a;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 1.2;
}


#category-content h2 a:hover {
	color: #000;
}


#category-content img, #category-content img.img-category-desktop {
	display: block;
	border-radius: 6px;
	float: right;
	transition: 0.6s ease;
}

#category-content img:hover {
	transform: scale(1.2);
}

#category-content img.img-category-mobile {
	display: none;
	border-radius: 6px;
	float: right;
	transition: 0.6s ease;
}

.category-kategori {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.category-kategori a {
	color: #F51700;
}

.tanggal-mobile, .kategori-mobile {
	display: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

/** PAGE TEMPLATE HOMEPAGE **/

.page-template-page-homepage #news-feed {
	float: none;
	max-width: 780px;
}

.page-template-page-homepage .news-feed-judul {
	font-size: 20px;
}

.page-template-page-homepage .news-feed-list figure {
	float: left;
	margin-right: 20px;
}

.page-template-page-homepage .news-feed-text-block {
	padding: 1.5% 0;
}

.page-template-page-homepage .news-feed-list .kategori {
	margin: 10px 0;
	padding: 0;
}

.page-template-page-homepage .news-feed-judul-block {
	background: #fff;
	color: #000;
	border: none;
}

.page-template-page-homepage .news-feed-judul-block span {
	color: #000;
}

.page-template-page-homepage .news-feed-judul-block span:after {
	content: " ";
	width: 75px;
	height: 3px;
	background: red;
	display: block;
	margin-top: 5px;
}

/** FOOTER **/

footer {
	background: #1B5DAF;
	padding: 20px 5px;
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
	box-sizing: border-box;
	border-top: solid 2px #F51700;
}

.menu-bawah {
	padding: 10px;
}


.menu-bawah li {
	display: inline-block;
	text-align: center;
}

.menu-bawah li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 5px;
	font-weight: bold;
	/* border-right: 1px solid #fff; */
	font-size: 12px;
}

.menu-bawah li a:after {
	content: " / ";
	display: inline-block;
	margin-left: 15px;
}

.menu-bawah li:last-child a:after {
	content: " ";
}

.menu-bawah li:last-child a {
	border-right: none;
}

.footer-copyright {
	color: #fff;
	text-align: center;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.6;
}

.media-social-footer {
	padding: 0 0 15px 0;
}

.alamat {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 15px auto;
	width: 100%;
	max-width: 320px;
	color: #fff;
	font-size: 12px;
}

.menu-network-wrap {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 10px;
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
}

.network-title {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.menu-network-wrap a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	font-family: 'Montserrat', sans-serif;
}

.menu-network-wrap ul.menu-network li {
	display: inline-block;
}


/** RECENT POST  BY WIDGET PLUGIN **/

h2.judul-sidebar-left span, h2.judul-sidebar-right span, h2.judul-sidebar-single span {
	color: #1B5DAF;
	border-bottom: 3px solid #010A80;
	padding-bottom: 4px;
}

.recent-post-widget {
	width: 100%;
	/* max-width: 270px; */
	border-bottom: 1px solid #ccc;
}

.recent-post-widget > p {
	overflow: hidden;
	border-radius: 10px;
}

.recent-post-widget img {
	border-radius: 10px;
	width: 100%;
	max-width: 300px;
	transition: 0.6s ease;
	height: auto;
}

.recent-post-widget img:hover {
	transform: scale(1.2);
}


.text-wrap .recent-post-widget:nth-of-type(2) img, .text-wrap .recent-post-widget:nth-of-type(3) img, .text-wrap .recent-post-widget:nth-of-type(3) img, .text-wrap .recent-post-widget:nth-of-type(4) img, .text-wrap .recent-post-widget:nth-of-type(5) img, .text-wrap .recent-post-widget:nth-of-type(6) img, .text-wrap .recent-post-widget:nth-of-type(7) img, .text-wrap .recent-post-widget:nth-of-type(8) img, .text-wrap .recent-post-widget:nth-of-type(9) img, .text-wrap .recent-post-widget:nth-of-type(10) img {
	display: none;
}

.text-wrap .recent-post-widget:last-of-type {
	border-bottom: none;
}

.recent-post-widget a {
	display: block;
	padding: 13px 11px 10px 11px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.recent-post-widget a:hover {
	text-decoration: none;
	color: #2346A8;
}

.recent-post-widget .waktu {
	font-size: 12px;
	color: #999;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 10px;
	padding-left: 11px;
}

/***** SCROLL TO TOP ****/
.scrollTop {
  position: fixed;
  right: 3%;
  bottom: 15px;
  background-color: #F51700;
  padding: 7px 12px;
  opacity: 0.7;
  transition: all 0.4s ease-in-out 0s;
	border-radius: 100%;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/** TS POLL **/

.ts_poll_form {
	box-sizing: border-box !important;
}

.single .ts_poll_attachment > img {
	height: auto !important;
}


/** WP POLL **/

.wp-polls {
	box-sizing: border-box;
}

.wp-polls-form p {
	text-align: left !important;
	margin-bottom: 10px;
}

.wp-polls-form input[type="radio"] {
	width: auto !important;
	max-width: auto !important;
}

.wp-polls-form input[type="button"] {
	margin-bottom: 20px;
	background: #21409a;
	border: none;
	color: #fff;
	font-weight: bold;
}

.wp-polls p {
	text-align: left !important;
	margin-bottom: 10px;
}

.wp-polls .pollbar {
	background: #21409a !important;
}

.wp-polls-ul {
	padding: 0 !important;
	margin: 0 !important;
}

.wp-polls-ul li strong {
	font-weight: normal !important;
}

.wp-polls-ul li i {
	font-style: normal !important;
}

.pollbar {
	border-radius: 10px !important;
	margin-top: 10px !important;
}

.wp-polls-ans {
	margin-top: 10px !important;
	padding-right: 20px;
}

/* WIDGET JADWAL SHOLAT DAN IMSAK */

.sholat-wrap {
	width: 100%;
	max-width: 420px;
	background-color: #fff;
	background-image: url(//matatimor.net/wp-content/themes/nomina/img/bg-ramadhan.webp);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 125px;
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 14px;
	box-sizing: border-box;
	background-position: top center;
}

.sholat-wrap h3 {
	font-size: 10px;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 6px;
	display: none;
}

.sholat-wrap .tanggal-hijriyah {
	font-size: 8px;
	text-align: center;
	margin-bottom: 6px;
}

.sholat-wrap select {
	font-size: 10px !important;
	padding: 5px !important;
	margin-bottom: 6px !important;
	border-radius: 4px;
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
}

.sholat-wrap ul {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	box-sizing: border-box;
}

.sholat-wrap ul li {
	margin-bottom: 6px;
	border-bottom: 1px solid #fff;
	font-size: 11px !important;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.sholat-wrap ul li strong {
	display: inline-block;
	float: right;
}

.sholat-wrap ul li:nth-child(1), .sholat-wrap ul li:nth-child(7) {
	color: gold;
}

.sholat-wrap ul li:nth-child(3), .sholat-wrap ul li:nth-child(4) {
	display: none;
}

.sholat-wrap #countdown {
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.sholat-wrap #countdown span {
	color: gold;
	font-weight: bold;
}

.sholat-wrap p a {
	color: #fff;
	font-size: 10px;
	display: block;
	text-align: center;
	padding: 5px;
	font-size: 8px;
}


/** MEDIA SCREEN **/

@media only screen and (max-width: 1440px) {
	
	#sidebar-banner-160x600-kanan, #sidebar-banner-160x600-kiri {
		top: 75px;
	}
}

@media only screen and (max-width: 750px) {
	
	.add-height {
		/* height: 105px;  */
	}
	
	#content-wrap {
		padding: 0;
	}
	
	.headline-judul a {
		font-size: 16px;
	}
	
	.headline-judul {
		line-height: 0.4;
		padding: 20px 20px 50px 20px;
	}
	
	ul.slides > li > img { 
		width: 100%; 
		height: auto;
	}
	
	.headline-label {
		bottom: 0;
		margin: 20px;
		background: #F36329;
		border: none;
		top: auto;
		padding: 5px;
		font-size: 10px;
	}
	
	.hamburger-button {
		display: block;
	}
	
	.menu-utama {
		border-bottom: none;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
	}
	
	.menu-utama > li > a {
		padding: 5px 5px 2px 5px;
		font-size: 11px;
		margin: 5px;
	}
	
	.menu-utama > .current-menu-item > a {
		border-radius: 2px;
	}
	
	.menu-utama::-webkit-scrollbar {
		display: none;
	}
	
	.menu-bawah li {
		margin-bottom: 7px;
	}
	
	.media-social-header, header .search-form, .flex-control-thumbs {
		display: none;
	}
	
	#logo {
		width: 70%;
	}
	
	#content-left-wrap {
		display: flex;
		flex-direction: column;
	}
	
	#news-feed {
		order: 1;
		background-color: #F2F2F2;
	}
	
	
	#sidebar-left {
		order: 2;
	}
	
	.news-feed-list figure img {
		max-width: 136px;
		height: auto;
	}
	
	.newsfeed-image {
	display: none;
}
	
	.news-feed-list .newsfeed-image-mobile {
	display: block;
		width: 100%;
		max-width: 85px;
		height: auto;
}
	
	.news-feed-list {
		background: #fff;
		border-bottom: none;
		margin-bottom: 10px;
		padding: 0 3px;
	}
	
	.news-feed-judul {
		font-size: 13.8px;
		color: #000;
	}
	
	.news-feed-judul-block {
		margin-top: 10px;
	}
	
	.news-feed-list .kategori {
		background: transparent;
		color: #f36329;
		font-weight: 700;
		padding: 0;
	}
	
	.flexslider, #sidebar-banner-160x600-kanan, #sidebar-banner-160x600-kiri, .slider-container {
		display: none;
	}
	
	.flexslider-mobile {
		display: block;
	}
	
	.news-feed-text-block {
		padding: 0;
	}
	
	.news-feed-text-block .tanggal {
		color: #999;
	}
	
	.news-feed-judul-block {
		font-size: 15px;	
	}
	
	#sidebar-right, #sidebar-left {
		max-width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		padding: 0 15px;
	}
	
	#single-content-wrap {
		background: #fff;
		padding-top: 0;
	}
	
	#single-content {
		padding: 0;
	}
	
	.single-media-social {
		float: none;
	}
	
	.related-post-wrap {
		max-width: 100%;
		float: none;
	}
	
	#category-content {
		padding: 15px 15px 10px 15px;
	}
	
	#category-content-wrap {
		padding: 0;
	}
	
	#category-content h2 a {
		color: #000;
		font-size: 13px;
	}
	
	.category-text-wrap {
		min-height: auto;
	}
	
	.category-text-wrap p:nth-child(6) {
		display: none;
	}
	
	#category-content h2 {
		line-height: 0.5;
	}
	
	.category-kategori a {
		display: none;
	}
	
	#category-content img {
		width: 100%;
		height: auto;
	}
	
	.kategori-mobile {
		margin-bottom: 6px;
	}
	
	.category-text-wrap>p:nth-child(1) {
		width: 131px;
		height: 85px;
		margin-top: 5px;
	}
	
	.category-text-wrap {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border: none;
	}
	
	#single-article-text {
		padding: 0 15px;
	}
	
	#single-content h1 {
		font-size: 22px;
		margin: 10px 15px;
	}
	
	.single-kategori {
		margin: 0 15px;
	}
	
	.single-kategori a {
		font-size: 10px;
	}
	
	.foto-utama img {
		border-radius: 0;
	}
	
	.caption-photo-buka-tutup {
		font-size: 12px;
		line-height: 1.3;
		padding: 0 15px;
		font-family: 'Arial', sans-serif;
	}
	
	.caption-photo {
		font-size: 12px;
		line-height: 1.3;
		padding: 0 15px;
		font-family: 'Arial', sans-serif;
	}
	
	.related-post-wrap {
		display: none;
	}
	
	.mobile-menu-kiri-wrap form.search-form {
		display: block;
		float: none;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		border-top: 3px solid #0173b0;
		padding-left: 20px;
		padding-top: 20px;
}
	
	.mobile-menu-kiri-wrap form.search-form .search-field {
		width: 65%;	

	}
	
	.mobile-menu-kiri-wrap .search-submit {

	}
	
	.category-kategori {
		display: none;
	}
	
	
	.tanggal-mobile {
		display: block;
		margin: 10px 0;
		color: #999;
		font-size: 11px;
		line-height: 1.2;
	}
	
	.kategori-mobile {
		display: block;
		color: #F51700;
		font-weight: 700;
	}

	#single-content .tanggal {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
		margin-top: 0;
	}
	
	.nama-reporter {
		display: none;
	}
	
	.nama-reporter-mobile {
		display: none;
		margin: 10px 0 0 0;
		font-size: 12px;
	}
	
	.judul-sidebar-left, .judul-sidebar-right, .judul-sidebar-single {
		padding: 15px 0;
	}
	
	.judul-sidebar-left, .judul-sidebar-right, .recent-post-widget>p  {
		padding-left: 0;
	}
	
	.recent-post-widget>p {
		padding-right: 0;
	}
	
	.recent-post-widget img {
		max-width: 100%;
		height: auto;
	}
	
	#sidebar-single {
		max-width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}
	
	.before-widget > img {
		margin: 0 auto;
	}
	
	.category #sidebar-single, .search #sidebar-single, .tag #sidebar-single {
		padding: 0 15px;
	}
	
	.page #page-content {
		padding: 0;
	}
	
	#page-content img {
		border-radius: 0;
	}
	
	#page-content h1 {
		padding: 0 15px;
	}
	
	#page-article-text {
		padding: 0 15px;
	}
	
	.mobile-menu-kiri .sub-menu {
		
	}
	
	.mobile-berita-terkait {
		padding: 0 15px;
	}
	
	.desktop-berita-terbaru {
		display: none;
	}
	
	.mobile-berita-terkait, .mobile-berita-terkait .related-post-wrap, .mobile-berita-terbaru {
		display: block;
	}
	
	.mobile-berita-terbaru {
		padding: 0 15px;
		margin-top: 20px;
	}
	
	.mobile-berita-terkait .berita-terkait {
		text-transform: uppercase;
		border-bottom-color: red;
		margin-bottom: 20px;
	}
	
	.mobile-berita-terbaru .berita-terbaru {
		text-transform: uppercase;
		border-bottom: 2px solid red;
		margin-bottom: 20px;
		font-size: 1.2857em;
		font-weight: 700;
		padding: 0 0 6px;
		font-family: 'Montserrat',sans-serif;
	}
	
	.mobile-tanggal-terkait {
		font-size: 11px;
		color: #999999;
	}
	
	.mobile-berita-terkait .related-post-box a {
		color: #000;
		font-size: 13.8px;
	}
	
	.judul-berita-terbaru a {
		color: #000;
		font-style: italic;
		font-size: 13.8px;
		font-weight: 700;
		line-height: 1.4;
		font-family: 'Montserrat',sans-serif;
	}
	
	.tanggal-berita-terbaru {
		font-size: 11px;
		color: #999;
		margin-top: 10px;
		font-family: 'Montserrat',sans-serif;
	}
	
	.mobile-berita-terbaru-box {
		margin-bottom: 20px;
	}
	
	.foto-mobile-berita-terbaru {
		display: block;
		float: right;
		border-radius: 6px;
		margin-left: 10px;
	}
	
	.mobile-kategori-berita-terbaru {
		color: #F51700;
		font-size: 11px;
		margin-bottom: 5px;
		font-weight: bold;
		font-family: 'Montserrat',sans-serif;
	}
	
	.single-media-social {
		display: none;
	}
	
	.media-sosial-mobile {
		display: block;
	}
	
		#sidebar-banner-mobile-top-header-parallax {
		display: block;
	}
	
	#single-content .container-single-meta {
		padding: 5px 15px;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	#wpdevar_comment_1 {
		box-sizing: border-box;
		padding: 0 15px;
	}
	
	footer {
		padding-bottom: 50px;
	}
	
	.menu-bawah li {
		margin: 0;
		padding: 0;
	}
	
	.menu-bawah li a {
		padding: 8px 5px;
	}
	
	#sidebar-banner-mobile-bawah {
		display: none;
	}
	
	.scrollTop {
		bottom: 100px;
	}
	
	.judul-berita-rekomendasi {
		padding: 10px 10px 20px 10px;
	}
	
	.img-category-desktop {
		display: none;
	}
	
	.img-category-mobile {
		display: block;
	}
	
	#lightSliderMobile {
		display: block;
	}
	
	.totalpembaca {
		text-align: center;
	}
	
	.inner-wrap {
		width: 90%;
	}

	a.facebook-header img, a.twitter-header img, a.instagram-header img, a.youtube-header img, a.tiktok-header img, a.linkedin-header img, a.pinterest-header img {
margin-right: 4px;
};

}/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(//matatimor.net/wp-content/themes/nomina/img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(//matatimor.net/wp-content/themes/nomina/css/fonts/flexslider-icon.eot);
  src: url(//matatimor.net/wp-content/themes/nomina/css/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(//matatimor.net/wp-content/themes/nomina/css/fonts/flexslider-icon.woff) format('woff'), url(//matatimor.net/wp-content/themes/nomina/css/fonts/flexslider-icon.ttf) format('truetype'), url(//matatimor.net/wp-content/themes/nomina/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 20%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//matatimor.net/wp-content/themes/nomina/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}