body {
	color:			#000;
	font-family:		Raleway;
	line-height:		1.8em;
}

.bg {
}

.bg-light {
	background:		#eee;
}

.bg-dark {
	background:		#000;
	color:			#fff;
}

.bg-colored {
	background:		#2581ce;
	color:			#fff;
}

/*
 * Container padding
 */
.container.padding-20px {
	padding-top:		20px;
	padding-bottom:		20px;
}

.container.padding-30px {
	padding-top:		30px;
	padding-bottom:		30px;
}

.container.padding-40px {
	padding-top:		40px;
	padding-bottom:		40px;
}

/*
 * Basic styles
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:		700;
	text-transform:		uppercase;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
	margin-top:		0;
}

h1, .h1 {
	font-size:		2em;
}

h2, .h2 {
}

h3, .h3 {
}

h4, .h4 {
}

address {
	line-height:		inherit;
}

.has-img p {
	margin:			0;
	padding:		0;
}

/*
 * Tables
 */
.table-unstyled {
	width:			100%;
}

.table-unstyled td,
.table-unstyled th {
	line-height:		inherit;
}

/*
 * Buttons
 */
.btn {
	line-height:		31px;
	text-transform:		uppercase;
	border-radius:		2px;
	font-weight:		700;
}

.btn:hover,
.btn:active,
.btn:focus {
	color:			inherit;
}

.btn-sm {
	line-height:		28px;
	font-size:		1em;
}

.btn-lg {
	border-width:		2px;
	line-height:		28px;
}

.btn-default {
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
}

.btn-primary {
	background:		#2581ce;
	border-color:		#2581ce;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
}

.btn-transparent {
	border-color:		#2581ce;
	color:			inherit;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
}

/*
 * Tabs
 */
.tabs {
}

.tabs-buttons {
	border:			1px solid #d6d6d6;
	margin:			0 0 30px;
	overflow:		auto;
	background:		#fff;
	border-radius:		2px;
}

.tabs-buttons > li {
	float:			left;
}

.tabs-buttons a {
	display:		block;
	padding:		0 24px;
	border-right:		1px solid #d6d6d6;
	line-height:		55px;
	color:			#666666;
	background:		#fff;
}

.tabs-buttons > li:first-child a {
	border-radius:		2px 0 0 2px;
}

.tabs-buttons > li:last-child a {
	border-right:		none;
}

.tabs-buttons a:hover {
	text-decoration:	none;
	background:		#eee;
}

.tabs-buttons a.active,
.tabs-buttons a:active {
	background:		#2581ce;
	color:			#fff;
	text-decoration:	none;
}

.tabs-contents {
}

/*
 * Form elements
 */

.select-box {
	height:			40px;
	border-radius:		2px;
	line-height:		40px;
	border: 1px solid #ccc;
}

/*.select-box-text {*/
/*	text-transform:		uppercase;*/
/*	font-weight:		700;*/
/*}*/

.select-box select {
	cursor:			pointer;
}

.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
	height:                44px !important;
}

textarea.form-control {
	height:			auto!important;
}

.input-group-addon {
	vertical-align:		top;
	background:		#fff;
}

/*
 * Horizontal form
 */
.form-horizontal .control-label {
	text-align:		left;
}

/*
 * Responsive slider
 */
.responsive-slider-bullets {
	bottom:			10px;
}

.responsive-slider-bullet {
	background-image:	url(../images/bullets.png);
	margin:			0 -5px;
}

/*
 * Top nav
 */ 
.topnav {
	color:			#666;
}

.topnav a {
	font-weight:		600;
	color:			inherit;
}

.topnav .fa {
	font-weight:		normal;
	font-size:		1.2em;
}

.topnav .btn {
	padding:		0;
}

.topnav-item {
	padding:		0 15px;
	float:			left;
	line-height:		45px;
}

/*
 * Menu
 */
.menu {
	list-style:		none;
	line-height:		40px;
	margin:			30px 0;
}

.menu > li {
	float:			left;
	position:		relative;
}

.menu > li > .item {
	display:		block;
	padding:		0 20px;
	color:			#fff;
	font-weight:		700;
	text-transform:		uppercase;
	font-size:		1.2em;
}

.menu > li > .item:hover,
.menu > li > .item:active,
.menu > li > .item:focus {
	color:			#eee;
	text-decoration:	none;
}

.menu > li > .item.active {
	color:			#2581ce;
}

.menu > li.seperator {
}

.menu > li > .submenu {
	padding:		0;
	border:			1px solid #000;
	list-style:		none;
	overflow:		auto;
	position:		absolute;
	z-index:		999;
	text-align:		center;
	border-radius:		10px;
	display:		none;
}

.menu > li:hover > .submenu {
	display:		block;
}

.menu > li > .submenu > li {
}

.menu > li > .submenu > li.arrow {
}

.menu > li > .submenu > li > .subitem {
	display:		block;
	width:			100%;
	padding:		0 20px;
	white-space:		nowrap;
	background: 		#fff;
}

.menu > li > .submenu > li > .subitem.active {
	color:			#2581ce;
}

.menu > li > .submenu > li:nth-child(2) .menu-sub-item {
	border-radius:		9px 9px 0 0;
}

.menu > li > .submenu > li:last-child .menu-sub-item {
	border-radius:		0 0 9px 9px;
}

.menu > li > .submenu > li.seperator {
	width:			100%;
	border-top:		1px solid #ddd;
	border-bottom:		1px solid #eee;
}

/*
 * Page title
 */
.page-title {
	padding:		24px 0;
}

.page-title h1, .page-title .h1 {
	line-height:		36px;
	margin:			0;
	padding:		0;
}

.page-title ul {
	margin:			0;
}

/*
 * Tile object
 */
.tile-object {
	margin:			0 0 30px;
	position:		relative;
}

.tile-object-photo {
	background:		#333;
}

.tile-object-overlay {
	width:			100%;
	padding:		8px 15px;
	line-height:		20px;
	position:		absolute;
	bottom:			0;
	background:		rgba(0, 0, 0, 0.5);
	color:			#fff;
	font-weight:		700;
	overflow:		auto;
}

.tile-object-address {
	color:			inherit;
}

.tile-object-address:hover,
.tile-object-address:active,
.tile-object-address:focus {
	color:			inherit;
}

.tile-object-price {
}

.tile-object-lg {
}

.tile-object-lg .tile-object-overlay {
	padding:		8px 20px;
	font-size:		1.2em;
	line-height:		39px;
}

.tile-object-lg .tile-object-price {
	float:			right;
}

/*
 * Card object
 */
.card-object {
}

.card-object-photo {
	background:		#333;
	position:		relative;
}

.card-object-details {
	padding:		10px 15px;
	border:			1px solid #e6e6e6;
	border-bottom:		0;
	background:		#fff;
}

.card-object-address,
.card-object-city,
.card-object-price {
	display:		inline-block;
	width:			100%;
	overflow:		hidden;
	white-space:		nowrap;
	text-overflow:		ellipsis;
}

.card-object-address {
	font-weight:		700;
	font-size:		1.1em;
	line-height:		22px;
	color:			inherit;
}

.card-object-address:hover,
.card-object-address:active,
.card-object-address:focus {
	color:			inherit;
}

.card-object-city {
	padding:		0 0 10px;
	line-height:		20px;
	color:			#666;
	text-transform:		uppercase;
}

.card-object-price {
	line-height:		20px;
	font-weight:		700;
}

.card-object-status {
	font-size:		0.9em;
	font-weight:		600;
	position:		absolute;
	top:			15px;
	left:			0;
	padding:		0 15px;
	line-height:		30px;
	background:		red;
	color:			#fff;
}

.card-object-table,
.card-object-table td {
	border-color:		#e6e6e6!important;
	color:			#666;
	table-layout:		fixed;
	background:		#fff;
}

.card-object-table td {
	width:			33%;
	text-align:		center;
	overflow:		hidden;
	white-space:		nowrap;
	text-overflow:		ellipsis;
}

/*
 * List object
 */
.list-object {
	overflow:		auto;
	margin-bottom:		20px;
}

.list-object-photo {
	width:			255px;
	height:			188px;
	border:			none;
	float:			left;
	overflow:		hidden;
	background:		#333;
}

.list-object-details {
	width:			-ms-calc(100% - 255px);
	width:			-webkit-calc(100% - 255px);
	width:			-moz-calc(100% - 255px);
	width:			-o-calc(100% - 255px);
	width:			calc(100% - 255px);
	height:			188px;
	border:			1px solid #d6d6d6;
	border-left:		none;
	float:			left;
	background:		#fff;
	padding:		14px 29px;
}

.list-object-main-details {
}

.list-object-address,
.list-object-zip-code,
.list-object-price {
	display:		block;
	overflow:		hidden;
	text-overflow:		ellipsis;
	white-space:		nowrap;
}

.list-object-address {
	float:			left;
	font-weight:		600;
	color:			#000;
}

.list-object-price {
	float:			right;
	font-size:		0.9em;
	font-weight:		600;
}

.list-object-zip-code {
	clear:			both;
	margin:			0 0 0.5em;
	font-size:		0.9em;
	text-transform:		uppercase;
	font-weight:		300;
}

.list-object-status {
	font-size:		0.9em;
	font-weight:		600;
	color:			red;
}

.list-object-description {
	font-size:		0.9em;
	height:			3em;
	overflow:		hidden;
	margin-bottom:		1em;
	line-height:		1.5em;
}

.list-object-sub-details {
	width:			100%;
	border:			1px solid #d6d6d6;
}

.list-object-sub-details td {
	width:			20%;
	text-align:		center;
	line-height:		42px;
	font-size:		0.9em;
	color:			#666;
	overflow:		hidden;
	text-overflow:		ellipsis;
	white-space:		nowrap;
}

/*
 * Details - simple
 */
.details-simple {
	overflow:		auto;
	color:			#8d9099;
}

.details-simple dt,
.details-simple dd {
	border-bottom:		1px solid #eee;
	float:			left;
	line-height:		28px;
	overflow:		hidden;
	white-space:		nowrap;
	text-overflow:		ellipsis;
}

.details-simple dt {
	width:			40%;
	text-transform:		uppercase;
}

.details-simple dd {
	width:			60%;
}

/*
 * Details - expanded
 */
.details-expanded {
	overflow:		auto;
}

.details-expanded dt,
.details-expanded dd {
	border-bottom:		1px solid #ccc;
	float:			left;
	line-height:		28px;
	overflow:		hidden;
	white-space:		nowrap;
	text-overflow:		ellipsis;
}

.details-expanded dt {
	width:			15%;
	text-transform:		uppercase;
}

.details-expanded dd {
	width:			18%;
}

/*
 * Main footer
 */
.main-footer {
	color:			#989898;
	font-weight:		600;
}

.main-footer h6, .main-footer .h6 {
	font-size:		20px;
	font-weight:		800;
	color:			#fff;
}

.main-footer a {
	color:			inherit;
}

/*
 * Sub footer
 */
.sub-footer {
	padding:		20px 0;
	color:			#999999;
}

.sub-footer a {
	color:			inherit;
}

/*
 * Pagination
 */ 
.pagination > li > a {
	padding:		0 18px;
	margin:			0 2px;
	border-radius:		0!important;
	line-height:		43px;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
	margin:			0 7px;
	font-weight:		700;
}

/*
 * Simple map
 */
.simple-map {
}

.simple-map-zoom {
	left:			50px;
}

.simple-map-type {
	right:			50px;
}

.simple-map-zoom button,
.simple-map-type button {
	background:		#fff;
	color:			#2581CE;
}

.simple-map-zoom button:hover, .simple-map-zoom button:active,
.simple-map-type button:hover, .simple-map-type button:active, .simple-map-type button.active {
	background:		#2581CE;
	color:			#fff;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.p-6 {
	padding: 4rem !important;
}

.p-7 {
	padding: 5rem !important;
}

.p-8 {
	padding: 6.25rem !important;
}

.p-9 {
	padding: 7.5rem !important;
}

.p-10 {
	padding: 9.375rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.px-6 {
	padding-right: 4rem !important;
	padding-left: 4rem !important;
}

.px-7 {
	padding-right: 5rem !important;
	padding-left: 5rem !important;
}

.px-8 {
	padding-right: 6.25rem !important;
	padding-left: 6.25rem !important;
}

.px-9 {
	padding-right: 7.5rem !important;
	padding-left: 7.5rem !important;
}

.px-10 {
	padding-right: 9.375rem !important;
	padding-left: 9.375rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.py-6 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.py-7 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.py-8 {
	padding-top: 6.25rem !important;
	padding-bottom: 6.25rem !important;
}

.py-9 {
	padding-top: 7.5rem !important;
	padding-bottom: 7.5rem !important;
}

.py-10 {
	padding-top: 9.375rem !important;
	padding-bottom: 9.375rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pt-6 {
	padding-top: 4rem !important;
}

.pt-7 {
	padding-top: 5rem !important;
}

.pt-8 {
	padding-top: 6.25rem !important;
}

.pt-9 {
	padding-top: 7.5rem !important;
}

.pt-10 {
	padding-top: 9.375rem !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pr-1 {
	padding-right: 0.25rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.pr-6 {
	padding-right: 4rem !important;
}

.pr-7 {
	padding-right: 5rem !important;
}

.pr-8 {
	padding-right: 6.25rem !important;
}

.pr-9 {
	padding-right: 7.5rem !important;
}

.pr-10 {
	padding-right: 9.375rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.pb-6 {
	padding-bottom: 4rem !important;
}

.pb-7 {
	padding-bottom: 5rem !important;
}

.pb-8 {
	padding-bottom: 6.25rem !important;
}

.pb-9 {
	padding-bottom: 7.5rem !important;
}

.pb-10 {
	padding-bottom: 9.375rem !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pl-1 {
	padding-left: 0.25rem !important;
}

.pl-2 {
	padding-left: 0.5rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.pl-6 {
	padding-left: 4rem !important;
}

.pl-7 {
	padding-left: 5rem !important;
}

.pl-8 {
	padding-left: 6.25rem !important;
}

.pl-9 {
	padding-left: 7.5rem !important;
}

.pl-10 {
	padding-left: 9.375rem !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-6 {
	margin: 4rem !important;
}

.m-7 {
	margin: 5rem !important;
}

.m-8 {
	margin: 6.25rem !important;
}

.m-9 {
	margin: 7.5rem !important;
}

.m-10 {
	margin: 9.375rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-6 {
	margin-right: 4rem !important;
	margin-left: 4rem !important;
}

.mx-7 {
	margin-right: 5rem !important;
	margin-left: 5rem !important;
}

.mx-8 {
	margin-right: 6.25rem !important;
	margin-left: 6.25rem !important;
}

.mx-9 {
	margin-right: 7.5rem !important;
	margin-left: 7.5rem !important;
}

.mx-10 {
	margin-right: 9.375rem !important;
	margin-left: 9.375rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-6 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}

.my-7 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

.my-8 {
	margin-top: 6.25rem !important;
	margin-bottom: 6.25rem !important;
}

.my-9 {
	margin-top: 7.5rem !important;
	margin-bottom: 7.5rem !important;
}

.my-10 {
	margin-top: 9.375rem !important;
	margin-bottom: 9.375rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-6 {
	margin-top: 4rem !important;
}

.mt-7 {
	margin-top: 5rem !important;
}

.mt-8 {
	margin-top: 6.25rem !important;
}

.mt-9 {
	margin-top: 7.5rem !important;
}

.mt-10 {
	margin-top: 9.375rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mr-6 {
	margin-right: 4rem !important;
}

.mr-7 {
	margin-right: 5rem !important;
}

.mr-8 {
	margin-right: 6.25rem !important;
}

.mr-9 {
	margin-right: 7.5rem !important;
}

.mr-10 {
	margin-right: 9.375rem !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-6 {
	margin-bottom: 4rem !important;
}

.mb-7 {
	margin-bottom: 5rem !important;
}

.mb-8 {
	margin-bottom: 6.25rem !important;
}

.mb-9 {
	margin-bottom: 7.5rem !important;
}

.mb-10 {
	margin-bottom: 9.375rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.ml-6 {
	margin-left: 4rem !important;
}

.ml-7 {
	margin-left: 5rem !important;
}

.ml-8 {
	margin-left: 6.25rem !important;
}

.ml-9 {
	margin-left: 7.5rem !important;
}

.ml-10 {
	margin-left: 9.375rem !important;
}

.ml-auto {
	margin-left: auto !important;
}