@charset "utf-8";

@font-face {
    font-family: "Oswald";
    src: url(fonts/Oswald-Regular.ttf);
}

@font-face {
    font-family: "Oswald-Light";
    src: url(fonts/Oswald-Light.ttf);
}

.LFadContainer {
	width:968px;
	height:248px;
	background-color:#fff;
	overflow:hidden;
	border: 1px solid #000;
}

a {
	color: #333;
	text-decoration: none; 
}

#logo_area {
	width: 100%;
	float:left;
	font-family: sans-serif;
	font-size:17px;
	line-height:17px;
	padding: 10px;
	height:60px;
	background-color: #00154A;
	text-align: center;
}

.logo img {
	width:75%;
}

ul {
	list-style: none;
	margin: 10px;
	padding: 0px;
	float:left;
	width: 170px; 
	line-height:21px;
}

ul li {
	width: auto;
	margin: 0px 15px;
	font-size:13px;
	color: #656565;
	font-family: sans-serif;
	font-weight:300;

}

#carousel {
	width:75%;
	float:left;
	text-align: center;
	position:relative;
	font-family: 'Oswald', sans-serif;
	color: #333;
	font-weight:500;
	line-height: 1.7em;
	margin-top: 6px;
	margin-left: 15px;
}

.prop {
	list-style: none;
	float: left;
}

.prop_price {
	font-size:16px;
}

.prop_city {
	font-size: 15px;
	margin: -8px 0px;
}

.prop_img img {
	height: 120px;
	width: 95%;
}

.slick-slide img {
	display: inline !important;
}

.slick-prev:before {
    content: '' !important;
}

.slick-prev {
	width: 0 !important; 
  	height: 0 !important; 
  	border-top: 20px solid transparent !important;
  	border-bottom: 20px solid transparent !important;
  	border-right: 20px solid #bfbfbf !important;
}

.slick-next {
	width: 0 !important; 
  	height: 0 !important; 
  	border-top: 20px solid transparent !important;
  	border-bottom: 20px solid transparent !important;
  	border-left: 20px solid #bfbfbf !important;
}
