html,
body {
	color: #747474;
}

h2, h3, h4 {
	color: #000;
}

.table>tbody>tr>td {
	border-top: none;
	border-bottom: 1px solid #eee;
	vertical-align: top;
	font-size: 80%;
}

.table>thead {
	display: none;
}

hr {
	border-top: 1px solid #eee;
	margin-top: 10px;
	width: 60%;
	margin-bottom: 40px;
}

.jumbotron {
	background-color: #000000;
}

.jumbotron h2 {
	color: #ffffff !important;
	font-family: 'Josefin Sans';
	margin-bottom: -15px !important;
	text-transform: none;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 2px;
}

.jumbotron h1 {
	color: #ffffff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.lux-logo-2 {
	display: block;
	background-image: url(http://www.premierlistingshowcase.com/orders/images/luxlogos/luxury-collection.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 74px;
	margin: 0 auto;
}

.details-block {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}

.property-description {
	border-right: 1px solid #ddd;
}

.featurette a {
	color: #2cb0e8;
	font-weight: 400;
}

.featurette a:hover {
	color: #000000;
}

.featurette-heading {
	color: #000;
}

.btn-pages {
	background-color: rgba(69, 66, 72, 0.74);
	border-color: #333;
	color: #fff !important;
	font-weight: normal !important;
	font-size: 18px;
	text-transform: uppercase;
}

.btn-location {
	background-color: transparent;
	border-color: #333;
	color: #333 !important;
	font-weight: normal !important;
	font-size: 18px;
	text-transform: uppercase;
}

.btn-menu {
	border: 1px solid #ddd;
	color: #000 !important;
	background-color: #e5e0d7;
}

.fancy {
	font-family: 'Great Vibes', sans-serif; 
	font-size: 36px;
}

#footer {
	background-color: #333333;
	margin-top: 20px;
}

#footer p {
	color: #666666;
}

#footer a {
	font-weight: 300;
	color: #999999;
}

@media only screen and (max-width : 480px) {
	.dropdown-menu {
	background-color: transparent;
    }
}

