@media print {
	a[href]:after {
		content: none;
	}
}
.navbar-toggle .icon-bar {
	background-color: #d7d3d3;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
h1#logo {
	display: inline-block;
	margin: 0;
}
h1#logo a {
	text-indent: -9999px;  
	display: inline-block;
	width: 256px;  
	height: 144px;
	background-size: 100%;
	background-image: url('../img/logo.png');
}
#UserLoginForm {
	margin: auto;
	padding: 0 20px;
	width: 30%;
}
/* Landscape phone to portrait tablet */
@media (max-width: 1200px) {
	h1#logo a {
		width: 212px;
		height: 119px;
	}
}
@media (max-width: 767px) {
	#UserLoginForm {
		width: 100%;
	}
}
.carousel-control {
	font-size: 28px;
	line-height: 28px;
	background-image: none!important;
	filter: none;
	text-shadow: none;
	background-color: #f4e9c2;
	color: #3a150c;
	opacity: 1;
	filter: none;
	width: 31px;
	height: 31px;
	top: 43%;

	-webkit-transition: background-color 300ms, color 300ms;
	-moz-transition: background-color 300ms, color 300ms;
	transition: background-color 300ms, color 300ms;
}
.carousel-control:hover,
.carousel-control:focus {
	opacity: 1;
	filter: none;
	color: #3a150c;
	background-color: #ec5634;
}
.carousel-control.left {
	left: 10px;
}
.carousel-control.right {
	right: 10px;
}
.carousel-indicators li {
	border-color: #f4e9c2;
}
.carousel-indicators li.active {
	background-color: #f4e9c2;
	width: 10px;
	height: 10px;
	margin: 1px;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:'Gill Sans W01 Light', "Helvetica", Arial, serif;
}
body {
	background-color: #f4f4f4;
	background-image: url('../img/pattern.gif');
	color: #999999;
	font-size: 16px;
	line-height: 20px;
}
a {
	color: #3a150c;

	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	transition: color 300ms;
}
a:hover, a:focus {
	color: #ec5634;
	text-decoration: none;
}
header {
	background-color: #3a150c;
}
#menu ul {
	margin-bottom: 0;
	border-left: 1px solid #735a56; 
}
#menu ul li {
	padding: 0;
	margin-left: -4px;
}
#menu ul li:first-child {
	margin-left: 0;
}
#menu a {
	font-variant:small-caps;
	font-size: 18px;
	line-height: 20px;
	color: #d7d3d3;
	text-decoration: none;
	padding: 12px 52px;
	display: inline-block;
	border-right: 1px solid #735a56;

	-webkit-transition: background-color 300ms, color 300ms;
	-moz-transition: background-color 300ms, color 300ms;
	transition: background-color 300ms, color 300ms;
}
#menu a:hover,
#menu a:focus {
	color: #3a150c;
	background-color: #ec5634;
}
#home #sidebar-left {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}
#sidebar-left-content {
	margin-top: 60px;
	padding-left: 30px;
	margin-bottom: 20px;
}
#sidebar-left-content h2 {
	font-size: 25px;
	line-height: 26px;
	text-transform: uppercase;
	color: #3a150c;
	margin: 0;
	margin-bottom: 40px;
}
#sidebar-left-content h2 small {
	font-size: 25px;
	line-height: 26px;
	color: #ac9f9f;	
}
#content {
	margin-top: 55px;
	margin-bottom: 150px;
}
footer {
	font-size: 13px;
	color: #3a150c;
	margin-bottom: 35px;
}
footer a,
footer a:hover,
footer a:focus {
	color: #3a150c;
}
#saentys {
	color: #ac9f9f;
	float: right;
}
#saentys a {
	color: #ac9f9f;
}
.grid-link img {
	width: 100%;
}
.grid-link {
	color: #3a150c;
	background-color: #f4e9c2;
	display: block;
	margin-bottom: 20px;

	-webkit-transition: background-color 300ms, color 300ms;
	-moz-transition: background-color 300ms, color 300ms;
	transition: background-color 300ms, color 300ms;
}
.grid-link-grey {
	color: #fff;
	background-color: #ac9f9f;	
}
.link-title-description {
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	color: #666666;
	margin-top: 15px;
}
#link-flats {
	background-color: #3a150c;
	color: #fff;
}
#link-flats:hover,
#link-flats:focus,
a.grid-link:hover,
a.grid-link:focus {
	text-decoration: none;
	color: #3a150c;
	background-color: #ec5634;
}
.grid-link .link-title {
	display: block;
	font-size: 25px;
	font-variant: small-caps;
	text-align: center;
	padding: 35px 20px;
	position: relative;
}
.logo-flats {
	background-image: url('../img/logo-flats.png');
	width: 115px;
	height: 113px;
	display: block;
	position: absolute;
	top: -34px;
	right: 15px;
}
.flat-available {
	background-image: url('../img/flat-available.png');
	width: 135px;
	height: 65px;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
}
.the-building-cursive, .the-area-cursive {
	background: transparent url('../img/the-building-cursive.png') no-repeat 0 50%;
	display: block;
	position: absolute;
	top: 0px;
	left: 15px;
	width: 127px;
	height: 100%;
}
.the-area-cursive {
	width: 129px;
	background-image: url('../img/the-area-cursive.png');
}
#link-flats:hover .logo-flats,
#link-flats:focus .logo-flats {
	background-image: url('../img/logo-flats-active.png');
}
#link-flats:hover .flat-available,
#link-flats:focus .flat-available {
	background-image: url('../img/flat-available-active.png');
}
#page-content {
	margin-top: 45px;
}
table {
	margin-top: 48px;
	font-size: 16px;
}
thead {
	color: #3a150c;
}
.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
	line-height: 38px;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.table thead>tr>th {
	line-height: 30px;
	border-bottom: 1px solid #3a150c;
}
table tr.property-available {
	background-color: #f4e9c2;
}
table tr.property-available .availability {
	color: #ec5634;
}
.property-status {
	margin-bottom: 40px;
}
.property-status.property-available {
	color: #ec5634;	
}
.btn-back {
	border-bottom: 1px solid #cbcaca;
	display: block;
	line-height: 30px;
	color: #231f20;
	margin-bottom: 35px;
}
@media (max-width: 768px) {
	.table-responsive {
		border: none;
	}
	.table-responsive>.table {
		background-color: transparent;
	}
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	margin: auto;
}
.carousel {
	margin-bottom: 40px;
}
.property-description {
	margin-bottom: 30px;
}
.btn-download {
	display: block;
	margin-bottom: 20px;
}
.btn-default {
	background-color: #f4e9c2;
	color: #3a150c;
	border: none;
	border-radius: 0;
	font-variant: small-caps;
	font-size: 16px;
	line-height: 22px;
	padding: 10px;

	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	transition: background-color 300ms;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #ec5634;
}
.well {
	border: 1px solid #e6e5e5;
	padding: 50px 130px;
	background-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-control {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
label {
	color: #666666;
}
.required {
	color: #ec5634;
	margin-left: 10px;
}
#the-area .grid-link {
	position: relative;
}
#the-area-4 {
	margin-top: -72px;
}
#the-area-6 {
	margin-top: -112px;
}
#the-area-8 {
	margin-top: -88px;
}
#the-area-9 {
	margin-top: -38px;
}
@media (max-width: 1200px) {
	#menu a {
		padding-left: 33px;
		padding-right: 33px;
	}
	#the-area-4 {
		margin-top: -58px;
	}
	#the-area-6 {
		margin-top: -91px;
	}
	#the-area-8 {
		margin-top: -72px;
	}
	#the-area-9 {
		margin-top: -32px;
	}
}
@media (max-width: 992px) {
	#content {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	h1#logo {
		display: block;
		text-align: center;
	}
	#menu a {
		padding-left: 24px;
		padding-right: 24px;
	}
	.well {
		padding: 20px;
		overflow: auto;
	}
	.logo-flats, .flat-available, .the-building-cursive, .the-area-cursive {
		display: none;
	}
	#sidebar-left-content {
		padding-left: 0;
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	#menu {
		float: none;
	}
	#menu ul {
		width: 100%;
		border: 0;
	}
	#menu ul li {
		margin: 0;
		display: block;
		width: 100%;
	}
	#menu a {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		border: 0;
	}
	.navbar-collapse {
		border: 0;
		box-shadow: none;
	}
	#saentys {
		float: none;
	}
	#the-area-4,
	#the-area-6,
	#the-area-8,
	#the-area-9 {
		margin-top: 0;
	}
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	text-align: left;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	top: 25%;
}
.selectboxit-arrow-container {
	text-align: center!important;
}
.selectboxit .selectboxit-option-icon-container {
	display: none;
}
.selectboxit-list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-container .selectboxit-options {
	background-color: #f4e9c2;
	color: #3a150c;
	text-align: left;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #3a150c;
	background-color: #ec5634;
}
.selectboxit-option .selectboxit-option-anchor {
	border-bottom-color: #fff;
}
.alert {
	background-color: transparent!important;
	border: none!important;
	padding: 0!important;
}
#map {
	width: 100%;
	height: 480px;
}
.gmnoprint {
	width: 100%;
}
.gmnoprint div[title="Zoom in"], .gmnoprint div[title="Zoom out"] {
	left: 10px!important;
    width: 21px!important;
    height: 21px!important;
}
.gmnoprint img {
    display: none;
}
.gm-style-cc {
	display: none!important;
}
.gmnoprint div[title="Zoom in"] {
    background: url("../img/map-zoom-in.png") no-repeat scroll;
    top: 10px!important;
}
.gmnoprint div[title="Zoom out"] {
    background: url("../img/map-zoom-out.png") no-repeat scroll;
    top: 40px!important;
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  /* Retina-specific stuff here */
	h1#logo a {
		background-image: url('../img/logo@2x.png');
	}
}