/*
Theme Name: BBI Development
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
Tags:

License:
License URI:
*/

.row {
	margin: 0 -20px 40px;
}

.row:before,
.row:after,
.clearfix {
	content: "";
	display: table;
}

.row:after,
.clearfix {
	clear: both;
}

.col {
	width: 100%;
	padding: 0 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.col:last-child {
	margin-bottom: 0;
}

.container {
	padding: 0 20px;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.col { margin-bottom: 0; }

	.container { width: 720px; }

	.col-sm-12 { width: 100%; }
	.col-sm-11 { width: 91.66666667%; }
	.col-sm-10 { width: 83.33333333%; }
	.col-sm-9 { width: 75%; }
	.col-sm-8 { width: 66.66666667%; }
	.col-sm-7 { width: 58.33333333%; }
	.col-sm-6 { width: 50%; }
	.col-sm-5 { width: 41.66666667%; }
	.col-sm-4 { width: 33.33333333%; }
	.col-sm-3 { width: 25%; }
	.col-sm-2 { width: 16.66666667%; }
	.col-sm-1 { width: 8.33333333%; }

	.col-sm-offset-12 { margin-left: 100%; }
	.col-sm-offset-11 { margin-left: 91.66666667%; }
	.col-sm-offset-10 { margin-left: 83.33333333%; }
	.col-sm-offset-9 { margin-left: 75%; }
	.col-sm-offset-8 { margin-left: 66.66666667%; }
	.col-sm-offset-7 { margin-left: 58.33333333%; }
	.col-sm-offset-6 { margin-left: 50%; }
	.col-sm-offset-5 { margin-left: 41.66666667%; }
	.col-sm-offset-4 { margin-left: 33.33333333%; }
	.col-sm-offset-3 { margin-left: 25%; }
	.col-sm-offset-2-5 { margin-left: 20.833333334%; }
	.col-sm-offset-2 { margin-left: 16.66666667%; }
	.col-sm-offset-1-5 { margin-left: 12.5%; }
	.col-sm-offset-1 { margin-left: 8.33333333%; }
	.col-sm-offset-0-5 { margin-left: 4.166666666667%; }
	.col-sm-offset-0 { margin-left: 0; }

	.col-offset-center { margin-left: auto; margin-right: auto; float: none; }

}

@media (min-width: 992px) {

	.container { width: 960px; }

	.col-md-12 { width: 100%; }
	.col-md-11 { width: 91.66666667%; }
	.col-md-10 { width: 83.33333333%; }
	.col-md-9 { width: 75%; }
	.col-md-8 { width: 66.66666667%; }
	.col-md-7 { width: 58.33333333%; }
	.col-md-6 { width: 50%; }
	.col-md-5 { width: 41.66666667%; }
	.col-md-4 { width: 33.33333333%; }
	.col-md-3 { width: 25%; }
	.col-md-2 { width: 16.66666667%; }
	.col-md-1 { width: 8.33333333%; }

	.col-md-offset-12 { margin-left: 100%; }
	.col-md-offset-11 { margin-left: 91.66666667%; }
	.col-md-offset-10 { margin-left: 83.33333333%; }
	.col-md-offset-9 { margin-left: 75%; }
	.col-md-offset-8 { margin-left: 66.66666667%; }
	.col-md-offset-7 { margin-left: 58.33333333%; }
	.col-md-offset-6 { margin-left: 50%; }
	.col-md-offset-5 { margin-left: 41.66666667%; }
	.col-md-offset-4 { margin-left: 33.33333333%; }
	.col-md-offset-3 { margin-left: 25%; }
	.col-md-offset-2-5 { margin-left: 20.833333334%; }
	.col-md-offset-2 { margin-left: 16.66666667%; }
	.col-md-offset-1-5 { margin-left: 12.5%; }
	.col-md-offset-1 { margin-left: 8.33333333%; }
	.col-md-offset-0-5 { margin-left: 4.166666666667%; }
	.col-md-offset-0 { margin-left: 0; }

}

@media (min-width: 1200px) {

	.container { width: 1160px; }

	.col-lg-12 { width: 100%; }
	.col-lg-11 { width: 91.66666667%; }
	.col-lg-10 { width: 83.33333333%; }
	.col-lg-9 { width: 75%; }
	.col-lg-8 { width: 66.66666667%; }
	.col-lg-7 { width: 58.33333333%; }
	.col-lg-6 { width: 50%; }
	.col-lg-5 { width: 41.66666667%; }
	.col-lg-4 { width: 33.33333333%; }
	.col-lg-3 { width: 25%; }
	.col-lg-2 { width: 16.66666667%; }
	.col-lg-1 { width: 8.33333333%; }

}

/* FX */

a {
	transition: all 100ms ease-in;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	background: #fff;
	color: #3c465a;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 372px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	line-height: 1;
}

h1 {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -1px;
}

h1 .btn {
	vertical-align: bottom;
}

h2 {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 40px;
}

h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}

h2 + h4 {
	margin-top: -35px;
	margin-bottom: 40px;
}

p {
	text-align: justify;
}

.contact p {
	margin: 0;
}

.contact h3 {
	margin: 10px 0;
	line-height: 1.2;
}

.contact h4 {
	margin-top: 40px;
}

.contact h4:first-child {
	margin-top: 0;
}

p,
ul {
	/*font-family: Georgia, serif;*/
	line-height: 1.6;
	margin: 0 0 40px;
}

p.lead {
	font-size: 18px;
}

p.secondary {
	font-size: 14px;
	color: #999;
}

p:last-child {
	margin-bottom: -6px;
}

ul:last-child,
li > ul {
	margin-bottom: 0;
}

sup {
	padding-left: 1px;
}

article {
	margin-bottom: 40px;
}

/* COMPONENTS */

.btn {
	color: #969baf;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #969baf;
	padding: 4px 6px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	letter-spacing: 0;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}

.btn:hover {
	border-color: #f58220;
	color: #f58220;
}

.btn-form {
	display: block;
	padding: 9px 0;
	width: 100%;
}

.btn-lg {
	display: block;
	font-size: 14px;
	padding: 12px 0;
	width: 100%;
}

footer {
	background: #ebebf5;
	padding: 40px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer h3 {
	color: #3c465a;
}

footer .row {
	margin-bottom: 0;
}
/*
@media (min-width: 992px) {

	h1 {
		font-size: 24px;
	}

}

@media (min-width: 1200px) {

	h1 {
		font-size: 32px;
	}

}
*/
h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 10px;
	letter-spacing: 1px;
	line-height: 1;
	color: #969baf;
}

h1 a,
h3 a {
	text-decoration: none;
	color: inherit;
}

h1 a:hover,
h3 a:hover {
	text-decoration: underline;
}

footer h1 {
	color: #969baf;
	font-size: 24px;
	margin-bottom: 40px;
}

footer p {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 12px;
	margin: 0;
}

footer .social {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

footer .social li {
	display: block;
	margin: 0 0 20px 0;
}

footer .social a {
	display: inline-block;
	padding: 8px;
	text-decoration: none;
	color: #3c465a;
	border: 1px solid #969baf;
	border-radius: 50%;
	font-size: 24px;
	margin: 0 2px;
}

footer .social a:hover {
	border-color: #f58220;
	color: #f58220;
	text-decoration: none;
}

footer .social .icon {
	display: block;
}

footer .awards {
	list-style: none;
	padding: 0;
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto;
}

footer .awards li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer .awards a {
	display: block;
	width: 100%;
	height: 100%;
	background: #ebebf5 no-repeat center top;
}

header {
	height: auto;
	position: relative;
}

#logo {
	display: block;
	width: 160px;
	height: 225px;
	margin: 0 auto;
}

#logo img {
	display: block;
	width: 100%;
	height: 100%;
}

header.sm {
	margin-bottom: 40px;
}

header .separator {
	width: 100%;
}

@media (min-width: 768px) {

	footer .social li {
		display: inline-block;
		margin: 0 20px 20px 0;
	}

	header {
		height: 64px;
	}

	header.sm {
		margin-bottom: 88px;
	}

	header .separator {
		position: absolute;
		left: 0;
		bottom: -3px;
	}

	#logo {
		background: #fff;
		padding: 0 20px 20px;
		position: absolute;
		top: 0;
		left: -20px;
		z-index: 999;
	}

	header.sm #logo {
		width: 80px;
		height: 112px;
	}

}

#menu {
	list-style: none;
	margin: 15px 0 15px;
	padding: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #ebebf5;
}

#menu > li {
	position: relative;
	border-top: 1px dotted #ebebf5;
}

#menu > li > a {
	display: block;
	text-transform: uppercase;
	color: #969baf;
	text-decoration: none;
	padding: 15px 10px;
	text-align: center;
}

#menu > li:first-child {
	border-top: none;
}

#menu > li.current-menu-item > a,
#menu > li.current-menu-parent > a,
#menu > li > a:hover {
	color: #f58220;
}

.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu .sub-menu {
	position: absolute;
	top: 64px;
	right: -10px;
	background: #fff;
	border-radius: 0 0 5px 5px;
	border-top: 3px solid #f58220;
	display: none;
}

header.sm #menu .sub-menu {
	border: 1px solid #ebebf5;
	border-top: 3px solid #f58220;
}

#menu .sub-menu:before {
	content: '';
	position: absolute;
	top: -24px;
	right: 26px;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-bottom-color: #f58220;
}

#menu .sub-menu:after {
	content: '';
	position: absolute;
	top: -16px;
	right: 30px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #fff;
}

.sub-menu li {
	border-top: 1px dotted #ebebf5;
}

.sub-menu li:first-child {
	border-top: none;
}

.sub-menu li > a {
	display: block;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	color: #969baf;
	text-decoration: none;
	font-weight: 300;
}

#menu .sub-menu li > a {
	text-align: right;
	white-space: nowrap;
}

.sub-menu li > a:hover {
	color: #3c465a;
	text-decoration: none;
}

.sub-menu li.current_page_ancestor > a,
.sub-menu li.current_page_item > a {
	font-weight: 700;
	color: #3c465a;
}

@media (min-width: 768px) {

	#menu {
		position: absolute;
		top: 0;
		right: -20px;
		margin: 0;
	}

	#menu > li {
		float: left;
		border-top: none;
	}

	#menu > li > a {
		text-align: left;
		padding: 24px 10px;
	}

	#menu > li:hover .sub-menu {
		display: block;
		z-index: 999;
	}

}

@media (min-width: 992px) {

	#menu > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}

}

#slider {
	height: 300px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

#slider .container {
	position: relative;
}

#slider ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#slider li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#slider li a {
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}

#slider li h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#slider li h1 span {
	display: block;
	font-weight: 300;
}

#slider nav {
	position: absolute;
	right: 20px;
	top: 364px;
	z-index: 999;
	display: none;
}

#slider nav a {
	float: left;
	margin-left: 10px;
	text-indent: -9999px;
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid #f58220;
	border-radius: 50%;
}

#slider nav a.active,
#slider nav a:hover {
	background: #f58220;
}

@media (min-width: 768px) {

	#slider {
		height: 400px;
		margin-left: 0;
		margin-right: 0;
	}

	#slider li h1 {
		font-size: 24px;
		padding: 20px;
		opacity: 0;
		transition: all 200ms ease-out;
	}

	#slider:hover li h1 {
		opacity: 1;
	}

	#slider li h1 span {
		display: inline;
	}

	#slider nav {
		display: block;
		opacity: 0;
		transition: all 200ms ease-out;
	}

	#slider:hover nav {
		opacity: 1;
	}

}

.box {
	border: 1px solid #ebebf5;
	border-radius: 5px;
	padding: 30px;
	box-shadow: 0 2px 0 #f7f7fb;
	margin-bottom: 20px;
	background: #fff;
}

.box .sub-menu {
	margin: -10px -30px;
}

.box h2 {
	color: #969baf;
	margin-bottom: 0;
}

.active h2 {
	color: #3c465a;
}

.box h3 {
	color: #f58220;
	margin-bottom: 25px;
}

.box h3:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 9px;
	margin-left: -31px;
	margin-right: 5px;
	background: #f58220;
}

.box .address p {
	font-family: 'Open Sans';
}

.box .address + .sub-menu {
	margin-top: 30px;
	border-top: 1px dotted #ebebf5;
}

.box .more {
	margin-top: 25px;
	text-align: right;
}

.box .icon {
	display: inline-block;
	font-size: 24px;
	margin: -6px;
	margin-right: 4px;
	vertical-align: middle;
}

.box.map {
	height: 400px;
	padding: 0;
	border-color: #dad6cd;
	background: url('img/ajax.gif') center center no-repeat #fff;
	margin-bottom: 40px;
}

.box.map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 5px;
}

.box.contact {
	margin-top: 40px;
}

aside p,
.box p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}

.box .row {
	margin-bottom: 0;
}

.box.contact form {
	margin-top: 30px;
}

label {
	display: block;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

label.floating {
	line-height: 23px;
	padding: 5px 10px;
	margin-bottom: -33px;
	cursor: text;
	color: #969baf;
	font-weight: 300;
}

input,
textarea,
select {
	display: block;
	background: #f7f7fb;
	border: 0;
	border-bottom: 1px solid #969baf;
	margin-bottom: 30px;
	padding: 5px 10px;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	height: auto;
}

select {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAECAYAAABodtTSAAAAHElEQVQY02OYOXPmf1yYgRRAsQHYDGKgBJBrAAAIxSyhmpc9SwAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

/* target firefox only */
@-moz-document url-prefix() {

	select {
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: '';
		padding-right: 0;
	}

}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

form.box {
	margin-bottom: 40px;
	padding-bottom: 10px;
}

form.box input,
form.box select {
	margin-bottom: 0;
}

form.box .col {
	margin-bottom: 20px;
}

.more {
	text-transform: uppercase;
	font-size: 12px;
	color: #969baf;
	text-decoration: none;
	display: block;
}

.more:hover {
	text-decoration: underline;
}

.apartment {
	display: block;
	position: relative;
	text-decoration: none;
	color: #3c465a;
	margin-bottom: 20px;
}

a .overlay {
	background: #f58220;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	border-radius: 5px;
	opacity: 0;
	transition: all 100ms ease-in;
}

a .overlay-left {
	height: 50%;
	border-radius: 5px 5px 0 0;
}

a .overlay-right {
	height: 50%;
	top: auto;
	bottom: 0;
	border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {

	a .overlay-left {
		height: 100%;
		width: 50%;
		border-radius: 5px 0 0 5px;
	}

	a .overlay-right {
		height: 100%;
		width: 50%;
		top: 0;
		bottom: auto;
		left: auto;
		right: 0;
		border-radius: 0 5px 5px 0;
	}

}

a:hover .overlay {
	opacity: 0.9;
}

a .overlay .icon {
	color: #fff;
	font-size: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
}

.apartment img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}

.apartment h3 {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin: -32px 0 0;
	position: relative;
}

.apartment .box {
	border-top: 0;
	border-radius: 0 0 5px 5px;
	padding: 20px 30px;
	overflow: hidden;
	margin: 0;
}

ul.stats {
	list-style: none;
	margin: 0 -30px 0 0;
	padding: 0;
}

ul.stats li {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

ul.stats li span {
	font-size: 11px;
	text-transform: uppercase;
	color: #969baf;
	margin-right: 30px;
}

.gallery {
	margin-bottom: 0;
}

.gallery a {
	display: block;
	margin-bottom: 40px;
	position: relative;
}

.gallery img {
	display: block;
}

.attachment-260x180 {
	border-radius: 5px;
	width: 100%;
	height: auto;
}

.investments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.investments li {
	position: relative;
}

.investments .overlay .icon {
	font-size: 16px;
	font-weight: 700;
	line-height: 64px;
	text-transform: uppercase;
	width: 100%;
	left: 0;
	margin-left: 0;
	text-align: center;
	font-family: inherit;
}

.investments .overlay .icon:before {
	font-size: 64px;
	vertical-align: top;
	margin-right: 10px;
	font-family: 'bbi';
}

.investments li .overlay {
	display: none;
}

.investments li:hover .overlay {
	background: #969baf;
	opacity: 0.9;
}

.investments a:hover .overlay {
	background: #f58220;
}

.investments .img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	border-radius: 5px 5px 0 0;
}

.investments .box {
	border-radius: 0 0 5px 5px;
	padding: 10px;
}

.investments .box h2 {
	font-size: 16px;
	line-height: 1.2;
}

.investments .box h2 strong {
	display: block;
}

.investments .box h3 {
	margin-bottom: 5px;
}

.investments .box h3:before {
	display: none;
}

@media (min-width: 768px) {

	.investments .box {
		padding: 20px 30px;
	}

	.investments .box h2 {
		font-size: 24px;
	}

	.investments .box h2 strong {
		display: inline;
	}

	.investments .box h3:before {
		display: inline-block;
	}

}

.investments + h1 {
	margin-top: 40px;
}

.investments-sm {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.investments-sm.slider {
	height: 300px;
}


@media (min-width: 768px) {

	.investments-sm.slider {
		height: 193px;
	}

}

@media (min-width: 992px) {

	.investments-sm.slider {
		height: 249px;
	}

}

@media (min-width: 1200px) {

	.investments-sm.slider {
		height: 225px;
	}

}

.investments-sm.slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.investments-sm a {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
}

.investments-sm a:hover {
	text-decoration: none;
}

.investments-sm img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}

.investments-sm .box {
	border-radius: 0 0 5px 5px;
	padding: 10px;
	margin: 0;
}

.investments-sm .box h2 {
	font-size: 12px;
}

.investments-sm .box h2 strong {
	display: block;
}

@font-face {
	font-family: 'bbi';
	src:url('fonts/bbi.eot?-yquztc');
	src:url('fonts/bbi.eot?#iefix-yquztc') format('embedded-opentype'),
		url('fonts/bbi.woff?-yquztc') format('woff'),
		url('fonts/bbi.ttf?-yquztc') format('truetype'),
		url('fonts/bbi.svg?-yquztc#bbi') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-family: 'bbi';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pencil:before {
	content: "\e600";
}
.icon-export:before {
	content: "\e601";
}
.icon-search:before {
	content: "\e602";
}
.icon-link:before {
	content: "\e603";
}
.icon-camera:before {
	content: "\e604";
}
.icon-earth:before {
	content: "\e605";
}
.icon-twitter:before {
	content: "\e606";
}
.icon-facebook:before {
	content: "\e607";
}
.icon-googleplus:before {
	content: "\e608";
}
.icon-pinterest:before {
	content: "\e609";
}
.icon-tumblr:before {
	content: "\e60a";
}
.icon-instagram:before {
	content: "\e60b";
}

.separator {
	border-top: 1px solid #ebebf5;
	background: #f7f7fb;
	height: 2px;
}

article h1 {
	margin-bottom: 35px;
}

article h3 + h1 {
	margin-top: -10px;
}

article p {
	margin-bottom: 35px;
}

article figure {
	margin: 0 0 35px;
}

article figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}

article figure .box {
	border-top: none;
	border-radius: 0 0 5px 5px;
	padding: 5px 10px;
}

article figure figcaption {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

table {
	width: 100%;
	font-size: 12px;
}

@media (min-width: 768px) {

	table {
		font-size: 14px;
	}

}

@media (min-width: 992px) {

	table {
		font-size: 16px;
	}

}

tbody tr:hover {
	background: #ebebf5;
	cursor: pointer;
}

table.listing a {
	display: block;
	text-decoration: none;
	color: #3c465a;
}

th {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #f58220;
	text-align: left;
	padding: 0 10px 10px;
}

td {
	padding: 10px;
	border-top: 1px solid #ebebf5;
}

.floorplan {
	background: #f7f7fb;
	padding: 40px 0;
	margin-bottom: 40px;
}

.floorplan img {
	display: block;
	margin: 0 auto;
}

.floorplan .row {
	margin-top: 40px;
	margin-bottom: 0;
}

.faux-left,
.faux-right {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.faux-left {
	padding-right: 5px;
}

.faux-right {
	padding-left: 5px;
}

.faux-50 {
	width: 50%;
}

.faux-25 {
	width: 25%;
}

.faux-75 {
	width: 75%;
}

img.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

form.ajax {
	position: relative;
}

form div.error {
	margin-top: -30px;
	margin-bottom: 30px;
	font-size: 12px;
}

.ajax-overlay,
.ajax-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('img/ajax.gif') center center no-repeat #fff;
	z-index: 999;
	opacity: 0.9;
}

.ajax-message {
	background: #fff;
	opacity: 1;
}

#pulsbiznesu {
	display: block;
	margin: 40px auto 0;
	width: 180px;
	height: 62px;
}

#pulsbiznesu img {
	display: block;
	width: 100%;
	height: 100%;
}

.news h3 {
	line-height: 1.5;
}

.news p {
	font-size: 14px;
	margin-bottom: 0;
}

.news .more {
	margin-top: 10px;
	text-align: right;
}

p a,
li a {
	color: #f58220;
	text-decoration: none;
}

p a:hover,
li a:hover {
	text-decoration: underline;
}

.cookies {
	margin-top: 20px;
}

.cookies p {
	font-size: 12px;
	color: #969baf;
}

img.size-full {
	display: block;
	border-radius: 5px;
	width: 49%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img.size-full.aligncenter {
	width: 100%;
	margin: 0 auto;
}
