/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
	*zoom: 1; }

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""; }

.clearfix:after {
	clear: both; }

.clear {
	clear: both; }

.oh {
	overflow: hidden; }

.relative {
	position: relative; }

.white {
	color: #fff; }

.left {
	float: left; }

.right {
	float: right; }

.bg-light {
	background-color: #f7f7f7; }

.bg-dark {
	background-color: #171821; }

.last {
	margin-bottom: 0 !important; }

.img-fullwidth {
	width: 100%; }

.uppercase {
	text-transform: uppercase;
	letter-spacing: 0.04em; }

.nocaps {
	text-transform: none;
	letter-spacing: 0; }

::-moz-selection {
	color: #333;
	background: #fbedc4; }

::-webkit-selection {
	color: #333;
	background: #fbedc4; }

::selection {
	color: #333;
	background: #fbedc4; }

html {
	overflow-x: hidden; }

a {
	text-decoration: none;
	color: #4776E6; }

a:hover,
a:focus {
	text-decoration: none;
	color: #4776E6; }

body {
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: #54555E;
	width: 100%;
	height: 100%; }
	body img {
		border: none;
		max-width: 100%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		-ms-user-select: none;
		    user-select: none; }

video {
	height: 100%;
	width: 100%; }


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

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	color: #222;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.5px; }

h1 {
	font-size: 32px;
	letter-spacing: -0.03em; }

h2 {
	font-size: 26px; }

h3 {
	font-size: 23px; }

h4 {
	font-size: 20px; }

h5 {
	font-size: 18px; }

h6 {
	font-size: 16px; }

@media only screen and (max-width: 575px) {
	h1 {
		font-size: 26px; }
	h2 {
		font-size: 22px; }
	h3 {
		font-size: 18px; } }

@media (max-width: 640px) {
	h1 {
		font-size: 24px; }
	h2 {
		font-size: 20px; }
	h3 {
		font-size: 19px; }
	h4 {
		font-size: 18px; } }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: inherit; }

p {
	font-size: 16px;
	color: #54555E;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 10px; }

address {
	font-style: normal;
	margin-bottom: 0;
	font-size: 16px; }

.lead {
	font-size: 18px;
	line-height: 30px; }

.text-center {
	text-align: center; }

.text-right {
	text-align: right; }

.text-left {
	text-align: left; }

@media only screen and (max-width: 1199px) {
	.text-lg-center {
		text-align: center; } }

@media only screen and (max-width: 991px) {
	.text-md-center {
		text-align: center; } }

@media only screen and (max-width: 767px) {
	.text-sm-center {
		text-align: center; } }

@media only screen and (max-width: 575px) {
	.text-xs-center {
		text-align: center; } }

blockquote {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px; }
	blockquote p {
		font-size: 16px;
		line-height: 1.3;
		font-style:italic;
		margin-bottom: 0 !important;
		position: relative;
		color: #171821; }
	blockquote cite {
		font-size: 15px;
		font-weight: 400;
		color: #83858F; }

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #E3E4E8; }

/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.section {
	margin-bottom: 40px; }

@media (min-width: 1280px) {
	.container {
		max-width: 1228px; } }

.container-semi-fluid {
	padding: 0 50px; }
	@media only screen and (max-width: 767px) {
		.container-semi-fluid {
			padding: 0 15px; } }

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between; }

.flex-child {
	-webkit-box-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0; }

/* Columns With No Gutters
-------------------------------------------------------*/
.no-gutters {
	margin-right: 0;
	margin-left: 0; }
	.no-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0; }

/* Row Gutters
-------------------------------------------------------*/
.row-2 {
	margin: 0 -1px; }
	.row-2 > div,
	.row-2 > aside {
		padding: 0 1px; }

.row-8 {
	margin: 0 -4px; }
	.row-8 > div,
	.row-8 > aside {
		padding: 0 4px; }

.row-10 {
	margin: 0 -5px; }
	.row-10 > div,
	.row-10 > aside {
		padding: 0 5px; }

.row-16 {
	margin: 0 -8px; }
	.row-16 > div,
	.row-16 > aside {
		padding: 0 8px; }

.row-20 {
	margin: 0 -10px; }
	.row-20 > div,
	.row-20 > aside {
		padding: 0 10px; }

.row-24 {
	margin: 0 -12px; }
	.row-24 > div,
	.row-24 > aside {
		padding: 0 12px; }

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn{ -webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;  font-weight:700; text-transform:uppercase;}
	.btn:hover {
		color: #fff!important;
		
		border-color: transparent; 
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
} 
	
	.btn-lg, .btn-lg.btn-button {
		font-size: 14px;
		padding: 0 16px; }
		.btn-lg span, .btn-lg.btn-button span {
			line-height: 46px; }
	.btn-lg.btn-button {
		height: 46px; }
	.btn-sm, .btn-sm.btn-button {
		font-size: 11px;
		padding: 0 20px;
		line-height: 28px; }
	.btn-sm.btn-button {
		height: 30px; }
	
.btn-sp .btn{
	font-weight: 700;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; padding-left:20px; padding-right:20px; }
/* Input Buttons
-------------------------------------------------------*/
.btn-button {
	border: none;
	margin-bottom: 0;
	width: auto; }
	.btn-button.btn-color, .btn-button.btn-dark {
		color: #fff; }
	.btn-button.btn-wide {
		width: 100%; }
	.btn-button:hover, .btn-button:focus {
		color: #fff;
		background-color: #171821; }

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea {
	height: 46px;
	border: 1px solid #E3E4E8;
	background-color: #fff;
	width: 100%;
	margin-bottom: 24px;
	padding: 0 12px;
	-webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out; }

#fep-new-post input {width: auto!important; max-width: 100%;}

textarea {
	height: auto;
	display: block;
	padding: 8px 16px;
	margin-bottom: 24px; }
	

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

input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

input:focus,
textarea:focus {
	border-color: #2D95E3;
	background-color: #fff;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none; }

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #54555E; }

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #54555E;
	opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #54555E;
	opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #54555E; }

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding-left: 12px;
	background-image: url(../img/dropdown.png);
	background-repeat: no-repeat;
	background-position: 100% 50%; }

select::-ms-expand {
	display: none; }

label {
	color: #171821;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px; }

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type="checkbox"] {
	display: none; }

input[type="checkbox"] + label:before {
	width: 20px;
	height: 20px;
	content: "";
	display: inline-block;
	font-size: 13px;
	margin: -4px 10px 0 0;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #dbdce1; }

input[type="checkbox"]:checked + label:after {
	font-family: FontAwesome;
	content:"\f00c";
	display: inline-block;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	left: 5px;
	top: 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	line-height: 22px; }

.radio > li,
.checkbox > li {
	padding: 7px 0; }

input[type="radio"] {
	display: none; }

input[type="radio"] + label:before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	-webkit-box-shadow: 0 0 0 1px #dbdce1;
	        box-shadow: 0 0 0 1px #dbdce1;
	border-radius: 40px;
	margin: -3px 10px 0 0;
	outline: none;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 0; }

input[type="radio"]:checked + label:before {
	background-color: #000;
	border: 6px solid #fff;
	padding: 1px; }

input[type="radio"]:focus {
	outline: none; }

#contact-form .message {
	height: 50px;
	width: 100%;
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	float: none;
	margin-top: 20px;
	display: none;
	color: #fff; }

#contact-form .message.error {
	background-color: #f44336; }

#contact-form .message.success {
	background-color: #4CAF50; }


/**
 * Owl Carousel v2.2.1
 */
.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;
	-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;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.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 {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab; }

.owl-carousel.owl-rtl {
	direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
	float: right; }

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
	z-index: 0; }

.owl-carousel .owl-animated-out {
	z-index: 1; }

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	        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(owl.video.play.html) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
	-webkit-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;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }

.owl-prev, .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 48px;
	z-index: 10;
	width: 48px;
	height: 48px;
	font-size: 14px;
	color: #171821;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
	.owl-prev:hover, .owl-next:hover {
		color: #fff;
		background-color: #2D95E3;
		border-color: transparent; }

.owl-prev {
	left: 10px; }

.owl-next {
	right: 10px; }

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: 1; }

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
	color: #54555E; }

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
	opacity: 1; }

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
	left: -60px; }

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
	right: -60px; }

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px; }

.owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }

.owl-dot span {
	width: 22px;
	height: 4px;
	margin: 3px;
	background: #fff;
	opacity: 0.4;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease; }

.owl-dot.active span,
.owl-dot:hover span {
	opacity: 1;
	background-color: #2D95E3; }

.owl-carousel--dots-inside .owl-dots {
	position: absolute;
	bottom: 20px;
	margin-top: 0;
	width: 100%; }

.owl-carousel--arrows-outside .owl-prev,
.owl-carousel--arrows-outside .owl-next {
	opacity: 1;
	top: -62px;
	margin-top: 0;
	padding: 0;
	width: 28px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #E3E4E8;
	font-size: 12px;
	border-radius: 0; }
	.owl-carousel--arrows-outside .owl-prev:hover,
	.owl-carousel--arrows-outside .owl-next:hover {
		border-color: transparent; }

.owl-carousel--arrows-outside .owl-prev {
	right: 32px;
	left: auto; }

.owl-carousel--arrows-outside .owl-next {
	right: 0; }

.owl-custom-nav {
	margin-top: 24px; }
	.owl-custom-nav__btn {
		text-transform: uppercase;
		font-size: 10px;
		border-radius: 5px;
		border: 1px solid #E3E4E8;
		padding: 0 5px;
		line-height: 26px;
		background-color: transparent; }
		.owl-custom-nav__btn:hover {
			background-color: #2D95E3;
			color: #fff;
			border-color: transparent; }
		.owl-custom-nav__btn:focus {
			outline: none; }
		.owl-custom-nav__btn i {
			font-size: 8px;
			margin: 0 3px;
			position: relative;
			top: -1px; }




/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
.table-wrap {
	margin-bottom: 34px; }

/*-------------------------------------------------------*/
/* Tabs
/*-------------------------------------------------------*/
.tabs__list {
	margin-bottom: -1px;
	overflow: hidden; }

.tabs__item {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #171821;
	text-transform: uppercase;
	letter-spacing: 0.04em; }
	.tabs__item:not(:first-child) {
		margin-left: -1px; }
	@media only screen and (max-width: 575px) {
		.tabs__item {
			display: block;
			margin-right: 0; } }

.tabs__url {
	display: block;
	position: relative;
	padding: 12px 18px 11px;
	border: 1px solid #E3E4E8;
	color: #171821;
	-webkit-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out; }
	.tabs__url:focus {
		color: inherit; }
	.tabs__url:hover {
		background-color: white; }

.tabs__item--active:before {
	content: '';
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #2D95E3; }

.tabs__item--active .tabs__url {
	color: #171821;
	background-color: #fff;
	border-bottom: 1px solid transparent; }

.tabs__content {
	padding: 20px;
	border: 1px solid #E3E4E8;
	overflow: hidden; }
	.tabs__content-pane {
		display: none; }
	.tabs__content-pane--active {
		display: block; }


.site-title {padding-top:5px;}
/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.socials {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap; }
	.socials--nobase a {
		width: 13px;
		height: auto;
		border: 0;
		line-height: 32px;
		margin-right: 15px;
		margin-bottom: 0;
		color: #54555E;
		background-color: transparent; }
		.socials--nobase a:hover, .socials--nobase a:focus {
			color: #fff;
			background-color: transparent !important; }
	.socials--white-base a {
		background-color: #fff;
		color: #171821; }
	.socials--dark .social-facebook:hover,
	.socials--dark .social-facebook:focus {
		color: #39599f !important; }
	.socials--dark .social-twitter:hover,
	.socials--dark .social-twitter:focus {
		color: #55ACEE !important; }
	.socials--dark .social-google-plus:hover,
	.socials--dark .social-google-plus:focus {
		color: #DE4B39 !important; }
	.socials--dark .social-youtube:hover,
	.socials--dark .social-youtube:focus {
		color: #c61d23 !important; }
	.socials--dark .social-snapchat:hover,
	.socials--dark .social-snapchat:focus {
		color: #fffb01 !important; }
	.socials--dark .social-linkedin:hover,
	.socials--dark .social-linkedin:focus {
		color: #0e76a8 !important; }
	.socials--dark .social-pinterest:hover,
	.socials--dark .social-pinterest:focus {
		color: #c8232c !important; }
	.socials--dark .social-instagram:hover,
	.socials--dark .social-instagram:focus {
		color: #e1306c !important; }
	.socials--dark .social-rss:hover,
	.socials--dark .social-rss:focus {
		color: #ef822a !important; }
	.socials--grey a {
		background-color: #f7f7f7;
		color: #171821; }
	.socials--medium a {
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 16px; }
	.socials--large a {
		height: 48px;
		width: 48px;
		line-height: 48px;
		font-size: 16px; }
	.socials--wide a {
		width: 100%;
		padding: 0 15px;
		margin: 0!important;
		margin-bottom: 5px!important; }


		
	.socials--rounded a {
		border-radius: 50% !important; }

.social {

	display: inline-block;
	line-height: 32px;
	width: 32px;
	height: 32px;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 13px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out; }
	.social:hover, .social:focus {
		color: #fff; }
	.social:last-child {
		margin-right: 0; }
	.social__text {
		display: inline-block;
		margin-left: 10px;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.04em; }
		

.widget-socials .socials--wide a {  margin-bottom:5px; border-radius:4px; }		
.w-lg-4 .widget-socials .socials--wide a {  margin:0 15px 5px 15px; }	
.widget-socials .socials--wide .social-icon {background:rgba(0, 0, 0, 0.15); 
display:inline-block; 
margin-top:8px; 
height:20px; 
width:40px!important; 
border-radius:6px; text-align:Center; transition: height .5s ease-in-out; line-height: 35px;}	
.widget-socials .socials--wide a:hover .social-icon {height:32px;  -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
.widget-socials a.social {text-align:left;}		
		
		@media only screen and (max-width: 1199px) {
			.social__text {
				display: none; } }
		@media only screen and (max-width: 991px) {
			.social__text {
				display: inline-block; } }
		@media only screen and (max-width: 575px) {
			.social__text {
				display: none; } }
	.social-facebook {
		background-color: #39599f; }
	.social-facebook:hover {
		background-color: #324e8c !important;
		color: #fff !important; }
	.social-twitter {
		background-color: #55ACEE; }
	.social-twitter:hover {
		background-color: #3ea1ec !important;
		color: #fff !important; }
	.social-google-plus {
		background-color: #DE4B39; }
	.social-google-plus:hover {
		background-color: #d93824 !important;
		color: #fff !important; }
	.social-youtube {
		background-color: #c61d23; }
	.social-youtube:hover {
		background-color: #b01a1f !important;
		color: #fff !important; }
	.social-snapchat {
		background-color: #fffb01; }
	.social-snapchat:hover {
		background-color: #e7e300 !important;
		color: #fff !important; }
	.social-linkedin {
		background-color: #0e76a8; }
	.social-linkedin:hover {
		background-color: #0c6590 !important;
		color: #fff !important; }
	.social-pinterest {
		background-color: #c8232c; }
	.social-pinterest:hover {
		background-color: #b21f27 !important;
		color: #fff !important; }
	.social-whatsapp {
		background-color: #25D366; }
	.social-whatsapp:hover {
		background-color: #74E79F !important;
		color: #fff !important; }		
	.social-instagram {
		background-color: #e1306c; }
	.social-instagram:hover {
		background-color: #d81f5e !important;
		color: #fff !important; }
	.social-rss {
		background-color: #ef822a; }
	.social-rss:hover {
		background-color: #ed7412 !important;
		color: #fff !important; }
	.social-comments-count {position:absolute; right:5px; bottom:-5px; background:#fff; font-weight:800; color:#222; width:20px; height:20px; line-height:20px; font-size:8px; border-radius:50%; }

/*-------------------------------------------------------*/
/* Main Entry Styles
/*-------------------------------------------------------*/
.entry {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px; }
	.entry__img-holder {
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;}
	.entry__img {
		width: 100%; }
	.entry__title {
		font-size: 18px;
		line-height: 1.4;
		margin-top: 3px;
		margin-bottom: 5px; }
		.entry__title:hover a {
			color: #2D95E3; }
		.entry__title--sm {
			font-size: 15px; }
	.entry__excerpt {
		margin-top: 16px; }
		.entry__excerpt p {
			margin-bottom: 0; }
	.entry__play-time {
		position: absolute;
		bottom: 32px;
		left: 32px;
		background-color: #2D95E3;
		color: #fff;
		padding: 7px 11px;
		font-weight: 700;
		pointer-events: none; }
		.entry__play-time i {
			margin-right: 5px; }

/* Meta
-------------------------------------------------------*/
.entry__meta li {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #83858F; }
	.entry__meta li:after {
		content: '-';
		display: inline-block;
		margin: 0 3px; }
	.entry__meta li.entry__meta-views:after {
		content: '';
		margin: 0 8px;
		display: inline-block; }
	.entry__meta li:last-child:after {
		display: none; }

.entry__meta a {
	color: #2D95E3; }
	.entry__meta a:hover {
		color: #171821; }

.entry__meta i {
	display: inline-block;
	margin-right: 5px; }

.entry__meta-category {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: 700;
	color: #0098d0; }
	.entry__meta-category--label {
		font-size: 10px;
		background-color: #2D95E3;
		padding: 5px 10px;
		z-index: 2;
		color: #fff;
		margin-bottom: 0;
		display: inline-block; }
		.entry__meta-category--label:hover, .entry__meta-category--label:focus {
			color: #fff;
			opacity: 0.90; }
	.entry__meta-category--align-in-corner {
		position: absolute;
		left: 16px;
		bottom: 16px; }
	.entry__meta-category--violet {
		background-color: #3E3EDD; }
	.entry__meta-category--purple {
		background-color: #9C27B0; }
	.entry__meta-category--blue {
		background-color: #0E79C9; }
	.entry__meta-category--cyan {
		background-color: #00BCD4; }
	.entry__meta-category--green {
		background-color: #19C22A; }
	.entry__meta-category--orange {
		background-color: #E65100; }
	.entry__meta-category--red {
		background-color: #F44336; }

.entry__meta-rating i {
	font-size: 16px;
	color: #FBC02D;
	margin-right: 2px; }

.entry__meta + .entry__meta,
.entry__meta-category--label + .entry__meta {
	margin-top: 16px; }

.entry__meta + .entry__img-holder {
	margin-top: 20px; }

.entry__meta-holder {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between; }
	.entry__meta-holder .entry__meta {
		margin-top: 0; }

.entry-date-label {
	background-color: #fff;
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 8px;
	text-align: center;
	font-family: "Montserrat", sans-serif; }
	.entry-date-label__weekday, .entry-date-label__month {
		font-size: 8px;
		text-transform: uppercase;
		line-height: 1;
		font-weight: 600; }
	.entry-date-label__weekday {
		color: #54555E; }
	.entry-date-label__day {
		color: #2D95E3;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.25; }
	.entry-date-label__month {
		color: #2D95E3; }

/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-container {
	background-color: #f7f7f7;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0); }
	.thumb-container img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden; }
	

.thumb-text-holder {
	position: absolute;
	bottom: 24px;
	width: 100%;
	z-index: 3;
	padding: 0 24px;
	text-align: center; }
	.thumb-text-holder .entry__meta li,
	.thumb-text-holder .entry__meta a,
	.thumb-text-holder .entry__meta a:hover,
	.thumb-text-holder .entry__meta a:focus {
		color: #fff !important; }
	.thumb-text-holder--1 {
		text-align: left; }
		.thumb-text-holder--1 .thumb-entry-title {
			font-size: 18px;
			margin-bottom: 24px; }
	.thumb-text-holder--2 {
		text-align: left; }
		.thumb-text-holder--2 .thumb-entry-title {
			font-size: 34px;
			margin-top: 14px;
			margin-bottom: 8px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--2 .thumb-entry-title {
					font-size: 20px; } }
		.thumb-text-holder--2 .entry__meta a {
			color: #fff !important; }
	.thumb-text-holder--3 {
		text-align: left; }
		.thumb-text-holder--3 .thumb-entry-title {
			font-size: 28px;
			margin-top: 16px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--3 .thumb-entry-title {
					font-size: 20px; } }
	.thumb-text-holder--4 {
		text-align: left; }
		.thumb-text-holder--4 .thumb-entry-title {
			font-size: 16px; }
	.thumb-text-holder--5 {
		text-align: center;
		top: 50%;
		left: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); }
		.thumb-text-holder--5 .thumb-entry-title {
			font-size: 40px;
			max-width: 770px;
			margin: 8px auto; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--5 .thumb-entry-title {
					font-size: 20px; } }

.thumb {
	margin-bottom: 48px; }
	.thumb--mb-20 {
		margin-bottom: 20px; }
	.thumb--size-1 {
		height: 197px; }
	.thumb--size-2 {
		height: 298px; }
	.thumb--size-3 {
		height: 460px; }
	.thumb--size-4 {
		height: 395px; }
	.thumb--size-5 {
		height: 521px; }
	.thumb--size-6 {
		height: 609px; }
		@media only screen and (max-width: 991px) {
			.thumb--size-6 {
				height: 440px; } }
	@media only screen and (max-width: 767px) {
		.thumb--size-3, .thumb--size-4, .thumb--size-5, .thumb--size-6 {
			height: 300px; } }
	.thumb__img-holder {
		height: 100%;
		margin-bottom: 0; }

.thumb-url {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2; }


.thumb-entry-title {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0; font-weight:700!important;}
	.thumb-entry-title:hover a,
	.thumb-entry-title a:focus {
		color: #fff; }




.thumb-50 {
	padding-bottom: 50%; }

.thumb-60 {
	padding-bottom: 60%; }

.thumb-65 {
	padding-bottom: 65%; }

.thumb-70 {
	padding-bottom: 70%;  }

.thumb-75 {
	padding-bottom: 75%; }

.thumb-80 {
	padding-bottom: 80%; }

.thumb-100 {
	padding-bottom: 100%; }


/*-------------------------------------------------------*/
/* Featured Posts Grid
/*-------------------------------------------------------*/
.featured-posts-grid {
	padding-bottom: 24px;
	padding-top: 24px;
	overflow: hidden; }
	.featured-posts-grid__item {
		padding-bottom: 8px; }
	.featured-posts-grid__item--sm {
		height: 33.333%; }
		.featured-posts-grid__item--sm .entry__title {
			font-size: 16px; }
		@media only screen and (min-width: 992px) {
			.featured-posts-grid__item--sm:first-child .post-list__img-holder, .featured-posts-grid__item--sm:last-child .post-list__img-holder {
				-webkit-box-ordinal-group: 3;
				    -ms-flex-order: 2;
				        order: 2; } }
	.featured-posts-grid__entry {
		height: 100%;
		margin-bottom: 0 !important;
		min-height: auto !important; }
	.featured-posts-grid__item--lg {
		height: 100%; }
		.featured-posts-grid__item--lg .thumb-text-holder {
			bottom: 60px;
			padding: 0 50px; }
		.featured-posts-grid__item--lg .entry__title {
			font-size: 32px;
			line-height: 1.3; }
			@media only screen and (max-width: 767px) {
				.featured-posts-grid__item--lg .entry__title {
					font-size: 20px; } }
	.featured-posts-grid--1 {
		padding-bottom: 32px; }
		.featured-posts-grid--1 .row {
			margin: 0 -1px; }
			.featured-posts-grid--1 .row > div {
				padding: 0 1px; }
		.featured-posts-grid--1 .thumb {
			margin-bottom: 2px; }
			
			
/*-------------------------------------------------------*/
/* Featured Posts Grid
/*-------------------------------------------------------*/
.featured-posts-grid2 {
	border-bottom:1px solid #eee;
	overflow: hidden; }
	
.featured-posts-grid2 .thumb-text-holder {
	
	bottom: 14px;
	}	
	
.featured-posts-grid2 .thumb-entry-title a:hover {color:#eee!important;}
		
	
	.wm-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46% !important;
          flex: 0 0 46% !important;
  max-width: 46%;
  padding-right:5px!important; 
}
	
	.wm-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28% !important;
          flex: 0 0 28% !important;
  max-width: 28%;
    padding-right:5px!important; 
}

	.wm-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26% !important;
          flex: 0 0 26% !important;
  max-width: 26%;

}




	.thumb--size-370 {
		height: 370px; }
	.thumb--size-180 {
		height: 182.5px; }
		
	.mb-5px {margin-bottom:5px!important;}
	
.featured-posts-grid2 .wm-1 .thumb-text-holder--3 {
		text-align: left; }
.featured-posts-grid2 .wm-1 .thumb-text-holder--3 .thumb-entry-title {
			font-size: 28px;
			margin-top: 16px; font-weight:800;}
.featured-posts-grid2 .wm-2 .thumb-text-holder--3 .thumb-entry-title {
			font-size: 22px;
			margin-top: 16px; font-weight:800;}
			
.featured-posts-grid2 .wm-3 .thumb-text-holder--3 .thumb-entry-title {
			font-size: 16px;
			 font-weight:800;}	
			 
.featured-posts-grid2 .entry__meta, .featured-widget1 .entry__meta{ visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear; margin-bottom:-20px; }	
.featured-posts-grid2  .entry:hover .entry__meta, .featured-widget1 .entry:hover .entry__meta { visibility: visible;
  opacity: 1; margin-bottom:0; margin-top:3px;}		 

  
			 
.featured-posts-grid2 .entry__meta li,.featured-posts-grid2 .entry__meta li a {color:#777!important; text-transform:capitalize!important;}	





/*-------------------------------------------------------*/
/* Featured Posts Grid
/*-------------------------------------------------------*/

	.w-lg-8{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 320px) !important;
          flex: 0 0 calc(100% - 320px) !important;
  max-width: calc(100% - 320px);
  padding-right:30px!important; 
 padding-bottom:30px;  
}


	.w-lg-8.w-lg-8-np {
  padding-right:0!important; 
}
	
	.w-lg-4{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px !important;
          flex: 0 0 320px !important;
  max-width: 320px;
    padding-left:20px!important; 
	border-left:1px solid #eee;position:relative;
}


/*-------------------------------------------------------*/
/* card video
/*-------------------------------------------------------*/
.card-video {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	border-radius:0;
}



.card-video .card-img {
    position: relative;
    margin: 0 0 8px 0; border-radius: 0

}

.card-video .card-img:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    z-index: 3;
    background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.card-video .card-img .card-meta span {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: auto;
    display: inline-block;
    background-color: rgba(25, 25, 25, 0.9);
    font-size: 12px;
    padding: 2px 7px;
    color: #fff;
    border-radius: 3px
}

.card-video .card-img-top {
    padding: 0px;
    border-radius: 0;

}

.card-video .card-block {
    padding: 0;
	
}

.card-video .card-block .card-meta {
    margin-top: 5px;
    font-size: 13px;
    color: #888888
}

.card-video .card-block .card-meta span:after {
    content: "\002022";
    margin: 0 3px 0 5px;
    display: inline-block
}

.card-video .card-block .card-meta span:last-child:after {
    display: none
}

.card-video .card-block .card-meta i {
    margin-right: 3px
}

.card-video .card-block .card-title {
    font-size: 13.5px;
    line-height: 20px;
	font-weight:600;
	color:#111;
}

/*-------------------------------------------------------*/
/* Content
/*-------------------------------------------------------*/
.title-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 32px; }
	.title-wrap--line {
		border-top: 3px solid #888994;
		padding-top: 32px; }
	.title-wrap--pr {
		padding-right: 62px; }

.section-title {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 0;
	font-size: 21px;
	display: inline-block;
	float: left;
	font-weight: 700; }
	.section-title--sm {
		font-size: 18px; }
	@media only screen and (max-width: 767px) {
		.section-title {
			float: none; } }

.all-posts-url {
	float: right;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-family: "Montserrat", sans-serif;
	color: #54555E;
	font-size: 11px;
	line-height: 28px; }

.content-box {
	background-color: #fff;
	padding: 40px; }
	@media only screen and (min-width: 992px) {
		.content-box--top-offset {
			margin-top: -232px; } }
	@media only screen and (max-width: 575px) {
		.content-box {
			padding: 24px; } }
	.content-box--pt-108 {
		padding-top: 108px; }
		@media only screen and (max-width: 575px) {
			.content-box--pt-108 {
				padding-top: 60px; } }

/* Tab Post
-------------------------------------------------------*/
.tab-post__tabs {
	float: right;
	line-height: 27px; }
	@media only screen and (max-width: 767px) {
		.tab-post__tabs {
			float: none;
			width: 100%;
			margin-top: 10px; } }
	.tab-post__tabs .tabs__item {
		margin-right: 26px; }
		.tab-post__tabs .tabs__item a {
			color: #54555E; }
			.tab-post__tabs .tabs__item a:hover, .tab-post__tabs .tabs__item a:focus {
				color: #2D95E3; }
		.tab-post__tabs .tabs__item:last-child {
			margin-right: 0; }
	.tab-post__tabs .tabs__item--active a {
		color: #2D95E3; }
	.tab-post__tabs .tabs__item--active:before {
		display: none; }

.tab-post .tabs__content {
	padding: 0;
	border: 0; }

.tab-post .entry {
	margin-bottom: 20px; }



/* Post List Small
-------------------------------------------------------*/
.post-list-small__item {
	padding: 16px 0;
	position: relative; }
	.post-list-small__item:first-child {
		padding-top: 0; }
	.post-list-small__item:last-child {
		padding-bottom: 0;
		border-bottom: 0; }

.post-list-small__img-holder {
	
	float: left;

	margin-right: 16px; }


	.post-list-small__entry-title a {
		color: #222; }
		.post-list-small__entry-title a:hover, .post-list-small__entry-title a:focus {
			color: #2D95E3; }


.post-list-small--2 .post-list-small__entry-title {
	font-weight:700!important; }	

.post-list-small--2 .post-list-small__img-holder {
	border-radius: 0;
	width: 130px; }	
	


	

/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
.sidebar {margin-top:30px;}
.sidebar .widget,.widget{
	margin-bottom: 40px;
	
	}

.sidebar .widget_mc4wp_form_widget {
	padding: 0 !important;  }
.newsletter-widget {background:#f7f7f7; padding:15px; margin-top:-5px;}

@media only screen and (min-width: 1200px) {
	.blog__content--right,
	.sidebar--right {
		float: right; }
	.sidebar--right {
		} }

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget-title {
	    font-family:  'Poppins', sans-serif!important;
margin-bottom:20px;
    font-size: 1.375em!important;
    font-weight: 700!important;
    color: #4776E6!important
}


.widget .entry:last-child {
	margin-bottom: 0; }

.widget .sub-menu {
	padding-left: 15px;
	padding-top: 5px; }
	.widget .sub-menu li {
		padding: 5px 0 !important; }

.widget .children {
	padding-top: 10px;
	padding-left: 15px;
	margin-top: 10px; }

/* Widget Ad
-------------------------------------------------------*/
.widget_media_image {
	text-align: center;
	padding: 0 !important;
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	border: 0 !important; }

/* Widget category 
-------------------------------------------------------*/

.side_categories ul {border-left:1px solid #eee; border-right:1px solid #eee; border-top:1px solid #eee;}
.side_categories li {
		position:relative;
	color: #54555E;
font-weight:600;		
	
		font-size:13px; 
		text-transform:uppercase;
		padding: 0; 
		height:45px;
		line-height:45px;
border-bottom:1px solid #eee;
		z-index:2; 

		display:block; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;  
	  }

	.side_categories li a {
		
		color: #333; 

		}
.side_categories li:nth-child(odd) {
    background: #fff;
}
.side_categories li:nth-child(even) {
  background: #fafafa;
}	
	
		.side_categories li:hover {
			 }
			
		.side_categories li:hover  a{
			color: #222; 	 }	

.side_categories li::after  {
	position:absolute;
	content: '';
	height:45px;
	width:0;
	
	top:0;
	left:0; 
	transition: all 0.6s linear; z-index:-1; 
}

.side_categories li:hover::after {
	   -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	width:45px;
	background:#4776E6; 
}

.side_categories.side_tags { margin-bottom:-15px;}	
.side_categories.side_tags li {display:inline-block; width:48%;	}
.side_categories.side_tags li a {font-size:12px; margin-bottom:6px;}	

.side_categories.side_tags li:nth-child(odd) { margin-right:2%; }
		
.side_categories.side_tags li:nth-child(even) { margin-left:2%; }

.side-category-icon {
 
  width:45px;
  line-height:45px;
  display: inline-block;
  margin-right:15px;

border-right:1px solid #eee; 
text-align:center;
padding:13px;
  transition: all .2s; 
}

.side_categories li:hover .side-category-icon {margin-right:20px; border-right:1px solid rgba(0,0,0,0.1);   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

	
.side_categories li i {
 height:45px;
  width:45px;
  line-height:45px;
  display: inline-block;
  margin-right:12px;
border-right:1px solid #eee; 
text-align:center;
  transition: all .2s; 
			color: #aaa;
		}
.side_categories li:hover i {margin-right:20px; border-right:1px solid rgba(0,0,0,0.1); color:rgba(0,0,0,0.4); }



/* Widget Search
-------------------------------------------------------*/
.widget-search-button,
.search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0 !important;
	border: 0;
	vertical-align: middle; }
	.widget-search-button i,
	.search-button i {
		font-size: 18px;
		margin: 0;
		top: 3px; }

.search-form {
	position: relative; }

/* Categories
-------------------------------------------------------*/
.widget_categories li {
	padding: 9px 0;
	color: #54555E;
	line-height: 24px; }
	.widget_categories li:first-child {
		padding-top: 0; }
	.widget_categories li:last-child {
		padding-bottom: 0; }
	.widget_categories li a {
		color: #54555E; }
		.widget_categories li a:before {
			content: "\e804";
			font-family: FontAwesome;
			font-size: 10px;
			color: #2D95E3;
			margin-right: 8px;
			line-height: 1;
			vertical-align: middle; }
		.widget_categories li a:hover {
			color: #2D95E3; }

.categories-count {
	float: right;
	background-color: #f7f7f7;
	display: inline-block;
	padding: 0 11px;
	height: 24px;
	border-radius: 5px; }



/* Widget Socials
-------------------------------------------------------*/
.widget-socials .socials {
	display: block; }

/* Widget Nav Menu
-------------------------------------------------------*/
.widget_nav_menu li {
	padding: 4px 0; }
	.widget_nav_menu li:first-child {
		padding-top: 0; }
	.widget_nav_menu li:last-child {
		padding-bottom: 0; }

/* Widget Review Posts
-------------------------------------------------------*/
.widget-rating-posts .entry__title {
	font-size: 16px; font-weight:700; margin-top:-5px; }

.widget-rating-posts .post-list-small--2 .post-list-small__entry-title {
	font-size: 14px; }

/* Widget Latest Videos
-------------------------------------------------------*/
.widget-latest-videos .entry__title {
	font-size: 15px; }



/* Widget Logo
-------------------------------------------------------*/
.widget-logo .copyright {
	margin-top: 24px;
	margin-bottom: 24px; }



/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud a,
.entry__tags a {
	padding: 6px 10px;
	line-height: 1;
	margin: 0 8px 8px 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #f7f7f7;
	font-family: "Source Sans Pro", sans-serif;
	color: #54555E;
	display: inline-block;
	float: left; }
	.widget_tag_cloud a:hover,
	.entry__tags a:hover {
		background-color: #4776E6 ;
		border-color: transparent;
		color: #fff!important; }

.tagcloud {
	overflow: hidden; }

/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
.single-post__entry-header {
	margin-bottom: 0; padding:30px 0 0 30px; }

.single-post__entry-title {margin-bottom: 5px;font-size:2.25em;font-weight:700!important;color:#000 }
.single-post__description{font-weight:400;margin-top:20px;font-style:normal; font-size:1.3em;line-height:1.4em; color:#222}



	@media only screen and (max-width: 767px) {
		.single-post__entry-title {
			font-size: 24px; } }

.single-post__thumb-entry-title {
	max-width: 570px; }

.entry__article-wrap {
	margin-top: 24px;
	margin-bottom: 40px; }
	
.sticky-share-wrap {width:75px; float:left; }	
.entry__article-top {width: calc(100% - 75px); float:left; }	

@media only screen and (min-width: 992px) {
	.entry__article-wrap .entry__article-top {
		padding-left: 15px; }
	.entry__article-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; } }

.entry__article > h1,
.entry__article > h2,
.entry__article > h3,
.entry__article > h4,
.entry__article > h5,
.entry__article > h6 {
	font-family : "Roboto", Arial, sans-serif!important; font-weight:800!important;  font-family: "Poppins", sans-serif!important;}
	
	
.entry__article > h1 {font-size:35px; line-height:45px; }
.entry__article > h2 { font-size:30px; line-height:40px; }
.entry__article > h3 { font-size:26px; line-height:36px; }
.entry__article > h4 { font-size:23px; line-height:33px; }
.entry__article > h5 { font-size:20px; line-height:27px; }
.entry__article > h6 { font-size:18px; line-height:24px; }

.entry__article > p {
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 31.5px font-weight:400; color:#222; font-family : "Roboto"!important; }

.entry__article p > a {
	text-decoration: underline; }

.entry__article figure {
	margin-bottom: 24px; }

.entry__article ol, .entry__article ul {
	padding-left: 24px;
	line-height: 26px; font-weight:500; color:#222;  margin-bottom:20px; }

.entry__article ul {
	list-style: disc; }

figure {
	margin: 0; }

figcaption {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	color: #83858F; }

.entry__share {
	margin-bottom: 16px; margin-left:20px; margin-top:10px;}


/* Entry Tags
/*-------------------------------------------------------*/
.entry__tags {
	margin-top: 30px; }
	.entry__tags a {
		float: none; }
	.entry__tags i {
		font-size: 12px; }
	.entry__tags-label {
		color: #171821;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		font-weight: 700;
		font-size: 14px;
		display: inline-block;
		margin-right: 8px;
		margin-left: 3px; }




/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
	margin-top: 40px;
	text-align: center; }
	.pagination__page {
		font-size: 15px;
		display: inline-block;
		width: 30px;
		height: 32px;
		line-height: 32px;
		margin-right: 2px;
		text-align: center;
		color: #171821;
		background-color: #fff;
		vertical-align: middle; }
		.pagination__page:not(span):hover {
			background-color: #2D95E3;
			border-color: transparent;
			color: #fff; }
		.pagination__page--current {
			background-color: #2D95E3;
			color: #fff;
			border-color: transparent; }
	.pagination__icon {
		font-size: 12px; }

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
	font-size: 38px;
	margin-bottom: 24px; }
	@media only screen and (max-width: 575px) {
		.page-title {
			font-size: 24px; } }

.page-featured-img {
	margin-bottom: 40px; }


/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
.page-404-number {
	font-size: 80px;
	margin-bottom: 0; }
	@media only screen and (max-width: 575px) {
		.page-404-number {
			font-size: 50px; } }

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
	min-height: 48px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 120;
	position: relative;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out; display:block;
	/* Dropdowns (large screen) */ }
	.nav__holder {
background: #4776E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4776E6, #8E54E9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4776E6, #8E54E9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	 line-height:60px; height:60px!important;
		-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .096);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, .096);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .096);
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);	 
	 
	 }
	.nav__wrap {
		padding-left: 40px; }
	.nav__menu, .nav__dropdown-menu {
		list-style: none; }
	.nav__menu {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center; }
		.nav__menu > li {
			position: relative; }
			.nav__menu > li.active a:before,
			.nav__menu > li:hover a:before {
				width: 100%; }
		.nav__menu > li > a {
			font-family: "Source Sans Pro", sans-serif;
			color: #171821;
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
			padding: 0 16px;
			display: block;
			position: relative;
			line-height: 48px; }
			.nav__menu > li > a:hover {
				color: #2D95E3; }
			.nav__menu > li > a:before {
				content: '';
				display: block;
				position: absolute;
				width: 0;
				height: 2px;
				bottom: 0;
				left: 0;
				right: 0;
				margin: 0 auto;
				background-color: #2D95E3;
				-webkit-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out; }
	.nav__dropdown > a:after {
		content: '\f123';
		font-family: FontAwesome;
		margin-left: 7px;
		font-size: 10px;
		line-height: 1; }
	.nav__dropdown .nav__dropdown > a:after {
		content: '\e804';
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%); }
	@media only screen and (min-width: 992px) {
		.nav__menu > li {
			display: inline-block;
			text-align: center; }
		.nav__dropdown-menu {
			position: absolute;
			top: 100%;
			left: 0;
			padding: 10px 0;
			z-index: 1000;
			min-width: 200px;
			width: 100%;
			text-align: left;
			list-style: none;
			white-space: nowrap;
			background-color: #fff;
			-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
			        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
			background-clip: padding-box;
			display: block;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out; }
			.nav__dropdown-menu > li > a {
				color: #54555E;
				padding: 8px 22px;
				font-size: 14px;
				display: block; }
				.nav__dropdown-menu > li > a:hover {
					color: #2D95E3; }
		.nav__dropdown-menu.hide-dropdown {
			visibility: hidden !important;
			opacity: 0 !important; }
		.nav__dropdown-menu--right {
			right: 0; }
		.nav__dropdown:hover > .nav__dropdown-menu {
			opacity: 1;
			visibility: visible; }
		.nav__dropdown-menu .nav__dropdown-menu {
			left: 100%;
			top: -10px; }
		.nav__dropdown .nav__dropdown {
			position: relative; }
		.nav__megamenu {
			padding: 32px 30px; }
			.nav__megamenu .row {
				white-space: normal; }
		.nav__megamenu-item .entry {
			margin-bottom: 0; }
		.nav__megamenu-item .entry__title {
			font-size: 16px; }
		.nav__megamenu-list a {
			font-family: "Montserrat", sans-serif;
			display: block;
			clear: both;
			padding: 4px 0;
			white-space: nowrap;
			color: #b2b2b2;
			font-size: 15px; } }

.mobile body {
	cursor: pointer; }

/* Nav Style 1
-------------------------------------------------------*/
.header {
	padding: 30px 0; }
	.header__menu-list li {
		display: inline-block;
		font-size: 14px;
		margin-right: 19px; }
	.header__menu-list a {
		color: #54555E; }


/* Logo
-------------------------------------------------------*/
.logo {
	line-height: 1; }

.logo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }

/* Nav Flexbox
-------------------------------------------------------*/
header .flex-parent {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center; }

header .flex-child {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
	line-height: 1; }

.nav--align-right {
	margin-left: auto; }

.nav--align-left {
	margin-right: auto; }

/* Nav Right
-------------------------------------------------------*/
.nav__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto; }
	@media only screen and (max-width: 991px) {
		.nav__right-item {
			margin-right: 0; } }
	.nav__right a:hover,
	.nav__right a:focus {
		color: #2D95E3; }

/* Nav Search
-------------------------------------------------------*/
.nav__search {
	margin-left: auto; }
	.nav__search-box {
		width: 300px;
		position: absolute;
		right: 0;
		top: 100%;
		padding: 15px 20px;
		background-color: #f7f7f7;
		display: none;
		-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
	.nav__search-form {
		position: relative; }
	.nav__search-input {
		margin-bottom: 0;
		display: block;
		line-height: 40px; }
	.nav__search-button {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 !important;
		width: 42px; }
	.nav__search-trigger {
		color: #fff!important;
		font-size: 19px;
		display: inline-block;
		width: 24px;
		height: 48px;
		line-height: 48px;
		text-align: center; }
	.nav__search-trigger:hover {color: #fff!important;}	
	.nav__search .ui-close {
		font-size: 19px;
		position: relative; }
	@media only screen and (max-width: 991px) {
		.nav__search-box {
			width: 100%; } }
			
			
.btn-search:hover {background:#4776E6;}			
			

/* Mobile Search */
.nav__search-mobile-form {
	position: relative; }

.nav__search-mobile-input {
	height: 46px;
	border: none;
	background-color: transparent;
	margin-bottom: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #171821;
	border-radius: 0;
	border-bottom: 1px solid #182835; }
	.nav__search-mobile-input:focus {
		background-color: transparent;
		border-color: #fff; }

.nav__search-mobile-submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	height: 46px;
	border: 0;
	padding: 0;
	font-size: 14px;
	cursor: pointer;
	color: #9AA3AB;
	background-color: transparent; }

/* Change Color of Placeholders */
input.nav__search-mobile-input::-webkit-input-placeholder {
	color: #9AA3AB; }

input.nav__search-mobile-input:-moz-placeholder {
	color: #9AA3AB;
	opacity: 1; }

input.nav__search-mobile-input::-moz-placeholder {
	color: #9AA3AB;
	opacity: 1; }

input.nav__search-mobile-input:-ms-input-placeholder {
	color: #9AA3AB; }



/* Sticky Nav
-------------------------------------------------------*/
.nav--sticky {
	height: 48px; }
	.nav--sticky.offset {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out; }
	.nav--sticky.scrolling {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0); }
	.nav--sticky.sticky {
		position: fixed;
background: #4776E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4776E6, #8E54E9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4776E6, #8E54E9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		visibility: hidden;
		opacity: 0;
		left: 0;
		right: 0;
		height: 48px;
		top: 0;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		z-index: 120; }
		.nav--sticky.sticky.scrolling {
			opacity: 1;
			visibility: visible; }
		.nav--sticky.sticky .nav__menu > li > a {
			line-height: 48px; }
		.nav--sticky.sticky .logo-wrap a {
			height: 48px; }


/* Go to Top
-------------------------------------------------------*/
#back-to-top {
	display: block;
	z-index: 100;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 12px;
	position: fixed;
	bottom: -34px;
	right: 20px;
	line-height: 32px;
	background-color: rgba(23, 24, 33, 0.5);
	-webkit-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
	        box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none; }
	#back-to-top i {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out; }
	#back-to-top a {
		display: block;
		color: #fff; }
	#back-to-top.show {
		bottom: 20px; }
	#back-to-top:hover {
		background-color: #4776E6;
		border-color: transparent; }
	#back-to-top:hover i {
		color: #fff; }

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
	.nav__header {
		height: 48px; }
	.nav__wrap {
		text-align: left; }
	.logo {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 48px;
		line-height: 48px;
		text-align: center; } }

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
	position: relative; }
	.footer a:not(.social):hover {
		color: #2D95E3; }
	.footer--white {
		background-color: #fff; }

	.footer__widgets {
		padding: 15px 0 15px 0; text-align:center; border-top:1px solid #eee; border-bottom:1px solid #eee; }
		.footer__widgets p {
			font-size: 14px;
			line-height: 26px; }
		@media only screen and (max-width: 991px) {
			.footer__widgets > .row > div:not(:last-child) {
				margin-bottom: 50px; } }
		.footer__widgets--short {
			padding: 60px 0; }
	.footer .logo__img {
		display: block;
		padding-bottom: 20px; }
		.logo__img {max-height:40px; width:auto;}

/* Footer Grey
-------------------------------------------------------*/
.footer--grey {
	background-color: #f7f7f7; }

/* Footer Bg Image
-------------------------------------------------------*/
.footer--bg-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; }
	.footer--bg-img:before {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(23, 24, 33, 0.9); }

/* Footer Nav Menu
-------------------------------------------------------*/
.footer__nav-menu {
	line-height: 30px; }
	.footer__nav-menu li {
		display: inline-block;
		margin-right: 24px; position:relative; }

.footer-menu-wrap .footer__nav-menu li { margin-right: 14px; padding-right:14px;}


	.footer__nav-menu a {
		color: #171821; }
		.footer__nav-menu a:hover {
			color: #222!important; }
	.footer__nav-menu + .copyright {
		margin-top: 24px; }
	.footer__nav-menu--1 {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700; }

.copyright {
	color: #83858F;
	display: inline-block;
	font-size: 15px !important; }
	.copyright a {
		color: inherit; }
		.copyright a:hover {
			color: #2D95E3; }
			
.footer-menu-ikon {	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; width:30px; height:30px; display:inline-block; margin-right:5px; border-radius:4px; background:#eee;}
.footer__nav-menu li:hover .footer-menu-ikon { background:#ddd;}

/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
	padding: 25px 0 15px;
	position: relative; }
	@media only screen and (max-width: 991px) {
		.footer__bottom .copyright {
			margin-top: 15px; } }
	.footer__bottom .widget_nav_menu li {
		display: inline-block;
		margin-right: 15px;
		border-bottom: 0;
		padding: 0; }
		.footer__bottom .widget_nav_menu li:last-child {
			margin-right: 0; }
	.footer__bottom--dark {
		background-color: #0E0F14; }
		.footer__bottom--dark .footer__nav-menu a {
			color: #fff; }
			.footer__bottom--dark .footer__nav-menu a:hover {
				color: #2D95E3; }
	.footer__bottom--white {
		background-color: #fff; }
	.footer__bottom--light {
		background-color: #fafafa; }
/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.m-0 {
	margin: 0 !important; }

.p-0 {
	padding: 0 !important; }

.mt-0 {
	margin-top: 0 !important; }

.mt-8 {
	margin-top: 8px; }

.mt-16 {
	margin-top: 16px; }

.mt-24 {
	margin-top: 24px; }

.mt-32 {
	margin-top: 32px; }

.mt-40 {
	margin-top: 40px; }

.mt-48 {
	margin-top: 48px; }

.mt-56 {
	margin-top: 56px; }

.mt-64 {
	margin-top: 64px; }

.mt-72 {
	margin-top: 72px; }

.mt-80 {
	margin-top: 80px; }

.mb-0 {
	margin-bottom: 0 !important; }

.mb-8 {
	margin-bottom: 8px; }

.mb-16 {
	margin-bottom: 16px; }

.mb-24 {
	margin-bottom: 24px; }

.mb-32 {
	margin-bottom: 32px; }

.mb-40 {
	margin-bottom: 40px; }

.mb-48 {
	margin-bottom: 48px; }

.mb-56 {
	margin-bottom: 56px; }

.mb-64 {
	margin-bottom: 64px; }

.mb-72 {
	margin-bottom: 72px; }

.mb-80 {
	margin-bottom: 80px; }

.pt-0 {
	padding-top: 0; }

.pt-8 {
	padding-top: 8px; }

.pt-16 {
	padding-top: 16px; }

.pt-24 {
	padding-top: 24px; }

.pt-32 {
	padding-top: 32px; }

.pt-40 {
	padding-top: 40px; }

.pt-48 {
	padding-top: 48px; }

.pt-56 {
	padding-top: 56px; }

.pt-64 {
	padding-top: 64px; }

.pt-72 {
	padding-top: 72px; }

.pt-80 {
	padding-top: 80px; }

.pb-0 {
	padding-bottom: 0; }

.pb-8 {
	padding-bottom: 8px; }

.pb-16 {
	padding-bottom: 16px; }

.pb-24 {
	padding-bottom: 24px; }

.pb-32 {
	padding-bottom: 32px; }

.pb-40 {
	padding-bottom: 40px; }

.pb-48 {
	padding-bottom: 48px; }

.pb-56 {
	padding-bottom: 56px; }

.pb-64 {
	padding-bottom: 64px; }

.pb-72 {
	padding-bottom: 72px; }

.pb-80 {
	padding-bottom: 80px; }

@media only screen and (max-width: 1199px) {
	.mt-lg-0 {
		margin-top: 0 !important; }
	.mt-lg-8 {
		margin-top: 8px; }
	.mt-lg-16 {
		margin-top: 16px; }
	.mt-lg-24 {
		margin-top: 24px; }
	.mt-lg-32 {
		margin-top: 32px; }
	.mt-lg-40 {
		margin-top: 40px; }
	.mt-lg-48 {
		margin-top: 48px; }
	.mt-lg-56 {
		margin-top: 56px; }
	.mt-lg-64 {
		margin-top: 64px; }
	.mt-lg-72 {
		margin-top: 72px; }
	.mt-lg-80 {
		margin-top: 80px; }
	.mb-lg-0 {
		margin-bottom: 0 !important; }
	.mb-lg-8 {
		margin-bottom: 8px; }
	.mb-lg-16 {
		margin-bottom: 16px; }
	.mb-lg-24 {
		margin-bottom: 24px; }
	.mb-lg-32 {
		margin-bottom: 32px; }
	.mb-lg-40 {
		margin-bottom: 40px; }
	.mb-lg-48 {
		margin-bottom: 48px; }
	.mb-lg-56 {
		margin-bottom: 56px; }
	.mb-lg-64 {
		margin-bottom: 64px; }
	.mb-lg-72 {
		margin-bottom: 72px; }
	.mb-lg-80 {
		margin-bottom: 80px; }
	.pt-lg-0 {
		padding-top: 0; }
	.pt-lg-8 {
		padding-top: 8px; }
	.pt-lg-16 {
		padding-top: 16px; }
	.pt-lg-24 {
		padding-top: 24px; }
	.pt-lg-32 {
		padding-top: 32px; }
	.pt-lg-40 {
		padding-top: 40px; }
	.pt-lg-48 {
		padding-top: 48px; }
	.pt-lg-56 {
		padding-top: 56px; }
	.pt-lg-64 {
		padding-top: 64px; }
	.pt-lg-72 {
		padding-top: 72px; }
	.pt-lg-80 {
		padding-top: 80px; }
	.pb-lg-0 {
		padding-bottom: 0; }
	.pb-lg-8 {
		padding-bottom: 8px; }
	.pb-lg-16 {
		padding-bottom: 16px; }
	.pb-lg-24 {
		padding-bottom: 24px; }
	.pb-lg-32 {
		padding-bottom: 32px; }
	.pb-lg-40 {
		padding-bottom: 40px; }
	.pb-lg-48 {
		padding-bottom: 48px; }
	.pb-lg-56 {
		padding-bottom: 56px; }
	.pb-lg-64 {
		padding-bottom: 64px; }
	.pb-lg-72 {
		padding-bottom: 72px; }
	.pb-lg-80 {
		padding-bottom: 80px; } }

@media only screen and (max-width: 991px) {
	.mt-md-0 {
		margin-top: 0 !important; }
	.mt-md-8 {
		margin-top: 8px; }
	.mt-md-16 {
		margin-top: 16px; }
	.mt-md-24 {
		margin-top: 24px; }
	.mt-md-32 {
		margin-top: 32px; }
	.mt-md-40 {
		margin-top: 40px; }
	.mt-md-48 {
		margin-top: 48px; }
	.mt-md-56 {
		margin-top: 56px; }
	.mt-md-64 {
		margin-top: 64px; }
	.mt-md-72 {
		margin-top: 72px; }
	.mt-md-80 {
		margin-top: 80px; }
	.mb-md-0 {
		margin-bottom: 0 !important; }
	.mb-md-8 {
		margin-bottom: 8px; }
	.mb-md-16 {
		margin-bottom: 16px; }
	.mb-md-24 {
		margin-bottom: 24px; }
	.mb-md-32 {
		margin-bottom: 32px; }
	.mb-md-40 {
		margin-bottom: 40px; }
	.mb-md-48 {
		margin-bottom: 48px; }
	.mb-md-56 {
		margin-bottom: 56px; }
	.mb-md-64 {
		margin-bottom: 64px; }
	.mb-md-72 {
		margin-bottom: 72px; }
	.mb-md-80 {
		margin-bottom: 80px; }
	.pt-md-0 {
		padding-top: 0; }
	.pt-md-8 {
		padding-top: 8px; }
	.pt-md-16 {
		padding-top: 16px; }
	.pt-md-24 {
		padding-top: 24px; }
	.pt-md-32 {
		padding-top: 32px; }
	.pt-md-40 {
		padding-top: 40px; }
	.pt-md-48 {
		padding-top: 48px; }
	.pt-md-56 {
		padding-top: 56px; }
	.pt-md-64 {
		padding-top: 64px; }
	.pt-md-72 {
		padding-top: 72px; }
	.pt-md-80 {
		padding-top: 80px; }
	.pb-md-0 {
		padding-bottom: 0; }
	.pb-md-8 {
		padding-bottom: 8px; }
	.pb-md-16 {
		padding-bottom: 16px; }
	.pb-md-24 {
		padding-bottom: 24px; }
	.pb-md-32 {
		padding-bottom: 32px; }
	.pb-md-40 {
		padding-bottom: 40px; }
	.pb-md-48 {
		padding-bottom: 48px; }
	.pb-md-56 {
		padding-bottom: 56px; }
	.pb-md-64 {
		padding-bottom: 64px; }
	.pb-md-72 {
		padding-bottom: 72px; }
	.pb-md-80 {
		padding-bottom: 80px; } }

@media only screen and (max-width: 767px) {
	.mt-sm-0 {
		margin-top: 0 !important; }
	.mt-sm-8 {
		margin-top: 8px; }
	.mt-sm-16 {
		margin-top: 16px; }
	.mt-sm-24 {
		margin-top: 24px; }
	.mt-sm-32 {
		margin-top: 32px; }
	.mt-sm-40 {
		margin-top: 40px; }
	.mt-sm-48 {
		margin-top: 48px; }
	.mt-sm-56 {
		margin-top: 56px; }
	.mt-sm-64 {
		margin-top: 64px; }
	.mt-sm-72 {
		margin-top: 72px; }
	.mt-sm-80 {
		margin-top: 80px; }
	.mb-sm-0 {
		margin-bottom: 0 !important; }
	.mb-sm-8 {
		margin-bottom: 8px; }
	.mb-sm-16 {
		margin-bottom: 16px; }
	.mb-sm-24 {
		margin-bottom: 24px; }
	.mb-sm-32 {
		margin-bottom: 32px; }
	.mb-sm-40 {
		margin-bottom: 40px; }
	.mb-sm-48 {
		margin-bottom: 48px; }
	.mb-sm-56 {
		margin-bottom: 56px; }
	.mb-sm-64 {
		margin-bottom: 64px; }
	.mb-sm-72 {
		margin-bottom: 72px; }
	.mb-sm-80 {
		margin-bottom: 80px; }
	.pt-sm-0 {
		padding-top: 0; }
	.pt-sm-8 {
		padding-top: 8px; }
	.pt-sm-16 {
		padding-top: 16px; }
	.pt-sm-24 {
		padding-top: 24px; }
	.pt-sm-32 {
		padding-top: 32px; }
	.pt-sm-40 {
		padding-top: 40px; }
	.pt-sm-48 {
		padding-top: 48px; }
	.pt-sm-56 {
		padding-top: 56px; }
	.pt-sm-64 {
		padding-top: 64px; }
	.pt-sm-72 {
		padding-top: 72px; }
	.pt-sm-80 {
		padding-top: 80px; }
	.pb-sm-0 {
		padding-bottom: 0; }
	.pb-sm-8 {
		padding-bottom: 8px; }
	.pb-sm-16 {
		padding-bottom: 16px; }
	.pb-sm-24 {
		padding-bottom: 24px; }
	.pb-sm-32 {
		padding-bottom: 32px; }
	.pb-sm-40 {
		padding-bottom: 40px; }
	.pb-sm-48 {
		padding-bottom: 48px; }
	.pb-sm-56 {
		padding-bottom: 56px; }
	.pb-sm-64 {
		padding-bottom: 64px; }
	.pb-sm-72 {
		padding-bottom: 72px; }
	.pb-sm-80 {
		padding-bottom: 80px; } }

@media only screen and (max-width: 575px) {
	.mt-xs-0 {
		margin-top: 0 !important; }
	.mt-xs-8 {
		margin-top: 8px; }
	.mt-xs-16 {
		margin-top: 16px; }
	.mt-xs-24 {
		margin-top: 24px; }
	.mt-xs-32 {
		margin-top: 32px; }
	.mt-xs-40 {
		margin-top: 40px; }
	.mt-xs-48 {
		margin-top: 48px; }
	.mt-xs-56 {
		margin-top: 56px; }
	.mt-xs-64 {
		margin-top: 64px; }
	.mt-xs-72 {
		margin-top: 72px; }
	.mt-xs-80 {
		margin-top: 80px; }
	.mb-xs-0 {
		margin-bottom: 0 !important; }
	.mb-xs-8 {
		margin-bottom: 8px; }
	.mb-xs-16 {
		margin-bottom: 16px; }
	.mb-xs-24 {
		margin-bottom: 24px; }
	.mb-xs-32 {
		margin-bottom: 32px; }
	.mb-xs-40 {
		margin-bottom: 40px; }
	.mb-xs-48 {
		margin-bottom: 48px; }
	.mb-xs-56 {
		margin-bottom: 56px; }
	.mb-xs-64 {
		margin-bottom: 64px; }
	.mb-xs-72 {
		margin-bottom: 72px; }
	.mb-xs-80 {
		margin-bottom: 80px; }
	.pt-xs-0 {
		padding-top: 0; }
	.pt-xs-8 {
		padding-top: 8px; }
	.pt-xs-16 {
		padding-top: 16px; }
	.pt-xs-24 {
		padding-top: 24px; }
	.pt-xs-32 {
		padding-top: 32px; }
	.pt-xs-40 {
		padding-top: 40px; }
	.pt-xs-48 {
		padding-top: 48px; }
	.pt-xs-56 {
		padding-top: 56px; }
	.pt-xs-64 {
		padding-top: 64px; }
	.pt-xs-72 {
		padding-top: 72px; }
	.pt-xs-80 {
		padding-top: 80px; }
	.pb-xs-0 {
		padding-bottom: 0; }
	.pb-xs-8 {
		padding-bottom: 8px; }
	.pb-xs-16 {
		padding-bottom: 16px; }
	.pb-xs-24 {
		padding-bottom: 24px; }
	.pb-xs-32 {
		padding-bottom: 32px; }
	.pb-xs-40 {
		padding-bottom: 40px; }
	.pb-xs-48 {
		padding-bottom: 48px; }
	.pb-xs-56 {
		padding-bottom: 56px; }
	.pb-xs-64 {
		padding-bottom: 64px; }
	.pb-xs-72 {
		padding-bottom: 72px; }
	.pb-xs-80 {
		padding-bottom: 80px; } }

/*-------------------------------------------------------*/
/* Helper Classes
/*-------------------------------------------------------*/
/* Gradients / Overlays
-------------------------------------------------------*/
.full-overlay {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5); }

.bottom-gradient {
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, transparent 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */ }
	
.bottom-gradient-2 {
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, transparent 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */ }	

/* Section Dividers
-------------------------------------------------------*/
.top-divider {
	border-top: 1px solid #E3E4E8; }

.bottom-divider {
	border-bottom: 1px solid #E3E4E8; }

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
body.admin-bar .nav--sticky {
	top: 50px; }

.gallery-caption {
	display: block; }

img {
	height: auto; }

.alignnone {
	margin: 8px 20px 20px 0; }

.aligncenter,
div.aligncenter {
	display: block;
	margin: 8px auto 8px auto; }

.alignright {
	float: right;
	margin: 8px 0 20px 20px; }

.alignleft {
	float: left;
	margin: 8px 20px 20px 0; }

a img.alignright {
	float: right;
	margin: 8px 0 20px 20px; }

a img.alignnone {
	margin: 8px 20px 20px 0; }

a img.alignleft {
	float: left;
	margin: 8px 20px 20px 0; }

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center; }

.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,
.says {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden; }

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */ }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #E3E4E8;
	padding: 2px; }

.widget_recent_entries ul li a {
	color: #54555E; }
	.widget_recent_entries ul li a:hover {
		color: #2D95E3; }

.widget .recentcomments a {
	color: #54555E; }

/* Calendar */
#wp-calendar {
	width: 100%; }
	#wp-calendar th,
	#wp-calendar td {
		text-align: center; }
	#wp-calendar tbody td {
		line-height: 1; }
	#wp-calendar > tfoot > tr {
		border: 1px solid #E3E4E8; }
	#wp-calendar > tfoot > tr > td {
		border: 0; }

.post-password-form label > input {
	margin-bottom: 24px; }

.post-password-form label + input {
	line-height: 41px;
	font-size: 11px;
	padding: 0 24px;
	font-family: "Montserrat", sans-serif;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #000;
	color: #fff;
	position: relative;
	top: -2px;
	width: auto; }

/* Sticky Post */
.post.sticky .entry__title:before {
	content: '\e804';
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 12px;
	position: relative;
	top: -2px;
	font-size: 18px;
	color: #bbbbbb;
	max-height: 20px; }

/*-------------------------------------------------------*/
/* Article styles
/*-------------------------------------------------------*/
dt,
dd {
	padding: 10px 0;
	border-bottom: 1px solid #E3E4E8; }

/* Pagination */
.entry-pages {
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E3E4E8; }
	.entry-pages a {
		min-width: 12px;
		display: inline-block;
		text-align: center; }

.comment-navigation {
	margin: 20px 0; }
	.comment-navigation .nav-previous {
		float: left; }
	.comment-navigation .nav-next {
		float: right; }

.comment-respond {
	margin-top: 60px; }

/* Style rttheme
-------------------------------------------------------*/
.style-rttheme {
	font-family: "Poppins", sans-serif; }
	.style-rttheme h1, .style-rttheme h2, .style-rttheme h3, .style-rttheme h4, .style-rttheme h5, .style-rttheme h6 {
		letter-spacing: normal;
		font-family: "Poppins", sans-serif;
		font-weight: 600; }
	.style-rttheme .section-title,
	.style-rttheme .widget-title {
		font-weight: 700; }
	.style-rttheme .btn,
	.style-rttheme .nav__menu > li > a,
	.style-rttheme .trending-now__label,
	.style-rttheme .sidenav__menu-url,
	.style-rttheme .entry__meta-category,
	.style-rttheme .widget_tag_cloud a,
	.style-rttheme .entry__tags a,
	.style-rttheme .entry-date-label,
	.style-rttheme label {
		font-family: "Poppins", sans-serif; }
	.style-rttheme .nav__dropdown.active {
		background-color: #2D95E3; }
		.style-rttheme .nav__dropdown.active > a {
			color: #fff!important; }
.style-rttheme a:hover,.style-rttheme a:focus,.style-rttheme .entry__title:hover a{	color: #4776E6; }		
			

/* widget-games
-------------------------------------------------------*/
.widget-games a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 100px;
    width: 100%;
    padding: 25px 20px;
    position: relative;  transition: all 0.3s linear;
}


.widget-games a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #232323 0%, #232323 26%, rgba(37, 37, 37, 0.3) 100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}


.widget-games a:hover .overlay {
       background: linear-gradient(45deg, #4776E6 0%, #222 46%, rgba(37, 37, 37, 0.3) 100%);
}


.widget-games a:hover {
       background-position: left 60px center;  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.widget-games a .widget-block {
    position: relative;
    z-index: 3;
    display: table;
    width: 100%;
    height: 100%;
	
}



.widget-games a .widget-block .count {
     display: table-cell;
    vertical-align: middle;
    font-weight: 700;
float:left;
text-align:center;
    font-size: 27px;
    color: rgba(255, 255, 255, 0.5);
	width:45px;
	height:45px;
 	border-radius: 50% 50% 50% 50%;
	line-height:40px;
	
	 transition:  .2s ease-in-out;
	 	
	    margin-left:-10px;

}
.widget-games a:hover .widget-block .count {
    margin-left:0;
	border:2px solid rgba(255, 255, 255, 0.5);   -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.widget-games a .widget-block .count:before { transition: .2s ease-in-out; margin-left:-10px;}

.widget-games a:hover .widget-block .count:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 5px;
  bottom: 5px;
  width:45px;
	height:45px;
	border-radius: 50% 50% 50% 50%;
  border: 5px solid rgba(255, 255, 255, 0.3); margin-left:0; 
  
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms; 
}

.widget-games a .widget-block .description {
    display: table-cell;
    vertical-align: middle;
    padding-left: 14px;
    text-align: left;
    width: 95%
}

.widget-games a .widget-block h5 {
    line-height: 22px;
    color: #fff;
	font-size:16px;
    margin-bottom: 0;
    margin-top: -5px;
	max-height:47px;
	overflow:hidden;
}

.widget-games a .widget-block .date {
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5)
}


.widget-games-cat a .widget-block h5 {
    margin-top:5px;
	font-size:20px;
font-weight:800;
text-align:center; background:rgba(0,0,0,0.1); padding:10px; border-radius:6px; display:inline-block;
}

.widget-games-cat a:hover .effect-shine {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}
.effect-shine-ak {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.7) 30%, #000 50%, rgba(0,0,0,.7) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

.widget-games-cat a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #232323 0%, #232323 26%, rgba(37, 37, 37, 0.3) 100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}


.widget-games-cat a:hover .overlay {
       background: linear-gradient(45deg, #4776E6 0%, #4776E6 46%, rgba(0, 0, 0, 0.3) 100%);
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0,0,0,0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0,0,0,0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0,0,0,0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0,0,0,0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0,0,0,0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0,0,0,0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


.bor-circ {
position:relative;
 width:8px;
 height:8px;
 line-height:8px;
 text-align:center;
 background:#4776E6;
 z-index:2;
 float:left;
  top: 11px;
  left: 0;
 margin-right:10px; 
  border-radius:100%;
}

.bor-circ:before {  transition:  all .2s ease-in-out;  opacity:1;   content: " ";
  position: absolute;
  z-index: 3;
  top: -5px;
  left: -5px;
  right: 0;
  bottom: 0;
  width:18px;
 height:18px;
border: 3px solid #8180f1;
 border-radius:100%;
}

.stitlecirc { display:inline-block;   vertical-align:4px; margin-right: 10px;}
.circle-small-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.circle-small-pr {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #4776E6;
    -webkit-box-shadow: 0 0 8px 2px #8180f1;
            box-shadow: 0 0 8px 2px #8180f1;  }

@-moz-keyframes spin { }
@-webkit-keyframes spin {  }
@keyframes spin { 
0% {}
25% {   background: #f56348; box-shadow: 0 0 8px 2px #f56348;}
50% {  background: #4776E6; box-shadow:0 0 8px 2px  #8180f1;}
75% {   background: #f56348; box-shadow: 0 0 8px 2px #f56348;}
100% { background: #4776E6;  box-shadow: 0 0 8px 2px #8180f1; }

 }

.stitle:hover .circle-small-pr,.widget:hover .circle-small-pr,.singleinf:hover .circle-small-pr,.malinky-load-more__button:hover .circle-small-pr{ animation: spin 8s infinite;  }


.malinky-load-more__button .stitlecirc {
vertical-align:2px;

}	

.post-tstick .stitlecirc  {

vertical-align:2px;

}
.post-tstick .circle-small-pr  {
animation: spin 8s infinite; 
 width:5px;
 height:5px;

}



.hov-dis {opacity: 0.5; transition: all 0.5s ease-in-out;   }
.singleinf:hover .hov-dis {opacity:1; }

.pop-chart {
position:absolute;
 width:30px;
 height:30px;
 border-radius:30px;
 line-height:30px;
 text-align:center;
 background:#2245B7;
 top:-5px;
 left:-10px;
 z-index:2;
 
}
.pop-chart span {font-size:20px; color:#fff; font-weight:800;}


.pop-chart:before {  transition:  all .2s ease-in-out;  opacity:1;   content: " ";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:30px;
 height:30px;
 border-radius:30px;
 line-height:30px;
	border-radius: 100%; border: 3px solid #fff;
}

.pop-chart.pop-chart-1 {background: #e8b61e; }
.pop-chart.pop-chart-2 {background: #f56348;}

  
 .entry:hover .pop-chart:before,li.post-list-small__item:hover .pop-chart:before, .card:hover .pop-chart:before {

  opacity:1;
}



.single-post-info {
    margin-top: 15px;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    color: #999
}

.single-post-info span {
    display: table-cell
}

.single-post-info .meta-view{float:right; margin-left:10px; color:#4776E6;text-align:right;font-size:24px;margin-top: 0}
.single-post-info .meta-view span {display:block; font-size:13px; margin-top:-5px;}

.single-post-info .meta-comments{float:right; margin-left:10px; color:#888;text-align:right;font-size:24px;margin-top: 0; border-right:1px solid #eee; padding-right:15px; margin-right:5px;}
.single-post-info .meta-comments span {display:block; font-size:13px; margin-top:-5px;}


.user-info {
    font-family: inherit;
    float: left;
    width: 70%
}

.user-info .avatar {
    margin-right: 10px;
    float: left
}

.user-info .avatar img {
    width: 45px;
    height: 45px
}

.user-info .meta-info {
    width: 100%;
    position: relative
}

.user-info .meta-info .single-post-info__author {
    color: #4776E6;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.user-info .meta-info .single-post-info__author:hover {
    color: #555
}

.user-info .meta-info .meta-detail {
    display: block;
    color: #888;
    font-size: 14px;
    margin-top: 4px
}

.single-post-info .item_category a {
    float: left;
    display: inline-block;
    background-color: #eee;
    padding: 3px 6px;
    font-size: 11px;
    line-height: 14px;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
	border-radius:4px;
	font-weight:600!important;
}

.single-post-info .item_category a:hover {
    background-color: #4776E6;
    color: #fff!important;
}

.single-post-info__date {font-size:12px;}

.single-post-info__line {
    display: inline-block;
    padding: 0 2px
}
.label {
    position: relative;
    display: inline-block;
    padding: 2px 5px;
    font-size: 65%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
	opacity:0;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.meta-info:hover .label  {opacity:1;}

.label-editor {
    background-color: #4776E6
}

.label-admin {
    background-color: #d9534f
}


/*-------------------------------------------------------*/
/* 3-col-post
/*-------------------------------------------------------*/
.stil-3c .row {  margin-right: 0;
margin-left: 0; }
.rt-3c1-inloop .row {  margin-right: 0; }

.rt-3c1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 655px) !important;
          flex: 0 0 calc(100% - 655px) !important;
  max-width: calc(100% - 655px);
  padding-right:15px!important; 
  padding-top:20px;
   padding-bottom:20px;
}

.rt-3c2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px !important;
          flex: 0 0 330px !important;
  max-width:330px;
  padding-right:15px!important; 
  padding-left:15px!important; 
  	border-left:1px solid #eee;
	  padding-top:20px;
	     padding-bottom:20px;
}
 
.rt-3c3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 315px !important;
          flex: 0 0 315px !important;
  max-width: 315px;
  padding-left:15px!important; 
  	border-left:1px solid #eee;
	  padding-top:20px;
	     padding-bottom:20px;
}

.rt-3c1-st2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 630px) !important;
          flex: 0 0 calc(100% - 630px) !important;
  max-width: calc(100% - 630px);
   padding-right:15px!important; 
  padding-left:15px!important; 
  	border-left:1px solid #eee;
  padding-top:20px;
     padding-bottom:20px;
}

.rt-3c2-st2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 315px !important;
          flex: 0 0 315px !important;
  max-width:315px;
  padding-right:15px!important; 
	  padding-top:20px;
	     padding-bottom:20px;
}
 

 
 .w-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  max-width: 50%;
  padding:0.5%; 
}
.w-33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3% !important;
          flex: 0 0 33.3% !important;
  max-width: 33.3%;
  padding:0.5%; 
}

.w-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
  max-width: 25%;
  padding:0.3%; 
}



	
/*  post-pagination
/* ------------------------------------ */
.post-pagination {
    overflow: hidden;
    display: block;
    padding: 10px 0;
	border-top:1px solid #eee;
}
.post-pagination i {
    margin-right:5px;
}

.post-pagination span {
    padding: 0 10px; min-width:30px; text-align:center;
    margin: 0 5px 0 0;
    line-height: 30px;
    font-size: 13px;
    font-weight: 800;
     color: #fff;
     background: #4776E6;
    text-decoration: none; display: inline-block;
}

.post-pagination a span,.post-pagination span a  {
    color: #fff!important;
    
	
}



.post-pagination a span:hover,.post-pagination span a:hover {
    color: #fff;
    
}



.malinky-ajax-pagination-loading{display:none;margin:15px 0;text-align:center;}
.malinky-ajax-pagination-loading img{width:50px;height:50px}
.malinky-load-more{text-align:center; }
.malinky-load-more__button-disable{pointer-events:none}
.malinky-load-more__button {
	clear:both; 
	margin-top:30px;
	border:1px solid #eee;
	padding:10px 15px; 
	border-radius:6px; 
	background:#fff;
	font-size:14px;
	font-weight:800;
	color:#444;
	text-transform:uppercase;position:relative;
	}
	

	
 a.malinky-load-more__button:hover,a.malinky-load-more__button:focus{
	color:#222;
	}
	
	
.post-navigation {opacity:0;}
	
/** ------------------------------------------
* Bootstrap MENU LABEL
* ------------------------------------------ */
.item-with-label > a {
  position: relative; }

span.menu-label {
  color: white;
  line-height: 12px;
  letter-spacing: .3px;
  font-size: 9px;
  font-weight: 600; }

.menu-label {
  position: absolute;
  bottom: 75%;
  white-space: nowrap;
  z-index: 1;
  opacity: 0;
  display: inline-block;
  margin-left: -20px;
  padding: 2px 4px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s ease, color .25s ease, background-color .25s ease;
  transition: opacity 0.3s ease, color .25s ease, background-color .25s ease; }
  .menu-label:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 7px 0 0;
    border-top-color: transparent;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important; }

.menu-label-black {
  background-color: black;
  color: white; }
  .menu-label-black:before {
    border-color: black; }

.menu-label-grey {
  background-color: #ECECEC;
  color: #333333; }
  .menu-label-grey:before {
    border-color: #ECECEC; }

.menu-label-orange {
  background-color: #fbbc34; }
  .menu-label-orange:before {
    border-color: #fbbc34; }

.menu-label-blue {
  background-color: #00A1BE; }
  .menu-label-blue:before {
    border-color: #00A1BE; }

.menu-label-white {
  background-color: white;
  color: #4776E6!important; }
  .menu-label-white:before {
    border-color: white; }

.menu-label-red {
  background-color: #D41212; }
  .menu-label-red:before {
    border-color: #D41212; }

.menu-label-green {
  background-color: #65B32E; }
  .menu-label-green:before {
    border-color: #65B32E; }
	
.menu-label-purple {
  background-color: #663399; }
  .menu-label-purple:before {
    border-color: #663399; }	

.document-ready .menu-label {
  opacity: 1; }



/** ------------------------------------------------------------------------------------------------
*  Bootstrap NAVIGATION /
* ------------------------------------------------------------------------------------------------ */
.sub-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 380;
  text-align: left;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }
  .sub-menu-dropdown.color-scheme-light {
    background-color: #101010; }
  .whb-col-right .menu-simple-dropdown .sub-menu-dropdown, .top-bar-right .sub-menu-dropdown, .right-column .sub-menu-dropdown {
    left: auto;
    right: 0; }

.menu-simple-dropdown .sub-menu-dropdown,
.menu-simple-dropdown .sub-sub-menu {
  width: 200px;
  padding-top: 0;
  padding-bottom: 0; top: 116%;    z-index: 999999!important;}
.menu-simple-dropdown .sub-menu-dropdown > .container {
  width: auto;
  padding: 0; }
.menu-simple-dropdown .sub-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }
.menu-simple-dropdown ul li {
  display: block;
  position: relative;
  margin-bottom: 0; }
  .menu-simple-dropdown ul li a {
    display: block;
    position: relative;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px; }
  .menu-simple-dropdown ul li:last-child > a {
    border-bottom: none; }
.menu-simple-dropdown .menu-item-has-children > a {
  padding-right: 30px; }
  .menu-simple-dropdown .menu-item-has-children > a:after {
    content: "\f105";
    position: absolute;
    color: rgba(82, 82, 82, 0.45);
    right: 20px;
    top: 50%;
    margin-top: -7px;
    line-height: 14px;
    font-family: "FontAwesome"; }
.menu-simple-dropdown .color-scheme-light .sub-sub-menu {
  background-color: #101010; }

.menu-item-design-sized .sub-menu-dropdown {
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px; }
  .menu-item-design-sized .sub-menu-dropdown > .container {
    width: auto;
    padding: 0; }

.menu-item-design-full-width .sub-menu-dropdown {
  width: 100vw;

  padding-top: 30px; }
.platform-Windows .menu-item-design-full-width .sub-menu-dropdown {
  padding-left: 17px; }
  
  .menu-mega-dropdown .sub-menu-dropdown {
	  margin:15px 0 0 0;
  padding:0;
  box-shadow:0px 10px 20px 0 rgba(111,111,111,0.35),0px 10px 10px -5px rgba(111,111,111,0.2); }  
 .menu-mega-dropdown .sub-menu-dropdown  .sub-menu {padding:30px;}

.menu-mega-dropdown .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .menu-mega-dropdown .sub-menu > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px; }
.menu-mega-dropdown .vc_row .sub-menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }


.mega-menu-list > li > a {
  color: #2d2a2a; }
.mega-menu-list .sub-sub-menu li a {
  color: #777777; }
.color-scheme-light .mega-menu-list > li > a {
  color: white; }
  .color-scheme-light .mega-menu-list > li > a:hover, .color-scheme-light .mega-menu-list > li > a:focus {
    color: rgba(255, 255, 255, 0.8); }
.color-scheme-light .mega-menu-list .sub-sub-menu li a {
  color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .mega-menu-list .sub-sub-menu li a:hover, .color-scheme-light .mega-menu-list .sub-sub-menu li a:focus {
    color: white; }


.main-nav {line-height:60px;padding-left:0; margin-top:-2px;}

.main-nav .menu {
 position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center; }
	  		  
.main-nav .menu li {
 	position: relative; margin-left:2px; }		

			.main-nav .menu li.item-level-0.current-menu-item a:before,
			.main-nav .menu li.item-level-0:hover a:before {
				 width: 50px; left:5%; }
	

  		  
  .main-nav .menu li.item-level-0 > a {

			color: #fff;
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
			padding: 0 12px;
			display: block;
			position: relative;
			line-height: 48px;  }

			.main-nav .menu li.item-level-0 > a:hover {
				color: #222; }
		
			.main-nav .menu li.item-level-0 > a:before {
				content: '';
				display: block;
				position: absolute;
				width: 0;
				height: 2px;
				bottom: -7px;
				left: 0;
				right: 0;
				margin: 0 auto;
				background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
				-webkit-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out; border-radius:6px; }

 
	  
  .main-nav .menu li a i {
    margin-right: 7px;
    font-size: 115%; }
	
	
.main-nav .category-icon {
  max-height: 18px;
  height:18px;
  display: inline-block;
  margin-right: 7px;
margin-left:-2px;   }

  
  .main-nav .item-level-0 > a .menu-label {
    left: calc(100% - 30px);
    margin-left: 0; }
.main-nav .item-level-0.menu-item-has-children {
  position: relative; }
  .main-nav .item-level-0.menu-item-has-children > a {
    position: relative; }
    .main-nav .item-level-0.menu-item-has-children > a:after {
      content: "\f107";
      margin-left: 4px;
      font-size: 100%;
      font-style: normal;
      color: #fff;
      font-weight: normal;
      font-family: "FontAwesome";
	  line-height:46px; }
	.main-nav .item-level-0.menu-item-has-children:hover > a:after {  
	  color: #fff;
	 }  
	  
    .main-nav .item-level-0.menu-item-has-children > a .menu-label {
      left: calc(100% - 38px); }
.main-nav.menu-center {
  text-align: center; }
.main-nav.menu-right {
  text-align: right; float:right; }
.main-nav.menu-left {
  text-align: left; }
  
  .main-nav .menu li.item-level-0 > a {	transition: all 0.4s ease-in-out;}
 
.item-level-1 a {color:#222!important; font-weight:600;} 
  
.main-nav .menu li.item-level-0 > a:hover {color: #fff!important;   border-radius:6px;  }
 
 .site-mobile-menu li.current_page_item > a,
 .site-mobile-menu .sub-menu li.current_page_item > a {color: #222!important;   border-radius:6px;  }
 

.sub-menu li.item-level-1 a:hover { background:#fbfbfb;  box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important }

.sub-menu li.item-level-1 a {color:#222!important; font-weight:600;}


  .main-nav .item-level-0.callto-btn {
    margin-left: 10px;
    margin-right: 10px; }
    .main-nav .item-level-0.callto-btn > a {
      height: auto;
      font-size: 13px;
      line-height: 18px;
      padding: 12px 20px;
      color: #fff;
      display: inline-block;
      position: relative;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: .3px;
      border-radius: 0;
      border-width: 0;
      border-style: solid;
      border-color: transparent;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-shadow: none;
      text-decoration: none;
      vertical-align: middle;
      cursor: pointer;
      -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease,  box-shadow 0.25s ease, opacity 0.25s ease;
      -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0.25s ease;
      transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0.25s ease;
      transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease,  opacity 0.25s ease;
      transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease,  opacity 0.25s ease,  -webkit-box-shadow 0.25s ease; }
      .main-nav .item-level-0.callto-btn > a:hover, .main-nav .item-level-0.callto-btn > a:focus {
        -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
                box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
        color: #ffffff; }
      .main-nav .item-level-0.callto-btn > a:hover {
        text-decoration: none; }
      .main-nav .item-level-0.callto-btn > a:focus {
        outline: none; }
      .main-nav .item-level-0.callto-btn > a:after {
        content: none; }
      .main-nav .item-level-0.callto-btn > a span:not(.menu-label):after {
        content: none; }
    .main-nav .item-level-0.callto-btn:hover > a {
      color: white !important; }



.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999!important;
  width: 300px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-transition: transform .25s ease;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  transform: translate3d(-300px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0); }


  .whb-enabled .mobile-nav {
    display: block; }
  .mobile-nav.slide-from-right {
    left: auto;
    right: 0;
    transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0); }
  .act-mobile-menu .mobile-nav {
    transform: none;
    -webkit-transform: none; }

.site-mobile-menu li {
  display: block;
  position: relative; }
  .site-mobile-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #2d2a2a;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2); }
    .site-mobile-menu li a .category-icon {
      max-height: 19px;
	  height: 19px;
      margin-right: 7px; }
    .site-mobile-menu li a i {
      font-size: 115%;
      margin-right: 7px; }
  .site-mobile-menu li:active > a, .site-mobile-menu li:focus > a, .site-mobile-menu li.opener-page > a {
    color: #2d2a2a;
    background-color: rgba(0, 0, 0, 0.04); }
  .site-mobile-menu li.menu-item-has-children > a {
    padding-right: 60px; }
.site-mobile-menu .sub-menu-dropdown {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  visibility: visible;
  opacity: 1;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: visible;
  pointer-events: unset;
  -webkit-transform: none;
          transform: none; }
  .site-mobile-menu .sub-menu-dropdown:after {
    content: none; }
  .site-mobile-menu .sub-menu-dropdown .container {
    width: auto;
    padding-left: 0;
    padding-right: 0; }
.site-mobile-menu .sub-menu,
.site-mobile-menu .sub-sub-menu {
  display: none; }
.site-mobile-menu .sub-menu li a {
  font-size: 14px;
  color: #777777;
  text-transform: none; }
.site-mobile-menu .sub-menu li:active > a, .site-mobile-menu .sub-menu li:focus > a, .site-mobile-menu .sub-menu li.opener-page > a {
  color: #2d2a2a; }
.site-mobile-menu .menu-item-has-children:after {
  content: none; }

	
.mobile-nav-tabs {
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(129, 129, 129, 0.2); }
  .mobile-nav-tabs:after {
    content: "";
    clear: both;
    display: block; }
  .mobile-nav-tabs > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .mobile-nav-tabs .mobile-tab-title {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 18px 15px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #909090;
    -webkit-transition: background-color 0.25s ease,  color 0.25s ease;
    transition: background-color 0.25s ease,  color 0.25s ease; }
    .mobile-nav-tabs .mobile-tab-title:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: -1px;
      width: 0;
      height: 2px;
      transition: width 0.25s ease;
      -webkit-transition: width 0.25s ease; }
  .mobile-nav-tabs .mobile-pages-title:after {
    left: auto;
    right: 0; }
  .mobile-nav-tabs .active {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333333; }
    .mobile-nav-tabs .active:after {
      width: 100%; }
  

.mobile-menu-tab {
  display: none;
  animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease; }
  .mobile-menu-tab.active {
    display: block; }

.icon-sub-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #2d2a2a;
  border-left: 1px solid rgba(129, 129, 129, 0.2);
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.25s ease,  color 0.25s ease;
  transition: background-color 0.25s ease,  color 0.25s ease; }
  .icon-sub-menu:after {
    content:"\f054";
    font-family: "fontawesome";
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: transform 0.25s ease;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .icon-sub-menu.up-icon {
    color: white; }
    .icon-sub-menu.up-icon:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
	  


/** ------------------------------------------
* Bootstrap CLOSE MOBILE MENU
* ------------------------------------------ */
.rtmag-close-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity .25s ease,  visibility 0s ease .25s;
  transition: opacity .25s ease,  visibility 0s ease .25s; }
  .rtmag-dark .rtmag-close-side {
    background-color: rgba(0, 0, 0, 0.8); }

.act-mobile-menu .rtmag-close-side,
.rtmag-show-hidden-sidebar .rtmag-close-side {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s ease,  visibility 0s ease;
  transition: opacity .25s ease,  visibility 0s ease; }
	


/* ------------------------------------------------------------------------------------------------
* Bootstrap EXTEND Mobile Menu
* ------------------------------------------------------------------------------------------------ */
 .rtmag-burger-icon, .rtmag-shopping-cart > a {
  padding-left: 10px;
  padding-right: 10px; }

.menu-mega-dropdown .sub-menu > li > a, .mega-menu-list > li > a {
  display: block;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;}
  .menu-mega-dropdown .sub-menu > li > a .category-icon, .mega-menu-list > li > a .category-icon {
    margin-top: -2px; }
  .menu-mega-dropdown .sub-menu > li > a .menu-label, .mega-menu-list > li > a .menu-label {
    margin-bottom: 7px; }

.menu-mega-dropdown .sub-sub-menu li a, .mega-menu-list .sub-sub-menu li a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 0; }
  .menu-mega-dropdown .sub-sub-menu li a .menu-label, .mega-menu-list .sub-sub-menu li a .menu-label {
    margin-bottom: -2px; }

 .sub-menu-dropdown,
 .menu-simple-dropdown .sub-sub-menu{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s ease,  visibility .2s ease, transform .2s ease;
  -webkit-transition: opacity .2s ease,  visibility .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease,  visibility .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease,  visibility .2s ease, transform .2s ease;
  transition: opacity .2s ease,  visibility .2s ease, transform .2s ease,  -webkit-transform .2s ease; }

  .sub-menu-dropdown:after, 
  .menu-simple-dropdown .sub-sub-menu:after{
    content: "";
    position: absolute; }

  .browser-Safari .sub-menu-dropdown, 
  .browser-Safari .menu-simple-dropdown .sub-sub-menu,
  .menu-simple-dropdown .browser-Safari .sub-sub-menu {
    visibility: visible; }

 .sub-menu-dropdown {
  margin: 0;
  -webkit-transform: translateY(15px) translateZ(0);
          transform: translateY(15px) translateZ(0); }
 .sub-menu-dropdown:after {
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0;
    width: auto;
    height: 15px; }

 .item-event-hover:hover > .sub-menu-dropdown, 
 .item-menu-opened > .sub-menu-dropdown,
 .menu-simple-dropdown ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  pointer-events: unset;
  -webkit-transform: none;
          transform: none; }
  

 .site-mobile-menu li a .menu-label {
  position: static;
  margin-left: 5px;
  opacity: 1; }
 .site-mobile-menu li a .menu-label:before {
    content: none; }





 .mobile-nav-tabs .mobile-tab-title:after, 
 .icon-sub-menu.up-icon,.callto-btn{background-color: #222; }


/** ------------------------------------------------------------------------------------------------
* MAX-WIDTH: 992px Mobile menĂ¼ responsive
* ------------------------------------------------------------------------------------------------ */

@media (max-width: 1024px) {
  /**  MAIN HEADER  **/
  .document-ready .mobile-nav {
    display: block; }

	.entry-title { font-size: 36px; }

  .main-header .main-nav {
    display: none; }


  .mobile-nav-icon:not(.whb-mobile-nav-icon) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

}


/** ------------------------------------------------------------------------------------------------
* MAX-WIDTH: 992px Mobile menĂ¼ responsive
* ------------------------------------------------------------------------------------------------ */
.side-pop {padding:30px;}


/* Nav Icon Toggle
-------------------------------------------------------*/
.nav-icon-toggle,.mobile-nav-icon {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin-right: 20px;
	overflow: visible; }
	.nav-icon-toggle:focus,.mobile-nav-icon:focus {
		outline: none; }
	.nav-icon-toggle__box{
		width: 18px;
		height: 20px;
		position: relative;
		display: block; }
	.nav-icon-toggle__inner {
		display: block;
		top: 50%;
		margin-top: -1px;
		margin-left: 3px;
		width: 15px; }
	.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
		height: 2px;
		background-color: #fff;
		position: absolute;
		-webkit-transition: 0.2s all;
		transition: 0.2s all; }
	.nav-icon-toggle:hover .nav-icon-toggle__inner,
	.nav-icon-toggle:hover .nav-icon-toggle__inner:before,
	.nav-icon-toggle:hover .nav-icon-toggle__inner:after {
		background-color: #3E3EDD; }
	.nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
		content: "";
		display: block;
		margin-left: -3px; }
	.nav-icon-toggle__inner:before {
		top: -6px;
		width: 18px; }
	.nav-icon-toggle__inner:after {
		bottom: -6px;
		width: 18px; }
		
.mobile-nav-icon {display:none;}	
.mobile-nav-icon.mobile-nav-icon-bg {text-align:center; display:block;overflow:hidden;background:#eee;color:#222;width:100%;padding:10px;}	
@media only screen and (max-width: 991px) {	
.mobile-nav-icon {display:block;}	
.btn-m-search {background:#fff; color:#222; width:50px; height:44px!important; line-height:20px; margin-top:1px; border-left:1px solid #eee;}
}	



/* Comments
/*-------------------------------------------------------*/
@media only screen and (min-width: 576px) {
	.comment .children {
		padding-left: 8%; } }

.comment-list > li:first-child > .comment-body {
	border-top: 0;
	padding-top: 0; }

.comment-body {
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-text {
	overflow: hidden; }
	.comment-text p {
		margin-bottom: 10px; }

.comment-avatar {
	float: left;
	margin-right: 20px;
	display: block;
	border-radius: 50%;
	overflow: hidden; }

.comment-author {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 8px; }

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

.comment-date, .comment-edit-link {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #83858F; }

.comment-edit-link {
	margin-left: 5px;
	margin-bottom: 0;
	color: #606c88; }

.comment-reply {
	color: #171821;
	font-weight: 600; }
	.comment-reply:hover {
		color: #606c88; }

/* Comment Form
/*-------------------------------------------------------*/
.comment-form p {
	margin: 0; }

.comment-respond {
	margin-top: 20px; }
	

/*-------------COMMENTS SECTION-------------*/
.comment-form-cookies-consent {position:relative; display:block; clear:both; width:100%; float:none;}
.comment-wrap {padding:0 15px; }
.btn-comment {display:block; font-weight:600;}

#comments form input,#comments form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
	line-height: inherit;
	padding: 8px 13px;
	width: 100%;
}
input:focus, textarea:focus {
	border-color: #aaa;
}

.comment-respond textarea {
	height:80px!important; 
}


#comments {padding:0 ; margin:0;   }
.comments-wrap {border-top:2px solid #eee;}
.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
	clear:both;
	display:block;
}
.commentlist >li {
    list-style: none;
	margin:20px 0; 
	padding: 10px 30px;

	border:1px solid #eee;
	border-radius:6px;
z-index:1; 
}
.fn.comment-author {
 	color: #555555;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
	line-height: 1;
}
.fn.comment-author .url {
    line-height: 1.5;
}
.comment-inner.clearfix {
    float: left;
    padding-left: 20px;
    width: 87%;
}
.comment-author.vcard {
    float: left;
    width: 8%;
	margin-right:20px;
}
.comment-author.vcard .fn {
  color:#000; 
  font-weight:800;
  font-size:10px;
  border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
  font-style:normal; 
    background:#4776E6; 
		padding:1px 8px;
  color:rgba(0,0,0,0.65); 
  display:block; 
  text-align:center;
text-transform:uppercase; 
	position:absolute;
	min-width:57px;
	text-align:center;
	top:-11px;
	left:81px;
	z-index:9999!important;
}

.comment-author.vcard .fn a{  color:rgba(0,0,0,0.65);}

.comment-author-admin .comment-author.vcard .fn {  color:#fff;      background:#222; }


#comments .children  {margin:0; padding:0; margin-top:40px;}
#comments .children li { background:#fff; border:1px solid #eee; padding:10px 20px; margin-bottom:20px; 
border-radius:6px;
}
  
  #comments .children li .children li{background:rgba(0, 0, 0, 0.1);    border-top: 2px solid rgba(0, 0, 0, 0.1);}



.commentlist .children{list-style:none;}
.comment-meta a {
    font-weight: bold;

	font-size:10px;
	color:#36393f;
}
.comment-meta .comment-edit-link {
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: normal;
    padding: 0 7px; 
}
.comment-meta.commentmetadata {
    display: block;
    overflow: hidden;
	margin-bottom:5px;
	position:absolute;
	top:-5px;
	right:0;
	color:#aaa;
}
.commentlist .avatar {

    border-radius:6px;
    padding: 3px;
}
.commentlist li.comment {
    display: block;
    overflow: hidden;
}
.comment-body {
position:relative;
	border-top:0;
    margin-bottom: 15px;
	z-index:1; min-height:90px;
}

.comment-body p{
   padding-left:80px;
font-size:14px; color:#555;
}

.comment-reply-link {
    float: right;
	font-size:13px;
	color:#aaa;
	position:absolute;
	bottom:-25px;
	right:0;   opacity:0;  background:rgba(0, 0, 0, 0.1); 
	padding:1px 8px; transition: all 0.4s ease-in-out;
}
.commentlist li .comment-body:hover .comment-reply-link {
opacity:1;
}



.full-size-img {width:100%; height:auto;}
.bypostauthor .fn.comment-author:after {
    content: "\f007";
    background: #fafafa none repeat scroll 0 0;
    border-radius: 100px;
    color: #606c88;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    margin-left: 3px;
    text-align: center;
    width: 23px;
}
#reply-title,.collapse-comment {
	 display: block;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    position: relative;
	font-weight:600;
	padding:20px;
color:#222; background:#fafafa;
	text-transform:uppercase; 

	  font-family: 'poppins', sans-serif;
	  border-bottom:1px solid #eee; 
	  display:none;
}

.pagination-comment {
    text-align: right;
    text-transform: uppercase;
}
.pagination-comment .page-numbers.current {
    background: #ccc;
    color: #fff;
    border-color: #ccc;
}
.pagination-comment .page-numbers {
    display: inline-block;
    padding: 7px 12px;
    line-height: 1;
    border: 1px solid;
    font-size: 13px;
}
.comment-form label {
    display: block;

	font-size: 14px; font-weight:600; color:#555;
    text-transform: uppercase; margin:20px 0 10px 0;
}

.form-submit {margin-bottom:20px;}
.form-submit #submit,.spoiler-btn {  margin-top:20px;
    background: rgba(0,0,0,0.1);
	border:none!important;
	color: #fff;
	float:right;
	font-weight: bold;
	font-size: 14px;
	font-weight:800;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-transform: uppercase;
	text-align: center;
	text-transform: uppercase;
	width: 60%;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	border-radius:6px; 
}
.form-submit #submit {
 background: #4776E6;
}
.spoiler-btn {float:left; 	padding: 13px 20px;  width: calc(100% - 65%);}

.form-submit #submit:hover,.spoiler-btn:hover{
	opacity:0.8; 
}
.comment-top > span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
p.logged-in-as {display:none;}

.comment-form-author{float:left; width:48%; }
.comment-form-email {float:right; width:48%; }

.com-col-btn {background:#f7f7f7; border:1px solid #eee;text-align:center; padding:15px; border-radius:6px; font-weight:800; color:#222; }
.com-col-btn:hover {background:#fafafa; }


/*-------------------------------------------------------*/
/* user/login
/*-------------------------------------------------------*/
.btn-sp { margin-right:10px; padding-right:5px; margin-top:-2px;}
.js-signin-modal-trigger {padding-right:5px; margin-right:5px;}
.js-signin-modal-trigger button {position:relative; font-size: 21px;  background:transparent; border:none;  color:#fff;}
span.login-user-btn {position:absolute; top:15px; left:0; content:''; background:#fff; height:6px; width:6px; border-radius:100%; z-index:1;}
span.login-user-btn.user-online-btn {background:#fff;}

span.login-user-btn:before  {
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  background-color: #fff;
  border-radius: 100%; 
z-index:-1;
  animation: pulse 2s infinite; 
  will-change: transform;
}

span.login-user-btn.user-online-btn:before  {
  background-color: #fff;

}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
 }
 

/** ------------------------------------------------------------------------------------------------
* profil
* ------------------------------------------------------------------------------------------------ */

 
.puser-info-wrap {display:Block; clear:Both; background:#fafafa; padding:20px; margin-bottom:30px; border-bottom:3px solid #eee;}
.puser-avatar {width:150px;  float:left; }
.puser-info-body { float:left; width:calc(100% - 150px); padding-left:30px;}

.profil-yazilar li,.profil-yorumlar li{ border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:15px; }
.profil-yazilar li a,.fep-nav a,.profile-nav li a.nav-link{color:#222; font-weight:600;}

.profile-nav {border-bottom:1px solid #eee; padding-bottom:20px; height:50px;}
.profile-nav li a{width:33.3%; float:left; padding:15px; }
.profile-nav li a.nav-link.active {background: linear-gradient(to bottom, #222 0%, #333 100%); color:#fff;}

.profil-smedia li {display:inline-block; padding:5px; }
.profil-smedia li a {color:#222; font-size:18px; font-weight:700;}
#fep-featured-image-link {color:#555;  font-weight:600;}
#fep-featured-image-link:before {	
font-family: 'fontawesome';
	content:"\f0ee";clear:both; display:Block; font-size:40px; color:#777;}
 #fep-featured-image { margin-bottom:15px; text-align:center;  padding:30px; background:#f7f7f7; border:1px solid #eee; max-width:300px; width:auto;}
 
 
 	
.post-in-single-1-holder{
	width: 60px;
	float: left;

	margin-right: 16px; }	

	
.post-in-single-1 {position:relative; background:#ffff; border:1px solid #eee; padding:15px; margin-bottom:20px;}	

.post-in-single-1-header { border-bottom:3px solid rgba(0, 0, 0, 0.15); padding-bottom:0; margin-bottom:20px;}
	
.post-in-single-1__entry-title { font-size:18px; line-height:30px; font-weight:800!important; font-family: "Poppins", sans-serif;}	

.post-in-single-1-circle {float:right; margin-top:-21px; border-radius:60px;}

.post-in-single-1__desc {color:#444; font-weight:400; font-size:14px; margin-bottom:10px;}
.post-in-single-info {position:absolute; top:-25px; left:0; background:#4776E6; padding:2px 10px; color:#fff; font-weight:600;  text-transform:uppercase; font-size:12px;}


.post-in-related-wrap { border-top:1px solid #eee; border-bottom:1px solid #eee; padding:15px; margin-bottom:15px;}
 .post-in-related-info {font-weight:700; color:#4776E6; margin-bottom:20px;}
  .post-in-related-list { margin-bottom:0!important; padding-bottom:0!important;}
 .post-in-related-list li  {padding:0; margin:0 0 15px 0;font-size:16px; line-height:22px;  }
  .post-in-related-list li:last-child {margin:0; }
 .post-in-related-list li a {color:#222; font-weight:700;  border-radius:4px; }
.post-in-related-list li:hover a {color:#4776E6; font-weight:700;}
 
 /*  reklamlar
/* ------------------------------------ */
 .reads-ma {padding: 15px 0; }
.reads-loop1 {padding: 0 0 25px 0; }
 .reads-loop2 {padding: 25px 0 25px 0; }
  .reads-single1 {padding: 0 0 25px 0; }
    .reads-single2 {padding: 25px 0 0 0; }
.reads-esingle1	 {padding: 10px 0 25px 0; }
.reads-esingle2	 {padding: 5px 0 5px 0; }
 .reads-esingle3	 {padding: 25px 0 25px 0; }
 
 /*-- Bootstrap Video Play Button --*/

.video-btn {position:absolute; right:10px; bottom:10px;
width:30px;
height:20px;
line-height:20px;
border-radius:4px;
 background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
color:#222;
font-size:11px;
text-align:center;

 }
 
 .video-btn:hover  {
 
  animation: pulse 2s infinite; 
  will-change: transform;
}

.related-wrap {margin-top:15px; padding-top:15px; border-top:1px solid #eee;}


.entry__article iframe {
   
    width: 100%;
    height: auto;
	min-height:450px;
}


.num-count{
        background:#222;
        color:#fff;
        padding:0 16px;
        margin-right: 10px;
		border-radius:4px;

}
 
 /*  mobile
/* ------------------------------------ */
@media screen and (max-width: 1200px) and (min-width: 991px) {
	.btn-sp {display:None;}
.rt-3c2 {display:None;}
.rt-3c1,.rt-3c1-st2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 325px) !important;
          flex: 0 0 calc(100% - 325px) !important;
  max-width: calc(100% - 325px);
  padding-right:15px!important; 
  padding-top:20px;
   padding-bottom:20px;
   padding-left:0!important; 
   border-left:0;
}

.rt-3c2-st2 {display:None;}



}

@media screen and (max-width: 991px) and (min-width: 568px) {
	.no-mobile {display:none;}
.wm-1{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60% !important;
          flex: 0 0 60% !important;
  max-width: 60%;
  padding-right:0!important; 
}

.wm-2  {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40% !important;
          flex: 0 0 40% !important;
  max-width: 40%;
  padding-right:0!important; 
}


.wm-3 {
 display:none;
}


.rt-3c1,.rt-3c1-st2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%!important;
          flex: 0 0 100%!important;
  max-width: 100% ;
  padding-right:0!important; 
    padding-left:0!important; 
	border:none;
}
.rt-3c2,.rt-3c3 {  display:none;}


	.w-lg-8{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%!important;
          flex: 0 0 100%!important;
  max-width: 100%;
  padding-right:0!important; 
  
}
	.w-lg-4{
display:none
}



}

@media (max-width:568px) {
	
	.post-in-single-1-holder,.post-in-single-1__body {display:none;}
	.post-in-single-1-header { border-bottom:none; padding-top:10px; margin-bottom:0;}
	
	
	.comment-author.vcard {
    float: left;
    width: 1px;
	margin-right:0px;
}	
	
	.comment-author .avatar {
   display:none;
}

.comment-body p{
   padding-left:10px;
font-size:12px; 
max-height:150px;
overflow:auto;
overflow-x:hidden;
}
.comment-author.vcard .fn {

	left:11px;
	
}

.comment-meta.commentmetadata {
    display: none;
    
}
	
	.no-mobile {display:none;}
.js-signin-modal-trigger { border-right:none; padding-right:0; padding-left:10px; margin-right:0; }	
	
	
		.wm-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100%;
  padding-right:0!important; 
}
	
	.wm-2 {
 display:none;
}

	.wm-3 {
 display:none;
}
	.thumb--size-370 {
		height: 270px; }



.rt-3c1,.rt-3c2,.rt-3c3,.rt-3c1-st2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%!important;
          flex: 0 0 100%!important;
  max-width: 100% ;
  padding-right:0!important; 
    padding-left:0!important; 
	border:none;
}


.rt-3c2,.rt-3c3  {padding-top:0;}


	.w-lg-8{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%!important;
          flex: 0 0 100%!important;
  max-width: 100%;
  padding-right:0!important; 
  
}
	.w-lg-4{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%!important;
          flex: 0 0 100%!important;
  max-width: 100%;
    padding-left:0!important; 
	border-left:none; 
}

.blog__content {padding:0 15px;}
.entry__article-wrap {margin-bottom: 40px; }
/*  sticky mob
/* ------------------------------------ */
.sticky-share-wrap {width:100%;  
  position: relative!important; bottom: 0; background:#fff; margin:0 0 0 0; padding:0; z-index:1;}	
.entry__article-top {width: 100%;  display:block;   }
.entry__share { height:53px; padding:0 0 0 15px; margin:0 0 5px 0;  border-radius:0;}
.entry__share.shadow-sm {box-shadow:none!important; }
.entry__share-first {display:none; }
	.socials--rounded a {
		width:45px; height:45px; }
.entry__share .socials {
	 display: flex;
  align-items: center;
  justify-content: center; }		
		
	
		
#back-to-top {
	z-index:112;
	bottom: 10px!important;
	
	 }
	 
.single-post__entry-title {margin-bottom: 5px;font-size:1.45em;color:#000 }
.single-post__description{font-weight:400;margin-top:20px;font-style:normal; font-size:0.9em;line-height:1.4em; color:#222}


.w-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  max-width: 50%;
  padding:0.3%; 
}


.puser-avatar {width:100%;  float:none; }
.puser-info-body { float:none; width:100%; padding-left:0; margin-top:20px;}

.footer__bottom {text-align:center; padding: 15px 0 15px;}

.footer-menu-wrap {overflow: auto; padding:0 30px; }
.footer__nav-menu { overflow: auto; 
    white-space: nowrap; -ms-overflow-style: -ms-autohiding-scrollbar; }
.footer__nav-menu li{ width:auto!important; display:inline-block; white-space: normal; }

	
.hero-slider-1__item {
		width: 100%;
		height: 255px; }
.slide3-holder-title {font-size:20px; color:#fff; padding:0 30px;  font-weight:800}	
	

.loop-card {overflow: auto;
    white-space: nowrap; -ms-overflow-style: -ms-autohiding-scrollbar; height:auto;  }
.loop-card .row { overflow: auto; width:calc(185px*3.02);
    white-space: nowrap; -ms-overflow-style: -ms-autohiding-scrollbar; height:auto; }
.loop-card .w-33{ height:auto; width:185px; display:inline-block; white-space: normal;}	

.related-card { overflow: auto;
    white-space: nowrap; -ms-overflow-style: -ms-autohiding-scrollbar; height:auto;  }
.related-card .row { overflow: auto; width:calc(185px*4.02); 
    white-space: nowrap; -ms-overflow-style: -ms-autohiding-scrollbar; height:auto;  }
.related-card .w-25{ height:auto; width:185px; max-width:185px; display:inline-block; white-space: normal;}	
	

.entry__article iframe {
   
    width: 100%;
    height: auto;
	min-height:300px;
}	

.entry__article > h1 {font-size:30px; line-height:40px;}
.entry__article > h2 { font-size:25px; line-height:35px;}
.entry__article > h3 { font-size:20px; line-height:30px;}
.entry__article > h4 { font-size:18px; line-height:23px;}
.entry__article > h5 { font-size:16px; line-height:21px;}
.entry__article > h6 { font-size:15px; line-height:20px;}
.num-count{
     
        padding:0 12px;
  
}
	
	}
	


.post-in-reads {margin-bottom:20px;}


@font-face {
  font-family: "Open Sans Regular";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Poppins-Black.woff2") format("woff2");
  font-display: auto;
}


.entry__article th, .entry__article td {
  padding: 15px;
  text-align: left;
}
.entry__article table {
  border-collapse: collapse;overflow-x:auto
}

.entry__article table,.entry__article th,.entry__article td {
  border: 1px solid #ddd;  border-bottom: 1px solid #ddd;
}
.entry__article  tr:nth-child(even) {background-color: #f2f2f2;} 

.entry__article th {
  background: #4776E6;
  color: white;
}



	.headeralt {
	background: #4776E6; 
background: -webkit-linear-gradient(to right, #8E54E9, #4776E6);  
background: linear-gradient(to left, #8E54E9, #4776E6); 

	height:205px; border-top:2px solid rgba(255,255,255,0.1); position:relative; margin-bottom:-95px;}
	
	
	.headeraltsingle {
	background: #4776E6; 
background: -webkit-linear-gradient(to right, #8E54E9, #4776E6);  
background: linear-gradient(to left, #8E54E9, #4776E6); 

	height:275px; border-top:2px solid rgba(255,255,255,0.1); position:relative; margin-bottom:-95px;}
	
	@media only screen and (max-width: 991px) {
.headeraltsingle {

	height:205px; margin-bottom:-95px;}		
		
	}
	
	@media only screen and (max-width: 768px) {	
	.headeraltsingle {

	height:205px;  margin-bottom:-95px;}			
	
	}
		
	
	.singleinf {background: #f7f7f7; padding:20px;
 border-bottom:1px solid #eee; height:150px; position:relative; margin-left:-20px; margin-right:-25px; border-top-right-radius:4px} 
	

	.storyust { box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important; width:65px; height:65px; margin-right:15px;  border-radius:100%; border:3px solid rgba(255,255,255,1); float:left; position:relative;}
	
	.storyust img {width:59px; height:59px; line-height:59px; border-radius:59px; }
	
.storyust .storyinfo {
	position:absolute; 
	bottom:0; 
	right:-5px; 
	width:25px;
	height:25px;
	line-height:25px;
	font-size:11px; 
	text-align:center; color:#fff; border-radius:100%; background:#4776E6; border:2px solid rgba(255,255,255,1); 
	 -webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
	
	.storyust:hover .storyinfo {
	 bottom:-10px; 
	right:15px; 
	
	}
	
	
.storyust:hover .storyinfo:before  {
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  background: #4776E6;
  border-radius: 100%; 

  animation: pulse 2s infinite; 
  will-change: transform;
}
	


	
	
.wr-title,.stitle {
    font-family:  'Poppins', sans-serif!important;
margin-bottom:20px;
    font-size: 1.375em!important;
    font-weight: 700!important;
    color: #4776E6;
}

.wr-title a {
    color: #4776E6;
    text-decoration: none
}	
	

/*vertical-timline*/
.cbp_tmtimeline {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative
}
.cbp_tmtimeline:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #edeff5;
    left: 5%;
    margin-left: -6px; z-index:0;
}


.cbp_tmtimeline>li {
	position: relative
}
.cbp_tmtimeline>li:first-child .cbp_tmtime span.large {
	font-size: 17px !important;
	font-weight: 700
}
.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
	font-size: 13px
}
.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
	background: #fff;
}
.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #eceef4;
}
.cbp_tmtimeline>li .empty span {
	color: rgba(0,0,0,0.5);
}

.cbp_tmtimeline>li .cbp_tmlabel {
	margin: 0 0 30px 10%;
    background: #fff;
    padding: 1.2em;
    position: relative;
    border: 1px solid #edeff5; 
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;transition: all 0.5s ease-in-out;
	
}
.cbp_tmtimeline>li:hover .cbp_tmlabel,.cbp_tmtimeline>li:hover .cbp_tmicon{
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	
}

.cbp_tmtimeline>li .cbp_ads {
	margin: 0 0 30px 10%; 
   
    padding: 1.2em;
    position: relative;
    border: none; 
box-shadow: 0!important;transition: all 0.5s ease-in-out;
}


.cbp_tmtimeline>li .cbp_tmlabel:after {
	right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #eceef4;
    border-width: 12px;
    top: 41%;
    left: -24px;
}
.cbp_tmtimeline>li .cbp_tmlabel:before {
	right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #ffffff;
    border-width: 10px;
    top: 42.2%;
    z-index: 1;
    left: -20px;
}

.cbp_tmtimeline>li .cbp_tmicon {
	width: 40px;
	height: 40px;
	speak-as: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.2em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #4776E6;
	border-radius: 50%;
	text-align: center;
	left: 5%;
	top: 35%;
	margin: 0 0 0 -25px;
	 box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important; z-index:2;transition: all 0.5s ease-in-out;
}

.cbp_tmtimeline>li:hover .cbp_tmicon img,.cbp_tmtimeline>li:hover .cbp_tmicon i{
animation: shadow-pulse3 1s ; border-radius:100%;

}

@keyframes shadow-pulse3
{
     0% {
          box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
     }
     100% {
          box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
     }
}


.cbp_tmtimeline>li .cbp_tmtimeline__detail__time {

	font-size: 12px;
	overflow:hidden;
	width:80px;
	padding:5px;
	position: absolute;
	color: #aaa;
	background: #fff;
	text-align: center;
	left: 0;
	top: 60%;
	
}


.cbp_tmtimeline__wr { position:relative; min-height:147px;}

.cbp_tmtimeline__media {
    float: left;
    margin: 0;
    width: 262px;
    height: auto;
    position: relative;
    z-index: 0
}


.cbp_tmtimeline__media__image {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 4;
    width: 262px;
    height: 147px
}

.cbp_tmtimeline__media--inset {
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    background-color: #ddd
}

.cbp_tmtimeline__media--inset:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .1)
}

.cbp_tmtimeline__detail {
    float: left;
    width: calc(100% - 262px);
    padding: 0 0 0 16px
}

    .cbp_tmtimeline__detail__container {
        width: 100%;
        height: 140px;
		overflow:hidden;
        position: relative;
        display: block;
        background-color: #FFF;
        padding: 8px 0 21px
    }
	
    .cbp_tmtimeline__detail--top:after,
    .cbp_tmtimeline__detail--top:before {
        content: '';
        display: table
    }
    .cbp_tmtimeline__detail--top:after {
        clear: both
    }


.cbp_tmtimeline__detail__title {
    font-family:  'Poppins', sans-serif;
    font-size: 1.375em;
    line-height: normal;
    font-weight: 700!important;
    font-style: normal;
    color: #222;
    margin: 0 0 0
}	


.cbp_tmtimeline__detail--bottom {
    margin-top: 8px;
    display: block;
    position: relative
}

.cbp_tmtimeline__detail--bottom:after,
.cbp_tmtimeline__detail--bottom:before {
    display: table;
    content: ''
}

.cbp_tmtimeline__detail__author {
    color: #aaa!important;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    padding-right: 8px;
    display: table-cell;
    vertical-align: middle;
   
}

.cbp_tmtimeline__detail__author:hover {
    color: #555
}

.content-timeline__detail__category {color: #4776E6}


.content-breadcrumb {
    margin-bottom: 8px
}

.content-breadcrumb__list {
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 4px;
    font-size: .875em;
    font-family: Roboto
}

.content-breadcrumb__list__item {
    display: inline-block;
    color: #999
}

.content-breadcrumb__list__item a {
    color: #999;
    text-decoration: none
}

.content-breadcrumb__list__item a:hover {
    color: #555
}

.content-breadcrumb__list__item:last-child {
    font-weight: 700;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    max-width: 500px
}

.content-breadcrumb__list li+li:before {
    padding: 0 5px;
    color: #999;
    content: "\203A"
}


@media (max-width:767px) {

    .content-breadcrumb__list__item:last-child {
        max-width: 0px
    }
	
}


.content-title,
.content-title h1 {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 100%;
    width: 100%;
    position: relative
}

.content-title h1 {
    font-family:  'Poppins', sans-serif;
    font-size: 2.25em;
    font-weight: 700;
    color: #000
}

.content-title a {
    color: #000;
    text-decoration: none
}

.content-info {
    margin-top: 8px;
    font-family: Roboto;
    font-size: 1em;
    font-weight: 400;
    color: #999;

}

.content-info span {
    display: inline-block;
    float: left;
}

.content-info__author {
    color: #999;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
     float: left;
}

.content-author {
    width: auto!important;
    display: block;
    float: left!important;
    margin-right: 8px;
    margin-top:2px;
}


.content-info__author:hover {
    color: #555
}

.content-info__date,
.content-info__line {
    display: inline-block;
    padding-left: 8px;
   float: left;
}
.content-esimited-read,.single-cat {
    background: #eee;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    float: right;
	margin-top:-5px;
}
.single-cat a{color:#4776E6;  font-weight:600; text-transform:uppercase}


.container-arch { box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important; background:#fff; position:relative; border-radius:6px; padding-right:25px; padding-left:25px;}
.container-single {margin-bottom:40px; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important; background:#fff; position:relative; border-radius:6px; padding-right:40px;}



@media (max-width:568px) {
	
.container-single,.container-arch {
	margin-bottom:0px;
	box-shadow: none!important; 
	background:#fff;
	position:relative; 
	border-radius:0px;
	padding-right:15px;
	
	}
.single-post__entry-header {padding:30px 0 0 0;}
.content-title {font-size:12px;}



.cbp_tmtimeline>li .cbp_tmicon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: 40%;
}


.cbp_tmtimeline__media {
  width: 100%;
}
.cbp_tmtimeline__media__image {
  
    width: 100%;
    height: auto;
}

.cbp_tmtimeline__detail {
    float: none;
	clear:both;
	display:block;
    width: 100%;
    padding: 10px 0 0 0;
}

    .cbp_tmtimeline__detail__container {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        background-color: #FFF;
        padding: 0;
    }

.cbp_tmtimeline__detail__title {font-size:14px;}

.cbp_tmtimeline__detail--bottom {display:none;}

.content-timeline__detail__category {font-size:12px;  }
}


/*-------------------------------------------------------*/
/* post title sticky
/*-------------------------------------------------------*/	
.post-tstick  {  opacity:0;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;  
 padding:0 10px; background:#fff; border-top:1px solid #eee; border-bottom:2px solid #eee; line-height:0px; height:0px; width:100%; z-index:9!important; position:relative;}
.post-tstick-title {font-weight:600; color:#222; font-size:14px;}
.stictitle {color: #4776E6; font-size:12px; margin-right:5px; padding:2px 10px 2px 0; border-radius:4px;  text-transform:uppercase; border-right:1px solid #eee;}

.is-sticky .post-tstick {
 line-height:35px; height:40px;opacity:1; 
}



@media screen and (max-width:768px) {	
.no-mas {display:block;}
.is-sticky .post-tstick {
display:none;
}
.post-tstick-title,.popover {display:none;}


	

}


/*# galeri */

.gal1-selector-wrap {
    margin-bottom: 0;
    border-bottom: 4px solid #4776E6;
    color: #fff;
    position: relative;

}

.gal1-selector {
   background: #4776E6;
    padding: 8px 15px;
    font-weight: 800; font-size:24px;
    border-radius: 80px; line-height:65px; position:absolute; left:20px; top:20px; width:80px; height:80px; 
   z-index:1;
}

.gallery-item:hover .gal1-selector:before  {
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  background: #3a7bd5;
  border-radius: 100%; 
z-index:-1;
  animation: pulse 2s infinite; 
  will-change: transform;
}

.gal1-selector-2 {
    color:rgba(255, 255, 255, .5);font-size:18px;
}
.entry__article .gallery {padding:0; margin:0;  }

.entry__article .gallery img,
.entry__article dt { 
    border: 0!important; border: 0!important;
}

.entry__article .gallery-item {
    margin-bottom: 20px;
}


.entry__article .wp-caption-text {border: 0!important;
margin-bottom: 0;
	font-size: 17px;
	line-height: 25px;  font-weight:400; color:#222; font-family : "Roboto", sans-serif!important; }
	
	
	
/* zuck */
@keyframes zuckSlideTime {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes zuckLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#zuck-modal {
  outline: 0 !important;
  overflow: hidden;
  position: fixed!important;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100000!important;
  font-size: 14px;
  font-family: inherit;
}
#zuck-modal-content,
#zuck-modal-content .story-viewer,
#zuck-modal-content .story-viewer > .slides,
#zuck-modal-content .story-viewer > .slides > * {
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}
#zuck-modal * {
  user-select: none;
  outline: 0;
}

#zuck-modal.with-effects {
  transform: scale(0.01);
  transform-origin: top left;
  transition: 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
}
#zuck-modal.with-effects.animated {
  transform: scale(1);
  border-radius: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
#zuck-modal.with-effects.closed {
  transform: translateY(100%);
}

#zuck-modal .slider {
  width: 300vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100vw;
  position: absolute;
}
#zuck-modal .slider > * {
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
#zuck-modal .slider > .previous {
  left: 0;
}
#zuck-modal .slider > .viewing {
  left: 100vw;
}
#zuck-modal .slider > .next {
  left: 200vw;
}
#zuck-modal .slider.animated {
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

#zuck-modal.with-cube #zuck-modal-content {
  perspective: 1000vw;
  transform: scale(0.95);
  perspective-origin: 50% 50%;
  overflow: visible;
  transition: 0.3s;
}
#zuck-modal.with-cube .slider {
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}
#zuck-modal.with-cube .slider > .previous {
  backface-visibility: hidden;
  left: 100vw;
  transform: rotateY(270deg) translateX(-50%);
  transform-origin: center left;
}
#zuck-modal.with-cube .slider > .viewing {
  backface-visibility: hidden;
  left: 100vw;
  transform: translateZ(50vw);
}
#zuck-modal.with-cube .slider > .next {
  backface-visibility: hidden;
  left: 100vw;
  transform: rotateY(-270deg) translateX(50%);
  transform-origin: top right;
}

#zuck-modal-content .story-viewer.paused.longPress .head,
#zuck-modal-content .story-viewer.paused.longPress .slides-pointers,
#zuck-modal-content .story-viewer.paused.longPress .tip {
  opacity: 0;
}
#zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers > * > .active > b {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
#zuck-modal-content .story-viewer.next {
  z-index: 10;
}
#zuck-modal-content .story-viewer.viewing {
  z-index: 5;
}
#zuck-modal-content .story-viewer.previous {
  z-index: 0;
}
#zuck-modal-content .story-viewer.muted .tip.muted,
#zuck-modal-content .story-viewer.loading .head .loading {
  display: block;
}
#zuck-modal-content .story-viewer.loading .head .right .time,
#zuck-modal-content .story-viewer.loading .head .right .close {
  display: none;
}

#zuck-modal-content .story-viewer .slides-pagination span {
  position: absolute;
  top: 50vh;
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  width: 48px;
  margin: 6px;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}

#zuck-modal-content .story-viewer .slides-pagination .previous {
  left: 0;
}

#zuck-modal-content .story-viewer .slides-pagination .next {
  right: 0;
}

#zuck-modal-content .story-viewer .slides-pointers {
  display: table;
  table-layout: fixed;
  border-spacing: 6px;
  border-collapse: separate;
  position: absolute;
  width: 100vh;
  top: 0;
  left: calc(50vw - 50vh);
  right: calc(50vw - 50vh);
  z-index: 100020;
}
#zuck-modal-content .story-viewer .slides-pointers > * {
  display: table-row;
}
#zuck-modal-content .story-viewer .slides-pointers > * > * {
  display: table-cell;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
#zuck-modal-content .story-viewer .slides-pointers > * > .seen {
  background: #fff;
}
#zuck-modal-content .story-viewer .slides-pointers > * > * > b {
  background: #fff;
  width: auto;
  max-width: 0;
  height: 2px;
  display: block;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  border-radius: 2px;
}
#zuck-modal-content .story-viewer .slides-pointers > * > .active > b {
  -webkit-animation-name: zuckSlideTime;
  animation-name: zuckSlideTime;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#zuck-modal-content .story-viewer .head {
  position: absolute;
  height: 56px;
  left: 0;
  right: 0;
  line-height: 56px;
  z-index: 100010;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35);
  padding: 6px 12px;
}
#zuck-modal-content .story-viewer .head .item-preview {
  overflow: hidden;
  vertical-align: top;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
#zuck-modal-content .story-viewer .head .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
#zuck-modal-content .story-viewer .head .time {
  opacity: 0.75;
  font-weight: 500;
  font-size: 13px;
}
#zuck-modal-content .story-viewer .head .left {
  line-height: 1 !important;
  display: inline-block;
  margin: 6px 0;
}
#zuck-modal-content .story-viewer .head .left .info {
  display: inline-block;
  max-width: 30vw;
  vertical-align: middle;
}
#zuck-modal-content .story-viewer .head .left .info > * {
  width: 100%;
  display: inline-block;
  line-height: 21px;
}
#zuck-modal-content .story-viewer .head .left .info .name {
  font-weight: 500;
}
#zuck-modal-content .story-viewer .head .right {
  float: right;
}
#zuck-modal-content .story-viewer .head .right .close,
#zuck-modal-content .story-viewer .head .back {
  font-size: 42px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  color:#fff;
  margin-right:30px;
  font-weight:400;
}
#zuck-modal-content .story-viewer .head .left .back {
  display: none;
  width: 24px;
  margin: -9px -6px 0 -6px;
}
#zuck-modal-content .story-viewer .head .right .time {
  display: none;
}
#zuck-modal-content .story-viewer .head .loading {
  display: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 9px 0;
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-top-color: #fff;
  -webkit-animation: zuckLoading 1s infinite linear;
  animation: zuckLoading 1s infinite linear;
}

#zuck-modal-content .story-viewer .head,
#zuck-modal-content .story-viewer .slides-pointers,
#zuck-modal-content .story-viewer .tip {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#zuck-modal-content .story-viewer .slides .item {
  display: none;
  overflow: hidden;
  background: #000;
}
#zuck-modal-content .story-viewer .slides .item:before {
  z-index: 4;
  background: transparent;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#zuck-modal-content .story-viewer .slides .item > .media {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}
#zuck-modal-content .story-viewer .slides .item.active,
#zuck-modal-content .story-viewer .slides .item.active .tip.link {
  display: block;
}

#zuck-modal-content .indesc {
  z-index: 5;

   position: absolute;
  bottom: 24px;
  left: 50%;
 
}

#zuck-modal-content .story-viewer .tip {
  z-index: 999999!important;
  text-decoration: none;
  display: none;
  border-radius: 24px;
 background:#fff;
  font-size: 16px;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  color: #4776E6;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 12px;
  width:140px;
}


#zuck-modal-content .strydesc {
  z-index: 5;

  font-size: 26px;
  padding:0;
  padding-bottom:30px;
  width:70%;

  transform: translateX(-50%);
  z-index: 1000;
  color: #fff;
  text-align: center;
 
  font-weight: 600;
 
}

@media screen and (max-width: 991px) {
    
#zuck-modal-content .story-viewer .tip {

  top: 94px;

}
    
    
 #zuck-modal-content .strydesc {
   font-size: 18px;
  width:100%;

 
}   
     }


#zuck-modal-content .bottom-gradient {
			background: #171821;
			background: -webkit-gradient(linear, left bottom, left top, from(#171821), to(transparent));
			background: linear-gradient(to top, #171821 0%, transparent 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
			/* IE6-9 */ }
            


@media (max-width: 1024px) {
  #zuck-modal-content .story-viewer .head {
    top: 3px;
  }
  #zuck-modal-content .story-viewer .head .loading {
    width: 24px;
    height: 24px;
    margin: 6px 0;
  }
  #zuck-modal-content .story-viewer .head .item-preview {
    width: 30px;
    height: 30px;
    margin-right: 9px;
  }
  #zuck-modal-content .story-viewer .head .left {
    font-size: 15px;
    margin: 15px 0;
  }
  #zuck-modal-content .story-viewer .head .left > div {
    line-height: 30px;
  }
  #zuck-modal-content .story-viewer .head .right .time {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    margin: 15px 0;
    line-height: 30px;
  }
  #zuck-modal-content .story-viewer .head .left > .back {
    display: none;
    background: transparent;
    z-index: 20;
    visibility: visible;
    position: absolute;
    height: 42px;
    width: 24px;
    line-height: 36px;
    text-align: left;
    vertical-align: top;
    text-shadow: none;
  }

  #zuck-modal-content .story-viewer.with-back-button .head .left > .back {
    display: block;
  }
  #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
    margin-left: 18px;
  }

  #zuck-modal-content .story-viewer .slides-pointers {
    width: 100vw;
    left: 0;
    right: 0;
  }

  #zuck-modal-content .story-viewer .tip {
    font-size: 14px;
    padding: 6px 12px;
  }
  #zuck-modal-content .story-viewer .head .left .time,
  #zuck-modal-content .story-viewer .head .right .close {
    display: none;
  }
}

/* timeline */
.stories.carousel {
  white-space: nowrap; height:120px;
  overflow-x: auto;  
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;  scrollbar-width: none; scroll-direction: horizontal;  -webkit-overflow-scrolling: auto; 
}
.stories.carousel::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.stories.carousel::-webkit-scrollbar-thumb {
    background: transparent;
}


.stories.carousel::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.stories.carousel .story { 
  display: inline-block;
  width: 18vw;
  max-width: 60px;
  margin: 0 6px;
  vertical-align: top; margin-right:14px;
}

.stories.carousel.carouselst2 .story { 
  display: inline-block;
  width: 18vw;
  max-width: 60px;
  margin: 0 6px;
  vertical-align: top; margin-right:10.3px;
}

.stories.carousel .story:first-child {
  margin-left: 0; 
}
.stories.carousel .story:last-child {
  margin-right: 0;
}



.stories.carousel .story > .item-link {
  text-align: center;
  display: block; position:relative;
}
.stories.carousel .story > .item-link:active > .item-preview {
  transform: scale(0.9);
}
.stories.carousel .story > .item-link > .item-preview {
  display: block;
  box-sizing: border-box;
  font-size: 0;
  max-height: 90px;
  height: 18vw;
  overflow: hidden;
  transition: transform 0.2s;
}
.stories.carousel .story > .item-link > .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.stories.carousel .story > .item-link > .info {
  display: inline-block;
  margin-top: 0.5em;
  line-height: 1.2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stories.carousel .story > .item-link > .info .name {
  font-weight: 300; opacity:0; top: 70px; 
  min-width:150px; max-width:150px; text-align:center;  white-space: nowrap; overflow: hidden;text-overflow: ellipsis;  
  left: -40px; 
font-weight:500;
font-size:13px;
  position:absolute;
  background:#fff; 
  border:1px solid #eee; 
  color:#222;
  padding:5px 10px;
  border-radius:4px; 
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
  z-index:3!important; display:None;
}



.stories.carousel .story:first-child > .item-link > .info .name {
  left: 10px; 
}
.stories.carousel .story:nth-child(15) > .item-link > .info .name {
left:-85px;
}

.stories.snapgram .story > .item-link:hover > .info .name{
    opacity:0
}

.stories.carousel .story > .item-link > .info .time {
  display: none;
}
.stories.carousel .story > .items {
  display: none;
}



.stories.snapgram .story > .item-link {
  text-decoration: none; position:relative!important;
  color: #fff;   z-index:3!important;
} 
.stories.snapgram .story > .item-link > .item-preview { width:65px; height:65px;
  border-radius: 50%; 
  padding: 2px;
  background: radial-gradient(ellipse at 70% 70%, #fff 8%, #fff 42%, #fff 58%);
}
.stories.snapgram .story > .item-link > .item-preview img {
  border-radius: 50%;
  border: 1px solid #fff;
}

.stories.snapgram .story.seen > .item-link > .item-preview {
  opacity: 0.7; position:relative;
}


.stories.snapgram .story.seen > a > .item-preview {
  background: #fff;
}
.stories.snapgram .story.seen > a {
  color: #fff !important;
}
	
	

 /*
	sidebar trend
	======================================
*/


.sidebar-trend__item__image {
    width: auto;
    height: 249px;
    max-height: 250px;
    background-color: #ddd;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .1);
    display: block;
    position: relative;
    margin-bottom: 15px;
	border-radius:6px;
	
}

.sidebar-trend__item__image:last-child {
    margin-bottom: 30px;
}

.sidebar-trend__item__icon {
    width: 54px;
    height: 54px;
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    background: red;
    background: linear-gradient(45deg, red 0, red 100%);
    border-radius: 30px;
    z-index: 9;
    opacity: .96;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    border: 3px solid #fff
}



.gradient-1 {
    position: absolute; 	border-radius:6px;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), rgba(0, 0, 0, .5));
    background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .5))
}


.grbg-op {
    opacity: .93
}

.bg-gradient1 {
   background: linear-gradient(120deg, #4776e6 0%, #8e54e9 100%); 
}

.bg-gradient2 {
 background-image: linear-gradient(120deg, #f56348 0%, #f81f8b 100%); 
}

.bg-gradient3 {
 background-image: linear-gradient(120deg, #00e795 0%, #0095e2 100%); 
}

.bg-gradient4 {
background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}
.bg-gradient5 {
  background: linear-gradient(120deg, #000 0%, #555 100%);
}
.bg-gradient6 {
  background: linear-gradient(120deg, #67d690  0%, #00a99d 100%);
}


/*side-img-box-wrap ---------------------------------------------------*/
.side-img-box-wrap ul{
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #fbfbfb;
	border-radius: 4px;
	border:solid 1px #EEE;
	overflow: hidden;

}
.side-img-box-wrap ul li{
	display: block;
	width: 100%;
	border-bottom: solid 1px #EEE;
	
}
.side-img-box-wrap ul li:last-child{
	border-bottom:none;
}
.side-img-box-wrap ul li.active a .side-img-box-content, .side-img-box-wrap ul li:hover .side-img-box-content{
	background-color: rgba(0,0,0,.3);
}

.side-img-box-wrap ul li:nth-child(n).active a .side-img-box-content,
.side-img-box-wrap ul li:nth-child(n):hover .side-img-box-content{
  background-image: linear-gradient(120deg, rgba(71, 118, 230, 0.99) 0%, rgba(142, 84, 233, 0.5) 100%);
}


.side-img-box-wrap ul li a{
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
	line-height: 1.2;
	-webkit-transition: color 200ms linear; 
	-moz-transition: color 200ms linear; 
	-o-transition: color 200ms linear; 
	transition: color 200ms linear; 
}
.side-img-box-wrap ul li a .side-img-box-content{
	display: table;
	background-color: #fbfbfb;
}
.side-img-box-wrap ul li a .side-img-box-content .side-img-box-left{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px; 
}
.side-img-box-wrap ul li a .side-img-box-content .side-img-box-left span{
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	text-align: center;
	line-height: 32px;
	font-weight: 700;
	font-size: 16px;
	background-color: #FFF;
	border: solid 1px #EEE;
	color: #333;
}
.side-img-box-wrap ul li a .side-img-box-content .side-img-box-right{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px 20px 0;
}
.side-img-box-wrap ul li a .side-img-box-content .side-img-box-right .side-img-box-right-title{
	margin: 0;
	padding: 0 15px 0 0 ;
	font-size: 15px;
	font-weight: 600;
}
.side-img-box-wrap ul li a .side-img-box-content .side-img-box-right .side-img-box-right-meta{
	font-size: 12px;
	display: block;
	margin-top: 5px;
	opacity: .5;
}
.side-img-box-wrap ul li.active a, .side-img-box-wrap ul li:hover a{
	color: #fff!important;  
}

.side-img-box-wrap ul li.active .side-img-box-right-title, .side-img-box-wrap ul li:hover .side-img-box-right-title{
	color: #fff!important;  
}

.side-img-box-wrap ul li.active a .side-img-box-content .side-img-box-left span,
.side-img-box-wrap ul li:hover a .side-img-box-content .side-img-box-left span{
	
	border: none;
	color: #222;  
}




/*end of part 20---------------------------------------------------*/
.icerik-uyari{
	position:absolute;
	top:60px;
	left:-85px;
	display:none; 
	z-index: 1060;
   width: 276px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem}


.icerik-uyari-content {padding:20px 15px; position:relative;}

.icerik-uyari-kapat {position:absolute; top:5px; right:10px;}




/*-------------------------------------------------------*/
/* top-bar
/*-------------------------------------------------------*/

.top-bar {	
 height:55px; line-height:55px;overflow:hidden; background:1px rgba(0,0,0,0.1); 
}

/*-------------------------------------------------------*/
/* Doviz
/*-------------------------------------------------------*/

.breaking-news {
    height:55px;
    overflow: hidden;
    line-height: 55px;
    background: transparent;  
}


.breaking-news_title {
    float: left;
    width: 157px;
    color: #fff;
	line-height:55px;
    font-size: 16px;
    background: rgba(0,0,0,0.1); 
    position: relative;
 font-weight:800!important;
 padding-left:10px;
  margin-left:-10px;
    -webkit-transform: skewX(-26deg);
    -ms-transform: skewX(-26deg);
    transform: skewX(-26deg); 

}

.breaking-news_title:after,
.breaking-news_title:before {
    height: 55px;
	line-height:55px;
    content: '';
    background: inherit;
    position: absolute;
    top: 0
}

.breaking-news_title:before {
    width: 1000px;
    right: 100%;
	
}

.breaking-news_title:after {
    right: -9px;
    width: 6px
}

.breaking-news_title span {
    display: block;
    -webkit-transform: skewX(26deg);
    -ms-transform: skewX(26deg);
    transform: skewX(26deg)
}

.breaking-news_item {
 width: calc(100% - 320px);
  float:left;
    font-size: 14px;
    color: #fff;
	font-weight:700;
    margin-left: 32px;
	font-family: "Poppins", sans-serif!important; 
}

.breaking-news_item a {color:#fff!important;}

.breaking-news_item .owl-ticker{
   padding-left:20px;
}



/*# box */
.owl-ticker {position:relative;  width:600px;	 }
.owl-ticker .item {display:block; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;  }
.owl-ticker .item a {color:#fff;}
.owl-ticker .owl-prev,
.owl-ticker .owl-next {
	opacity: 0;
	position:absolute;
	top: -10px;
	right:10px;
	margin-top: 0;
	padding: 0;
	width: 22px;
	height: 100%;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	border-radius: 0; 
	background:rgba(0,0,0,0.0);
	border:none;
	color:#fff;
	}
	.owl-ticker .owl-prev:hover,
	.owl-ticker .owl-next:hover {
		border-color: transparent; 	opacity: 1; }

.owl-ticker .owl-prev {
	right: 30px;
	left: auto; }


span.pulsewr-btn {position:absolute; top:20px; left:15px; content:''; background: linear-gradient(to right, #f07f0f 0%, #a72555 100%); height:6px; width:6px; border-radius:100%; z-index:1;}
span.pulsewr-btn.opacity60 {opacity:0.6;}
span.pulsewr-btn:before  {
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
background: linear-gradient(to right, #f07f0f 0%, #a72555 100%);
  border-radius: 100%; 
z-index:-1;
  animation: pulse 2s infinite; 
  will-change: transform;
}

span.pulsewr-btn.user-online-btn:before  {
  background-color: #606c88;

}
span.pulsewr2-btn {opacity:0.8; position:absolute; top:24px; left:0; content:''; background: linear-gradient(to right, #fff 0%, #fff 100%); height:6px; width:6px; border-radius:100%; z-index:1;}
span.pulsewr2-btn:before  {
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
background: linear-gradient(to right, #fff 0%, #fff 100%);
  border-radius: 100%; 
z-index:-1;
  animation: pulse 2s infinite; 
  will-change: transform;
}


@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
 }
 


.owl-ustdov {float:left; 	position:relative; overflow:hidden; width:200px; margin-left:-10px;}

.owl-ustdov .owl-prev,
.owl-ustdov .owl-next {
	opacity: 0;
	position:absolute;
	top: -10px;
	right:10px;
	margin-top: 0;
	padding: 0;
	width: 22px;
	height: 100%;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	border-radius: 0; 
	background:rgba(0,0,0,0.0);
	border:none;
	color:#fff;
	}
	.owl-ustdov .owl-prev:hover,
	.owl-ustdov .owl-next:hover {
		border-color: transparent; 	opacity: 1; }

.owl-ustdov .owl-prev {
	right: 30px;
	left: auto; }


.dovbox {overflow:hidden; position:relative; }
.doviz-ic {padding-left:30px; display:block; white-space: nowrap; overflow: hidden;text-overflow: ellipsis; width:180px;}

.dovbaslik {font-weight:700;font-size:14px; margin-top:-5px; color:#fff; text-transform:uppercase;}
.dovdeger {display:block; font-weight:700; color:#fff; margin-top:-40px;}

.dovdegisim { font-weight:600!important; color:rgba(255,255,255,0.5); font-size:10px!important; padding-left:3px;}
.dovicon i{position:absolute; top:0px; left:10px; font-size:60px; color:rgba(255,255,255,0.1); overflow:hidden; z-index:1!important; }



.w-lg-4-s {
background:rgba(0,0,0,0.1); position: relative;height:55px;
}
	
.w-lg-4-s:before {
    width: 1000px;
    left: 100%;
	background-image: linear-gradient(147deg, #c62128 0%, #a00000 74%);
	
}

.w-lg-4-s:after,
.w-lg-4-s:before {
    height: 100%;
    content: '';
    background: inherit;
    position: absolute;
    top: 0;
	height:55px;
}


.w-lg-4-l {
background:rgba(0,0,0,0.1); position: relative;
}
	
.w-lg-4-l:before {
    width: 1000px;
    right: 100%;
	background-image: linear-gradient(147deg, #c62128 0%, #a00000 74%); 
}

.w-lg-4-l:after,
.w-lg-4-l:before {
    height: 100%;
    content: '';
    background: inherit;
    position: absolute;
    top: 0;
	height:55px;
}



.havaselect-css {
    display: block;
	opacity:0;
  
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

   
}
.havaselect-css::-ms-expand {
    display: none;
}
.havaselect-css:hover {
    border-color: #888;
}
.havaselect-css:focus {
    background: #f7f7f7;
   
}
.havaselect-css option {
    font-weight:normal; 
}

.havaselect-css option:not(:checked) { color: black;  }



.hava {
  height:60px;
    padding: 0 20px 0 20px; color:#fff!important;
}

.havabaslik {
    font-size: 14px;
    font-weight: 700;
    color: #2196f3;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
padding-left:40px;


background: linear-gradient(to right, #fff 0%, #eee 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 

}

.havabaslik span {
    color: #444;
    font-size: 16px;
    padding-left: 2px;
    font-weight: 700;
	
}

.weather {
    

    position: absolute;
	
}

.weather32::before,
.weather34::before,
.weather50::before,
.weatherA:before {
    content: url(../img/hava/sun.png);
    display: inline-block;
    padding-right: 10px;
    padding-top: 10px
}

.weatherAB:before {
    content: url(../img/hava/az-bulut.png);
    display: inline-block;
    padding-right: 10px;
    margin-top: 10px
}

.weather28::before,
.weather30::before,
.weatherPB:before {
    content: url(../img/hava/pbulutlu.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}

.weather20::before,
.weather26::before,
.weather27::before,
.weatherCB:before {
    content: url(../img/hava/clouds.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}

.weather09:before,
.weather11:before,
.weather12:before,
.weather17:before,
.weatherHSY:before,
.weatherHY:before {
    content: url(../img/hava/hafifyagmur.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}

.weather06::before,
.weather13::before,
.weather14::before,
.weather15::before,
.weather40::before,
.weatherK:before,
.weatherKAR:before {
    content: url(../img/hava/kar.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}

.weather03::before,
.weather04::before,
.weather35::before,
.weatherGG:before,
.weatherGSY:before {
    content: url(../img/hava/gokgurultulu.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}

.weather39::before,
.weatherY:before {
    content: url(../img/hava/yagmur.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: -10px
}

.weather05::before,
.weather42::before,
.weatherAC:before,
.weatherPUS:before {
    content: url(../img/hava/agirciseleme.png);
    display: inline-block;
    padding-right: 10px;
    float: left;
    margin-top: 10px
}


.nav-links{display:none;}

.single-topbar { line-height:60px;}



/* Dark mode switcher */
 .wpnm-button {
     font-size: 16px 
}
 .wpnm-button-inner-left:empty {
     margin-left: -0.625em 
}
 .wpnm-button-inner-left:before, .wpnm-button-inner-left:after {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
    /*transition*/
     -webkit-transition: 0.4s ease-in-out;
     -moz-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
     outline: none 
}
 .wpnm-button .wpnm-button-inner, .wpnm-button .wpnm-button-inner-left {
     display: inline-block;
     font-size: 0.875em;
     position: relative;
     padding: 0em;
     line-height: 1em;
     cursor: pointer;
     color: rgba(149, 149, 149, 0.51);
     font-weight: normal 
}
 .wpnm-button .wpnm-button-inner-left:before {
     content: '';
     display: block;
     position: absolute;
     z-index: 1;
     line-height: 2.125em;
     text-indent: 2.5em;
     height: 1em;
     width: 1em;
     margin: 0.25em;
    /*border-radius*/
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
     right: 1.625em;
     bottom: 0em;
     background: #FFB200;
     transform: rotate(-45deg);
     box-shadow: 0 0 0.625em white 
}
 .wpnm-button .wpnm-button-inner-left:after {
     content: "";
     display: inline-block;
     width: 2.5em;
     height: 1.5em;
     -webkit-border-radius: 1em;
     -moz-border-radius: 1em;
     border-radius: 1em;
     background: rgba(255, 255, 255, 0.15);
     vertical-align: middle;
     margin: 0 0.625em;
     border: 0.125em solid #FFB200 
}
 .wpnm-button.active .wpnm-button-inner-left:before {
     right: 1.0625em;
     box-shadow: 0.3125em 0.3125em 0 0 #eee;
     background: transparent 
}
 .wpnm-button.active .wpnm-button-inner-left:after {
     background: rgba(0, 0, 0, 0.15);
     border: 0.125em solid white 
}
 .wpnm-button .wpnm-button-inner-left {
     color: rgba(250, 250, 250, 0.51);
     font-weight: bold 
}
 .wpnm-button.active .wpnm-button-inner-left {
     color: rgba(149, 149, 149, 0.51);
     font-weight: normal 
}
 .wpnm-button.active .wpnm-button-inner-left + .wpnm-button-inner {
     color: rgba(250, 250, 250, 0.51);
     font-weight: bold 
}

body.dark-mode * {
    background: #333;
}