/*
Theme Name: Danhouse
Version: 1.0

1. IMPORT
2. GLOBAL STYLES
3. SECTION STYLES
4. RESPONSIVE STYLES

*/


/* 1. IMPORT */


@font-face {
    font-family: 'Francois One';
    src: url('fonts/francoisone-webfont.eot');
    src: url('fonts/francoisone-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/francoisone-webfont.woff2') format('woff2'),
         url('fonts/francoisone-webfont.woff') format('woff'),
         url('fonts/francoisone-webfont.ttf') format('truetype'),
         url('fonts/francoisone-webfont.svg#francois_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-italic-webfont.eot');
    src: url('fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-italic-webfont.woff2') format('woff2'),
         url('fonts/lato-italic-webfont.woff') format('woff'),
         url('fonts/lato-italic-webfont.ttf') format('truetype'),
         url('fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/* 2. GLOBAL STYLES */


html,
body { 
    height: 100%;
}
body {
    display: table;
    width: 100%;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#content-wrapper {
    display: table-row;
    height: 100%; 
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Francois One", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5;
}
h1 {
    font-size: 38px;
    margin: 30px 0;
}
h2 {
    font-size: 18px;
    margin: 40px 0;
}
h3 {
    font-size: 16px;
    margin: 30px 0;
}
h4 {
    font-size: 14px;
    margin: 25px 0;
}
h5 {
    font-size: 14px;
    text-transform: none;
    margin: 25px 0;
}
p {
    margin: 0 0 20px 0;
}
p.last {
    margin-bottom: 0;
}
a {
    color: #444;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    text-decoration: underline;
}
a:hover {
    color: #ff6d00;
}
a:active,
a:focus,
a:visited {
    color: inherit;
    text-decoration: none;
}
section .block {
    padding-top: 70px;
    padding-bottom: 70px;
}
div.table {
    margin-bottom: 0;
}
.bg-light-gray {
    background-color: #f1f1f1;
}
.bg-orange {
    background-color: #f26922;
    color: #fff;
}
section h1:first-child,
section h2:first-child,
section h3:first-child,
section h4:first-child,
section h5:first-child,
section p:first-child {
    margin-top: 0;
}
.subpage-header h1 {
    margin: 0 0 50px 0;
}
.subpage-header p.link-chevron {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    margin: 0;
    text-align: center;
}
.btn {
    margin-top: 15px;
    height: 44px;
    line-height: 44px;
    padding: 0 40px;
    font-family: 'Francois One', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 0;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.btn:hover,
.btn:focus,
.btn:active:focus {
    outline: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    background: transparent;
    color: #fff;
    border: solid 2px #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus, 
.btn-default:active {
    background: #fff;
    color: #fd6d1f;
    border: solid 2px #fff;
}
.btn-default.btn-dark {
    background: transparent;
    color: #444;
    border: solid 2px #444;
}
.btn-default.btn-dark:hover,
.btn-default.btn-dark:focus,
.btn-default.btn-dark:active:focus, 
.btn-default.btn-dark:active{
    background: #ff6d00;
    color: #fff;
    border: solid 2px #ff6d00;
}
a.phone-number {
    color: inherit;
    text-decoration: none;
}


/* 3. SECTION STYLES */


.navbar {
    min-height: 115px;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.navbar.shrink {
    min-height: 60px;
}
.navbar-brand {
    width: 219px;
    height: 50px;
    margin: 36px 0 30px 0;
    padding: 0;
}
.shrink .navbar-brand {
    width: 131px;
    height: 30px;
    margin: 17px 0 13px 0;
}
.navbar>.container .navbar-brand {
    margin-left: 0;
}
.navbar-brand img {
    display: block;
    width: 219px;
    height: 50px;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.shrink .navbar-brand img {
    width: 131px;
    height: 30px;
}
.navbar-default .navbar-nav,
.navbar-default .lang-switcher {
    margin: 0;
    padding-top: 29px;
    padding-bottom: 29px;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.navbar-default.shrink .navbar-nav,
.navbar-default.shrink .lang-switcher {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-default .lang-switcher {
    float: right;
    padding-left: 15px;
}
.navbar-default .navbar-nav>li {
    padding: 0 2px;
}
.navbar-default .lang-switcher>li {
    padding: 0;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .lang-switcher>li>a {
    display: inline-block;
    font-family: 'Francois One', sans-serif;
    font-size: 18px;
    line-height: 37px;
    padding: 10px;
    text-transform: uppercase;
    color: #8b8b8b;
    text-decoration: none;
}
.navbar-default.shrink .navbar-nav>li>a,
.navbar-default.shrink .lang-switcher>li>a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}
.navbar-default .lang-switcher>li>a {
    padding: 10px 0;
}
.navbar-default.shrink .lang-switcher>li>a {
    padding: 10px 0;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .lang-switcher>li.current-lang>a,
.navbar-default .lang-switcher>li>a:hover {
    color: #ff6d00;
    background-color: transparent;
}
.navbar-default .lang-switcher>li:after {
    display: inline-block;
    font-family: 'Francois One', sans-serif;
    font-size: 18px;
    line-height: 37px;
    padding: 0 4px;
    text-transform: uppercase;
    color: #d7d7d7;
    content:  "/";
}
.navbar-default.shrink .lang-switcher>li:after {
    font-size: 14px;
    line-height: 20px;
}
.navbar-default .lang-switcher>li:last-child:after {
    display: none;
    content:  "";
}
.navbar-toggle {
    background-color: #b1b1b1;
    border: none;
    border-radius: 0;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: #ff6d00;
}
.navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.jumbotron {
    position: relative;
    margin-top: 115px;
    margin-bottom: 0;
    min-height: 340px;
    padding: 140px 0;
    color: #fff;
    background: #75868f url('images/top-bg.jpg') no-repeat center top;
    background-size: cover;
}
#content-wrapper .jumbotron h1 {
    font-size: 24px;
    margin: 0 0 40px 0;
    line-height: 1.5;
}
.jumbotron p {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: normal;
}
.jumbotron p.last {
    margin-bottom: 0;
}
.jumbotron p.link-chevron {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 90px;
    margin: 0;
    text-align: center;
}
.jumbotron p.link-chevron a {
    display: inline-block;
    width: 50px;
    height: 36px;
    background: url('images/chevron-down.png') no-repeat center 0;
    background-size: 50px 26px;
}
.jumbotron p.link-chevron a:hover {
    text-decoration: none;
    background-position: center 10px;
}
.project-list {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.project-list li {
    display: inline-block;
    padding: 0;
    width: 21%;
    min-width: 60px;
    margin: 20px 14px;
    min-height: 140px;
    font-family: 'Francois One', sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
}
.project-list li span.icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 25px auto;
}
.project-list li span.icon {
    background: url('images/project-list-bg.png') no-repeat center 0;
    background-size: 240px 60px;
}
.project-list li.location span.icon {
    background-position: 0 0;
}
.project-list li.function span.icon {
    background-position: -60px 0;
}
.project-list li.area span.icon {
    background-position: -120px 0;
}
.project-list li.space span.icon {
    background-position: -180px 0;
}
.project-list li span.text {
    margin-top: 15px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
}
section#project-carousel .block {
    padding-top: 0;
    padding-bottom: 0;
}
.carousel-control {
    width: 10%;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control .glyphicon {
    display: none;
}
.carousel-control.left {
    background: url('images/carousel-chevron-left.png') no-repeat center center;
    background-size: 24px 44px;
    filter: none;
}
.carousel-control.right {
    background: url('images/carousel-chevron-right.png') no-repeat center center;
    background-size: 24px 44px;
    filter: none;
}
#project-carousel .carousel-control.left {
    background: url('images/carousel-chevron-left-dark.png') no-repeat center center;
    background-size: 24px 44px;
}
#project-carousel .carousel-control.right {
    background: url('images/carousel-chevron-right-dark.png') no-repeat center center;
    background-size: 24px 44px;
}
#project-carousel .carousel-control {
    width: 8%;
}
#project-carousel .carousel-indicators {
    bottom: -75px;
}
#project-carousel .carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background-color: transparent;
    border: 1px solid #555;
    border-radius: 12px;
}
#project-carousel .carousel-indicators li.active span {
    position: absolute;
    top: 1px;
    right: 1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #555;
    border-radius: 8px;
}
section#project-place .block {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
}
#project-place-details {
    position: relative;
    margin-bottom: 1px;
}
section#project-place-details .block {
    padding-top: 90px;
    padding-bottom: 80px;
}
#project-place-details:after {
    content: ' ';
    height: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 0;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f1f1f1;
    z-index: 99;
}
section#project-contact .block {
    padding-top: 90px;
    padding-bottom: 90px;
}
#google-map {
    height: 410px;
    width: 100%;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
.list-logos {
    margin-top: 60px;
    margin-bottom: 60px;
}
.list-logos:last-child {
    margin-bottom: 0;
}
.list-logos.list-inline>li {
    padding: 0 40px 40px 40px;
}
.list-logos img {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    filter: alpha(opacity=50);
    opacity: .5;
}
img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    filter: alpha(opacity=100);
    opacity: 1;
}
footer {
    display: table-row;
    background-color: #f1f1f1;
    color: #bbb;
}
footer > .container {
    padding-top: 55px;
    padding-bottom: 55px;
}
footer p,
footer a {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    color: #bbb;
    text-decoration: none;
}
footer a:hover {
    color: #888;
    text-decoration: underline;
}
footer .footer-address p:first-child {
    padding-top: 40px;
    background: url('images/logo-navbar.png') no-repeat 0 6px;
    background-size: 110px 25px;
}
footer .footer-legal p {
    font-size: 12px;
}
footer .footer-woumedia {
    padding-top: 30px;
}


/* 4. RESPONSIVE STYLES */


@media (max-width: 991px) {
    .col-md-5 + .col-md-5.col-normal {
        padding-top: inherit;
    }
    .navbar {
        min-height: 60px;
    }
    .navbar-brand {
        width: 131px;
        height: 30px;
        margin: 17px 0 13px 0;
    }
    .navbar-brand img {
        width: 131px;
        height: 30px;
    }
    .navbar-default .navbar-nav,
    .navbar-default .lang-switcher {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .lang-switcher>li>a,
    .navbar-default.shrink .navbar-nav>li>a,
    .navbar-default.shrink .lang-switcher>li>a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 8px;
    }
    .navbar-default .lang-switcher>li>a,
    .navbar-default.shrink .lang-switcher>li>a{
        padding: 10px 5px;
    }
    .navbar-default .lang-switcher>li:after {
        font-size: 14px;
        line-height: 20px;
    }
    .jumbotron {
        margin-top: 60px;
        padding: 100px 0;
    }
    .jumbotron p.link-chevron {
        bottom: 60px;
    }
    .project-list li {
        width: 20%;
        min-height: 125px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    section .block {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .col-md-6 + .col-md-6,
    .col-md-5 + .col-md-5,
    .col-md-5 + .col-md-5.col-normal {
        padding-top: 40px;
    }
    .navbar>.container .navbar-brand {
        margin-left: 15px;
    }
    .navbar-default .navbar-collapse, 
    .navbar-default .navbar-form {
        border-color: #f1f1f1;
        border-bottom: solid 2px #f1f1f1;
    }
    .navbar-toggle {
        margin-top: 12px;
    }
    .navbar-default .navbar-nav>li,
    .navbar-default .lang-switcher>li{
        padding: 0;
        display: block;
    }
    .navbar-default .navbar-nav>li>a, 
    .navbar-default .lang-switcher>li>a, 
    .navbar-default.shrink .navbar-nav>li>a, 
    .navbar-default.shrink .lang-switcher>li>a {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0;
        display: block;
    }
    .navbar-default .lang-switcher {
        padding: 10px 0;
        border-top: solid 3px #f1f1f1;
        float: none;
    }
    .navbar-default .lang-switcher>li:after {
        display: none;
    }
    .jumbotron {
        min-height: 250px;
        padding: 70px 0;
    }
    .jumbotron p.link-chevron {
        bottom: 15px;
    }
    section#project-info .block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .project-list li {
        width: 42%;
        margin: 25px 10px;
    }
    #project-carousel .carousel-indicators {
        bottom: -40px;
    }
    section#project-carousel .block {
        padding-bottom: 20px;
    }
    section#project-place .block {
        margin-top: 10px;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    #project-place-details ul {
        margin-bottom: 0;
    }
    #project-place-details .col-md-5 + .col-md-5 {
        padding-top: 0;
    }
    section#project-place-details .block,
    section#project-contact .block {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #project-contact p {
        text-align: center;
    }
    footer {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    footer .footer-address,
    footer .footer-legal,
    footer .footer-woumedia {
        text-align: center;
    }
    footer .footer-address {
        padding-bottom: 30px;
    }
    footer .footer-address p:first-child {
        background-position: center 6px;
    }
    footer .col-md-6 + .col-md-6 {
        padding-top: 0;
    }
}
@media (max-width: 479px) {
    a.phone-number {
        text-decoration: underline;
    }
    .jumbotron p {
        font-size: 16px;
    }
    .project-list li {
        width: 100%;
        min-height: 0;
        margin: 25px 0;
        text-align: left;
    }
    .project-list li span.icon {
        float: left;
        margin: 0 20px;
    }
    .project-list li span.copy {
        display: block;
        margin-left: 100px;
    }
    .project-list li span.text {
        margin-top: 10px;
        display: inline;
    }
    .list-logos.list-inline>li {
        display: block;
        text-align: center;
        padding: 0 0 40px 0;
    }
}