body {
	color:			#000;
	font-family:		'Open Sans', sans-serif;
	line-height:		1.8em;
	font-size: 		15px;
}

.bg {
}

.bg-black {
	background:		#000;
	color:			#fff;
}

.bg-light {
	background:		#eee;
}

.bg-dark {
	background:		#000;
	color:			#fff;
}

.bg-colored {
	background:		#2581ce;
	color:			#fff;
}

.border-left {
	border-left:		1px solid #cccccc;
	padding-left:		30px;
}

.container {
	max-width:		1340px;
	width: 			auto;
}

/*
 * 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;
}

h1 small, .h1 small {
	color:			inherit;
	opacity:		0.6;
	font-weight:		inherit;
}

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 {
}

.btn-link {
	color:			inherit;
	font-weight:		inherit;
}

.btn .icon {
	position:		relative;
	top:			2px;
}

.btn-xs .icon {
	top:			0px;
}

/*
 * 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;
	text-transform:		none;
	font-weight:		600;
}

.select-box-text {
	color:			inherit;
}

.select-box select {
	cursor:			pointer;
}

.input-group .select-box {
	border:			1px solid #ccc;
	box-shadow:		0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	color:			#555;
	font-weight:		normal;
	text-transform:		none;
}

.input-group-lg .select-box {
	height:			46px;
	line-height:		44px;
}

.input-group-lg .form-control {
	font-size:		inherit;
}

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 {
}

.responsive-slider-bullet {
}

/*
 * Top nav
 */
 
 
.topnav {
	color:			#666;
}

.topnav a {
	color:			inherit;
}

.topnav a:hover {
	text-decoration: 	none;
	color:			inherit;
}

.topnav .icon {
	font-weight:		normal;
	font-size:		1.2em;
	position:		relative;
	top:			3px;
}

.topnav .btn {
	padding:		0;
}

.topnav button img {
	position:		relative;
	top:			-2px;
}

.topnav-item {
	padding:		0 15px;
	float:			left;
	line-height:		45px;
}

.logo {
	float: 			left;
	margin: 		20px 0;
	max-width: 		100%;
}


/*
 * 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:			#666;
	font-weight:		600;
	text-transform:		uppercase;
	font-size:		1em;
}

.menu > li > .item:hover,
.menu > li > .item:active,
.menu > li > .item:focus {
	color:			#999;
	text-decoration:	none;
}

.menu > li > .item.active {
	color:			#2581ce;
}

.menu > li.seperator {
}

.menu > li > .submenu {
	padding:		0;
	list-style:		none;
	overflow:		auto;
	position:		absolute;
	z-index:		999;
	text-align:		center;
	border-radius:		3px;
	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%;
}

/*
 * 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;
}

.page-title .btn {
	margin:			0;
	padding-top:		1px;
	padding-bottom:		1px;
}

/*
 * Tile object
 */
.tile-object {
	margin:			0 0 30px;
	position:		relative;
}

.tile-object-photo {
	background:		#333;
	position:		relative;
}

.tile-object-status {
	padding:		0 10px;
	font-size:		0.9em;
	font-weight:		600;
	color:			#fff;
	background:		red;
	display:		inline-block;
	position:		absolute;
	top:			10px;
	left:			0;
}

.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 {
	overflow:		auto;
}

.card-object-photo {
	background:		#333;
	position:		relative;
}

.card-object-status {
	padding:		0 10px;
	font-size:		0.9em;
	font-weight:		600;
	color:			#fff;
	display:		inline-block;
	position:		absolute;
	top:			10px;
	left:			0;
	background: 		#2581CE;
}

.card-object-status.sold {
	background:		red;
}

.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;
	max-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-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;
	position:		relative;
}

.list-object-status {
	padding:		0 10px;
	font-size:		0.9em;
	font-weight:		600;
	color:			#fff;
	background:		#2581CE;
	display:		inline-block;
	position:		absolute;
	top:			10px;
	left:			0;
}

.list-object-status.sold {
	background:		red;
}

.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-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 {
	padding:		40px 0;
	color:			#989898;
	font-weight:		600;
}

.main-footer h6, .main-footer .h6 {
	font-size:		18px;
	font-weight:		600;
	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;
}

/*
 * Post
 */
.post {
}

.post-image {
	display:		block;
	overflow:		hidden;
	text-align:		center;
	background:		#333;
}

.post-image img {
	height:			100%;
}

.post-title {
	color:			inherit;
	font-size:		1.5em;
	font-weight:		bold;
}

.post-text {
	overflow:		hidden;
}

.post-date {
	margin-bottom:		0;
}

.post-card {
	margin-bottom:		2em;
}

.post-card .post-image {
	height:			175px;
	margin-bottom:		25px;
}

.post-card .post-title {
}

.post-card .post-text {
	height:			148px;
}

.post-list {
	margin-bottom:		2em;
}

.post-list .post-image {
	height:			153px;
}

.post-list .post-title {
}

.post-list .post-text {
	max-height:		7em;
}

.post-list .post-date {
	margin-bottom:		0;
}

.post-list-sm {
}

.post-list-sm .post-image {
	height:			110px;
}

.post-list-sm .post-text {
}

/*
 * Font awsome styles
 */

.icon {
	display:			inline-block;
	font:				normal normal normal 14px/1 ogonline-makelaars-basis;
	font-size:			inherit;
	text-rendering:			auto;
	-webkit-font-smoothing:		antialiased;
	-moz-osx-font-smoothing:	grayscale;
	transform:			translate(0, 0);
}

.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.85714286em;
}
.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}
