
.uc_news_ticker * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_news_ticker {
	font-family: inherit;
}

.uc_news_ticker a {
	color: #fff;
	text-decoration: none;
}

.uc_news_ticker svg {
	position: absolute;
	top: 0;
	z-index: 2;
	left: 0;
}

.uc_news_ticker .flex-container {
	background: #fa0000;
	direction: ltr;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

/*Classic_news_ticker*/
.uc_classic_news_ticker .bx-wrapper {
	max-width: 100%;
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
}

.uc_classic_news_ticker .uc_news_ticker-heading {
	background: transparent;
	padding: 12px 17px;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	position: relative;
	white-space: nowrap;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.uc_classic_news_ticker .uc_news_ticker-content {
	position: relative;
	background: #000;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.uc_classic_news_ticker .uc_news_ticker-content .uc_news_ticker-box {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
}

.uc_classic_news_ticker .uc_news_ticker-content .uc_news_ticker-box a {
	color: #fff;
	text-decoration: none;
}

.uc_classic_news_ticker .uc_news_ticker-content .uc_news_ticker-control {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.uc_classic_news_ticker .uc_news_ticker-content .uc_news_ticker-control .uc_news_ticker-nav a {
	color: inherit !important;
	font-size: 12px;
}

.uc_classic_news_ticker .uc_news_ticker-nav {
	float: right;
	margin: 0 4px;
}

.uc_classic_news_ticker .uc_news_ticker-nav + .uc_news_ticker-nav {
	float: left;
	margin: 0 4px;
}

/*Diagonal-news-ticker*/
.uc_diagonal-news-ticker * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.uc_news-ticker-with-date-label {
	border: 2px solid transparent;
	font-family: inherit;
	position: relative;
}

.uc_news-ticker-with-date-label .uc_ticker-content .uc_ticker-heading {
	background: transparent;
	padding: 12px 17px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.uc_diagonal-news-ticker.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.uc_diagonal-news-ticker .bx-wrapper {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
}

.uc_diagonal-news-ticker .uc_ticker-heading {
	background: transparent;
	padding: 12px 17px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.uc_diagonal-news-ticker .uc_ticker-content {
	overflow: hidden;
	position: relative;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.uc_diagonal-news-ticker .uc_ticker-content img {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 999;
	height: 100%;
}

.uc_diagonal-news-ticker .uc_ticker-content .uc_ticker-box {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding-right: 10px;
}

.uc_diagonal-news-ticker .uc_ticker-content .uc_ticker-box a {
	color: #fff;
	text-decoration: none;
}

.uc_diagonal-news-ticker .uc_ticker-content .uc_ticker-control {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;
	height: 100%;
}

.uc_ticker-content .uc_ticker-control .uc_ticker-nav a {
	color: #fff;
	padding: 14px 15px;
	display: flex;
	height: 100%;
	align-items: center;
	transition: ease-in-out .25s all;
	-webkit-transition: ease-in-out .25s all;
}

.uc_ticker-nav {
	float: right;
	border: 0 none;
	height: inherit;
	vertical-align: top;
	color: inherit !important;
	font-size: 14px;
	position: relative;
}

.uc_ticker-nav + .uc_ticker-nav {
	margin-right: 1px;
}

.blox-ticker-control .blox-ticker-nav a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 14px;
}

@media screen and (max-width: 639px) {
	.uc_diagonal-news-ticker .uc_ticker-heading:after {
		display: none;
	}
	
	.uc_diagonal-news-ticker .uc_ticker-content {
		padding-left: 12px;
	}
}

/*News-ticker-with-date-label*/
.uc_news-ticker-with-date-label * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_news-ticker-with-date-label {
	border: 2px solid transparent;
	font-family: inherit;
	position: relative;
}

.uc_news-ticker-with-date-label .bx-wrapper {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
}

.uc_news-ticker-with-date-label .uc_ticker-heading .uc_heading-content {
	background: transparent;
	padding: 13px 17px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.uc_news-ticker-with-date-label .uc_ticker-content {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.uc_news-ticker-with-date-label .uc_ticker-content .uc_ticker-box {
	width: 100% !important;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.uc_news-ticker-with-date-label .uc_ticker-content .uc_ticker-box a {
	color: #000;
	text-decoration: none;
}

.uc_news-ticker-with-date-label .uc_ticker-control {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	height: 100%;
}

.uc_news-ticker-with-date-label .uc_ticker-control .uc_ticker-nav {
	background: #2f2dec none repeat scroll 0 0;
	color: inherit !important;
	font-size: 12px;
	position: relative;
}

.uc_news-ticker-with-date-label .uc_ticker-control .uc_ticker-nav a {
	color: #fff;
	padding: 14px 10px;
}

.uc_news-ticker-with-date-label .uc_ticker-control .uc_ticker-nav a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 14px;
}

.uc_news-ticker-with-date-label .uc_ticker-nav {
	float: right;
	border: 0 none;
	height: inherit;
	vertical-align: top;
}

.uc_news-ticker-with-date-label .uc_ticker-nav + .uc_ticker-nav {
	border: 0 none;
	display: table;
	float: left;
	height: inherit;
	vertical-align: top;
	margin-right: 1px;
}

@media screen and (max-width: 639px) {
	.uc_news-ticker-with-date-label .uc_ticker-content .uc_ticker-box {
		padding-left: 12px;
	}
	
	.uc_news-ticker-with-date-label .uc_ticker-control .uc_ticker-nav a {
		padding: 14px 12px;
	}
}

/*Intro-text-news-ticker*/
.uc_intro-text-news-ticker * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_intro-text-news-ticker {
	font-family: inherit;
	position: relative;
}

.uc_intro-text-news-ticker .bx-wrapper {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
}

.uc_intro-text-news-ticker .uc_ticker-content {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.uc_intro-text-news-ticker .uc_ticker-content .uc_ticker-heading {
	background: transparent;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	padding: 10px 17px;
	position: relative;
	text-align: center;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: auto;
	align-self: stretch;
}

.uc_intro-text-news-ticker .uc_ticker-content .uc_ticker-heading .uc_date {}

.uc_intro-text-news-ticker .uc_ticker-content .uc_ticker-heading .uc_month {}

.uc_intro-text-news-ticker .uc_ticker-content .uc_ticker-box {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	align-items: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

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

.uc_ticker-content .uc_ticker-box .uc_sub-title {
	color: #818181;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
}

.uc_intro-text-news-ticker .uc_ticker-control {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;
}

.uc_intro-text-news-ticker .uc_ticker-control .uc_ticker-nav a {
	color: inherit !important;
	font-size: 12px;
}

.uc_intro-text-news-ticker .uc_ticker-nav {
	float: right;
	margin: 0 4px;
}

.uc_intro-text-news-ticker .uc_ticker-nav + .uc_ticker-nav {
	float: left;
	margin: 0 4px;
}

/*Pointy News Ticker*/
.uc_pointy-news-ticker * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_pointy-news-ticker {
	border: 2px solid transparent;
	font-family: inherit;
}

.uc_pointy-news-ticker.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.uc_pointy-news-ticker .bx-wrapper {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
}

.uc_pointy-news-ticker .uc_ticker-heading {
	background: transparent;
	padding: 12px 17px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	white-space: nowrap;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.uc_pointy-news-ticker .uc_ticker-heading:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 10px solid #00b258;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;
}

.uc_pointy-news-ticker .uc_ticker-content {
	position: relative;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.uc_pointy-news-ticker .uc_ticker-content .uc_ticker-box {
	color: #000;
	font-size: 14px;
	line-height: 19px;
}

.uc_pointy-news-ticker .uc_ticker-content .uc_ticker-box a {
	color: #000;
	text-decoration: none;
}

.uc_pointy-news-ticker .uc_ticker-content .uc_ticker-control {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;
}

.uc_pointy-news-ticker .uc_ticker-content .uc_ticker-control .uc_ticker-nav a {
	color: inherit !important;
	font-size: 12px;
}

.uc_pointy-news-ticker .uc_ticker-nav {
	float: right;
	margin: 0 4px;
}

.uc_pointy-news-ticker .uc_ticker-nav + .uc_ticker-nav {
	float: left;
	margin: 0 4px;
}

.point-arrow {
	position: relative;
}

.point-arrow:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 10px solid #00b258;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;
}

/*Round Image News Ticker*/
.uc_round-image-news-ticker * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_round-image-news-ticker {
	font-family: inherit;
	position: relative;
}

.uc_round-image-news-ticker svg {
	position: absolute;
	top: 0;
	z-index: 2;
	left: 0;
}

.uc_round-image-news-ticker.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.uc_round-image-news-ticker .bx-wrapper {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
}

.uc_round-image-news-ticker .uc_ticker-heading {
	background: transparent;
	padding: 12px 17px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	white-space: nowrap;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.uc_round-image-news-ticker .uc_ticker-content {
	overflow: hidden;
	position: relative;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.uc_round-image-news-ticker .uc_ticker-content .uc_ticker-box {
	color: #000;
	font-size: 14px;
	line-height: 19px;
	overflow: hidden;
}

.uc_round-image-news-ticker img {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 999;
	height: 100%;
}

.uc_round-image-news-ticker .uc_ticker-content .uc_ticker-box a {
	color: #000;
	text-decoration: none;
}

.uc_round-image-news-ticker .uc_ticker-content .uc_ticker-box .uc_content-box {
	overflow: hidden;
}

.uc_round-image-news-ticker .uc_ticker-content .uc_ticker-box img {
	position: relative;
	left: inherit;
	top: inherit;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	display: block;
}

.uc_round-image-news-ticker .uc_ticker-content .uc_ticker-control {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;
}

.uc_round-image-news-ticker .uc_ticker-content .uc_ticker-control .uc_ticker-nav a {
	color: inherit !important;
	font-size: 12px;
}

.uc_round-image-news-ticker .uc_ticker-nav {
	float: right;
	margin: 0 4px;
}

.uc_round-image-news-ticker .uc_ticker-nav + .uc_ticker-nav {
	float: left;
	margin: 0 4px;
}

@media screen and (max-width: 639px) {
	.uc_round-image-news-ticker .uc_ticker-heading:after {
		display: none;
	}
	
	.uc_round-image-news-ticker .uc_ticker-content {
		padding-left: 12px;
	}
}

/*Rounded News Ticker*/
.uc_rounded-news-ticker * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_rounded-news-ticker {
	border: 2px solid transparent;
	font-family: inherit;
	border-radius: 100px;
}

.uc_rounded-news-ticker.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.uc_rounded-news-ticker .bx-wrapper {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
}

.uc_rounded-news-ticker .uc_ticker-heading {
	background: transparent;
	padding: 12px 17px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	border-radius: 100px 0 0 100px;
	white-space: nowrap;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.uc_rounded-news-ticker .uc_ticker-content {
	position: relative;
	border-radius: 0 100px 100px 0;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.uc_rounded-news-ticker .uc_ticker-content .uc_ticker-box {
	color: #000;
	font-size: 14px;
	line-height: 19px;
}

.uc_rounded-news-ticker .uc_ticker-content .uc_ticker-box a {
	color: #000;
	text-decoration: none;
}

.uc_rounded-news-ticker .uc_ticker-content .uc_ticker-control {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.uc_rounded-news-ticker .uc_ticker-content .uc_ticker-control .uc_ticker-nav a {
	color: inherit !important;
	font-size: 12px;
}

.uc_rounded-news-ticker .uc_ticker-nav {
	float: right;
	margin: 0 4px;
}

.uc_rounded-news-ticker .uc_ticker-nav + .uc_ticker-nav {
	float: left;
	margin: 0 4px;
}

/*Legacy Firefox implementation treats all flex containers as inline-block elements.*/
@-moz-document url-prefix() {
	.flex-container {
		width: 100%;
		-moz-box-sizing: border-box;
	}
}

/*rtl*/
.rtl .flex-container {
	direction: rtl;
}

.rtl .flex-container .uc_ticker-content .uc_ticker-control {
	right: inherit;
	left: 0px;
}

.rtl .flex-container .uc_ticker-content {}

.rtl .flex-container .uc_ticker-content svg {
	left: inherit;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	right: 0;
}

.rtl .flex-container .point-arrow:after {
	left: -10px;
	right: inherit;
	transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

.rtl .flex-container .bx-wrapper .bx-viewport {
	direction: ltr;
	text-align: right;
}
