
body{
    padding-top: 70px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	/* Remove the padding we set earlier */
	/*.marketing,
	.footer {
		padding-right: 0;
		padding-left: 0;*/
	}


/*img, .img-thumbnail {
	display: block;
	height: auto;
	max-width: 100%
}*/

.carousel-container {
	margin-bottom: 20px;
}

.carousel {
    position: relative;
    margin-bottom: 20px;
}

.carousel-control {
	cursor: pointer;
}

.carousel-inner>.item{
    height: 270px;
}

@media screen and (min-width: 768px) {
    /*Remove the padding we set earlier .marketing*/
    .carousel-inner > .item {
        height: 500px;
    }
}

.carousel-inner>.item>img{
    /*height: 400px;
    margin: auto;*/
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    border: none;
    padding: 0px;
    border-radius: 0px;
}
/*
.price {
	float:right;
	color: #fff;
	background-color: #aaa;
	border-radius: 50%;
	padding: 20px;
	font-size: 28px;
	font-weight: 1000;
}
*/
.listing-map {
	margin-bottom: 20px;
}
/*
.search-map {
  height: 100%;
}

#search-address {
  min-width: 450px;
}

.v1 { margin-bottom: 10px; }
.v2 { margin-bottom: 20px; }
.v3 { margin-bottom: 30px; }
.v4 { margin-bottom: 40px; }*/