/*
Theme Name: belmont
Description: Royal Belmont responsive theme.
Version: 1.0
*/

* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, sub, sup, var,
b, u, i,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	box-sizing:border-box;
}

.clear {
	clear:both;
	}

.pull-left {
	float:left;
	}

.pull-right {
	float:right;
	}

.center {
	text-align:center;
	}

a {
	-webkit-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
    }

.d_table {
	display:table;
	}

.d_row {
	display:table-row;
	}

.d_cell {
	display:table-cell;
	}

.mobile-show {
	display:none;
	}

/**/

body {
	padding-top: 80px;
	position: relative;
	font-family: 'source_sans_proregular';
    font-size: 17px;
    line-height: 21px;
    color: #525252;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-transform:translate3d(0,0,0);*/
	}

section {
	position:relative;
	width:100%;
	overflow:hidden;
	}

section:after, .wrapper:after {
	display:block;
	position:relative;
	width:100%;
	height:0;
	content:' ';
	clear:both;
	}

.wrapper {
	max-width:1000px;
	padding:60px 0;
	margin:0 auto;
	}

nav {
	padding:0 60px 0 55px;
	background:#fff;
	height:80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	border-bottom:1px solid #ebebeb;
	margin: 35px 0 0 0;
	-webkit-transition: padding .3s linear;
	-ms-transition: padding .3s linear;
	transition: padding .3s linear;
	}
.admin-bar nav {
	top: 32px;
	}

nav .top-logo {
	float:left;
	margin-top:10px;
	/*margin-top: 5px;*/
	}

nav > ul {
	margin: 30px 120px 30px 270px;
	text-align: center;
	position:relative;
	-webkit-transition: margin-left .3s linear,  margin-right .3s linear;
	-ms-transition: margin-left .3s linear,  margin-right .3s linear;
	transition: margin-left .3s linear,  margin-right .3s linear;
	}

nav ul li {
	display:inline-block;
	margin-right:1px;
	position: relative;
	}

nav .chat {
	float:right;
	font-family: 'source_sans_proregular';
	font-size:14px;
	line-height:30px;
	color:#99808e;
	text-decoration:none;
	height:30px;
	width:auto;
	padding:0 15px;
	text-align:center;
	border:1px solid #d6ccd2;
	margin-top:24px;
	}
nav .chat:hover {
	color:#5e4151;
	border-color:#5e4151;
	}

nav .chat i {
	margin-right:6px;
	}
nav .chat img {
	margin-top: -1px;
	vertical-align: middle;
	}

nav > ul > li.menu-item-has-children > a:after {
	background: url(img/nav-arr-down.png) no-repeat scroll center bottom;
	display:block;
	content:' ';
	width:100%;
	height:7px;
	position:absolute;
	left:0;
	bottom:11px;
	opacity:0;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	}

nav > ul > li.menu-item-has-children:hover > a:after {
	opacity:1;
	}

nav ul li a {
	font-family: 'source_sans_prosemibold';
	font-size:15px;
	line-height:18px;
	color:#99808e;
	text-decoration:none;
	text-transform: uppercase;
	padding:30px 15px 30px;
	position:relative;
	}

nav ul li a:hover {
	color:#674557;
	}

.top-nav .sub-menu {
	display:block;
	position:absolute;
	left:-12px;
	top:73px;
	z-index:999999;
	margin:0;
	background:#fff;
	padding:15px 10px;
	width:295px;
	text-align: left;
	-webkit-transition: opacity .2s ease, top .3s ease;
	-moz-transition: opacity .2s ease, top .3s ease;
	transition: opacity .2s ease, top .3s ease;
	visibility:hidden;
	opacity:0;
	}

.top-nav li:hover .sub-menu,
.top-nav li.opened .sub-menu {
	top:51px;
	visibility:visible;
	opacity:1;
	}

.top-nav .sub-menu li {
	margin: 3px 0;
	display:inline-block;
	width:49%;
	vertical-align: top;
	}

.top-nav .sub-menu li a {
	display: inline-block;
	padding: 0 0 0 17px;
	font-family: 'source_sans_proregular';
	color:#646464;
	}

.top-nav .sub-menu li a:hover,
.top-nav .sub-menu li.current-menu-item a {
	color:#99808e;
	}

.top-nav .sub-menu .menu-item-58,
.top-nav .sub-menu .menu-item-59 {
	width: auto;
}
.top-nav .sub-menu .menu-item-58 {
	padding-right: 20px;
}

#toggle-nav {
	display: none;
	}

#nav-callout{
	height: 35px;
	background-color: #99808e;
	font-size: 16px;
	font-family: 'source_sans_probold';
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 34px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 998;
}

.slider {
	width:100%;
	height:auto;
	}

.slide {
	display: none;
	position:relative;
	text-align:center;
	}
.slider .slide:first-child {
	display: block;
	}

.slide img {
	width:100%;
	height:auto;
	display:block;
	margin:0;
	padding:0;
	}

.slide .description {
	width:500px;
	height:240px;
	margin:0 auto;
	padding:25px;
	background: rgba(0,0,0,.7);
	color:#fff;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-170px;
	}

.slider .prev, .slider .next {
	position:absolute;
	top:47%;
	margin-top:-55px;
	background: rgba(0,0,0,.7);
	padding:17px 23px;
	cursor:pointer;
	}
.slider .prev:hover, .slider .next:hover {
	background: rgba(0,0,0,.95);
	}
.slider .prev img, .slider .next img {
	display:block;
	margin:0;
	}
.slider .prev {
	left:0;
	}
.slider .next {
	right:0;
	}



/* home: main slider */
/* slides / caption */

.ms-main-slider .ms-slide-layers {
}

.ms-main-slider .ms-caption {
	min-width: 500px;
	padding: 25px !important;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: rgba(0,0,0,.7);
	box-sizing: border-box;
	color: #fff;
}
.ms-main-slider .ms-caption h1 {
	font-family: 'playfair_displayregular';
	font-size:48px;
	line-height:52px;
	margin-bottom:15px;
}
.ms-main-slider .ms-caption p {
	font-family: 'playfair_displayregular';
	font-size:24px;
	line-height:30px;
	margin-bottom:25px;
}
.ms-main-slider .ms-caption a {
	display:inline-block;
	font-family: 'source_sans_prosemibold';
	text-transform:uppercase;
	color:#99808e;
	border:1px solid #99808e;
	height:45px;
	font-size:14px;
	line-height:45px;
	padding:0 30px 0 18px;
	background:url(img/arr-right.png) no-repeat scroll right 18px center;
	text-decoration:none;
	opacity:.7;
}
.ms-main-slider .ms-caption a:hover {
	opacity:1;
}
.ms-main-slider .ms-caption a i {
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
.ms-main-slider .ms-caption a img {
	vertical-align:middle;
}

/* controls */
.ms-main-slider .ms-skin-default .ms-nav-prev,
.ms-main-slider .ms-skin-default .ms-nav-next {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}
.ms-main-slider .ms-skin-default .ms-nav-prev {
	left: 0;
	background: rgba(0, 0, 0, .7) url(img/btn-prev-slide.png) center no-repeat;
}
.ms-main-slider .ms-skin-default .ms-nav-next {
	right: 0;
	background: rgba(0, 0, 0, .7) url(img/btn-next-slide.png) center no-repeat;
}
.ms-main-slider .ms-skin-default .ms-nav-prev:hover,
.ms-main-slider .ms-skin-default .ms-nav-next:hover {
  	background-color: #000;
}

@media screen and (max-width: 767px) {

  	.ms-main-slider .ms-caption {
  		min-width: 280px;
        background: none;
    }

	.ms-main-slider .ms-caption h1,
	.ms-main-slider .ms-caption p {
        display: none;
    }

	.ms-main-slider .ms-caption a {
	    height: 30px;
      	font-family: 'source_sans_prosemibold';
        text-transform:uppercase;
	    line-height: 32px;
	    padding: 0px 25px 0px 15px;
	    font-size: 10px;
      	color: #fff;
	    background: rgba(154,128,143,.8) url(img/arr-right-white.png) no-repeat scroll right 15px center;
	    background-size: 5px;
	    border: none;
	}
	.ms-main-slider .ms-caption a i {
	    width: 22px;
	    height: 15px;
	    margin-top: -2px;
		margin-right: 8px;
		background: transparent url(img/ico-sofa-mobile.png) no-repeat scroll center center / 100% auto;
	}
	.ms-main-slider .ms-caption a img {
		display: none;
	}

	.ms-main-slider .ms-skin-default .ms-nav-next,
	.ms-main-slider .ms-skin-default .ms-nav-prev {
		display: block !important;
		width: 30px;
		height: 30px;
		top: 110px;
		opacity: 1 !important;
		background-size: 8px auto;
	}

} /* end home slider */


.promotion {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background: rgba(0,0,0,.7);
	color:#fff;
	}

.promotion .wrapper {
	padding:26px 0;
	}

.promotion h1 {
	font-family: 'playfair_displayregular';
	font-size:42px;
	line-height:46px;
	color:#5e5e5e;
	display:inline-block;
	margin-right:23px;
	}

.promotion p {
	display:inline-block;
	font-family: 'source_sans_prolight';
	font-size:16px;
	line-height:20px;
	font-weight: bold;
	}

.promotion a {
	float:right;
	text-transform:uppercase;
	color:#99808e;
	border:1px solid #99808e;
	height:40px;
	line-height:40px;
	padding:0 50px 0 35px;
	background:url(img/arr-right.png) no-repeat scroll right 35px center;
	text-decoration:none;
	opacity:.7;
	font-size:16px;
	margin-top:5px;
	-webkit-transition: opacity .2s linear 0s;
    -ms-transition: opacity .2s linear 0s;
    transition: opacity .2s linear 0s;
	}

.scroll {
	position:absolute;
	left:50%;
	bottom:140px;
	width:64px;
	margin-left:-32px;
	opacity:1;
	-webkit-animation: scrollAnimation 7s linear infinite;
    animation: scrollAnimation 7s linear infinite;
	}

.scroll img{
	opacity: 1!important;
}

.scroll:hover {
	opacity:1;
	}

@-webkit-keyframes scrollAnimation {
    0% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; }
    100% { -webkit-transform: translate3d(0, 30px, 0); opacity: 0; }
}
@keyframes scrollAnimation {
    0% { transform: translate3d(0, 0, 0); opacity: 1; }
    100% { transform: translate3d(0, 30px, 0); opacity: 0; }
}

footer .footer-bottom {
	background:#000;
	color:#8d8d8d;
	font-family: 'source_sans_prosemibold';
	font-size:13px;
	padding:15px 60px;
	}

footer .footer-bottom:after {
	display:block;
	content:' ';
	width:100%;
	clear:both;
	}

footer .copy {
	float:left;
	}

footer .footer-bottom ul {
	float:right;
	}

footer .copy a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	border-left:1px solid #474747;
	margin-left:11px;
	padding-left:15px;
	}

footer .copy a:hover {
	color:#8d8d8d;
	}

footer .footer-bottom ul a {
	color:#8d8d8d;
	text-decoration:none;
	}

footer .footer-bottom ul a:hover {
	color:#fff;
	}

footer .footer-bottom ul li {
	display:inline-block;
	padding:0 12px;
	border-right:1px solid #474747;
	}

footer .footer-bottom ul li:last-child {
	border-right:none;
	}

main {
	width:610px;
	float:left;
	}

aside {
	width:330px;
	float:right;
	}

aside .border-box {
	padding:20px;
	border:1px solid #ebebeb;
	text-align:center;
	}

main h2 {
	font-family: 'playfair_displayregular';
	font-size:24px;
	line-height:26px;
	color:#99808e;
	}

main p {
	line-height:28px;
	}

main h2:after {
	display:block;
	content:' ';
	border-bottom:1px solid #e5e5e5;
	height:40px;
	width:30px;
	margin-bottom:35px;
	}

aside .border-box img {
	width:100%;
	height:auto;
	display:block;
	margin:0;
	}

aside .border-box h3 {
	font-family: 'playfair_displayregular';
	font-size:18px;
	line-height:22px;
	color:#99808e;
	margin:17px 0;
	}

aside .border-box p {
	font-size:14px;
	line-height:18px;
	margin-bottom:20px;
	color:#808080
	}

aside .border-box a, .holiday a {
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	background:#99808e;
	}

.bottom-slider .slide {
	border: none !important;
}
.slider.bottom-slider .next,
.slider.bottom-slider .prev {
	display:none;
	width:35px;
	padding: 13px 10px;
	top:50%;
	margin-top:-33px;
	left:inherit;
	right:3px;
	}

.slider.bottom-slider .next {
	margin-top:5px;
	}

.slider.bottom-slider .slide .description {
	right:200px;
	left:inherit;
	margin-left:0;
	text-align:left;
	padding:32px;
	height: 384px;
    margin-top: -192px;
	}

.bottom-slider .slide .description h1 {
	font-family: 'playfair_displayregular';
	font-size:24px;
	line-height:26px;
	color:#99808e;
	margin-top:10px;
	margin-bottom: 28px;
	}

.bottom-slider .slide .description h1:after {
	display:block;
	content:' ';
	border-bottom:1px solid #494a4a;
	height:20px;
	width:30px;
	margin-bottom:20px;
	}

.bottom-slider .slide .description p {
	font-family: inherit;
	font-size:17px;
	line-height:26px;
	padding-right:10px;
	}


footer h2, footer h3 {
	font-family: 'playfair_displayregular';
	font-size:24px;
	line-height:26px;
	color:#99808e;
	margin-bottom:10px;
	}

footer form {
	margin-top:28px;
	width:50%;
	float:left;
	overflow: hidden;
	}

footer .gform_body {
	float: left;
	width: 63%;
	}
footer .gform_footer {
	float: left;
	width:35%;
	margin-left: 10px;
	}

footer form label {
	display: none;
	}
footer form input[type=email] {
	width:100%;
	background:#fff;
	border:1px solid #dbdbdb;
	padding:14px;
	font-size:15px;
	height:45px;
	-webkit-transition: border 1s ease;
	-moz-transition: border 1s ease;
	transition: border 1s ease;
	}
footer form input[type=submit] {
	width:100%;
	display:inline-block;
	background:#99808e;
	height:45px;
	text-align:center;
	border:none;
	color:#fff;
	font-size:16px;
	line-height:45px;
	float:right;
	cursor:pointer;
	padding:0;
	}

footer form .validation_error {
	display: none !important;
	}
footer form .validation_message {
	margin: 5px 0 0;
	}

footer .social {
	width:50%;
	float:right;
	text-align:right;
	margin-top:28px;
	}

footer .social a {
	margin-left:27px;
	opacity:.7;
	}

footer .social a:hover {
	opacity:1;
	}

footer h3 {
	text-align:center;
	margin: 48px 0px 57px;
	position:relative;
	}

footer h3 span {
	background:#fff;
	padding:0 15px;
	position:relative;
	}

footer h3:before {
	display:block;
	position:absolute;
	left:0;
	top:50%;
	content:' ';
	width:100%;
	height:1px;
	background:#ebebeb;
	}

footer .properties {
	display:block;
	width:100%;
	}

footer .properties li {
	display:block;
	float:left;
	width:22%;
	margin-left:4%;
	height:135px;
	border:1px solid #ebebeb;
	padding:0;
}

footer .properties li a {
	display:inline-block;
	width:100%;
	height:100%;
	background-attachment:scroll;
	background-position: center center;
	background-repeat:no-repeat;
	position:relative;
	}

footer .properties li:first-child {
	margin-left:0;
	}

footer .properties li a:before {
	display:block;
	content:' ';
	position:absolute;
	width:100%;
	height:100%;
	background-attachment:scroll;
	background-position: center center;
	background-repeat:no-repeat;
	opacity:1;
	background-color:#fff;
	-webkit-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	}

footer .properties li:hover a:before {
	opacity:0;
	}

.properties .athena:before {
	background-image:url(img/contact-athena-gray.png);
	}

.properties .athena {
	background-image:url(img/contact-athena.png);
	}

.properties .worth:before {
	background-image:url(img/contact-worth-gray.png);
	}

.properties .worth {
	background-image:url(img/contact-worth.png);
	}

.properties .lofts:before {
	background-image:url(img/contact-lofts-gray.png);
	}

.properties .lofts {
	background-image:url(img/contact-lofts.png);
	}

.properties .oneill:before {
	background-image:url(img/contact-oneill-gray.png);
	}

.properties .oneill {
	background-image:url(img/contact-oneill.png);
	}

/* contact buttons (contact bar + contact box) */
.btn-contact {
	display:block;
	float:left;
	width:16%;
	height:40px;
	text-align:center;
	border:1px solid #412b37;
	color:#99808e;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	background: rgba(153,128,142,0.00);
	margin-left:12%;
	}

.btn-contact:first-child {
	margin-left:0;
	}

.btn-contact:hover {
	background: rgba(153,128,142,0.3);
	}

.btn-contact span {
	display:inline-block;
	line-height:40px;
	}

.btn-call span {
	background:url(img/ico-phone-sm.png) 0 center no-repeat;
	padding-left:24px;
	}
.btn-mail span {
	background: url(img/ico-mail-sm.png) 0 center no-repeat;
	padding-left:32px;
	}
.btn-chat span {
	background: url(img/ico-live-chat-sm.png) 0 center no-repeat;
	padding-left:25px;
	}
.btn-text span {
	background: url(img/ico-chat-sm.png) 0 center no-repeat;
	padding-left:31px;
	}

/* contact overlay */
.chat-overlay {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	z-index:999999;
	}

.chat-inner {
	position:absolute;
	top:50%;
	left:50%;
	width:710px;
	min-height:236px;
	background:#694559;
	color:#fff;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.chat-inner .close {
	position:absolute;
	right:40px;
	top:40px;
	}

.chat-operator {
	padding:20px 40px;
	height:106px;
	}

.chat-operator img {
	display:block;
	float:left;
	margin-right:20px;
	}

.chat-operator p {
	margin-top:12px;
	font-size:16px;
	line-height:18px;
	}

.chat-operator p span {
	color:#8c7180;
	display:block;
	}

.chat-options {
	border-top:1px solid #79596b;
	padding: 42px 20px;
	text-align:center;
	}

.chat-options .btn-contact {
	float: none;
	display: inline-block;
	width: 135px;
	margin: 0 12px;
	border:1px solid #8d7181;
	color:#fff;
	background: #694559;
	}
.chat-options .btn-contact:hover {
	background: #5c3d4e;
	}

.chat-options .btn-call span {
	background-image:url(img/ico-phone-white-sm.png);
	}
.chat-options .btn-mail span {
	background-image: url(img/ico-mail-white-sm.png);
	}
.chat-options .btn-chat span {
	background-image: url(img/ico-live-chat-white-sm.png);
	}
.chat-options .btn-text span {
	background-image: url(img/ico-chat-white-sm.png);
	}

/*.chat-options a {
	display:inline-block;
	width:70px;
	height:70px;
	margin:0 15px;
	border:1px solid #79596b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#5c3d4e;
	background-attachment:scroll;
	background-position:center center;
	background-repeat: no-repeat;
	}

.chat-options .msg {
	background-image:url(img/chat-opt-msg.png);
	}

.chat-options .phone {
	background-image:url(img/chat-opt-phone.png);
	}

.chat-options .email {
	background-image:url(img/chat-opt-email.png);
	}

.chat-options .call {
	background-image:url(img/chat-opt-call.png);
	}

.chat-options a:hover {
	background-color:#5f4353;
	}*/

.chat-overlay .email-box {
	display:none;
	position:absolute;
	left:50%;
	top:50%;
	width:500px;
	min-height:460px;
	margin-left:-250px;
	margin-top:-230px;
	background:#fff;
	padding:13px;
	}

.chat-overlay .email-box input[type=text], .chat-overlay .email-box input[type=email], .chat-overlay .email-box input[type=tel], .shedule input[type=text], .shedule input[type=email], .shedule input[type=tel]   {
	width:100%;
	margin-bottom:10px;
	border:1px solid #ebebeb;
	background:#f6f6f6;
	height:45px;
	padding:0 15px;
	font-family: 'source_sans_proregular';
    font-size: 16px;
    line-height: 45px;
    color: #525252;
	}

.chat-overlay .email-box textarea {
	width:100%;
	margin-bottom:10px;
	border:1px solid #ebebeb;
	background:#f6f6f6;
	height:150px;
	padding:13px 15px;
	font-family: 'source_sans_proregular';
    font-size: 16px;
    line-height: 21px;
    color: #525252;
	resize:none;
	}

.chat-overlay .email-box input[type=submit], .shedule input[type=submit] {
	display:block;
	margin:0 auto;
	background:#99808e;
	width:290px;
	height:45px;
	padding:0;
	font-family: 'source_sans_proregular';
    font-size: 16px;
    line-height: 45px;
    color: #fff;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
	}

.email-box label {
	display: none;
	}

.chat-overlay .email-box .close {
	position:absolute;
	right:13px;
	top:13px;
	}

.chat-overlay .email-box h3 {
	font-family: 'playfair_displayregular';
	font-size:21px;
	line-height:23px;
	color:#99808e;
	margin-bottom:25px;
	text-align:center;
	}

.btn-red, input.btn-red {
	-webkit-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	}

.btn-red:hover, input.btn-red:hover {
	background:#5e4151;
	}

#magic-line {
	display: none;
	position: absolute;
	top: -30px;
	left: 0;
	width: 100px;
	height: 5px;
	background: #d1c6cc;
	-webkit-transition: background .4s ease-in-out;
	-ms-transition: background .4s ease-in-out;
	-o-transition: background .4s ease-in-out;
}

#magic-line.nav-active {
	position: absolute;
	top: -28px;
	left: 0;
	width: 100px;
	height: 5px;
	background: #d1c6cc;
}

#magic-line.hover {
    background:#d1c6cc;
    -webkit-transition: background .4s ease-in-out;
	-moz-transition: background .4s ease-in-out;
	-ms-transition: background .4s ease-in-out;
	-o-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
}

/* home animation */
.slide img, .fx-fadein {
	-webkit-animation: fadeIn .9s;
	-moz-animation: fadeIn .9s;
	-o-animation: fadeIn .9s;
	animation: fadeIn .9s;
	}

.home-slider .description, .page-title {
	-webkit-animation: flyTop 2.5s;
	-moz-animation: flyTop 2.5s;
	-o-animation: flyTop 2.5s;
	animation: flyTop 2.5s;
}

.slider .prev {
	-webkit-animation: prevSlide 2.5s;
	-moz-animation: prevSlide 2.5s;
	-o-animation: prevSlide 2.5s;
	animation: prevSlide 2.5s;
	}

.slider .next {
	-webkit-animation: nextSlide 2.5s;
	-moz-animation: nextSlide 2.5s;
	-o-animation: nextSlide 2.5s;
	animation: nextSlide 2.5s;
	}

@-webkit-keyframes flyTop {
  	0%, 30%  { -webkit-transform:translateY(300px); opacity: 0; }
  	100% { -webkit-transform:translateY(0); opacity: 1; }
}
@-moz-keyframes flyTop {
  	0%, 30%  { -moz-transform:translateY(300px); opacity: 0; }
  	100% { -moz-transform:translateY(0); opacity: 1; }
}
@-o-keyframes flyTop {
  	0%, 30%  { -o-transform:translateY(300px); opacity: 0; }
  	100% { -o-transform:translateY(0); opacity: 1; }
}
@keyframes flyTop {
  	0%, 30%  { transform:translateY(300px); opacity: 0; }
  	100% { transform:translateY(0); opacity: 1; }
}

@-webkit-keyframes fadeIn {
  	0%, 30%  { opacity: 0; }
  	100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
  	0%, 30%  { opacity: 0; }
  	100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  	0%, 30%  { opacity: 0; }
  	100% { opacity: 1; }
}
@keyframes fadeIn {
  	0%, 30%  { opacity: 0; }
  	100% { opacity: 1; }
}

@-webkit-keyframes prevSlide {
  	0%, 30%  { -webkit-transform:translateX(-100px); opacity: 0; }
  	100% { -webkit-transform:translateX(0); opacity: 1; }
}
@-moz-keyframes prevSlide {
  	0%, 30%  { -moz-transform:translateX(-100px); opacity: 0; }
  	100% { -moz-transform:translateX(0); opacity: 1; }
}
@-o-keyframes prevSlide {
  	0%, 30%  { -o-transform:translateX(-100px); opacity: 0; }
  	100% { -o-transform:translateX(0); opacity: 1; }
}
@keyframes prevSlide {
  	0%, 30%  { transform:translateX(-100px); opacity: 0; }
  	100% { transform:translateX(0); opacity: 1; }
}


@-webkit-keyframes nextSlide {
  	0%, 30%  { -webkit-transform:translateX(100px); opacity: 0; }
  	100% { -webkit-transform:translateX(0); opacity: 1; }
}
@-moz-keyframes nextSlide {
  	0%, 30%  { -moz-transform:translateX(100px); opacity: 0; }
  	100% { -moz-transform:translateX(0); opacity: 1; }
}
@-o-keyframes nextSlide {
  	0%, 30%  { -o-transform:translateX(100px); opacity: 0; }
  	100% { -o-transform:translateX(0); opacity: 1; }
}
@keyframes nextSlide {
  	0%, 30%  { transform:translateX(100px); opacity: 0; }
  	100% { transform:translateX(0); opacity: 1; }
}



/* overview */
.page-banner img {
	width:100%;
	height:auto;
	display:block;
	margin:0;
	}

.page-banner {
	position:relative;
	}

.page-title {
	position:absolute;
	left:0;
	bottom:0px;
	min-height:246px;
	text-align:center;
	background:rgba(0,0,0,.6);
	width:100%;
	}

.app-menu-wrapper {
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	padding:0;
	width:1000px;
	margin-left:-500px;
	}

.app-menu-wrapper:before, .app-menu-wrapper:after {
	display:block;
	content:' ';
	width:1000px;
	height:60px;
	background:rgba(255,255,255,.35);
	position:absolute;
	top:0;
	}

.app-menu-wrapper:before {
	left:-1002px;
	}

.app-menu-wrapper:after {
	right:-1001px;
	}

.app-menu {
	width:100%;
	text-align:center;
	}

.app-menu:after {
	display:block;
	content:' ';
	clear:both;
	}

.app-menu li {
	display:block;
	float:left;
	margin:0 1.4px;
	margin:0 0.14%;
	width:14%;
	}

.app-menu li a {
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
	background:rgba(255,255,255,.35);
	color:#fff;
	font-family: 'source_sans_prosemibold';
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	}

.app-menu li a:hover, .app-menu li.active a {
	background:rgba(255,255,255,1.0);
	color:#99808e;
	}

.page-title h1 {
	font-family: 'playfair_displayregular';
	font-size:60px;
	line-height:64px;
	color:#99808e;
	margin:40px 0 5px;
	}

.page-title h2 {
	font-family: 'source_sans_prolight';
	text-transform:uppercase;
	color:#fff;
	letter-spacing:2px;
	}

.shedule input[type=submit] {
	width:100%;
	}

aside .border-box.shedule h3 {
	font-family: 'source_sans_prolight';
	text-transform:uppercase;
	color:#707070;
	font-size:20px;
	line-height:24px;
	margin: 0 0 0;
	}

aside .border-box.shedule h3 span {
	display:block;
	font-family: 'source_sans_prosemibold';
	color:#99808e;
	}

.shedule h3:after {
	display: block;
	content: " ";
	border-bottom: 1px solid #E5E5E5;
	height: 15px;
	width: 30px;
	margin:0 auto 25px;
	}

.shedule form p {
	margin:15px 0 0;
	}

section.red {
	background:#694559;
	}

.red .quote {
	color:#fff;
	}

.quote {
	padding:57px 3%;
	text-align:center;
	}

.quote p {
	font-family: 'playfair_displayregular';
	font-size:34px;
	line-height:42px;
	margin-top:20px;
	}

.boxes {
	display:table;
	width:100%;
	}

.boxes .box {
	display:table-cell;
	width:50%;
	vertical-align:top;
	height:auto;
	overflow: hidden;
	}

.boxes .text {
	padding:50px 60px;
	background:#f6f6f6;
	font-size:15px;
	line-height:21px;
	}

.boxes .img img {
	display:block;
	margin:0;
	width:125%;
	height:auto;
	}

.boxes .text h3 {
	font-family: 'playfair_displayregular';
	font-size:20px;
	line-height:24px;
	color:#99808e;
	margin-bottom:15px;
	}

.boxes .text ul {
	margin:25px 0 0 0;
	}

.boxes .text ul li {
	margin-bottom:1px;
	position:relative;
	padding-left:13px;
	}

.boxes .text ul li:before {
	position:absolute;
	left:0;
	top:0;
	content:'+';
	display:inline-block;
	margin-right:6px;
	color:#99808e;
	}

.btn-download,
.btn-link {
	display: inline-block;
	margin-top: 25px;
	background: #99808e;
	height: 30px;
	padding: 0 27px;
	font-family: 'source_sans_proregular';
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border: none;
}
.btn-download:hover,
.btn-link:hover {
	background: #674557;
}

ul + p > .btn-download,
ul + p > .btn-link {
	margin-left: 28px;
}

.shedule input[type=text], .shedule input[type=email], .shedule input[type=tel] {
	margin-bottom:18px;
	}

.shedule label {
	display: none;
	}

.shedule .validation_message {
	margin-top: -10px;
}

.gform_ajax_spinner {

	}

footer {
	position:relative;
	}

.scroll-top {
	background: rgba(105,69,89,.65) url(img/btn-go-top.png) center no-repeat;
	display:block;
	width:66px;
	height:66px;
	position:fixed;
	bottom:-66px;
	left:50%;
	z-index: 9999;
	margin-left:-33px;
	opacity: 0;
	-webkit-transition: all .7 ease-in-out;
	-moz-transition: all .7 ease-in-out;
	-ms-transition: all .7 ease-in-out;
	transition: all .7 ease-in-out;
	}
.scroll-top.visible {
	bottom:0;
	opacity: 1;
	}
.scroll-top:hover {
	background-color: rgba(105,69,89,1.0);
	}


/* floor plans */
section.black {
	background:#000;
	}

.wrapper.contact-options {
	padding:40px 70px;
	}

.contact-options:after {
	display:block;
	content:' ';
	clear:both;
	}

.contact-options a {
	display:block;
	float:left;
	width:16%;
	height:40px;
	text-align:center;
	border:1px solid #99808e;
	color:#99808e;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	background: rgba(153,128,142,0.00);
	margin-left:12%;
	}

.contact-options a:first-child {
	margin-left:0;
	}

.contact-options a:hover {
	background: rgba(153,128,142,0.30);
	}

.contact-options a span {
	display:inline-block;
	line-height:40px;
	}

.contact-options a:nth-child(1) span {
	background:url(img/ico-phone-white-sm.png) no-repeat scroll left center;
	padding-left:24px;
	}

.contact-options a:nth-child(2) span {
	background: url(img/ico-mail-white-sm.png) no-repeat scroll left center;
	padding-left:32px;
	}

.contact-options a:nth-child(3) span {
	background: url(img/ico-live-chat-white-sm.png) no-repeat scroll left center;
	padding-left:25px;
	}

.contact-options a:nth-child(4) span {
	background: url(img/ico-chat-white-sm.png) no-repeat scroll left center;
	padding-left:31px;
	}

section.gray {
	background:#f6f6f6;
	}


#fp-bar-holder {
	height: 120px;
	}
.fp-bar {
	height: 120px;
	padding: 30px 0;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 99;
	background: #f6f6f6;
	}
.admin-bar .fp-bar {
	top: 112px;
	}
.fp-bar.fixed {
	position: fixed;
	-webkit-transition: top .4s linear 0s;
	-ms-transition: top .4s linear 0s;
	transition: top .4s linear 0s;
	}
.fp-bar.hidden {
	top: -200px !important;
	}


.floor-plans {
	padding: 0;
	}

.plans-nav {
	display:block;
	text-align:center;
	padding:14px 0;
	background:#fff;
	border:1px solid #e5e5e5;
	margin-bottom:30px;
	}

.plans-nav li {
	display:inline-block;
	}

.plans-nav li a {
	display:inline-block;
	padding:5px 20px;
	color:#808080;
	font-size:20px;
	text-decoration:none;
	border-left:1px solid #e5e5e5;
	}

.plans-nav li:first-child a {
	border-left:none;
	}

.plans-nav li a span {
	position:relative;
	}

.plans-nav li a span:after {
	display:block;
	content:' ';
	height:1px;
	width:100%;
	position:absolute;
	left:0;
	bottom:3px;
	background:#99808e;
	opacity:0;
	-webkit-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	}

.plans-nav li a:hover span:after {
	opacity:1;
	}

.plans-nav li a:hover {
	color:#99808e;
	}

.floor-plans .plan {
	padding:30px 0 25px;
	border:1px solid #e5e5e5;
	background:#fff;
	text-align:center;
	display:block;
	margin-bottom:60px;
	}

.desc-plan {
	margin-bottom:25px;
	}

.plans-list:after {
	display:block;
	content:' ';
	clear:both;
	}

.desc-plan h2 {
	font-family: "playfair_displayregular";
	font-size: 38px;
	line-height: 40px;
	color: #99808E;
	margin-bottom:0;
	}

.desc-plan h2:after {
	display: block;
	content: " ";
	border-bottom: 1px solid #E5E5E5;
	height: 20px;
	width: 30px;
	margin: 0px auto 20px;
	}

.desc-plan p {
	font-size:18px;
	line-height:21px;
	margin-bottom:17px;
	}

.desc-plan p strong {
	font-weight:normal;
	font-family: 'source_sans_probold';
	}

.desc-plan .tour {
	position:relative;
	}

.desc-plan .tour:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	content: " ";
	width: 100%;
	height: 1px;
	background: #EBEBEB none repeat scroll 0% 0%;
	}

.desc-plan .tour > span {
	padding: 0px 15px;
	position: relative;
	background:#fff;
}

.desc-plan a {
	display:inline-block;
	width:200px;
	height:45px;
	line-height:45px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	background:#99808e;
	font-family: 'source_sans_proextralight';
	}

.desc-plan a strong {
	font-family: 'source_sans_prosemibold';
	font-weight:normal;
	}

.desc-plan a span {
	display: inline-block;
	padding-left:40px;
	background:url(img/ico-3d-tour-big.png) no-repeat scroll left center;
	}

.img-plan:before, .plan:after {
	display:block;
	content:' ';
	clear:both;
	}

.img-plan {
	float:left;
	width:25%;
	margin-bottom:30px;
	border-right:1px solid #e5e5e5;
	padding:17px 0;
	text-align:center;
	}

.plans-list .img-plan:nth-child(4n),
.plans-list .img-plan:last-child {
	border-right:none;
	}

.img-plan h3 {
	font-size:18px;
	line-height:22px;
	color:#000;
	font-family: 'source_sans_prosemibold';
	margin-top:20px;
	}

.img-plan p {
	font-size:14px;
	line-height:18px;
	padding:0 37px;
	display: block;
    height: 62px;
	}

.img-plan a {
	display: inline-block;
	font-size:15px;
	color:#99808e;
	padding:0 13px;
	margin-top: 5px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-transform:uppercase;
	border:1px solid #d6ccd2;
	letter-spacing:1px;
	background:#fff;
	}

.img-plan a:hover {
	color: #fff;
	background:#99808e;
	}

.img-plan a:after {
	display:inline-block;
	content:' ';
	margin-left:5px;
	background:url(img/arr-right.png) no-repeat scroll right top;
	height:9px;
	width:4px;
	}
.img-plan a:hover:after {
	background-image:url(img/arr-right-white.png);
	}

.plan .contact-line {
	padding:5px 0 0;
	font-size:15px;
	}

.plan .contact-line a {
	color:#99808e;
	}

.plan .contact-line a:hover {
	color:#5e4151;
	}

.view-plans {
	display:inline-block;
	color:#99808e;
	padding:0 45px;
	height:45px;
	line-height:45px;
	text-decoration:none;
	text-transform:uppercase;
	border:1px solid #ebebeb;
	background:#fff;
	margin-bottom:55px;
	}

.view-plans:hover {
	border:1px solid #99808e;
	}

.view-plans:after {
	display:inline-block;
	content:' ';
	margin-left:7px;
	background:url(img/arr-right.png) no-repeat scroll right top;
	height:8px;
	width:4px;
	}




.slick-slider .draggable {
	cursor: url(img/grab.png), move;
	}
.slick-slider .draggable:active {
	cursor: url(img/grabbing.png), move;
	}
.center-slick {
	overflow:hidden;
	height:620px;
	position:relative;
	}
.center-slick .slick-slide img {
	width:100%;
	height:auto;
	}

.center-slick .slick-list {
	overflow:visible !important;
    padding: 0px !important;
    width: 1000px;
    margin: 0 auto !important;
}
.center-slick .slick-list:before,
.center-slick .slick-list:after {
	display:block;
	content:' ';
	position:absolute;
	top:0;
	height:620px;
	width:1000px;
	background:rgba(255,255,255,.7);
	z-index:9;
	}

.center-slick .slick-list:before {
	left:-1000px;
	}

.center-slick .slick-list:after {
	right:-1000px;
	}

.center-slick .slick-prev,
.center-slick .slick-next {
	position:absolute;
	top: 50%;
	margin-top: -35px;
	background-color: rgba(0, 0, 0, 0.55);
	padding:0;
	cursor: pointer;
	z-index:999;
	border:none;
	text-indent:-999999px;
	overflow:hidden;
	width:70px;
	height:70px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	}

.center-slick .slick-prev:hover,
.center-slick .slick-next:hover {
	background-color: rgba(0, 0, 0, 1.0);
	}

.center-slick .slick-prev {
	left:10%;
	background-image: url(img/btn-prev-slide.png);
	}

.center-slick .slick-next {
	right:10%;
	background-image: url(img/btn-next-slide.png);
	}


.wrapper.video {
	padding-bottom:20px;
	}

.video-box {
	display:block;
	float:left;
	width:30%;
	margin-right:5%;
	margin-bottom:40px;
	}

.video-box:nth-child(3n) {
	margin-right:0;
	}



/* buzz */
.page-title.sm {
	min-height:155px;
	bottom:0;
	}

.page-title .buzz-icon {
	position:relative;
	}

.page-title .buzz-icon:after {
	position:absolute;
	display:block;
	content:' ';
	right:-105px;
	top:5px;
	width:81px;
	height:77px;
	background: url(img/logo-the-buzz.png) no-repeat scroll center center;
	}

section.buzz {
	border-bottom:1px solid #ebebeb;
	}

.wrapper.wide-buzz {
	max-width:1282px;
	display:table;
	padding-bottom:0;
	padding-top:0;
	}

.wrapper.wide-buzz main, .wrapper.wide-buzz aside {
	display:table-cell;
	padding-top:60px;
	}

.wrapper.wide-buzz main {
	border-right:1px solid #ebebeb;
	width:890px;
	margin-right: -1px;
	position: relative;
	}

.wrapper.wide-buzz aside {
	border-left: 1px solid #ebebeb;
	padding-left:60px;
	width:392px;
	}

.article-list {
	position:relative;
	width:100%;
	}

.article-list:before, .buzz-post:before {
	display:block;
	position:absolute;
	right:0;
	top:-1px;
	content:' ';
	height:1px;
	background:#ebebeb;
	width:3000px;
	}

.article-list li {
	display:block;
	border-top:1px solid #ebebeb;
	}

.article-list li:first-child {
	border-top:0px solid #ebebeb;
	}

.article-list li a {
	display:block;
	background:#fff;
	}

.article-list li:hover a {
	background:#f6f6f6;
	}

.article-list li a:after {
	display:block;
	content:' ';
	clear:both;
	}

.article-list .img {
	position:relative;
	width:40%;
	height:auto;
	float:left;
	margin-top:-1px;
	}

.article-list .img:before {
	display:block;
	content:'Read the Post';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.60);
	color:#fff;
	line-height:270px;
	text-align:center;
	font-family: 'source_sans_proextralight';
	font-size:40px;
	opacity:0;
	-webkit-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	}

.article-list li:hover .img:before {
	opacity:1;
	}

.article-list li a .img img {
	display:block;
	width:100%;
	height:auto;
	}

.article-list li a .desc {
	display:block;
	width:60%;
	float:left;
	padding:25px 30px 0;
	opacity:0.65;
	-webkit-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	}

.article-list .desc .date {
	color:#8b8b8b;
	display:block;
	margin-bottom:20px;
	}

.article-list li:hover .desc {
	opacity:1;
	}

.article-list .desc .art-title {
	display:block;
	font-family: "playfair_displayregular";
	font-size: 24px;
	line-height: 26px;
	color: #684659;
	margin-bottom: 20px;
	}

.article-list .desc .text {
	color:#000000;
	line-height:24px;
	}

aside .panel {
	margin-bottom:50px;
	}

aside .panel-title {
	font-size:18px;
	line-height:22px;
	color:#707070;
	margin-bottom:25px;
	}

.recent-posts-widget-with-thumbnails li {
	margin-bottom:20px;
	}

.recent-posts-widget-with-thumbnails li:last-child {
	margin-bottom:0;
	}

.recent-posts-widget-with-thumbnails li a {
	display:block;
	position:relative;
	text-decoration:none;
	color:#99808e;
	}

.recent-posts-widget-with-thumbnails li a:hover {
	color:#684659;
	}

.recent-posts-widget-with-thumbnails li a:after, .post-info:after {
	display:block;
	content:' ';
	clear:both;
	}

.recent-posts-widget-with-thumbnails li a img {
	width:40px;
	height:auto;
	margin: 0 !important;
	display:block;
	position:absolute;
	left:0;
	top:0;
	}

.recent-posts-widget-with-thumbnails .rpwwt-post-title {
	display:block;
	min-height: 40px;
	padding-left:60px;
	text-decoration:none;
	}

.class-post-notif {
	padding: 20px;
	border: 1px solid #ebebeb;
	text-align: center;
	}
.class-post-notif h3 {
	display: inline-block;
	font-family: 'source_sans_prolight';
	text-transform: uppercase;
	color: #707070;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	position: relative;
	}
.class-post-notif h3::before {
	display: block;
	content: "THE BUZZ";
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'source_sans_prosemibold';
	font-weight: normal;
	letter-spacing: -.15px;
	background: #fff;
}
.class-post-notif h3::after {
	display: block;
	content: " ";
	border-bottom: 1px solid #E5E5E5;
	height: 15px;
	width: 30px;
	margin: 0 auto 15px;
	}
.class-post-notif label {
	display: block;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 20px;
	color: #808080;
	padding: 0 18px;
	}
.class-post-notif input[type="text"],
.class-post-notif input[type="email"] {
	width: 100%;
	margin-bottom: 18px;
	border: 1px solid #ebebeb;
	background: #f6f6f6;
	height: 45px;
	padding: 0 15px;
	font-family: 'source_sans_proregular';
	font-size: 16px;
	line-height: auto;
	color: #525252;
	}
.class-post-notif br {
	display: none;
	}
#id_btnSubmit {
	display: block;
	background: #99808e;
	width: 100%;
	height: 45px;
	padding: 0;
	font-family: 'source_sans_proregular';
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	}
#id_spnErrorMsg {
	display: block;
	padding-top: 15px;
	color: #b00;
	}
#id_spnSuccessMsg {
	color: #5e4151;
	}

.holiday {
	background:#684659;
	padding:25px 25px 35px;
	color:#fff;
	text-align:center;
	}

.holiday h3 {
	font-family: "playfair_displayregular";
	font-size: 32px;
	line-height: 36px;
	color: #99808e;
	}

.holiday h3:after {
    display: block;
    content: " ";
    border-bottom: 1px solid #99808e;
    height: 20px;
    width: 30px;
    margin: 0px auto 15px;
}

.holiday p {
	font-family: 'source_sans_prolight';
	font-size:17px;
	line-height:30px;
	margin-bottom:35px;
	padding:0 25px;
	}

.holiday p strong {
	font-family: 'source_sans_prosemibold';
	font-weight:normal;
	}

.holiday p i {
	font-family: 'source_sans_prolight_italic';
	}

.holiday a {
	background:#7c5c6e;
	width:170px;
	margin:0 auto;
	}

.tlw-list {
	overflow: hidden;
	}
.tlw-list li {
	display:block;
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	}

.tlw-list li a {
	display:block;
	background:#f7f7f7;
	border:1px solid #f0f0f0;
	color:#55595c;
	padding:8px 12px;
	text-decoration:none;
	}

.tlw-list li a:hover {
	background:#efefef;
	}

.buzz-post {
	position:relative;
	margin-bottom:300px;
	}

.buzz-post .hero-img {
	border-bottom:1px solid #ebebeb;
	padding:30px 30px 0 0;
	margin-bottom:25px;
	}

.buzz-post .hero-img img {
	display:block;
	width:100%;
	height:auto;
	margin-bottom:10px;
	}

.back-to-posts {
	width:60px;
	height:60px;
	border:1px solid #ebebeb;
	background-color:#fff;
	position:absolute;
	top:-61px;
	right:0;
	border-bottom:none;
	border-right:none;
	background-image: url(img/back-to-posts.png);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position: center center;
	}

.archive .back-to-posts {
		top: 0;
	}

.back-to-posts:hover {
	background-color:#ebebeb;
	}

.buzz-post h2 {
	margin-bottom:20px;
	padding-right:30px;
	}

.buzz-post h2:after {
	display:none;
	}

.post-info {
	color:#747474;
	font-size:15px;
	}

.post-info .date {
	float:left;
	}

.post-info .date em {
	color:#c3c3c3;
	display:inline-block;
	height:35px;
	line-height:35px;
	}

.post-info .share {
	float:right;
	display:block;
	text-align:right;
	}

.post-info .share a {
	display:inline-block;
	margin-left:25px;
	width:20px;
	height:35px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center center;
	opacity:1;
	}

.post-info .share a:hover {
	opacity:0.7;
	}

.post-info .share a.fb {
	background-image:url(img/share-fb.png);
	}

.post-info .share a.tw {
	background-image:url(img/share-tw.png);
	}

.post-info .share a.inst {
	background-image:url(img/share-inst.png);
	}

.post-info .share em {
	display:inline-block;
	height:35px;
	line-height:35px;
	vertical-align:top;
	}

.buzz-post p {
	margin-bottom:17px;
	padding-right:30px;
	}

.buzz-post p a {
	color:#99808e;
	font-family: 'source_sans_prosemibold';
	text-decoration:none;
	}

.buzz-post p a:hover {
	color:#684659;
	}

.post-navigation span {
	display: inline-block;
	padding-right: 12px;
	margin-right: 10px;
	border-right: 1px solid #999;
	}
.post-navigation span:last-child {
	border: none;
	}

.mobile-show {
	display:none;
	}

.copy .oneil-link {
	color: inherit;
	}

.copy .oneil-link:hover {
	color:#fff;
	}



.tour-buttons .video-box {
	position:relative;
	}

.tour-buttons .video-box .tour-thumbnail {
	display:block;
	position:relative;
	}

.tour-buttons .video-box .tour-thumbnail img {
	display:block;
	}

.tour-buttons .video-box .tour-thumbnail:before {
	display:block;
	position:absolute;
	content:' ';
	left:50%;
	top:45%;
	width:74px;
	height:74px;
	margin-left:-37px;
	margin-top:-37px;
	z-index:9;
	background:url(img/3d-tour-arr.png) no-repeat scroll center center;
	opacity:.9;
	-webkit-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	}


.tour-buttons .video-box .tour-thumbnail:hover:before {
	opacity:1;
	}


.tour-buttons .video-box h3 {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	line-height:35px;
	font-size:22px;
	font-family: "playfair_displayregular";
	color:#99808e;
	padding:0 13px;
	background:rgba(0,0,0,.7);
	}
.tour-buttons .video-box h3 a {
	color:#99808e;
	text-decoration: none;
}
.tour-buttons .video-box h3 a:hover {
	color: #fff;
}

.tour-buttons .video-box h3 span {
	color:#fff;
	font-size:17px;
	font-family: 'source_sans_proregular';
	}

.tour-buttons .video-box h3 span:before {
	display:inline-block;
	margin:0 7px;
	color:#99808e;
	content:' / ';
	font-size:14px;
	}











@media screen and (max-width: 1500px) {

	.slick-prev {
		left:5%;
		}

	.slick-next {
		right:5%;
		}

}


@media screen and (max-width: 1366px) {

	.boxes .box {
		overflow:hidden;
		position: relative;
		}

	.boxes .img img {
		/*position:absolute;
		left:0;
		top:0;
	    width: auto;
	    height: 125%;*/
	    height: 105%;
	    /*width: 100%;*/
	}

}




@media screen and (max-width: 1300px) {

	nav ul {
		margin-right: 120px;
	}

	nav > ul > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}

	/*nav .chat i {
		margin: 0;
	}
	nav .chat {
		font-size: 0;
		-webkit-transition: all .3s linear;
		-ms-transition: all .3s linear;
		transition: all .3s linear;
	}*/

	.wrapper.wide-buzz main {
	    width: 70%;
	    padding-left: 13px;
	    margin: 0;
	}

	.wrapper.wide-buzz aside {
	    width: 30%;
	    padding-left: 13px;
	    padding-right: 13px;
	}

	.article-list .desc .text {
	    display:none;
	}

	.article-list .img:before {
		line-height:210px;
		}

}



@media screen and (max-width: 1150px) {

	nav {
	    padding: 0px 15px 0px 15px;
	}

	footer .footer-bottom {
	    padding: 15px;
	}

	nav > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

}




@media screen and (max-width: 1023px) {

.mobile-show {
	display:block;
	}

.mobile-hide {
	display:none !important;
	}

nav {
	height:120px;
	}

nav ul, .chat, .slide .description h1, .slide .description p, .bottom-slider.slick-slider, .slide .description img, .scroll, .scroll-top, .promotion p br, .app-menu-wrapper  {
	display:none;
	}

nav ul {
	text-align: left;
}

nav, .wrapper {
	padding-left:50px;
	padding-right:50px;
	}

nav .top-logo {
	width:317px;
	}

nav .top-logo img {
	width:100%;
	height:auto;
	}

footer .copy, footer .footer-bottom ul {
	float:none;
	width:100%;
	text-align:center;
	}

nav .top-logo {
    margin-top: 17px;
}

/*.slide .description {
	height:60px;
	padding:0;
	margin-top:-96px;
	background:none;
	}

.slide .description a {
	height:60px;
	line-height:60px;
	border:none;
	color:#fff;
	padding:0 45px 0 30px;
	font-size:18px;
	font-family: 'source_sans_proregular';
	background: url(img/arr-right-white-mobile.png) no-repeat scroll right 30px center;
	background-color:rgba(174, 153, 165, 0.8);
	}

.slide .description a i {
	background:url(img/ico-sofa-mobile.png) no-repeat scroll center center;
	display:inline-block;
	width:43px;
	height:31px;
	}

.slide img {
    width: auto;
    height: 600px;
	margin-left: -32%;
}*/

.promotion .wrapper {
    padding: 20px 35px 20px 65px;
}

.promotion h1 {
	display:block;
	float:left;
	width:40%;
	font-size:53px;
	line-height: 54px;
	margin-right:7%;
	margin-top: 11px;
	}

.promotion a {
    float: left;
}

.promotion p {
	display:block;
	line-height:25px;
	}

main, aside, footer form, footer .social {
	float:none;
	width:100%;
	}

footer .social {
	text-align:center;
	}

footer .properties li {
	width:46%;
	margin-left: 8%;
	margin-bottom:50px;
	}

footer .properties li:nth-child(3) {
    margin-left: 0px;
}

footer .footer-bottom {
    padding: 25px;
}

footer .footer-bottom ul {
	margin-bottom:32px;
	}

.slider .prev, .slider .next {
    position: absolute;
    top: 43%;
	}

.promotion a {
    height: 45px;
    line-height: 45px;
    padding: 0px 48px 0px 35px;
    font-size: 19px;
    margin-top: 17px;
}

.wrapper {
    padding: 47px 50px;
}

main h2 {
    font-size: 29px;
    line-height: 35px;
}

main h2::after {
    height: 32px;
    margin-bottom: 32px;
}

main p {
    line-height: 36px;
}

aside {
	margin-top:43px;
	}
aside .border-box h3 {
    font-size: 30px;
    line-height: 34px;
    margin: 13px 0px;
}

aside .border-box p {
    margin-bottom: 18px;
	font-size: 20px;
	line-height: 24px;
}

aside .border-box a, .holiday a {
    width: 60%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}

footer .wrapper {
	padding-top:0;
	padding-bottom:0;
	}
.page-template-page-contact footer .wrapper {
	padding-top: 47px;
	}

footer .social {
    margin-top: 48px;
}

footer .social a:first-child {
	margin-left:0;

	}

footer .social a img {
	width:93px;
	height:auto;
	}

footer .social a {
    margin-left: 46px;
}

footer h2, footer h3 {
	line-height:23px;
	}

footer h3 {
    margin: 48px 0px 45px;
	line-height:23px;
}

footer .footer-bottom ul a {
    font-family: 'source_sans_proregular';
	font-size:18px;
}

footer .footer-bottom ul li {
    padding: 0px 18px;
}

footer .copy, footer .footer-bottom ul {
	font-size:15px;
	}

/* overview */
.boxes .box {
	display:block;
	width:100%;
	}

.boxes .box img {
	position:relative;
	left:inherit;
	top:inherit;
	width:100%;
	height:auto;
	}

section .boxes:last-child {
	margin-bottom:47px;
	}

.page-banner {
    height: 405px;
	overflow:hidden;
}

.page-banner img {
    width: auto;
    height: 100%;
}

.page-title {
    bottom: 0;
    min-height: 130px;
}

.page-title h1 {
    font-size: 50px;
    line-height: 54px;
    margin-top: 21px;
}

.page-title h2 {
    letter-spacing: 4px;
}

aside .border-box.shedule h3 {
    font-size: 26px;
    line-height: 36px;
}

.shedule h3:after {
    height: 8px;
    width: 30px;
    margin: 0px auto 35px;
}

.shedule input[type="text"], .shedule input[type="email"], .shedule input[type="tel"] {
    margin-bottom: 28px;
}

.chat-overlay .email-box input[type="submit"], .shedule input[type="submit"] {
    height: 54px;
    font-size: 18px;
    line-height: 54px;
}

.shedule input[type="submit"] {
    width: 62%;
}

aside .border-box.shedule p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 17px;
}

.boxes .text {
    padding: 47px 50px;
	}

.boxes .text h3 {
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 20px;
}

.boxes .text p, .boxes .text ul li {
    font-size: 18px;
    line-height: 24px;
}

.boxes .text ul {
    margin: 30px 0px 0px 38px;
}

.page-banner img {
    height: 125%;
}


/* floor plans */
.wrapper.contact-options {
    padding: 40px 50px;
}

.contact-options a {
	width:22%;
	margin-left: 4%;
	}

#fp-bar-holder {
	height: 140px;
}
.fp-bar {
	height: 140px;
	padding: 40px 0;
	top: 120px;
}
.fp-bar.fixed {
	padding: 40px 50px;
}
.fp-bar.hidden {
	top: -200px !important;
}

.plans-nav {
    padding: 18px 0px;
    margin-bottom: 24px;
}

.plans-nav li a {
    font-size: 23px;
    padding: 0px 11px;
}

.floor-plans .plan {
	padding-top:45px;
	}

.desc-plan h2:after {
	height:16px;
	margin-bottom:17px;
	}

.img-plan {
    float: none;
	height: auto;
	width: 100%;
	border-bottom:1px solid #e5e5e5;
	border-right:none;
	margin-bottom: 23px;
	padding: 17px 0px 49px;
}

.img-plan img {
	width:100%;
	height:auto;
	}

.plans-nav li a span {
	display:inline;
}

.img-plan h3 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 25px;
}

.img-plan p {
    font-size: 22px;
    line-height: 26px;
    display: block;
    height: auto;
    padding: 0px 20%;
    margin-top: 5px;
    margin-bottom: 26px;
}

.img-plan a {
    font-size: 18px;
    padding: 0px 22px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 2px;
    display: inline-block;
}

.plan .contact-line {
    padding: 5px 25px 0px;
}

.wrapper.floor-plans {
	padding-bottom:0;
	}

.floor-plans-section {
	margin-bottom:45px;
	}

.desc-plan .tour:before {
	display:none;
	}

/* image gallery */
.center-slick {
    height: 385px;
}

.center-slick .slick-list {
	width:100%;
	}

.center-slick .slick-prev {
	left:0;
	}

.center-slick .slick-next {
	right:0;
	}

.video-box {
    margin-right: 6%;
    margin-bottom: 30px;
    width: 47%;
}

.video-box:nth-child(3n) {
    margin-right: 6%;
}

.video-box:nth-child(2n) {
    margin-right: 0px;
}

.video-section {
	margin-bottom:45px;
	}


/* buzz */
.wrapper.wide-buzz {
	padding-left:0;
	padding-right:0;
	}

.wrapper.wide-buzz main, .wrapper.wide-buzz aside {
    display: block;
	width:100%;
	padding-top:0;
	margin-top:65px;
}

.wrapper.wide-buzz aside {
    padding-left: 47px;
    padding-right: 47px;
}

.wrapper.wide-buzz main {
    padding-left: 0;
    margin: 0;
}

.article-list .img, .article-list li .desc {
	float:none;
	width:100%;
	}

.article-list .desc .text {
    display: block;
}

.article-list .img:before {
	display:none;
	}

.article-list li a .desc {
	width:100%;
	}

.page-title.sm {
    min-height: 130px;
}

.page-title h1 {
    margin-top: 0px;
    padding: 30px 0px 20px;
    margin-bottom: 0;
}
.page-title h1 + h2 {
	margin-top: -18px;
}

.page-title .buzz-icon {
    background: transparent url("img/logo-the-buzz.png") no-repeat scroll right center;
	padding: 20px 115px 20px 0px;
}

.page-title .buzz-icon:after {
	display:none;
	}

aside .border-box.shedule p {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
    padding: 17px 10% 0;
	font-family: 'source_sans_proregular';
}

.wrapper.wide-buzz aside .shedule h3:after {
    height: 25px;
    margin: 0px auto 17px;
}

.wrapper.wide-buzz aside .border-box {
	padding-bottom:38px;
	}

.article-list li a .desc {
    padding: 54px 47px;
    opacity: 1;
}

section.buzz {
	margin-bottom:47px;
	}

section.buzz .shedule input[type="submit"] {
    width: 100%;
}

/* buzz post */
.buzz-post {
    margin-bottom: 47px;
}

.page-title.mobile-top {
	bottom:inherit;
	top:40px;
	}

.back-to-posts {
	float:right;
	top:inherit;
	position:relative;
	right:inherit;
	}

.wrapper.wide-buzz.wide-buzz-post main {
	margin-top:0;
	}

.buzz-post .hero-img {
    padding: 0 0 0 50px;
}

.post-info .date {
    padding-top: 16px;
    font-size: 18px;
}

.post-info .share {
	padding-top:15px;
	padding-right:34px;
	}

.buzz-post h2, .buzz-post p {
	padding-left:50px;
	padding-right:50px;
	padding-top: 13px;
	}

.buzz-post p {
	font-size: 18px;
	line-height:25px;
	margin-bottom: 20px;
	}

.buzz-post p a {
	text-decoration:underline;
	color:#9a7f8e;
	font-family: 'source_sans_prolight';
	}


}




@media screen and (max-width: 611px) {


body {
    padding-top: 63px;
}


nav {
    height: 63px;
}

nav, .wrapper {
    padding-left: 25px;
    padding-right: 25px;
}

nav .top-logo {
    margin-top: 12px;
	width:166px;
}

.slide img {
    height: 293px;
}

.slider .prev img, .slider .next img {
    width: 10px;
    height: auto;
}

.slider .prev, .slider .next {
    top: 48%;
	padding: 8px 12px;
}

.slider .prev img, .slider .next img {
    width: 8px;
    height: auto;
}

.promotion .wrapper {
    padding: 20px 17px 20px 35px;
}

.promotion h1 {
    font-size: 28px;
    line-height: 28px;
	margin-top:5px;
}

.promotion p {
	font-size:8px;
    line-height: 13px;
}

.promotion a {
    height: 23px;
    line-height: 23px;
    padding: 0px 27px 0px 17px;
    font-size: 10px;
    margin-top: 5px;
	background-position:right 17px center;
}


.slide .description {
    height: 33px;
    margin-top: -62px;
}

.slide .description a {
    height: 33px;
    line-height: 33px;
    color: #FFF;
    padding: 0px 25px 0px 15px;
    font-size: 10px;
    background: rgba(174, 153, 165, 0.8) url("img/arr-right-white-mobile.png") no-repeat scroll right 15px center;
}

.slide .description a i {
    width: 22px;
    height: 15px;
	margin-right: 5px;
    background: transparent url("img/ico-sofa-mobile.png") no-repeat scroll center center / 100% auto;
}

.promotion .wrapper {
    padding: 10px 17px 10px 35px;
}

.wrapper {
    padding: 25px;
	padding-top:20px;
}

main h2 {
    font-size: 16px;
    line-height: 21px;
}

main h2::after {
    height: 16px;
    margin-bottom: 16px;
}

main h2 br {
    display: none;
}

main p {
    line-height: 18px;
    font-size: 11px;
}

aside {
    margin-top: 23px;
}

aside .border-box {
    padding: 10px;
}

aside .border-box h3 {
    font-size: 16px;
    line-height: 18px;
    margin: 7px 0px;
}

aside .border-box p {
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 13px;
}

aside .border-box a, .holiday a {
    height: 30px;
    line-height: 30px;
	font-size: 10px;
}

footer h2, footer h3 {
    line-height: 16px;
	font-size: 13px;
	margin-top: 6px;
	margin-bottom: 5px;
}

body {
    font-size: 9px;
    line-height: 11px;
}

footer form {
    margin-top: 13px;
}

footer form input[type="submit"] {
    height: 24px;
    font-size: 8px;
    line-height: 23px;
}

footer form input[type="email"] {
    padding: 6px;
    font-size: 9px;
    height: 24px;
}

footer .gform_footer {
	margin-left: 5px;
}

footer .social {
    margin-top: 25px;
}

footer .social a {
    margin-left: 25px;
}

footer .social a img {
    width: 48px;
}

footer h3 {
    margin: 19px 0px 19px;
    line-height: 23px;
}

footer .properties li {
    margin-bottom: 25px;
	height:75px;
}

footer .properties li a, footer .properties li a:before {
	background-size:90px;
	}

footer .footer-bottom ul a {
    font-size: 10px;
}

footer .footer-bottom ul li {
    padding: 0px 5px;
}

footer .footer-bottom ul {
    margin-bottom: 15px;
}

footer .copy, footer .footer-bottom ul {
    font-size: 9px;
}

footer .copy a {
    margin-left: 5px;
    padding-left: 5px;
}

footer .footer-bottom {
    padding: 15px;
}



/* overview */
.page-banner {
    height: 191px;
}

/*.page-template-default .page-title, */
.page-template-page-contact .page-title{
	max-height: 68px;
}
.page-title {
    min-height: 68px;
}

.page-template-page-contact .page-title h1, .page-title h1 {
    font-size: 27px;
    line-height: 29px;
    padding: 0 0 3px;
    margin-top: 10px!important;
    margin-bottom: 2px!important;
}

.page-title h1 + h2 {
	margin: 0;
    letter-spacing: 2px;
}

aside .border-box.shedule h3 {
    font-size: 13px;
    line-height: 18px;
}

.shedule h3::after {
    height: 8px;
    width: 20px;
    margin: 0px auto 16px;
}

.chat-overlay .email-box input[type="text"], .chat-overlay .email-box input[type="email"], .chat-overlay .email-box input[type="tel"], .shedule input[type="text"], .shedule input[type="email"], .shedule input[type="tel"] {
    margin-bottom: 9px;
    height: 29px;
    padding: 0px 11px;
    font-size: 10px;
    line-height: 29px;
}

.chat-overlay .email-box input[type="submit"], .shedule input[type="submit"] {
    height: 30px;
    font-size: 10px;
    line-height: 30px;
}

aside .border-box.shedule p {
    margin-bottom: 8px;
    font-size: 8px;
    line-height: 10px;
    margin-top: 5px;
}

.quote p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 18px;
}

.quote img {
    width:60px;
	height:auto;
}

.boxes .text {
    padding: 22px 25px;
}

.boxes .text h3 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}

.boxes .text p, .boxes .text ul li {
    font-size: 10px;
    line-height: 13px;
}

.boxes .text ul {
    margin: 14px 0px 0px 20px;
}

section .boxes:last-child {
    margin-bottom: 15px;
}

.btn-download,
.btn-link {
	margin-top: 15px;
	height: 26px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 26px;
}
ul + p > .btn-download,
ul + p > .btn-link {
	margin-left: 20px;
}

/* floor plans */
.wrapper.contact-options {
    padding: 22px 25px;
}

.contact-options a {
	height: 22px;
	font-size: 8px;
}

.contact-options a span {
    line-height: 22px;
    background-size: auto 9px !important;
}

.contact-options a:nth-child(1) span {
    padding-left: 12px;
}

.contact-options a:nth-child(2) span {
    padding-left: 17px;
}

.contact-options a:nth-child(3) span {
    padding-left: 13px;
}

.contact-options a:nth-child(4) span {
    padding-left: 17px;
}

.wrapper.floor-plans {
    padding-top: 0;
}

.plans-nav {
    padding: 9px 0;
    margin: 0;
}

#fp-bar-holder {
	height: 70px;
}
.fp-bar {
	height: 70px;
	padding: 20px 0;
	top: 63px;
}
.fp-bar.fixed {
	padding: 20px 25px;
}
.fp-bar.hidden {
	top: -200px !important;
}

.plans-nav li a {
    font-size: 11px;
    padding: 0 10px;
}

.plans-nav li a span:after {
	bottom:1px;
	}

.floor-plans .plan {
    padding-top: 22px;
}

.desc-plan {
    margin-bottom: 5px;
}

.desc-plan h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0px;
}

.desc-plan h2:after {
    height: 7px;
    margin-bottom: 9px;
    width: 15px;
}

.desc-plan p {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 9px;
}

.desc-plan a {
    width: 110px;
    height: 23px;
    line-height: 23px;
}

.desc-plan a span {
    padding-left: 20px;
    background-size:15px auto;
}

.img-plan {
    margin-bottom: 5px;
    padding: 17px 0px 27px;
}

.img-plan h3 {
    font-size: 14px;
    line-height: 17px;
    margin-top: 18px;
}

.img-plan p {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 20%;
    margin-top: 2px;
    margin-bottom: 13px;
}

.img-plan a {
    font-size: 10px;
    padding: 0px 7px;
    height: 23px;
    line-height: 23px;
    letter-spacing: 1px;
}


.img-plan a:after {
    margin-left: 3px;
    height: 7px;
    background-size: 3px auto;

}

.floor-plans .plan {
	padding-bottom:13px;
	}

.plan .contact-line {
    font-size: 10px;
    line-height: 14px;
}

.floor-plans .plan {
	margin-bottom:25px;
	}


/* image gallery */
.center-slick {
    height: 195px;
}

.center-slick .slick-next, .center-slick .slick-prev {
	background-size:7px auto;
	}

.center-slick .slick-prev, .center-slick .slick-next {
	width:32px;
	height:32px;
	margin-top: -16px;
	}

.wrapper.video {
    padding: 25px 25px 10px;
}

.video-box {
	margin-bottom:15px;
	}

.video-section {
    margin-bottom: 23px;
}



/* buzz */
.page-title.sm {
    min-height: 68px;
}

.page-title.sm h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.page-title .buzz-icon {
    background: transparent url(img/logo-the-buzz.png) no-repeat scroll right center / 42px auto;
    padding: 17px 58px 16px 0px;
}

.wrapper.wide-buzz main, .wrapper.wide-buzz aside {
    margin-top: 33px;
    margin-right: 0;
}

.wrapper.wide-buzz aside {
    padding-left: 25px;
    padding-right: 25px;
}

.wrapper.wide-buzz aside .shedule h3:after {
    height: 14px;
    margin: 0px auto 0px;
}

aside .border-box.shedule .subs-buzz {
	font-size: 13px;
	line-height: 16px;
	padding-top: 7px;
	margin-bottom: 18px;
	}

.wrapper.wide-buzz aside .border-box {
    padding-bottom: 18px;
}

.wrapper.wide-buzz aside .panel {
    margin-bottom: 35px;
}

.article-list li a .desc {
    padding: 20px 25px;
}

.article-list .desc .date {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 14px;
}

.article-list .desc .art-title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 11px;
}

.article-list .desc .text {
    line-height: 14px;
}

section.buzz {
    margin-bottom: 20px;
}

/**/

.page-banner {
   height: 226px;
}

.page-title.mobile-top {
   top: 160px;
}

.buzz-post .hero-img {
   padding: 0px 0px 0px 25px;
    margin-bottom: 7px;
}

.post-info .date {
   padding-top: 0px;
   font-size: 10px;
}

.back-to-posts {
    width: 36px;
    height: 32px;
    background-size: 13px auto;
    }
    .post-info .share {
   padding-top: 7px;
   padding-right: 13px;
}

.post-info .share a {
   margin-left: 9px;
   width: 13px;
   height: 20px;
   background-size: auto 11px;
}

.post-info .date em {
   height: 32px;
   line-height: 35px;
}

.buzz-post h2, .buzz-post p {
   padding-left: 25px;
   padding-right: 25px;
}

.buzz-post h2 {
    font-size: 15px;
   line-height: 20px;
    margin-bottom:13px;
    }
    .buzz-post p {
   font-size: 10px;
   line-height: 13px;
   margin-bottom: 13px;
    padding-top:0;
}

.buzz-post {
   margin-bottom: 25px;
}.page-banner {
   height: 226px;
}

.page-title.mobile-top {
   top: 0px;
}

.buzz-post .hero-img {
   padding: 0px 0px 0px 25px;
    margin-bottom: 7px;
}

.post-info .date {
   padding-top: 0px;
   font-size: 10px;
}

.back-to-posts {
    width: 36px;
    height: 32px;
    background-size: 13px auto;
    }
    .post-info .share {
   padding-top: 7px;
   padding-right: 13px;
}

.post-info .share a {
   margin-left: 9px;
   width: 13px;
   height: 20px;
   background-size: auto 11px;
}

.post-info .date em {
   height: 32px;
   line-height: 35px;
}

.buzz-post h2, .buzz-post p {
   padding-left: 25px;
   padding-right: 25px;
}

.buzz-post h2 {
    font-size: 15px;
   line-height: 20px;
    margin-bottom:13px;
    }
    .buzz-post p {
   font-size: 10px;
   line-height: 13px;
   margin-bottom: 13px;
    padding-top:0;
}

.buzz-post {
   margin-bottom: 25px;
}


}




















/* ALEX */

/* general */

main strong {
	font-family: 'source_sans_prosemibold';
	font-weight: normal;
}

.light-grey {
	background: #f6f6f6;
}

.black .quote {
	color: #694559;
}
.quote img {
	border-radius: 50%;
}

.btn-3d {
	display: inline-block;
	width: auto;
	height: 30px;
	padding: 0 15px 0 44px;
	margin-top: 25px;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
	color: #99808e;
	background: url(img/ico-3d-tour.png) 14px center no-repeat;
	border: 1px solid #dbd3d8;
}
.btn-3d:hover {
	background-color: #fff;
}

.pdf-links li {
	display: block;
}
.pdf-links a {
	display: inline-block;
	padding: 10px 15px;
	font-family: 'source_sans_prosemibold';
	font-size: 17px;
	line-height: 34px;
	text-decoration: none;
	color: #525252;
	border-bottom: 1px solid #dfdfdf;
}
.pdf-links li:last-child a {
	border: none;
}
.pdf-links a::before {
	display: inline-block;
	content: "";
	width: 34px;
	height: 34px;
	margin-right: 15px;
	vertical-align: top;
	background: #c5c5c5 url(img/ico-pdf3.png) center no-repeat;
	border-radius: 50%;
	-webkit-transition: all .5s linear 0s;
	-ms-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
}
.pdf-links a:hover {
	color: #111;
}
.pdf-links a:hover::before {
	background-color: #999;
}


.simple-title {
	position: static;
}
.simple-title h1 {
	margin: 0 !important;
	padding: 45px 20px;
}


/* about / oneill */

.page-about .app-menu {
	border-left: 2px solid rgba(0,0,0,.7);
}
.page-about .app-menu li {
	width: auto;
	min-width: 180px;
	margin: 0;
	border-right: 2px solid rgba(0,0,0,.7);
}
.page-about .app-menu li a {
	padding: 0 25px;
	background: none;
}
.page-about .app-menu li.active a,
.page-about .app-menu li a:hover {
	background: #fff;
}
.page-about .app-menu-wrapper {
	background: rgba(255, 255, 255, .35);
}
.page-about .app-menu-wrapper:before {
	left: -1000px;
}
.page-about .app-menu-wrapper:after {
	right: -1000px;
}

.page-about .wrapper.quote {
	max-width: none;
}

.page-about .boxes,
.page-oneill .boxes {
	background: #f6f6f6;
}

.page-oneill .box.img {
	padding: 60px;
}
.page-about .box.img img {
	position: static;
	max-width: 100%;
	height: auto;
}
.page-oneill .box.img img {
	width: auto;
	margin: 0 auto;
	border-radius: 50%;
}

.page-about .box.text {
	position: relative;
}
.page-about .box.text img {
	width: auto;
	margin-bottom: 15px;
	position: static;
}

.page-about .box-center {
	width: 100%;
	max-width: 520px;
	padding: 0 25px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page-oneill .box-center {
	max-width: 520px;
}

.page-oneill .boxes h3 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 22px;
}
.page-oneill .boxes h3::after {
	display: block;
	content: "";
	width: 29px;
	height: 25px;
	margin: 0 auto;
	border-bottom: 1px solid #d2d2d2;
}
.page-oneill .boxes p {
	font-size: 16px;
	line-height: 28px;
}



/* amenities */

.page-template-page-apt-amenities .boxes {
	background: #f6f6f6;
}

.property-highlights {
	padding-bottom: 55px;
	text-align: center;
}
.property-highlights h3 {
	margin-bottom: 50px;
	font-family: 'playfair_displayregular';
	font-size: 24px;
	line-height: auto;
	color: #99808e;
}
.property-highlights li {
	display: inline-block;
	width: 140px;
	margin: 0 40px;
	font-family: 'source_sans_prolight_italic';
	font-size: 21px;
	line-height: 22px;
	color: #8c8c8c;
}

.highlight-ico {
	width: 115px;
	max-width: 115px;
	margin: 0 auto 10px;
	font-size: 0;
	border: 1px solid #dedede;
	border-radius: 50%;
}
.highlight-ico img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* neighborhood */

.neighborhood-places {
	max-width: 1100px;
	padding-bottom: 20px;
	text-align: center;
}

.neighborhood-places h3 {
	margin-bottom: 5px;
	font-family: 'playfair_displayregular';
	font-size: 20px;
	line-height: 22px;
	color: #99808e;
}
.neighborhood-places p {
	font-size: 15px;
	line-height: 20px;
}

.neighborhood-places ul {
	margin-top: 40px;
}
.neighborhood-places li {
	display: inline-block;
	margin: 0 20px 35px;
}
.neighborhood-places li div,
.neighborhood-places li a {
	display: block;
	position: relative;
	overflow:hidden;
	cursor:pointer;
	text-decoration: none;
}
.neighborhood-places li img {
	display: block;
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	-ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.neighborhood-places li span {
	display: block;
	width: 100%;
	padding: 14px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: 'playfair_displayregular';
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.5);
}

.neighborhood-places li:hover img {
	-ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}


/* map */
.map-holder {
	max-width: 100%;
	min-height: 750px;
	position: relative;
}

#gmap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.legend {
	padding: 35px 27px;
	position: absolute;
	top: 60px;
	left: 60px;
	bottom: 60px;
	font-family: 'playfair_displayregular';
	background: #9e8794;
	background: rgba(153,128,142,.9);
}
.legend-inner {
	width: 315px;
	min-height: 400px;
	overflow: auto;
	overflow-x: hidden;
}

.legend h3 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	color: #c5b7bf;
}

.legend ul,
.legend li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.legend li {
	padding-right: 12px;
	border-bottom: 1px solid #bcacb5;
}
.legend li:last-child {
	border: none;
}

.legend a {
	display: block;
	height: 70px;
	padding-left: 58px;
	position: relative;
	font-size: 21px;
	line-height: 70px;
	text-decoration: none;
	color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
}
.legend a:hover::before {
	background-color: #bdacb5;
}

.legend .cb::before {
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	margin-top: -15px;
	position: absolute;
	left: 12px;
	top: 50%;
	background: #ad99a5 center no-repeat;
	border-radius: 50%;
}
.legend .cb-checked::before {
	background-image: url(img/checked.png);
}

.ico-dining {
	background-image: url(img/legend-dining.png);
}
.ico-art-culture {
	background-image: url(img/legend-art-culture.png);
}
.ico-lifestyle {
	background-image: url(img/legend-lifestyle.png);
}
.ico-markets {
	background-image: url(img/legend-markets.png);
}
.ico-entertainment {
	background-image: url(img/legend-entertainment.png);
}
.ico-school {
	background-image: url(img/legend-school.png);
}

.gm-title {
	font-family: 'source_sans_prosemibold';
	font-size: 15px;
}
.gm-link {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gm-link a {
	color: #00b2be;
}

.poi-boxes {
	padding: 140px 20px 50px;
}
.poi-boxes .box {
	margin-bottom: 45px;
}

.poi-boxes .box-img {
	float: left;
	margin-right: 25px;
}
.poi-boxes .box-img img {
	border-radius: 50%;
}
.poi-boxes .box-content {
	margin: 0 0 0 170px;
}

.poi-boxes .box:nth-child(even) .box-img {
	float: right;
	margin-left: 25px;
}
.poi-boxes .box:nth-child(even) .box-content {
	margin: 0 190px 0 0;
	text-align: right;
}

.poi-boxes h3 {
	margin-bottom: 15px;
	font-family: 'playfair_displayregular';
	font-size: 20px;
	line-height: 22px;
	color: #99808e;
}
.poi-boxes p {
	font-size: 15px;
	line-height: 22px;
}

/*.infobox-inner {
	min-width: 100px;
	padding: 5px 7px;
	position: absolute;
	left: -45px;
	bottom: 0;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	background: #684659;
}
.infobox-inner::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 40px;
	bottom: -5px;
	background: #684659;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}*/


/* locations */

.page-location .poi-boxes {
	padding-top: 60px;
}


/* simple pages */

.page-template-default .page-title,
.page-template-page-contact .page-title {
	min-height: 0;
	bottom: 0;
}
.page-template-default .page-title h1,
.page-template-page-contact .page-title h1 {
	margin: 45px 20px;
}

.full-width main {
	width:100%;
	float:none;
}
.full-width .wrapper {
	padding: 50px 0;
}

.page-template-default main p {
	margin-bottom: 25px;
}
.page-template-default main p:last-child {
	margin: 0;
}
.page-template-default main ul {
	margin-bottom: 25px;
}

.page-template-default main a {
	font-family: 'source_sans_prosemibold';
	color: #525252;
}
.page-template-default main a:hover {
	color: #111;
}



/* contact us */

.contact-form label {
	display: none;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
	width: 100%;
	margin-bottom: 11px;
	border: 1px solid #ebebeb;
	background: #f6f6f6;
	height: 45px;
	padding: 0 15px;
	font-family: 'source_sans_proregular';
	font-size: 16px;
	line-height: auto;
	color: #525252;
}
.contact-form textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 110px;
	max-height: 700px;
	padding: 10px 15px;
}
.contact-form input[type=submit] {
	display: block;
	background: #99808e;
	width: 290px;
	height: 45px;
	padding: 0;
	font-family: 'source_sans_proregular';
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
}

/* gravity forms */
.gform_anchor {
	height: 0 !important;
}

.validation_error {
	padding: 3px 12px;
	margin-bottom: 20px;
	font-size: 80%;
	text-align: left;
	color: #c00;
	border-left: 2px solid #99808e;
}

.gfield_error input,
.gfield_error textarea {
	border-color: #c00 !important;
}

.validation_message {
	margin: -5px 0 15px;
	font-size: 80%;
}
.ginput_container .validation_message {
	margin-bottom: 0;
}
.gform_validation_container {
	display: none;
}

.gform_footer {
	position: relative;
}
.gform_ajax_spinner {
	width: auto !important;
	padding: 5px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 50%;
	background: #fff;
}
/**/

.contact-info {
	padding: 30px 35px;
	border: 1px solid #ebebeb;
}
.contact-info h3 {
	margin-bottom: 28px;
	font-family: 'playfair_displayregular';
	font-size: 24px;
	line-height: 26px;
	color: #99808e;
}
.contact-info h3::after {
	display: block;
	content: "";
	width: 29px;
	height: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.contact-info p {
	margin-bottom: 25px;
	font-size: 17px;
	line-height: 22px;
}
.contact-info p strong {
	font-family: 'source_sans_prolight';
	font-weight: normal;
	text-transform: uppercase;
	color: #808080;
}
.contact-info p a {
	text-decoration: none;
	color: #99808e;
}
.hours {
	font-family: 'source_sans_prolight';
	color: #525252;
}
.hours span {
	display: inline-block;
	min-width: 145px;
}




@media screen and (min-width: 1024px) {

	.desktop-hide,
	.boxes .desktop-hide{
		display: none;
	}

}




@media screen and (max-width: 1023px) {

	body {
		padding-top: 120px;
	}

	/* main menu */

	#toggle-nav {
		display: block;
		min-width: 100px;
		padding: 0 30px;
		position: absolute;
		top: 0;
		bottom: -1px;
		right: 0;
		font-size: 14px;
		line-height: 127px;
		text-decoration: none;
		text-align: center;
		color: #555;
	}
	#toggle-nav i {
		display: inline-block;
		width: 20px;
		height: 2px;
		margin-top: -3px;
		margin-left: 10px;
		position: relative;
		vertical-align: middle;
		background: #99808e;
	}
	#toggle-nav i::before,
	#toggle-nav i::after {
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		background: #99808e;
	}
	#toggle-nav i::before {
		top: -5px;
	}
	#toggle-nav i::after {
		bottom: -5px;
	}

	.nav-opened #toggle-nav {
		color: #fff;
		background: #684457;
	}

	#magic-line {
		display: none !important;
	}

	.top-nav {
		display: block;
		width: 200px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 100%;
		right: -200px;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.nav-opened .top-nav {
		right: 0;
		opacity: 1;
	}
	.top-nav > li {
		display: block;
		height: auto;
		margin: 0;
		border-bottom: 1px solid #7d5e6f;
	}
	.top-nav > li > a,
	.top-nav > li > a:hover {
		display: block;
		width: 100%;
		padding: 17px 25px;
		font-size: 14px;
		line-height: 14px;
		color: #fff;
	}

	.top-nav li.has-sub > a::after,
	.top-nav li.menu-item-has-children > a::after {
		display: inline-block;
		content: "";
		width: 10px;
		height: 5px;
		margin-left: 8px;
		margin-top: -2px;
		position: static;
		opacity: .4;
		vertical-align: middle;
		background: url(img/nav-mob-arr-down.png) right 0 no-repeat;
		background-size: 10px auto;
	}

	.top-nav li.has-sub.opened > a,
	.top-nav li.menu-item-has-children.opened > a {
		color: #9a808e;
	}
	.top-nav li.has-sub.opened > a::after,
	.top-nav li.menu-item-has-children.opened > a::after {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.top-nav .sub-nav,
	.top-nav .sub-menu {
		display: none;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		opacity: 1;
		visibility: visible;
		position: static;
		background: none;
	}
	.top-nav .sub-nav li,
	.top-nav .sub-menu li {
		display: block;
		width: 100%;
		margin: 0 0 12px;
	}
	.top-nav .sub-nav li a,
	.top-nav .sub-menu li a {
		display: block;
		padding-left: 25px;
		font-size: 13px;
		color: #fff;
	}

	body {
		-webkit-transition: background .3s linear;
		-ms-transition: background .3s linear;
		transition: background .3s linear;
	}
	body.nav-opened {
		background: #684457;
	}
	#container {
		background: #fff;
		-webkit-transition: all .3s ease-in-out, box-shadow .2s linear .2s;
		-ms-transition: all .3s ease-in-out, box-shadow .2s linear .2s;
		transition: all .3s ease-in-out, box-shadow .2s linear .2s;
	}
	.nav-opened #container {
		-webkit-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
		transform: translateX(-200px);
		box-shadow: 3px 0 10px rgba(0,0,0,.3);
	}


	.promotion {
		-webkit-backdrop-filter: blur(5px);
	}


	/* about */

	.page-about .box-center {
		width: 100%;
		height: auto;
		position: static;
		-webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}


	.legend {
		display: none;
	}


/*Chat for mobile*/

.btn-contact span {
    display:inline-block;
    line-height:70px;
    }

.btn-call span {
    background:url(img/ico-phone-sm.png) 0 center no-repeat;
    padding-left:24px;
    }
.btn-mail span {
    background: url(img/ico-mail-sm.png) 0 center no-repeat;
    padding-left:32px;
    }
.btn-chat span {
    background: url(img/ico-live-chat-sm.png) 0 center no-repeat;
    padding-left:25px;
    }
.btn-text span {
    background: url(img/ico-chat-sm.png) 0 center no-repeat;
    padding-left:31px;
    }

/* contact overlay */

.chat-overlay {
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.8);
    z-index:999999;
    }

.chat-inner {
    position:absolute;
    top:50%;
    left:50%;
    width:90%;
    min-height:236px;

    }


.chat-inner .close {
    position:absolute;
    width:36px;
	height:36px;
    right:20px;
    top:20px;
    /*background:url(img/close-chat-mobile.png) no-repeat;*/
    }

    .chat-inner .close img {
    width:36px;
	height:36px;
}

.chat-operator {
    padding:20px 40px;
    height: 200px;
    text-align: center;
    }

.chat-operator img {
    display:block;
    float:none;
    margin:15px auto;
    }

.chat-operator p {
    margin-top:12px;
    font-size:16px;
    line-height:18px;
    }

.chat-operator p span {
	padding-top:12px;
    /*color:#8C7180;*/
    display:block;
    }

.chat-options {
    border-top:1px solid #7A596C;
    /*border-top:1px solid #29BFC1;*/
    padding: 42px 20px;
    text-align:center;
    }

.chat-options .btn-contact {
    float: none;
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 6px;
    background: #5C3C4E;
    border-radius: 3px;
    color:transparent;
    }
.chat-options .btn-contact:hover {
    background: transparent;
    }

.chat-options .btn-call span {
    background-image:url(img/ico-phone-white-sm3.png);
    background-position: 0px 11px;
    font-size: 1px;
    padding-left: 29px;
    }
.chat-options .btn-mail span {
    background-image: url(img/ico-mail-white-sm3.png);
    background-position: 0px 13px;
    font-size: 1px;
    padding-left: 40px;
    }
.chat-options .btn-chat span {
    background-image: url(img/ico-live-chat-white-sm3.png);
    padding-left: 41px;
    background-position: 2px 15px;
    font-size: 1px;
    }
.chat-options .btn-text span {
    background-image: url(img/ico-chat-white-sm3.png);
    background-position: 0px 9px;
    font-size: 1px;
    padding-left: 22px;
    }
.chat-options a {
    display:inline-block;
    width:70px;
    height:70px;
    margin:0 15px;
    border:1px solid #79596b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color:#5c3d4e;
    background-attachment:scroll;
    background-position:center center;
    background-repeat: no-repeat;
    }




}




@media screen and (max-width: 768px) {

	/* amenities */

	.property-highlights {
		padding: 40px 5px;
	}

	.property-highlights h3 {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.property-highlights li {
		width: 32%;
		padding: 0 5px;
		margin: 0;
		font-size: 13px;
		line-height: 18px;
	}
	.highlight-ico {
		width: 80%;
	}

}



@media screen and (max-width: 639px) {

	.btn-3d {
		margin-top: 15px;
	}


	/* amenities */

	.page-template-page-apt-amenities .box.text {
		padding-bottom: 20px;
	}


	/* about */

	.page-about .boxes {
		padding: 40px 0 0;
	}
	.page-oneill .boxes:last-child {
		padding-bottom: 20px;
	}

	.page-about .box-center {
		width: 100%;
		height: auto;
		position: static;
		-webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}

	.page-about .box.text {
		padding: 0 0 20px;
	}

	.page-about .box.img {
		display: block;
	}

	.page-about .boxes h3 {
		font-size: 16px;
    	line-height: 21px;
	}
	.page-about .boxes p {
		font-size: 11px;
    	line-height: 18px;
	}

	/* about-oneill */
	.page-oneill .boxes {
		padding: 40px 0 0;
	}

	.page-oneill .box.img {
		padding: 0;
		margin-bottom: 20px;
	}
	.page-oneill .box.img img {
		width: 50%;
		max-width: 360px;
	}


	/* neighborhood / location */

	.neighborhood-places {
		padding-top: 30px;
	}

	.neighborhood-places h3 {
		font-size: 16px;
    	line-height: 21px;
	}
	.neighborhood-places p {
		font-size: 11px;
    	line-height: 18px;
	}

	.neighborhood-places ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.neighborhood-places li {
		width: 49%;
		margin: 0 0 15px;
	}
	.neighborhood-places li div,
	.neighborhood-places li a {
		margin: 0 7px;
	}
	.neighborhood-places li img,
	.neighborhood-places li:hover img {
		display: block;
		max-width: 100%;
		height: auto;
		-webkit-transition: none;
	    -ms-transition: none;
	    transition: none;
	    -ms-transform: scale(1);
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	.neighborhood-places li span {
		padding: 5px;
		opacity: 1;
		font-size: 11px;
	}

	.map-holder {
		min-height: 400px;
	}

	.poi-boxes,
	.page-location .poi-boxes {
		padding: 40px 30px;
		text-align: center;
	}

	.poi-boxes .box {
		margin-bottom: 20px;
	}
	.poi-boxes .box:last-child {
		margin: 0;
	}

	.poi-boxes .box-img,
	.poi-boxes .box:nth-child(even) .box-img {
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}
	.poi-boxes .box-img img {
		margin: 0 auto;
		max-width: 33%;
	}
	.poi-boxes .box .box-content {
		margin: 0 !important;
	}
	.poi-boxes h3 {
		font-size: 16px;
    	line-height: 21px;
    	text-align: center;
	}
	.poi-boxes p {
		font-size: 11px;
    	line-height: 18px;
    	text-align: center;
	}

	.page-neighborhood footer,
	.page-location footer {
		padding-top: 15px;
	}


	/* simpe pages */

	.page-simple .page-title h1 {
		padding: 0;
		margin: 10px;
	}

	.contact-form input[type=text],
	.contact-form input[type=email],
	.contact-form input[type=tel],
	.contact-form textarea {
		height: 29px;
		padding: 0 11px;
		font-size: 11px;
		line-height: 29px;
	}

	.contact-form input[type=submit] {
		width: 62%;
		height: 30px;
		margin: 0 auto;
    	font-size: 10px;
    	line-height: 30px;
	}

	.contact-info {
		padding: 20px;
	}
	.contact-info h3 {
		margin: 0;
		font-size: 21px;
	}
	.contact-info h3::after {
		height: 16px;
    	margin-bottom: 16px;
	}
	.contact-info p {
		margin-bottom: 15px;
	    font-size: 12px;
	    line-height: 18px;
	}
	.hours span {
		min-width: 120px;
	}

	.page-simple footer {
		padding-top: 15px;
	}

}


@media screen and (max-width: 611px) {

	body {
		padding-top: 63px;
	}

	#toggle-nav {
		padding: 0 20px;
		line-height: 63px;
	}

}

.button.download{
	padding:10px 25px;
	border: 1px solid #99808e;
	color:#99808e;
	text-decoration: none;
}

.promotion h1 {
    color: #fff;
}





