@charset "utf-8";

/* Ticker */
.modern-ticker {
	width: 100%;
	height: 34px;
	line-height: 35px;
	font-size: 16px;
	overflow: hidden;
	position: fixed;
    bottom: 0;
    z-index:100;
    color: #fafafa;
	background-color: #fafafa;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .modern-ticker {
        top:0;
    }
    .navbar{
    	top:30px;
    }
}
.modern-ticker a {
	text-decoration: none;
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.green{
	color:#00a99d;
	font-weight:bold;	
        padding-left:5px;
}
.blue{
	font-weight:bold;
	color:#26425e;
	padding-left:5px;
}
.sales-ticker{
background:#00a99d;
padding:3px 7px;
display:inline;
color:#fff;
text-transform:uppercase;
font-size:11px;
border-radius:5px;
margin-right:10px;
}
.lettings-ticker{
background:#284863;
padding:3px 7px;
display:inline;
color:#fff;
text-transform:uppercase;
font-size:11px;
border-radius:5px;
margin-right:10px;
}
.mt-round {
	border-radius: 7px;
}

	/* Body */
	.mt-body {
		margin: 0px;
		position: relative;
	}
	
		/* Label */
		.mt-label {
			margin-right: 1px;
			padding: 0 12px;
			position: absolute;
			left: 0;
			height:34px;
			text-transform:uppercase;
			line-height:37px;
			background-color: #f7931e;
			font-size:14px;
			width:122px;
		}
		.mt-label i{
			padding-left:8px;
		}
		.mt-round .mt-label {
			border-radius: 5px 0 0 5px;
		}
		
		/* News */
		.mt-news {
			overflow: hidden;
			position: absolute;
		}
		.mt-scroll .mt-news {
			background-color: #ffffff;
		}
		.mt-news ul {
			/* Preload */
			background-repeat: no-repeat;
			background-position: -1000px;
			background-image: url("/images/bullet-over.png");
		}
		.mt-news li {
			float: left;
		}
		.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: 13px;
			padding: 0 10px 0 25px;
			margin-right: 2px;
			background-repeat: no-repeat;
			background-position: 7px center;
			display: block;
			white-space: nowrap;
			color: #26425e;
			background-color: #ffffff;
			background-image: url("/img/bullet.png");
		}
		.mt-scroll.mt-round .mt-news a {
			border-radius: 0;
		}
		.mt-news a:hover {
		color: #26425e;
		background-color: #ffffff;
		border-color: #ff2200;
		background-image: url("/images/bullet-over.png");
	}
	.mt-news a:active {
		background-color: #ffffff;
	}
		.mt-hide {
			display: none;
		}
		
		/* Controls */
		.mt-controls {
			margin-left: 2px;
			position: absolute;
			right: 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-next {
			border-radius: 0 5px 5px 0;
		}