body
{
	margin: 0 auto 0 auto;
}

body *
{
	font-family: 'Open Sans', Sans-Serif;
	font-size: 14px;
}

h1, h2 ,h3, h4
{
	color: #333;
	font-family: Roboto;
}

h1{ font-size: 32px; }
h2{ font-size: 22px; }
h3{ font-size: 18px; }

a{ color: #003380; text-decoration: none; transition: all 0.6s; }
a:hover{ color: #203a62; }

img{ border: 0 }

table
{
	width: 100%;
}

table, td
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
	padding: 0;
}

#header, #header-blocks, #main-menu .container, 
#center-blocks, #content, #footer-blocks, 
#footer .container
{
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

#header
{
	margin: 10px auto 10px auto;
}

#header .logo
{
	width: 303px;
}

#header .info
{
	vertical-align: middle;
}

#header .info .container
{
	display: table;
	width: 100%;
}

#header .info .subcontainer
{
	display: table-row;
}

#header .phones, #header .license, #header .social
{
	display: table-cell;
	vertical-align: middle;
}

#header .phones .label
{
	color: #4D4D4D;
	text-align: center;
	font-family: Roboto Condensed;
	font-size: 18px;
}

#header .phones .numbers,
#header .phones .numbers a
{
	color: #0129AD;
	text-align: center;
	font-size: 24px;
	font-family: Roboto Condensed;
}

#header .license
{
	color: #4d4d4d;
	font-weight: bold;
	font-size: 16px;
	font-family: Roboto Condensed;
}

#header .social
{
	text-align: right;
}

#main-menu
{
	background-color: #E71F30;
}

#main-menu .subcontainer
{
	display: table; 
	width: 100%;
}

#main-menu .subcontainer ul
{
	display: table-row;
}

#main-menu .subcontainer ul li
{
	display: table-cell;
	text-align: center;
	list-style: none;
	vertical-align: middle;
}

#main-menu .subcontainer ul li a
{
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 30px 0 30px 0;
	transition: all 0.4s;
	font-family: Roboto Condensed;
	font-size: 20px;
}

#main-menu .subcontainer ul li a:hover,
#main-menu .subcontainer ul li a.active
{
	background-color: #003380;
	font-weight: normal;
}

#main-menu .subcontainer ul li.first a
{
	display: inline-block;
	text-align: center;
	padding: 30px 0 30px 0;
	transition: all 0.4s;
	background: transparent url(images/icon-home.png) no-repeat center center;
	width: 25px;
	height: 23px;
	font-size: 0px;
}

#center-blocks
{
	vertical-align: top;
	margin-bottom: 40px;
}

#center-blocks .block
{
	display: inline-block;
	width: 33%;
	background-color: #fff;
	vertical-align: top;
}

#center-blocks .block .title
{
	padding: 10px;
	font-size: 24px;
	font-family: Roboto Condensed;
}

#center-blocks .block .content
{
	padding: 10px 0 0 10px;
}

#center-blocks .block-1,
#center-blocks .block-2
{
	color: #fff;
}

#center-blocks .block-0
{
	background: #fff url(images/icon-realtor.png) no-repeat 95% center;
}

#center-blocks .block-1
{
	background: #E71F30 url(images/icon-location.png) no-repeat 95% center;
}

#center-blocks .block-2
{
	background: #333333 url(images/icon-location.png) no-repeat 95% center;
}

#center-blocks .block .content ul
{
	padding: 0 0 0 20px;
	list-style: square;
}

#content .left-blocks,
#content .right-blocks
{
	width: 250px;
	padding-top: 15px;
}

#content .left-blocks
{
	padding-right: 15px;
}

#content .right-blocks
{
	padding-left: 15px;
}

#content .left-blocks .block,
#content .right-blocks .block
{
	margin-bottom: 20px;
}

#content .left-blocks .block .title,
#content .right-blocks .block .title
{
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 12px;
	font-weight: bold;
	font-family: Roboto;
}

#content .left-blocks .block .content,
#content .right-blocks .block .content
{
	padding: 12px;
}

#content .left-blocks .block .content ul,
#content .right-blocks .block .content ul,
#content .left-blocks .block .content ul li,
#content .right-blocks .block .content ul li
{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

#content .left-blocks .block .content ul li a,
#content .right-blocks .block .content ul li a
{
	display: block;
	padding: 7px;
	border-bottom: dotted 1px #d3d3d3;
}

#footer
{
	background-color: #E6E6E6;
	margin-top: 15px;
}

#footer .top
{
	display: table;
	width: 100%;
}

#footer .top-row
{
	display: table-row;
}

#footer .top-row div
{
	display: table-cell;
	vertical-align: top;
}

#footer .top-row div.social
{
	padding-top: 20px;
}

#footer .top .copyright
{
	width: 35%;
	padding: 20px 40px 0 0;
}

#footer .top .social
{
	text-align: right;
}

#footer .developer
{
	text-align: right;
}

#footer .section h4
{
	color: #E71F30;
	font-size: 20px;
	text-transform: uppercase;
}

#footer .section ul, #footer .section ul li
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .section ul li a
{
	color: #4D4D4D;
}

#footer .section ul li a:hover,
#footer .section ul li a.active
{
	text-decoration: underline;
}

#footer .developer
{
	color: #000;
	padding-bottom: 15px;
	font-size: 12px;
}

#footer .developer a
{
	color: #003380;
	font-weight: bold;
	font-size: 12px;
}

table.featured-listing-custom td
{
	padding: 0 0 15px 0px;
	text-align: center;
}

table.featured-listing-custom .capsule
{
	transition: all 0.5s;
	opacity: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
}

table.featured-listing-custom .capsule:hover
{
	opacity: 1.0;
}

table.featured-listing-custom .location
{
	padding: 0 4px 0 4px;
	text-align: center;
	color: #fff;
}

table.featured-listing-custom .buttons
{
	padding: 10px 10px 0 0;
	text-align: right;
	color: #fff;
}

/* Forms */

.description { padding-top: 5px; }
.description span { font-size: 13px; color: #555; }

/* PROPERTIES SEARCH RESULTS */

.realty-listing-results thead td
{
	background-color: #E2EAF1;
	color: #1a1a1a;
	border: solid 1px #AABBCA;
	padding: 6px 10px 6px 10px;
	text-align: center;
	vertical-align: middle;
	height: 45px;
	font-weight: bold;
	font-size: 14px;
}

.realty-listing-results td
{
	border-bottom: dotted 1px #444;
	padding: 5px;
	font-size: 14px;
}

.realty-listing-results img
{
	border: solid 1px #ccc;
	padding: 3px;
}

.realty-listing-results img:hover
{
	background-color: #EAA734;
}
