@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
/*@font-face {*/
/*font-family: "HNL";*/
/*src: url(http://montagarchitects.com/css/HelveticaNeueLight.ttf) format("truetype");*/
/*}*/

html, body, div, span, applet, object, iframe, 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;
}

body {
    background: #fff;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

header {
    margin: 0 auto 0 auto;
    background: #fff;
    /*    border-top: 1px solid #eb1f27;*/
    /*
        box-shadow: 0px 0px 72px -20px rgba(0,0,0,0.250);
        -moz-box-shadow: 0px 0px 72px -20px rgba(0,0,0,0.250);
        -o-box-shadow: 0px 0px 72px -20px rgba(0,0,0,0.250);
        -webkit-box-shadow: 0px 0px 72px -20px rgba(0,0,0,0.250);
    */
}

nav {
    margin: 25px auto 25px auto;
    display: block;
    font-weight: 300;
    background: #fff;
    min-width: 900px;
    position: relative;
}

nav ul {
    list-style: none;
    margin: 0;
    font-size: 0;
    background: #fff;
    /* border-bottom: 1px solid #d9d9d9; */
}

nav ul li {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    background: #fff;
    cursor: hand;
}

.logo {
    padding-left: 0 !important;
    background: #fff !important;
}

.logo:hover {
    padding-left: 0 !important;
    background: #fff !important;
}

nav ul li ul {
    padding: 0;
    position: absolute;
    top: 100%;
    display: none;
    background: #fff;
}

nav ul li ul li {
    display: block;
    background: #fff;
}

nav ul li ul li a {
    display: block;
}

nav ul li:hover ul {
    display: block;
    position: absolute;
}

nav li img {
    padding: 0 25px 0 0;
    image-rendering: -webkit-optimize-contrast;
}

nav ul li a:link, nav ul li a:active, nav ul li a:visited {
    color: #666;
    display: inline-block;
    text-decoration: none;
    padding: .5em 1em;
    cursor: hand;
}

nav ul li a:hover {
    color: #1a1a1a;
    cursor: hand;
}

/* active page
#home .home, #firm .firm, #portfolio .portfolio, #contact .contact {
    border-left: 1px solid #d9d9d9;
} */

div.nav_wrap {
    padding: 0 45px;
}

div.wrap {
    padding: 45px;
}

div.port_wrap {
    padding: 25px 0 0 0;
}

div.container {
    margin: 0 auto 0 auto;
    width: 930px;

    line-height: 1.5em;
    font-weight: 300;
}

div.square {
    position: relative;
    background: #eb1f27;
    width: 100px;
    height: 100px;
    left: 0px;
    top: 200px;
}

div.column {
    width: 270px;
    display: inline-block;
    margin-right: 35px;
    vertical-align: top;
    text-align: justify;
}

div.column:last-of-type {
    margin: 0 0 0 0;
    width: 273px;
}

.gray_column {
    width: 410px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    padding: 1em;
    background: #f5f5f5;
    text-align: justify;
}

.half_column {
    width: 450px;
    display: inline-block;
    vertical-align: top;
}

.wide_column {
    width: 540px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    background: #f5f5f5;
    padding: 1em;
}

.contact_column {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    background: #f5f5f5;
    padding: 1em;
}

ol li {
    list-style-position: inside;
    font-weight: bold;
}

ol ol li {
    margin-left: 4em;
    list-style-type: upper-alpha;
    font-weight: 300;
}

ul {
    padding-left: 20px;
}

dt {
    font-weight: bold;
}

dd {
    padding: 0 0 .5em 0;
}

.blog_column {
    width: 575px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.large_column {
    width: 440px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.thumbnail {
    display: inline-block;
    width: 300px;
    margin: 0 0 .5em 0;
}

.thumb_img {
    width: 280px;
    border: 1px solid #d9d9d9;
}

.approach_img {
    width: 450px;
    border: 1px solid #d9d9d9;
}

.project {
}

.project_main {
    width: 930px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.project_description {
    font-size: 1.25em;
    width: 300px;
}

.project_thumbnail {
    display: inline-block;
    width: 460px;
    margin: 0;
    vertical-align: top;
}

.project_thumbnail_img {
    width: 440px;
    border: 1px solid #d9d9d9;
}

.project_thumbnail p {

}

.details {
    margin: 0;
}

.portrait {
    width: 225px;
    border: 1px solid #d9d9d9;
    display: block;
}

.gallery {
    font-weight: 300;
    background: #fff;
    color: #333;
}

.gallery p {
    line-height: 1em;
}

.gallery h3 {
    font-size: 1.25em;
    margin: 6px 0;
}

h1 {
    font-weight: 300;
    color: black;
    margin-bottom: 1.5em;
}

h2 {
    font-weight: 300;
    font-size: 1.5em;
    margin-top: 0;
}

h3 {
    font-weight: 300;
    font-size: 1.25em;
    margin: 1em 0;
}

.tel {
    color: #999;
    text-decoration: none;
}

.tel:hover {
    color: #333;
}

h4, h5, h6 {
    font-weight: 300;
    font-size: 1em;
}

h6 {
    padding-right: 5px;
}

h1.nav {
    display: inline-block;
    margin: 1em .5em 1em 0;
    font-size: 1em;
}

h6.nav {
    display: inline-block;
    margin: 1em .5em 1em .5em;
}

a.body {
    text-decoration: none;
    color: #999;
}

a.body:hover {
    color: #333;
}

a.path {
    text-decoration: none;
    color: #999;
}

a.path:hover {
    color: #333;
}

table {
    border-collapse: collapse;
}

td {
    padding-bottom: 2em;
}

.clients h2 {
    margin: 0 0 .5em 0;
}

.clients h3 {
    margin: 0;
}

p {
    margin-bottom: 1.2em;
}

p.index {
    width: 775px;
    text-align: justify;
}

#slideshow {
    height: 300px;
    background: url(../imgs/White%20Architecture.jpeg) no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    padding: 35px 45px 35px 45px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

footer {
    color: #aaa !important;
    font-weight: 300;
}

footer p {
    padding: .5em 0 1em 0;
}

body hr {
    color: #d9d9d9;
    background: #d9d9d9;
    height: 1px;
    border: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 0;
    width: 600px;
}

footer hr {
    color: #d9d9d9;
    background: #d9d9d9;
    height: 1px;
    border: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 400px;
}

.info {
}

.quotes {
    vertical-align: top;
    max-width: 930px;
    line-height: 1.6em;
}

q {
    font-style: italic;
    color: #333;
    display: inline;
}

blockquote {
    font-family: Palatino, "Times New Roman", Times, serif;
    letter-spacing: 0.5px;
    font-style: italic;
    margin-bottom: 10px;
    max-width: 575px;
}

blockquote:before, blockquote:after {
    font-family: Georgia, serif;
    font-style: normal;
    font-size: 22px;
    position: absolute;
    margin-top: 1px;
    opacity: 0.5;
}

blockquote:before {
    content: " “";
    margin-left: -14px;
}

blockquote:after {
    content: " ”";
    margin-left: 2px;
}

.author:before {
    content: '— ';
    color: #333;
}

.author {
    color: #333;
}

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

address {
    padding-top: 2em;
}
