/* @override 
	http://localhost:8888/ConsumerMarketing/widget630x150/css/style-540x82a.css
	http://localhost:8888/ConsumerMarketing/widget630x150/css/style-630x150a.css */
	
	@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/**** misc./global ****/
html, body {
    /*background: #ccc;*/
}
body {
    margin:0;
    padding:0;
    font-size:90%;
    font-family: 'Roboto', sans-serif;
    line-height:1.5em;
    text-align: left;
    color:#666;
}
a, a:hover {
    color:#cd0a1b;
    text-decoration:none;
}
img, a img {
    border:none;
    vertical-align:middle;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin: 0;
	color: #000;
}

/**** global container ****/
#outer {
    position: relative;
    margin: 0 auto;
    background: #e8e8e8;
    width: 630px;
    height: 150px;
    overflow: hidden;
	border-radius: 10px;
}
#SearchView{
	width:340px;
	float: left;
	padding: 20px;
}
#SearchView span.pBy {
	float: left;
	margin-right: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 20px;
	font-size: 10px;
}
#slug{
	color: #999;
	font-size: 10px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1px 7px;
	z-index: 1;
	
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
.search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 0px;
}
.btn-search {
	background: #e4002b url(../images/search.png) no-repeat center;
	background-size: 30px;
	border: 2px solid #e4002b;
	text-align: center;
	width: 50px;
	height: 50px;
}
.btn-search:hover {
	background: #fff url(../images/search-hov.png) no-repeat center;
	background-size: 30px;
	cursor: pointer;
	
}
input[type=text], input[type=email] {
	background: #fff;
	color: #626665;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0;
	border-right: 0px solid #fff;
	width: 245px;
	font-size: 15px;
}
input:focus, input:active {
  outline: none;
}
.controlsNav {
	position: absolute;
	top: 40%;
	z-index: 10;
	color: #000;
	background: rgba(255, 255, 255, .8);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
}

.jcarousel-prev {
	left: 10px;
}
.jcarousel-next {
	right: 10px;
}

/**** listings ****/
.listings {
    position: relative;
	width: 250px;
	height: 150px;
	float: left;
	font-family: 'Montserrat', sans-serif;
}
.listings .jcarousel {
    position: relative;
    /*width: 100%;*/
    overflow: hidden;
}
.listings ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.listings li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background-position: -80px 44% !important;
    -webkit-box-shadow: inset 10px -30px 26px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 10px -30px 26px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: inset 10px -30px 26px 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -30px 26px 10px rgba(0, 0, 0, 0.25);
}
.listings .jcarousel, .listings ul, .listings li {
    width: 340px;
    height: 150px;
}
.listings ul {
    width: 9999px;
}
.listings .numbers {
    position: absolute;
    bottom: 0;
    border: 0;
    left: 0;
    padding: 10px;
	color: #fff;
    font-size: 14px;
    line-height: 1.1;
}
.listings .price {
}
.listings .price.smaller {
    font-size: 18px;
}
.listings .details {

}
.listings .address {
    white-space: nowrap;
	font-size: 13px;
	font-weight: 700;
}
.listings .numbers .details span{
    display: inline-block;
    padding: 0 px 0 0;
    color: #fff;
	font-size: 11px;
	font-weight: 700;
}
.listings .numbers em {
	font-weight: 400;
	font-style: normal;
}

.listings li .view-it {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.just-updated {
	position: absolute;
	top: 6px;
	left: 6px;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    color: #fff;
}
.just-updated .icon {
    margin: 0 4px 0 0;
    width: 20px;
    vertical-align: middle;
}


/**** footer ****/
#footer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222;
    text-align: center;
    color: #fff;
    width: 165px;
}
#footer .inner {
    display: block;
	padding: 10px 14px;
}
.logo {
    display: block;
    margin: 0 0 10px;
}
.logo img {
    width: 80px;
	float: left;
}
.button {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 7px 22px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 2px;
    text-decoration: none;
    line-height: 1;
    outline: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.button:hover{
    border-color: #cd0a1b;
    background: #cd0a1b;
    color: #fff;
}
.slug .button{
	background: #cd0a1b;;
}
.slug .button:hover{
    border-color: #cd0a1b;
    background: #fff;
    color: #cd0a1b;
}


@media screen and (max-width: 629px) {
		#outer {
			max-width: 320px;
		}
		#SearchView{
			width:160px;
			padding: 10px;
		}
		h1 {
			font-size: 23px;
			line-height: 24px;
		}
		h1 span {
			display: block;
		}
		.search-wrap {
			margin: 5px 0px;
		}
		input[type=text], input[type=email] {
			background: #fff;
			width: 120px;
			height: 15px;
			padding: 5px;
			font-size: 12px;
		}	
		.btn-search {
			background: #e4002b url(../images/search.png) no-repeat center;
			background-size: 20px;
			border: 2px solid #e4002b;
			text-align: center;
			width: 25px;
			height: 22px;
		}
		.btn-search:hover {
			background: #fff url(../images/search-hov.png) no-repeat center;		background-size: 20px;
		}
		.logo {
			margin: 0;
		}
		#SearchView span.pBy {
		}
		.listings {
		    position: relative;
			width: 140px;
			height: 150px;
			float: left;
			font-family: 'Montserrat', sans-serif;
		}
		.jcarousel-prev, .jcarousel-next {
			top: 5%;
		}

		.numbers {
			max-width: 125px;
		}
		
		.address {
			white-space: normal!important;
		}
		
		
}

