.latest-news {
	background: ;}
.ticker-title {
	font-family: 'exo', sans-serif;
	margin: 0 15px 0 0;
	color: #fff;
	background-color: #2b87c9;
	padding: 0 25px;
	line-height: 40px;
	font-size: 17px;
	font-weight: 500;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}


.umbra-webticker .stage a {
	color: #aaa;
}

.umbra-webticker .stage a svg {
	margin: 12px 6px 0 0px;
	position: relative;
	left: 0;
	transition: all 250ms cubic-bezier(0.45, -0.89, 0.49, 2.25);
}

.umbra-webticker .stage div:hover a svg,
.umbra-webticker .stage li:hover a svg {
	margin: 12px 8px 0 0px;
	fill: #e75757;
	left: 4px;
}

.umbra-webticker .stage a span {
	color: white
}

.umbra-webticker .stage a img {
	margin-right: 20px
}

.umbra-webticker .stage a:visited {
	color: #aaa
}

.umbra-webticker .stage a:hover {
	color: white;
}

.umbra-webticker .stage a.ticker_cat {
	padding: 4px 6px;
	font-size: 14px;
	color: white;
	border-radius: 3px;
	margin-right: 3px;
}

.umbra-webticker .stage span {
	margin: 0;
}


.wt-leftarrow:before,
.wt-rightarrow:before {
	font-family: "revicons";
	color: #fff;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 36px;
}

.wt-leftarrow:hover,
.wt-rightarrow:hover {
	background-color: rgba(43, 135, 201, 1);
}

.wt-rightarrow {
	cursor: pointer;
	position: absolute;
	display: block;
	border-radius: unset;
	width: 24px;
	height: 40px;
	background-color: rgba(37, 74, 125, 1);
	transition: background 300ms ease-in;
	top: 0;
	right: 0;
}

.wt-leftarrow {
	cursor: pointer;
	position: absolute;
	display: block;
	border-radius: unset;
	width: 24px;
	height: 40px;
	background-color: rgba(37, 74, 125, 1);
	transition: background 300ms ease-in;
	top: 0;
	right: 24px;
}


.wt-leftarrow:before {
	margin-right: -3px;
	content: '\e824';
}

.wt-rightarrow:before {
	margin-right: -3px;
	content: '\e825';
}

.wtc-nav {
	margin-top: 10px;

}

.wtc-nav [class*=wtc-] {
	position: absolute;
	top: 40%;
	border-radius: unset;
	width: 20px;
	display: block;
	line-height: 60px;
	height: 60px;
	background-color: #2d2d2d;
	-webkit-transition: all 300ms cubic-bezier(0.210, 1.090, 0.425, 1.545);
	transition: all 300ms cubic-bezier(0.210, 1.090, 0.425, 1.545);
}

.wtc-nav [class*=wtc-]:hover {
	width: 60px;

}

.wtc-nav [class*=wtc-]:before {
	color: #FFF;
	margin-right: 0px;
	cursor: pointer;
	outline: 1px solid transparent;
	font-family: "revicons";
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: center;
}

.wtc-nav .wtc-next {
	right: -20px;
}

.wtc-nav .wtc-next:hover {
	right: -52px;
	transform: perspective(600px) rotateY(45deg);
}

.wtc-nav .wtc-prev {
	left: -20px
}

.wtc-nav .wtc-prev:hover {
	left: -52px;
	transform: perspective(600px) rotateY(-45deg);
}

.wtc-nav .wtc-next:before {
	content: '\e825';
}

.wtc-nav .wtc-prev:before {
	content: '\e824';
}

.wtc-nav [class*=wtc-]:hover {
	background: #515151;
	color: #FFF;
	text-decoration: none
}

.wtc-nav .disabled {
	opacity: .5;
	cursor: default
}

.wtc-nav.disabled {
	margin-top: 10px
}

/*light theme*/
.light-bg {
    background: #f7f7f7
}

.light .dot {

    background: #303030;

}

.latest-news.light {

    background: #f1f1f1;
}

.light .umbra-webticker .stage a span {
    color: #616161;
}

.light .umbra-webticker .stage a {
    color: #949494;
    font-size: 13px;
}

.light .umbra-webticker .stage a:hover,
.light .umbra-webticker .stage a:hover span {

    color: #303030;
}

.light .wt-rightarrow,
.light .wt-leftarrow {

    background-color: #ebebeb;

}

.light .wt-rightarrow:hover,
.light .wt-leftarrow:hover {

    background-color: #e75757;

}

.light .wt-rightarrow:hover:before,
.light .wt-leftarrow:hover:before {
    color: #fff
}

.light .wt-rightarrow:before,
.light .wt-leftarrow:before {
    margin-top: 2px;
    color: #303030
}


/* Carousel */

.posts .um-post-item.wtc-post {
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(33, 30, 31, 0.2);

    margin-bottom: 10px;
    height: 362px;
    overflow: hidden;
    transition: all 600ms cubic-bezier(0.21, 1.09, 0.425, 1.045);
}
.posts .um-post-item.wtc-post .item-header {
    position: relative;
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.33, 0.14, 0.22, 1.21);
    height: 259px;
}

.posts .um-post-item.wtc-post:hover {
    box-shadow: 0 0 21px 0 rgba(33, 30, 31, 0.3);
}

.posts .um-post-item.wtc-post:hover .item-header {
    height: 150px;
}

.full-width .umbra-carousel .stage-container {
	position: relative;
	width: calc(100% + 20px);
	height: 40px;
	margin: 0 -10px 0 -12px;
	padding: 0;
}

.full-width .posts .um-post-item.wtc-post {
	background-color: transparent;
	box-shadow: none;
	height: 305px;
}

.full-width .posts .um-post-item .item-title {
	padding: 20px 0 5px
}

.full-width .posts .um-post-item.wtc-post .item-header {
	height: 160px
}

.full-width .posts .um-post-item.wtc-post:hover .item-header {
	height: 110px;
}

.full-width .posts .um-post-item .item-content {
	padding: 0;
}

.full-width .posts .um-post-item .post-meta {
	padding: 0;
}

.full-width .umbra-carousel .item {

	width: 290px;
}