
/*********************

REALTYNINJA - HOTSHEET DEMO CSS

**********************/


body {
  background: url('../images/bg.jpg') no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#identity .nested {
	width:1032px;
}

#wrapper {
    border: none;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

#nav li a.active, #nav a:hover {
	background-color:#16a9b6;
}

.listing_detail_cta_request_showing, .listing_detail_cta_request_showing:hover {
	background-color:#16a9b6;
	color:#fff;
}

input.submit:hover {
	background-color:#16a9b6;
}

body.listing_details #main_img {
	border:1px solid #16a9b6;
}

a {
	color: #16a9b6;
}

#content a:hover {
	color: #0b848f;
}


#contact_button a {
    background-image: url("../images/contact.png");
}


h2, h3, .header2, #contact_info h2, .column2_2 .item address, body.hotsheet_element .fancybox-inner h2  {
	font-family:'Roboto';
	font-weight:400;
}

h1, #page_title h1, body.hotsheet_element .fancybox-inner h1 {
	font-size:28px;
	color:#000;
	font-family:'Roboto';
	font-weight:300;
}















