/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */


/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/


/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
* A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
* Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
* Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}


/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
START
========================================================================== */

* {
    -webkit-font-smoothing: antialiased;
    font-family: 'Neuton', serif;
    font-weight: 400;
    letter-spacing: 0.075em;
}

html {
    background-image: url(../img/background.jpg);
}

.header,
.content,
.footer {
    width: 980px;
    margin: 0 auto;
}

.header {
    padding: 40px 20px;
}

.header .logo {
    width: 60px;
    height: 60px;
    display: block;
    background-image: url(../img/logo.png);
    float: left;
}

.header ul.navigation {
    float: right;
    list-style: none;
    padding: 0;
    margin: 20px auto;
}

.header ul.navigation li {
    float: left;
    display: block;
    margin-left: 70px;
}

.header ul.navigation li a:link,
.header ul.navigation li a:visited {
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
}

.header ul.navigation li a.highlight:link,
.header ul.navigation li a.highlight:visited {
    color: #B27479;
}

.header ul.navigation li a:hover,
.header ul.navigation li a.highlight:hover {
    color: #555555;
}

.content {
    padding: 0 20px;
}

.content h1 {
    text-align: center;
    color: #000000;
    font-size: 40px;
    margin: 0 auto 40px auto;
}

.content .index .tiles {
    margin-top: 20px;
}

.content .index a.tile:link,
.content .index a.tile:visited {
    margin-right: 20px;
    width: 230px;
    height: 34px;
    color: white;
    text-decoration: none;
    line-height: 17px;
    font-size: 14px;
    padding: 83px 0;
    float: left;
    text-align: center;
    text-transform: uppercase;
}

.content .index a.tile:hover {
    color: #FBB03B;
}

.content .index a.tile.tile-01 {
    background-image: url(../img/index-01.png);
}

.content .index a.tile.tile-02 {
    background-image: url(../img/index-02.png);
}

.content .index a.tile.tile-03 {
    background-image: url(../img/index-03.png);
}

.content .index a.tile.tile-04 {
    background-image: url(../img/index-04.png);
}

.content .index a.tile.tile-05 {
    background-image: url(../img/index-05.png);
    margin-right: 0;
}

.content .about-us p {
    width: 720px;
    margin: 1em auto;
    color: #666666;
    font-size: 18px;
    line-height: 28px;
}

.content .about-us img {
    display: block;
    margin: 40px auto;
}

.content .about-us img.alignright {
    float: right;
    margin: 0 0 0 20px;
}

.content .about-us img.alignleft {
    float: left;
    margin: 0 20px 0 0;
}

.content .about-us .about-us-slideshows img {
    margin: 0 !important
}

.content .about-us .about-us-slideshows {
    position: relative;
    overflow: hidden;
}

.content .about-us .about-us-slideshows .slidesjs-pagination {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
    bottom: 10px;
}

.content .about-us .about-us-slideshows .slidesjs-pagination li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
}

.content .about-us .about-us-slideshows .slidesjs-pagination li a {
    width: 0;
    padding-left: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background-color: white;
}

.content .about-us .about-us-slideshows .slidesjs-pagination li a.active {
    background-color: #BBBBBB;
    border: white thin solid;
    padding-left: 9px;
    height: 9px;
}

.content .past-projects {
    margin-bottom: 40px;
}

.content .past-projects .project {
    width: 300px;
    margin-right: 40px;
    float: left;
}

.content .past-projects .project.last {
    margin-right: 0;
}

.content .past-projects .project h2,
.content .current-projects .project h2,
.content .property-rentals .project h2 {
    margin: 20px auto;
    color: #B27479;
    font-size: 18px;
    line-height: 28px;
}

.content .past-projects .project p,
.content .current-projects .project p,
.content .property-rentals .project p {
    color: #666666;
    font-size: 18px;
    line-height: 24px;
}

.content .current-project {
    margin-bottom: 0;
}

.content .current-project .project {
    margin: 0 auto;
    width: 980px;
}

.content .current-project .project h2 {
    color: #E70F26;
}

.content .current-project .project .at6-slideshows {
    margin-bottom: 40px;
}

.content .current-project .project a.button:link,
.content .current-project .project a.button:visited {
    height: 50px;
    color: white;
    font-size: 14px;
    line-height: 50px;
    background-color: #E81128;
    display: block;
    text-decoration: none;
    width: 180px;
    margin: 40px auto 0 auto;
    text-align: center;
}

.content .current-project .project a.button:hover {
    color: #FBB03B;
}

.content .property-rentals .project {
    float: left;
    width: 460px;
}

.content .property-rentals .project.last {
    float: right;
}

.content .property-rentals .project h2 {
    text-align: center;
}

.content .property-rentals .project img {
    margin: 40px auto;
}

.content .property-rentals .project ul {
    list-style-position: inside;
    padding: 0;
}

.content .property-rentals .project ul li {
    color: #666666;
    font-size: 18px;
    line-height: 24px;
}

.content .property-rentals .project ul li a:link,
.content .property-rentals .project ul li a:visited {
    color: #E51B1B;
    text-decoration: none;
}

.content .property-rentals .project ul li a:hover {
    text-decoration: underline;
}

.at6-slideshows {
    width: 980px;
    height: 640px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.at6-slideshows .slidesjs-pagination {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 10;
    text-align: right;
    top: 20px;
    right: 20px;
    list-style: none;
}

.at6-slideshows .slidesjs-pagination li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
}

.at6-slideshows .slidesjs-pagination li a {
    width: 0;
    padding-left: 9px;
    height: 9px;
    border: rgba(255, 255, 255, 0.5) thin solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background-color: rgba(179, 179, 179, .5);
}

.at6-slideshows .slidesjs-pagination li a.active {
    padding-left: 9px;
    height: 9px;
    border: rgba(255, 255, 255, 0.5) thin solid;
    background-color: rgba(0, 0, 0, .5);
}

.features-slideshows {
    min-width: 1020px;
    width: 100%;
    height: 860px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.features-slideshows .item {
    width: 100%;
    height: 860px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.features-slideshows .slidesjs-container,
.features-slideshows .slidesjs-container .slidesjs-control {
    height: 860px !important;
}

.features-slideshows .item .caption-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 0;
    background-color: rgba(85, 40, 15, 0.8);
}

.features-slideshows .item .caption-wrapper .caption {
    width: 870px;
    margin: 0 auto;
    padding: 0 55px;
}

.features-slideshows .item .caption-wrapper .caption .title {
    font-size: 30px;
    line-height: 32px;
    color: white;
    width: 290px;
    float: left;
    text-align: left;
}

.features-slideshows .item .caption-wrapper .caption .description {
    float: right;
    width: 540px;
    color: white;
    font-size: 14px;
    line-height: 20px;
}

.features-slideshows .slidesjs-pagination {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
    bottom: 0;
    list-style: none;
}

.features-slideshows .slidesjs-pagination li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
}

.features-slideshows .slidesjs-pagination li a {
    width: 0;
    padding-left: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background-color: #A26232;
}

.features-slideshows .slidesjs-pagination li a.active {
    background-color: #BBBBBB;
    padding-left: 10px;
    height: 10px;
}

.content .at6 h1 {
    text-align: center;
    color: #A26232;
    font-size: 60px;
    margin: 0 auto 40px auto;
}

.content .at6 .location {
    margin-bottom: 80px;
}

.content .at6 .location p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.content .at6 .location .location-description {
    background-color: #F2F2F2;
    padding: 80px;
}

.content .at6 .location .location-description .column {
    width: 300px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin: 0 55px;
}

.content .at6 .location .location-description .column .highlight {
    color: #A26232;
}

.background-wrapper {
    background-image: url(../img/background.jpg);
    padding: 80px 0;
    min-width: 1020px;
}

.content .at6 .floor-plans-slideshows {
    width: 980px;
    height: 1110px;
    position: relative;
    overflow: visible !important;
}

.content .at6 .floor-plans-slideshows .floor-plan {
    border: #E6E6E6 solid thin;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 980px;
    height: 1110px;
    background-color: white;
    padding: 90px;
    position: relative;
}

.content .at6 .floor-plans-slideshows .floor-plan .description {
    height: 85px;
    width: 800px;
    margin-bottom: 40px;
}

.content .at6 .floor-plans-slideshows .floor-plan .description .left {
    width: 140px;
    float: left;
}

.content .at6 .floor-plans-slideshows .floor-plan .description .left .type {
    font-size: 30px;
}

.content .at6 .floor-plans-slideshows .floor-plan .description .left .area {
    font-size: 14px;
    color: #666666;
}

.content .at6 .floor-plans-slideshows .floor-plan .description .center {
    width: 480px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.content .at6 .floor-plans-slideshows .floor-plan .description .right {
    float: right;
}

.content .at6 .floor-plans-slideshows .slidesjs-navigation {
    width: 0;
    padding-left: 27px;
    height: 46px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 532px;
    background-image: url(../img/Navigation.png);
    z-index: 100;
}

.content .at6 .floor-plans-slideshows .slidesjs-navigation.slidesjs-previous {
    left: -80px;
    background-position: center left;
}

.content .at6 .floor-plans-slideshows .slidesjs-navigation.slidesjs-next {
    right: -80px;
    background-position: center right;
}

@media only screen and (max-width: 1020px) {
    .content .at6 .floor-plans-slideshows .slidesjs-navigation.slidesjs-previous {
        left: 30px;
    }
    .content .at6 .floor-plans-slideshows .slidesjs-navigation.slidesjs-next {
        right: 30px;
    }
}

.content .at6 .boulevard-realty {
    margin: 80px auto;
}

.content .at6 .boulevard-realty .boulevard-realty-title {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.content .at6 .boulevard-realty .boulevard-realty-title img {
    margin: 0 auto;
}

.content .at6 .boulevard-realty .copy {
    width: 460px;
}

.content .at6 .boulevard-realty .copy.left {
    float: left;
}

.content .at6 .boulevard-realty .copy.right {
    float: right;
}

.content .at6 .boulevard-realty .copy p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    letter-spacing: 0.07em;
}

.content .at6 .boulevard-realty .copy p .highlight {
    color: #000000;
}

.content .at6 .boulevard-realty .copy p a,
.content .at6 .boulevard-realty .copy p a:visited {
    color: #666666;
}

.content .at6 .boulevard-realty .copy p a:hover {
    text-decoration: none;
}

.content .at6 .consultants {
    margin-bottom: 80px;
}

.content .at6 .consultants .consultants-title {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    color: #A26232;
    font-size: 14px;
    line-height: 20px;
}

.content .at6 .fine-print {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07em;
}

.content .at6 .fine-print .highlight {
    color: #000000;
}

.footer {
    padding: 80px 20px;
}

.footer .copyright {
    text-align: center;
    width: 100%;
    color: #BBBBBB;
    font-size: 14px;
    line-height: 20px;
}

.footer .copyright a:link,
.footer .copyright a:visited {
    color: #CCCCCC;
    text-decoration: none;
}

.footer .copyright a:hover {
    text-decoration: underline;
}


/* ==========================================================================
Helper classes
========================================================================== */


/*
* Hide visually and from screen readers:
*/

.hidden {
    display: none !important;
}


/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}


/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
