/*===================================================================================*/


/* 	0.	Global CSS Reset */


/*===================================================================================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

li {
    text-indent: -10px;
}

li::before {
    content: "•";
    color: #ffffff;
    padding-right: 10px;
    font-size: 100%;
    font-family: 'Garamond', serif;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}

.container .column {
    float: left;
    display: block;
}

.container .one-fourth.column {
    width: calc(25% - 2px);
}

.container .one-half.column {
    width: 50%;
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

a {
    font-size: 100%;
    vertical-align: baseline;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 5px 0 24px 0;
    padding: 0;
    clear: both;
}

hr.spacer {
    display: block;
    height: 30px !important;
    border: none !important;
    margin: 0 !important;
    padding: 0;
    clear: both;
}

input,
select {
    vertical-align: middle;
}


/*===================================================================================*/


/* 	1.	Body Style */


/*===================================================================================*/

body {
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 50px;
    font-size: 0.875em;
    line-height: 1.571em;
    position: relative;
    background-color: #12223A;
    background-image: url(../../images/bkgd-4.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 0;
    overflow-x: hidden;
}

img,
object,
video {
    height: auto;
    display: block;
}

video {
    max-width: 100%;
    height: auto;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a img {
    border: none;
}

a>img {
    vertical-align: bottom;
}

a,
a:visited {
    outline: 0;
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -o-transition: color .1s linear;
    -ms-transition: color .1s linear;
    -kthtml-transition: color .1s linear;
    transition: color .1s linear;
}

a:hover,
a:focus {
    text-decoration: none;
}

p a,
p a:visited {
    line-height: inherit;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-style: normal;
}

.subheader {
    color: #999999;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: -5px;
}

h1 {
    display: block;
    font-size: 64px;
    line-height: 1em;
    margin: 0;
    font-family: 'Garamond', serif;
    color: #12223A;
}

h2 {
    font-size: 36px;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

h3 {
    font-size: 1.857em;
    line-height: 1.3em;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 1.500em;
    line-height: 1.400em;
    margin: 0 0 10px 0;
}

h5 {
    font-size: 1.214em;
    line-height: 1.500em;
    margin: 0 0 10px 0;
    font-weight: normal;
}

h6 {
    font-size: 1.000em;
    line-height: 1.800em;
    margin: 0 0 10px 0;
    font-weight: normal;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    margin-right: 10px;
}

.block-text-left,
.block-text-right,
.block-text-center {
    font-size: 1.143em;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.571em;
    display: block;
    padding: 30px;
    width: 30%;
}

.block-text-left {
    float: left;
    text-align: left;
}

.block-text-right {
    float: right;
    text-align: right;
}

.block-text-center {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

em,
address,
samp,
var {
    font-style: italic;
}

caption {
    text-align: left;
}

strong {
    font-weight: 700;
}

sup,
sub {
    line-height: 0;
    font-size: 80%;
}

small {
    font-size: 80%;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

del {
    text-decoration: line-through;
}

ins {
    text-decoration: underline;
}

pre,
code,
kbd,
samp {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.857em;
    font-weight: 1.8em;
}

code,
pre {
    background-color: #fff;
    border: 1px solid #ddd;
}

pre {
    height: auto;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    display: block;
    overflow-x: auto;
    clear: both;
    white-space: pre;
}

address {
    display: block;
    font-style: normal;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 15px;
}

blockquote p {
    margin: 0px;
}

blockquote {
    margin-left: 15px;
    padding: 10px 0 10px 15px;
    border-left-width: 3px;
    border-left-style: solid;
}

blockquote cite {
    font-style: normal;
    display: block;
    margin-top: 10px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select,
.styled-banner img,
.styled-banner,
#sidebar .widget ul.tags li a,
.offers-filter li a,
.ls-minimal .ls-nav-prev,
.ls-minimal .ls-nav-next,
.reply a,
.comment-content,
.tag-list ul li a,
.pagination li a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -o-border-radius: 2px;
    –ms–border-radius: 2px;
    border-radius: 2px;
}

p,
pre,
ul,
ol,
dl,
blockquote,
address,
table,
fieldset,
form,
#skill-bars,
.info,
.success,
.warning,
.error,
.attention-unit,
#team-members,
.pricing-table,
img.align-center {
    margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/


/*	1.1	Navigation */


/*-----------------------------------------------------------------------------------*/

#primary-navigation {
    width: calc(100vw - 225px);
    padding-top: 90px;
    padding-left: 250px;
    opacity: 1;
    position: absolute;
}

@keyframes navAnimIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.sf-menu {
    height: 60px;
    line-height: 1.0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.sf-menu ul {
    height: auto !important;
    list-style: none;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    min-width: 12em;
}

.sf-menu li {
    float: left;
}

.sf-menu li::before {
    display: none;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    display: block;
}

.sf-menu a.current {
    color: #97162E;
}

.sf-menu a {
    line-height: 60px;
    font-size: 24px;
    padding: 0 15px;
    color: #252525;
    font-weight: 100;
    display: block;
    position: relative;
}

.sf-menu a:hover {
    color: #97162E;
}

.sf-menu .fa-home {
    font-size: 26px;
}

.sf-menu ul li {
    height: 30px;
}

.sf-menu ul ul {
    top: -1px;
    left: 100%;
}

.sf-menu ul li:hover>a,
.sf-menu ul li.sfHover>a {
    border-top: none;
    line-height: 30px;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #c1d3ec;
    /* edit this to suit design (no rgba in IE8) */
    /*border-top-color: rgba(255,255,255,.5);*/
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
    margin-top: -6px;
    border-top-color: #244677;
    /* IE8 fallback colour */
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    /*border-left-color: rgba(255,255,255,.5);*/
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
    border-left-color: #c1d3ec;
}


/*-----------------------------------------------------------------------------------*/


/*	1.2	Primary */


/*-----------------------------------------------------------------------------------*/

#primary-fullwidth {
    position: relative;
    width: 1024px;
    margin-bottom: 30px;
    opacity: 0;
    animation: fwFadeIn 1s ease-out .25s forwards;
    -webkit-animation: fwFadeIn 1s ease-out .25s forwards;
}

@keyframes fwFadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*-----------------------------------------------------------------------------------*/


/*	2.7	Page title */


/*-----------------------------------------------------------------------------------*/

.page-title {
    overflow: hidden;
    color: #12223A;
    width: 100px;
    height: 130px;
    text-align: center;
    overflow: visible;
    margin: 0 auto;
    word-wrap: none;
    white-space: nowrap;
    border-bottom: #939598 3px solid;
    margin-bottom: 30px;
}

.page-title h3 {
    width: 960px;
    text-align: center;
    font-weight: 300;
    margin: 0;
    font-family: 'Garmond', serif;
    font-size: 64px;
    position: relative;
    left: -430px;
}

.page-title h4 {
    width: 960px;
    text-align: center;
    margin: 0;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 5px;
    font-size: 36px;
    position: relative;
    bottom: 10px;
    left: -430px;
}

.page-titleh4 span {
    font-size: 45px;
    font-weight: 700;
}

.page-title .button {
    float: right;
}


/*-----------------------------------------------------------------------------------*/


/*	2.8	Call to action */


/*-----------------------------------------------------------------------------------*/

.call-to-action {
    overflow: hidden;
    color: #ffffff;
    width: 100px;
    height: 130px;
    text-align: center;
    overflow: visible;
    margin: 0 auto;
    word-wrap: none;
    white-space: nowrap;
    border-bottom: #939598 3px solid;
    -webkit-text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
}

.call-to-action h3 {
    width: 960px;
    text-align: center;
    font-weight: 300;
    margin: 0;
    font-family: 'Garmond', serif;
    font-size: 64px;
    position: relative;
    left: -430px;
}

.call-to-action h4 {
    width: 960px;
    text-align: center;
    margin: 0;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 5px;
    font-size: 36px;
    position: relative;
    bottom: 20px;
    left: -430px;
}

.call-to-action h4 span {
    font-size: 45px;
    font-weight: 700;
}

.call-to-action .button {
    float: right;
}

.hover-image-alt1 {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}

.hover-image-alt1.camera {
    background-image: url(../img/hover-camera.png);
}

.hover-image-alt1.picture {
    background-image: url(../img/hover-picture.png);
}

.hover-image-alt1.video {
    background-image: url(../img/hover-video.png);
}

.hover-image-alt2 {
    display: block;
    position: relative;
    cursor: pointer;
}

.hover-image-alt2 span {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 35%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hover-image-alt2 span p {
    color: #FFF !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px;
    font-size: 0.929em !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline;
    filter: alpha(opacity=0);
}

.hover-image-alt2 span {
    filter: alpha(opacity=0);
}

.hover-image-alt2:hover span {
    display: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}


/*===================================================================================*/


/* 	4.	Header */


/*===================================================================================*/

.header-container {
    max-width: 1444px;
    margin: 65px auto 30px;
}

#header {
    overflow: hidden;
}

#logo {
    float: left;
    padding-left: 30px;
    max-width: 191px;
}

#main-right-block {
    position: absolute;
    top: -5px;
    right: 0px;
}

ul.contact-informations {
    float: right;
    list-style: none;
    margin-right: 35px;
    margin-bottom: 0px;
}

ul.contact-informations li a {
    color: #939598;
    font-size: 27px;
}

ul.contact-informations li a:hover {
    color: #97162E;
}

ul.contact-informations li .fa.fa-phone {
    transform: rotate(270deg) translateY(-20px) translateX(4px);
    ;
}

ul.contact-informations li::before {
    display: none;
}


/*===================================================================================*/


/* 	5.	Slider */


/*===================================================================================*/

.slider-holder {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 35px;
    clear: both;
    display: block;
    position: relative;
    opacity: 0;
    animation: fwFadeIn 1s ease-out .1s forwards;
    -webkit-animation: fwFadeIn 1s ease-out .1s forwards;
}

#slider {
    margin: 0 auto;
    width: 100% !important;
    height: 385px;
    max-width: 1024px !important;
    min-height: 100% !important;
    position: relative;
}

#slider .pos2 {
    position: absolute;
    z-index: 100;
    transform: scale(1);
    left: 0;
    vertical-align: middle;
}

#slider .pos1 {
    position: absolute;
    z-index: 1;
    left: calc(-100vw / 2.5);
    vertical-align: middle;
    transform: scale(0.5);
}

#slider .pos3 {
    position: absolute;
    z-index: 1;
    left: calc(100vw / 2.5);
    vertical-align: middle;
    transform: scale(0.5);
}

.slide {
    transition: all 2s ease;
}

.sliderControl {
    font-family: "FontAwesome";
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 40px;
    line-height: 39px;
    border: 2px #ffffff solid;
    border-radius: 50%;
    z-index: 500;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#prevSlide {
    text-indent: 11px;
    left: 50px;
}

#nextSlide {
    text-indent: 14px;
    right: 50px;
}


/*===================================================================================*/


/* 	9.	Footer */


/*===================================================================================*/

#footer .container {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px #939598 solid;
    border-bottom: 2px #939598 solid;
    color: #fff;
    margin-top: 75px;
}

#footer h4 {
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-size: 22px;
    color: #fff;
}

#footer p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
    color: #fff;
}

#footer a {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

#footer a:hover {
    color: #97162E;
}

#footer .social-wrapper {
    float: right;
    text-align: right;
}

#footer .social-wrapper:nth-of-type(1) {
    margin-bottom: 30px;
}

#footer .social-wrapper p {
    margin-bottom: 0px;
}

#footer .social-icons {
    display: inline-block;
    padding-left: 10px;
}

.right-bar {
    border-right: 2px #939598 solid;
    min-height: 110px;
}

#footer .one-fourth.column:nth-of-type(2) {
    text-indent: 15%;
}

#footer .one-fourth.column:nth-of-type(3) {
    text-indent: 20%;
}


/*===================================================================================*/


/* 	11.	floorplans */


/*===================================================================================*/

.floorplan {
    overflow: hidden;
    width: 31%;
    float: left;
    margin: 0 1% 40px 1%;
    /*animation: dropInBoxes 1s ease-out forwards;
    -webkit-animation: dropInBoxes 1s ease-out forwards;
    opacity: 0;*/
    position: relative;
}

@keyframes dropInBoxes {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes dropInBoxes {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

div.floorplan:nth-of-type(2) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

div.floorplan:nth-of-type(3) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

div.floorplan:nth-of-type(4) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

div.floorplan:nth-of-type(5) {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

div.floorplan:nth-of-type(6) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

div.floorplan:nth-of-type(7) {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.floorplan .room-preview {
    position: relative;
    margin-left: 0 !important;
    width: 220px;
    padding-bottom: 12px;
    min-height: 100px;
    background-image: url(../img/floorplan-style1-shadow-220.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.floorplan .room-preview a.show-image,
.floorplan .room-preview a.show-video {
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 12px;
    color: #FFF !important;
    text-align: center;
    line-height: 25px;
    font-size: 80%;
}

.floorplan .room-preview a.show-image {
    left: 0px;
}

.floorplan .room-preview a.show-video {
    left: 26px;
}

.floorplan .room-description {
    width: 100%;
    height: 240px;
    padding-top: 30px;
    /*background-image: url(../../images/floorplan-bkgd-2.png);*/
    /*background-image: url(../../images/floorplan-bkgd-3.png);*/
    background-image: url(../../images/floorplan-bkgd-4.png);
    /*background-image: url(../../images/floorplan-bkgd-5.png);*/
    /*background-image: url(../../images/floorplan-bkgd.png);*/
    color: #12223A;
    /*color: #97162E;*/
    /*color: #ffffff;*/
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
    transition: all ease .5s;
    background-size: 130%;
    background-position: 50% 10%;
}

.floorplan .room-description:hover {
    background-size: 140%;
}

.floorplan .room-description .fp-price-title {
    font-size: 25px;
    line-height: 25px;
}

.floorplan .room-description .fp-detail {
    font-size: 30px;
}

.floorplan .room-description .view-details {
    font-size: 20px;
    padding: 5px 10px;
    /*color: #ffffff;*/
    /*color: #97162E;*/
    color: #12223A;
    /*border: 1px #97162E solid;*/
    border: 1px #12223A solid;
    /*border: 1px #fff solid;*/
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.floorplan .room-description .view-details:hover {
    color: #ffffff;
    background-color: #12223A;
}

.floorplan .room-title {
    background: #951930;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 19px;
}

.floorplan .room-title p {
    margin: 0;
    line-height: 30px;
}

.floorplan .room-title p:nth-of-type(1) {
    font-size: 23px;
}

.floorplan .room-buttons {
    background: rgba(149, 25, 48, 0.5);
    text-align: center;
}

.floorplan .cta-holder {
    padding: 20px;
    background: rgba(149, 25, 48, 0.5);
}

.floorplan .fp-image {
    display: none;
}

.details-right .floorplan {
    width: 98%;
    margin: 0 1%;
}

.details-right .floorplan .cta-holder {
    background: transparent;
}


/*===================================================================================*/


/* 	special-feature */


/*===================================================================================*/

.feature-wrapper {
    margin: 0 auto;
}

.special-feature img {
    width: 100%;
}

.special-feature h6 {
    display: block;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    position: relative;
    top: 0px;
    background: #951930;
}

.special-feature p {
    text-align: center;
    color: #ffffff;
}


/*===================================================================================*/


/* 	About Us */


/*===================================================================================*/

.row.about-us {
    margin-top: 25px;
}

.about-us h4 {
    margin-bottom: 0px;
    font-size: 24px;
}

.about-us div:nth-of-type(2) {
    color: #ffffff;
}

.about-us p {
    font-size: 17px;
    font-family: 'Garmond', serif;
}

.feature-column {
    width: 30%;
    float: left;
    margin: 0 5px;
}

.about-us-img {
    margin-top: 2px;
}


/*===================================================================================*/


/* 	amenities */


/*===================================================================================*/

.amenity {
    width: 100%;
    height: 429px;
    overflow: hidden;
    font-weight: 100;
}

.amenity-image-full {
    width: 100%;
    height: 100%;
    float: left;
}

.amenity-image-half {
    width: 50%;
    height: 100%;
    float: left;
}

.amenity-text {
    width: 44%;
    float: left;
    color: #ffffff;
    background-color: #951930;
    padding: 25px 3%;
    height: 380px;
    font-size: 22px;
    font-family: 'Garamond', serif;
    line-height: 28px;
}

.amenity-text p {
    line-height: 34px;
}

.amenity-title {
    display: block;
    font-size: 36px;
    font-weight: 100;
    line-height: 35px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
}


/*===================================================================================*/


/* 	neighborhood */


/*===================================================================================*/

.neighborhood-wrapper {
    color: #ffffff;
    margin-top: 50px;
}

.neighborhood-wrapper .one-half:nth-of-type(1) {
    font-size: 22px;
    font-family: 'Garamond', serif;
    line-height: 28px;
    padding-left: 25px;
    width: calc(50% - 25px);
}

.neighborhood-wrapper .one-half:nth-of-type(2) {
    font-size: 22px;
    line-height: 28px;
    text-indent: 50px;
    font-weight: 100;
}

.neighborhood-wrapper li {
    text-indent: 60px;
}


/*===================================================================================*/


/* 	photos */


/*===================================================================================*/

.photo-row {
    width: 100%;
    height: 327px;
    margin-top: 20px;
}

.sm-img {
    width: 35%;
    float: left;
    height: 100%;
    overflow: hidden;
}

.lg-img {
    width: calc(65% - 20px);
    height: 100%;
    float: left;
    overflow: hidden;
}

.photo-margin {
    margin-right: 20px;
}

.center-cropped {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*===================================================================================*/


/* details */


/*===================================================================================*/

.details-text {
    width: 100%;
    background-color: rgba(149, 25, 48, 0.75);
}

.details-left {
    width: 44%;
    height: 100%;
    float: left;
    color: #ffffff;
    padding: 25px 3%;
    font-size: 22px;
    font-family: 'Garamond', serif;
    line-height: 28px;
    min-height: 375px;
}

.details-left ul {
    padding-left: 20px;
}

.details-right {
    font-size: 22px;
    line-height: 26px;
    color: #12223A;
    padding: 10px 1%;
    margin: 2%;
    width: 44%;
    float: left;
    background: #ffffff;
    font-family: 'Garamond', serif;
    min-height: 375px;
}

.floorplan-title {
    font-size: 24px;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px #12223A solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.back-to-floorplans {
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 40px;
    bottom: 20px;
}