@charset "utf-8";

/* Ticker */
.modern-ticker {
	width: 100%;
	min-width: 300px;
	height: 32px;
	margin: 0px auto;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
}


.fact-counter .modern-ticker {
	height: 40px;
	line-height: 37px;
}

.mt-font {
	font-family: inherit;
}
.mt-round {
	border-radius: 7px;
}
.modern-ticker a {
	text-decoration: none;
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Body */
.mt-body {
	margin: 0px 0px 0px 3px;
	position: relative;
	/*margin-right:20px;*/
}

/* Label */
.mt-label {
	margin-right: 2px;
	padding: 0px 0px 0px 12px;
	position: absolute;
	right: 0;
}
.mt-round .mt-label {
	border-radius: 5px 0 0 5px;
	font-weight: 500;
    font-size: 16px;
	color:#fff;
}

/* News */
.mt-news {
	overflow: hidden;
	position: absolute;
	margin-left: -60px !important;
}
.mt-scroll .mt-news {
	background-color: transparent;
}
.mt-news ul {
	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
}
.mt-news li {
	float: right;
}
.mt-round .mt-news:first-child,
.mt-round .mt-news:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.mt-round .mt-news:last-child,
.mt-round .mt-news:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mt-news a {
	font-size: 15px;
	font-weight: normal;
	padding: 0 10px 0 20px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	white-space: nowrap;
}
.mt-scroll.mt-round .mt-news a {
	border-radius: 0;
}
.mt-hide {
	display: none;
}
.mt-error {
	font-size: 15px;
	font-style: italic;
	text-align: center;
	margin: 0;
}

.header-top .mt-controls {
    background-color: #fff;
}

/* Controls */
.mt-controls {
	margin-right: 2px;
    position: absolute;
    left: 0;
	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
}
.mt-play,
.mt-prev,
.mt-next {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer;
}
.mt-round .mt-controls div:last-child {
	border-radius: 0 5px 5px 0;
}

.header-top .mt-news {
    margin-left: 95px !important;
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
    .mt-body {
		margin-right:4px;
	}
	
	
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
 	.mt-body {
		margin-right:4px;
	}
}