@font-face {
    font-family: webFont;
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:500');
html {
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-family: webFont;
    /*font-family: 'Roboto', sans-serif;*/
}

body {
    background-color: #ffffff;
    color: #8996a0;
    font-size: 14px;
    margin-bottom: 0px;
    /*Disable user selection*/
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

h1,
h2,
h3,
p {
    font-weight: 500;
}

a:link {
    text-decoration: none;
    color: #8996a0;
}

a:visited {
    text-decoration: none;
    color: #8996a0;
}

a:hover {
    color: #2e3192;
}

#header {
    margin-top: 10px;
    margin-bottom: -32px;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

#header-logo {
    /*width: 290px;*/
    width: 194px;
    margin-bottom: 0.5em;
}

#nav {
    /*width: 308px;*/
    width: 205px;
    float: none;
    text-align: center;
    margin-top: 0px;
    text-align: left;
    float: right;
    height: auto;
    /*font-size: 2.0em;*/
    font-size: 1.33em;
    /*line-height: 3.5em;*/
    word-spacing: 1.1em;
}

#nav a.nav {
    margin-bottom: 0.5em;
}

#nav a:link {
    text-decoration: none;
    color: #8996a0;
}

#nav a:hover {
    color: #2e3192 !important;
}

#nav a:visited {
    color: #8996a0;
}

#sub-nav ul {
    list-style: none;
    line-height: 1em;
    word-spacing: normal;
    margin-left: -40px;
    margin-top: -15px;
    margin-bottom: 100px;
}

#sub-nav li {
    line-height: auto;
}

#sub-nav a.active {
    background-color: transparent;
    text-decoration: none;
    font-size: 1.55em;
    line-height: 0.9em;
    margin-top: 1px;
    margin-bottom: 1px;
}

#main-content {
    width: 1120px;
    height: auto;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

#main-content img {
    margin-left: 0px;
    margin-right: 0px;
}

#main-content p {
    font-size: 2em;
    line-height: 1em;
}

#main-content.office {
    padding-left: 20px;
    padding-top: 2px;
    margin-left: -10px;
}

.img-set-container p {
    font-size: 2.2em;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    line-height: 1.0em;
}

div.scroll::-webkit-scrollbar {
    width: 0.2em;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 2em;
    margin: -2em;
}

div.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div.scroll::-webkit-scrollbar-thumb {
    background-color: #8996a0;
    outline: 1px solid black;
}

h1.property-header.top {
    margin-top: 90px;
}

h1.property-header {
    text-align: left;
    font-size: 6em;
    margin-bottom: 13px;
    width: 100%;
    line-height: 0.8em;
    margin-top: 134px;
}

h1.property-header a:link {
    text-decoration: none;
    color: #8996a0;
}

h1.property-header a:visited {
    text-decoration: none;
    color: #8996a0;
}

h1.property-header a:hover {
    color: #2e3192;
}

.push {
    height: 69px;
}

h2.property-header {
    text-align: left;
    font-size: 5.5em;
    margin-top: 134px;
    margin-bottom: 13px;
    width: 100%;
    line-height: 0.8em;
}

h2.property-header.spaced {
    text-align: left;
    font-size: 5.5em;
    line-height: 0.88em;
}

h2.property-header a:link {
    text-decoration: none;
    color: #8996a0;
}

h2.property-header a:visited {
    text-decoration: none;
    color: #8996a0;
}

h2.property-header a:hover {
    color: #2e3192;
}

h3.property-header {
    font-size: 3.15em;
    margin-bottom: 13px;
    line-height: 0.8em;
}

h3.property-header.spaced {
    margin-top: 4.04em;
}

.side-nav a:link {
    text-decoration: none;
    margin-right: 25px;
    color: #8996a0;
}

.side-nav a:hover {
    color: #2e3192 !important;
}

.side-nav a:visited {
    color: #8996a0;
}

.side-nav a.active {
    color: #2e3192;
    border-bottom: 1px solid #2e3192;
}

.side-nav li {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: 150px;
    margin-right: 0px;
}

#right-pane.scroll {
    overflow-y: scroll;
}

#left-pane.scroll {
    overflow-y: scroll;
}

#right-pane {
    width: 30%;
    height: 75%;
    float: right;
    text-align: center;
}

#right-pane img {
    margin-bottom: 15px;
}

#scroll-top {
    background-color: red;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

#scroll-top-button {
    display: none;
    float: right;
    z-index: 99999;
    cursor: pointer;
    position: absolute;
    bottom: 100px;
    right: 0px;
    z-index: 99;
}

#footer {
    margin-top: 134px;
    margin-bottom: 20px;
    height: auto;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    min-width: 255px;
}

#footer-mobile {
    visibility: hidden;
    height: 0px;
    display: none;
}

.footer-links {
    display: inline-block;
    font-size: 1.3em;
    line-height: 1.35em;
    margin-top: -2px;
    margin-right: 10px;
}

.footer-links a:link {
    text-decoration: none;
    color: #8996a0;
}

.footer-links a:visited {
    text-decoration: none;
    color: #8996a0;
}

.footer-links a:hover {
    color: #2e3192;
}

#footer .social-link {
    float: right;
    text-align: right;
    font-size: 3.7em;
    line-height: 0.8em;
}

#footer div.address {
    float: left;
    margin-right: 90px;
    font-size: 1.6em;
    line-height: 1.0em;
}

#footer div.contact {
    float: left;
    margin-right: 35px;
    font-size: 1.6em;
    line-height: 1.0em;
}

#footer div.contact a:link {
    text-decoration: none;
    color: #8996a0;
}

#footer div.contact a:visited {
    color: #8996a0;
}

#footer div.contact a:hover {
    color: #2e3192;
}

#footer .copyright {
    float: right;
    margin-top: -22px;
    margin-right: 5px;
    margin-bottom: 0px;
}

a.social-link {
    color: #8996a0;
    text-decoration: none;
}

a.social-link:visited {
    color: #8996a0;
}

a.social-link:hover {
    color: #2e3192;
}

.property-detail {
    height: 150px;
}

ul#office {
    list-style: none;
}

ul#office li.active {
    list-style: square url("sqpurple.gif");
    color: #2e3192;
}

ul#office li.active a {
    color: #2e3192;
}

h2.active {
    color: #2e3192;
}

.tagline h2 {
    clear: both;
    max-width: 650px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}


/*
ul.img-set-selector li {
    display:inline;
}

.img-set-selector   {
    list-style: none;
    display:inline;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.img-set-selector li.active   {
    color: red;
    
}
*/

* {
    box-sizing: border-box
}

body {
    /*font-family: Verdana, sans-serif; */
    margin: 0
}

.img-set-1,
.img-set-2 {
    display: none
}

.img-set-2 img,
.img-set-2 img {
    vertical-align: middle;
}


/* Slideshow container */

.img-set-container {
    display: inline-block;
    position: relative;
    margin-top: 0px;
    width: auto;
}

.img-set-container.portrait {
    width: auto;
}

.img-set-container.top {
    width: auto;
}

.img-set-container.small {
    margin-left: 16px;
    margin-top: 34px;
    display: inline-block;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.img-set-1 img,
.img-set-2 img {
    width: 70%;
}

.property-brief-1,
.property-brief-2,
.property-brief-3,
.property-brief-4,
.property-brief-5,
.property-brief-6,
.property-brief-7,
.property-brief-8,
property-slideshow-1 {
    margin-right: 0px;
}


/*.property-brief-1 img, .property-brief-2 img, .property-brief-3 img, .property-brief-4 img, .property-brief-5 img, .property-brief-6 img, .property-brief-7 img, .property-brief-8 img    {
    width: 100%;
}*/


/* The dots/bullets/indicators */

.img-set-1-selector,
.img-set-2-selector,
.property-brief-1-selector,
.property-brief-2-selector,
.property-brief-3-selector,
.property-brief-4-selector,
.property-brief-5-selector,
.property-brief-6-selector,
.property-brief-7-selector,
.property-brief-8-selector,
.property-slideshow-1-selector,
.property-slideshow-2-selector,
.office-slide-1-selector {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #8996a0;
    border-radius: 50%;
    display: inline-block;
    /*transition: background-color 0.6s ease;*/
}

.active,
.img-set-selector:hover {
    background-color: #2e3192;
}


/* Fading animation */


/*.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

*/


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}


/******
Formatting below for screen sizes 1150 and smaller *******/

@media (max-width: 1150px) {
    #main-content {
        width: 98%;
    }
    #header {
        width: 98%;
    }
    #sub-nav a.active {
        line-height: 2.5vw;
    }
    #sub-nav ul {
        margin-bottom: 6vw;
        margin-top: 0px;
    }
    #header-logo {
        /*width: 21vw;*/
        width: 100%;
    }
    h1.property-header {
        font-size: 6.3vw;
        float: right;
        margin-top: 10vw;
    }
    h1.property-header.top {
        margin-top: 5vw;
    }
    h2.property-header {
        font-size: 6.6vw;
        float: right;
        margin-top: 10vw;
    }
    h2.property-header a {
        vertical-align: text-bottom;
    }
    h3.property-header {
        font-size: 2.85vw;
        margin-top: 10vw;
    }
    h3.property-header.spaced {
        margin-top: 23vw;
    }
    h2.property-header.spaced {
        font-size: 6.5vw;
        line-height: 5.1vw;
        margin-top: 8.7vw;
    }
    .img-set-container.small {
        width: 20.5%;
        margin-left: 1%;
        margin-top: 0px;
    }
    #main-content p {
        font-size: 2.2vw;
    }
    .img-set-container {
        width: 57%;
    }
    .img-set-container.portrait {
        width: 42%;
    }
    .img-set-container.top {
        width: 75%;
    }
    .img-set-container img {
        width: 99%;
    }
    .push {
        height: 79px;
    }
    #nav {
        /*width: 25%;*/
        width: 18%;
        font-size: 1.75vw;
        /*word-spacing: 3.75vw;*/
        word-spacing: 1vw;
        margin-right: 0px;
        margin-left: auto;
    }
    
    #scroll-top {
        width: 98%;
    }
    #footer {
        width: 98%;
    }
    #footer .social-link {
        font-size: 4.2vw;
    }
    .footer-links {
        font-size: 1.6vw;
    }
    #footer div.address {
        font-size: 1.6vw;
        margin-right: 10vw;
    }
    #footer div.contact {
        font-size: 1.6vw;
        margin-right: 3vw;
    }
    #footer .copyright {
        font-size: 1.15vw;
        margin-right: 0px;
        margin-top: -1.8vw;
    }
    /* The dots/bullets/indicators */
    .img-set-1-selector,
    .img-set-2-selector,
    .property-brief-1-selector,
    .property-brief-2-selector,
    .property-brief-3-selector,
    .property-brief-4-selector,
    .property-brief-5-selector,
    .property-brief-6-selector,
    .property-brief-7-selector,
    .property-brief-8-selector,
    .property-slideshow-1-selector,
    .property-slideshow-2-selector,
    .office-slide-1-selector {
        cursor: pointer;
        height: 10px;
        width: 10px;
        margin: 0 0.1vw;
    }
}


/******
Formatting below for screen sizes 610 and smaller *******/

@media (max-width: 610px) {
    #sub-nav a.active {
        line-height: 100%;
    }
}


/******
Formatting below for screen sizes 350 and smaller *******/

@media (max-width: 350px) {
    #main-content {
        width: 100%;
    }
    .project-set {
        margin-right: 0.8%!important;
        width: 22%!important;
    }
    .project-set.wide {
        margin-right: 0.8%;
        width: 48%!important;
    }
}