
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

h1 {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4c4c4c;
}

header {
    padding: 20px 10% 0 10%;
}

h1 {
    background: url('img/logo-grey.png') no-repeat;
    background-size: 100%;
    margin: 0 auto;
    padding: 0;
    text-indent: -99999px;
    outline: none;
    width: 100%;
    max-width: 400px;
}

h1 a {

}

#content {
    position: relative;
    float: left;
}

.inverse h1 {
    background: url('img/logo-grey.png') no-repeat;
    background-size: 100%;
}

#menu-button {
    margin: 20px auto;
    display: block;
    background: url("img/menu-grey.png") no-repeat;
    width: 30px;
    height: 23px;
    text-indent: -99999px;
    outline: none;
    border: none;
    z-index: 2;
}

.inverse #menu-button {
    background: url("img/menu-grey.png") no-repeat;
}

#menu {
    display: none;
    width: 100%;
    z-index: 3;
    background: #fff;
    float: left;
}

#menu-title {
    display: none;
}

#menu-close {
    display: none;
}

.menu-wrapper {
    width: 100%;
}

.menu-left, .menu-right {
    width: 100%;
    float: left;
}

.menu-right {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.menu-left {
    display: none;
}

.menu-left img {
    display: none;
}

#menu ul {
    list-style: none;
    padding: 0;
}

#menu ul li {
    margin: 20px 0;
}

#menu ul a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 34px;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    color: #4c4c4c;
    text-align: center;
    width: 100%;
    display: block;
}

#menu ul a:hover {
    color: #3a8c4d;
}

/* HOME */

#home-welcome {
    color: #4c4c4c;
    text-align: center;
    font-size: 18px;
    margin: 40px auto;
}

#home-welcome h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    font-weight: 700;
    padding: 0 7%;
}

#home-welcome a {
    color: #4c4c4c;
    text-decoration: none;
    border: 1px solid #4c4c4c;
    padding: 2px 5px 3px 5px;
}

#home-photos {
   list-style: none;
    padding: 0;
    margin: 0;
}

#home-photos li {
    margin: 10px 0;
    float: left;
}

#home-photos img {
    width: 100%;
    padding: 0 5%;
}

.slider-nav {
    display: none;
}

.about-wrapper {
    width: 100%;
}

.about-left, .about-right {
    padding: 0 5%;
    width: 100%;
    float: left;
}

.about-wrapper h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    letter-spacing: 1px;
}

.about-wrapper h3 {
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 5px 0;
    letter-spacing: 1px;
}

.about-wrapper p {
    font-weight: 300;
    line-height: 150%;
}

.about-wrapper p strong {
    font-weight: 400;
}

hr {
    margin: 5px 0;
    border: none;
    border-top: 1px solid #cdcdcd;
    height: 1px;
}

.header-page .header {
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.header-page .header img {
    width: 100%;
    margin: 30px 0 0 0;
}

.header-page .header-content {
    color: #4c4c4c;
}

.header-page .header h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0;
}

.header-page .header h3 {
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
}

/* Projects */

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    float: left;
}

.description {
    display: block;
    color: #4c4c4c;
    text-align: center;
}

.description h4 {
    font-weight: 400;
    text-transform: uppercase;
}

.description strong {
    font-weight: 300;
}

.description .description-content {

}

.project {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.project img {
    width: 100%;
    padding: 0 20%;
}

.project:hover .description {
    display: block;
}

#project-back {
    width: 100%;
    text-align: center;
    z-index: 3;
    color: #4c4c4c;
    display: block;
}

.project-detail {
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
}

.project-item {
    padding-bottom: 30px;
    text-align: center;
}

.project-item img {
    width: 100%;
}

.project-item h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}

.project-item h4 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.project-item p {
    font-size: 14px;
    font-weight: 300;
}

/* News */

.newsitem {
    margin-bottom: 30px;
}

.newsitem h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsitem img {
    width: 100%;
}

.newsitem a {
    color: #4c4c4c;
    font-weight: 700;
    font-size: 14px;
    background: url('img/arrow.png') center right no-repeat;
    padding: 0 20px 0 0;
}

.load-wrapper {
    padding: 30px 0;
    text-align: center;
}

.load-wrapper a {
    color: #4c4c4c;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid #4c4c4c;
    padding: 2px 5px 3px 5px;
}

.news-detail {
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}

.news-detail-item {
    margin-bottom: 30px;
}

.news-detail img {
    width: 100%;
}

.news-detail-text h3 {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}

.news-detail-text p, .news-detail-text ul, .news-detail-text ol {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}

.fancybox-bg {
    background: #fff;
}


/* Contact */

.contact-page .header {
    color: #4c4c4c;
    text-align: center;
}

.contact-page .header h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
}

.contact-page .header h3 {
    font-size: 21px;
    font-weight: 400;
}

.contact-page .content {
    text-align: center;
    color: #4c4c4c;
    background: url('img/signature-grey.png') no-repeat center top;
    background-size: 300px;
    padding: 75px 0 0 0;
    float: left;
    width: 100%;
}

.contact-page .content p {
    font-weight: 300;
    font-size: 22px;
}

.contact-page .content p strong {
    font-weight: 400;
}

.contact-page .content a {
    text-decoration: none;
    color: #4c4c4c;
}

.contact-page .content a:hover {
    text-decoration: underline;
}

footer {
    color: #4c4c4c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 11px;
    padding: 50px 0;
    width: 100%;
    text-align: center;
    float: left;
}

.inverse footer, .footer-inverse footer {
    color: #666666;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    h1 {
        background: url('img/logo.png') no-repeat;
        display: block;
        height: 40px;
        width: 400px;
        text-indent: -99999px;
        outline: none;
        position: absolute;
        top: 50px;
        left: 50px;
        z-index: 1;
        margin: 0;
    }

    h1 a {
        display: block;
        height: 40px;
        width: 400px;
    }

    header {
        padding: 0;
    }

    #content {
        position: relative;
    }

    #menu-button {
        background: url("img/menu.png") no-repeat;
        position: absolute;
        top: 50px;
        right: 50px;
        margin: 0;
    }

    #home-welcome {
        position: absolute;
        top: 85%;
        left: 50%;
        color: #fff;
        transform: translate(-50%, -85%);
        text-align: center;
        font-size: 18px;
        margin: 0;
    }

    #home-welcome a {
        color: #fff;
        border: 1px solid #fff;
    }

    #home-photos {
        display: none;
    }

    footer {
        color: #fff;
        position: fixed;
        left: 50px;
        bottom: 50px;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .menu-left, .menu-right {
        width: 50%;
        float: left;
    }

    .menu-right {
        border: none;
    }

    .menu-left {
        display: block;
    }

    .menu-left img {
        display: block;
        width: 400px;
        float: right;
        margin: -20px 20px 0 0;
    }

    .menu-wrapper {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #menu {
        display: none;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
        background: #fff;
        overflow-x: hidden;
    }

    #menu ul a {
        width: auto;
        text-align: left;
        padding: 0 0 0 20px;
    }

    #menu-close {
        display: block;
        background: url("img/close.png") no-repeat;
        width: 30px;
        height: 30px;
        text-indent: -99999px;
        outline: none;
        position: absolute;
        top: 50px;
        right: 50px;
    }

    #menu-title {
        background: url('img/logo-grey.png') no-repeat;
        display: block;
        height: 40px;
        width: 400px;
        text-indent: -99999px;
        outline: none;
        position: absolute;
        top: 50px;
        left: 50px;
        z-index: 1;
        margin: 0;
    }

    .slider-nav {
        display: block;
        list-style: none;
        position: absolute;
        bottom: 50px;
        right: 50px;
    }

    .slider-nav li {
        float: left;
        margin: 10px 10px;
    }

    .slider-nav li a {
        display: block;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 4px;
        text-indent: -99999px;
        outline: none;
    }

    .slider-nav li.first, .slider-nav li.last {
        margin: 2px 10px 10px 10px;
    }

    .slider-nav li.first a, .slider-nav li.last a {
        width: 13px;
        height: 25px;
    }

    .slider-nav li.first a {
        background: url('img/left.png');
    }

    .slider-nav li.last a {
        background: url('img/right.png');
    }

    .about-wrapper {
        width: 900px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url('img/signature-grey.png') no-repeat right bottom;
        background-size: 300px;
    }

    .about-left, .about-right {
        padding: 0 5%;
        width: 50%;
        float: left;
    }

    .container {
        padding: 50px 0 0 0;
        width: 800px;
        float: none;
    }

    .header-page .header {
        padding: 30px;
    }

    .header-page .header-content {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        transform: translate(-50%, -50%);
    }

    .header-page .header img {
        margin: 0;
    }

    .project img {
        padding: 0;
    }

    .description {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('img/wall.png');
        color: #fff;
        text-align: center;
    }

    .description .description-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .project:hover .description {
        display: block;
    }

    .contact-page .content {
        text-align: center;
        color: #fff;
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -85%);
        background: url('img/signature.png') no-repeat center top;
        background-size: 300px;
    }

	.contact-page .content a {
    		text-decoration: none;
    		color: #fff;
	}

    .contact-page .header {
        position: absolute;
        top: 20%;
        left: 50%;
        color: #fff;
        transform: translate(-50%, -20%);
        text-align: center;
    }

    .projects.container {
        padding: 50px 0 80px 0;
    }

    #project-back {
        display: block;
        background: url("img/overview.png") no-repeat;
        width: 30px;
        height: 30px;
        text-indent: -99999px;
        outline: none;
        position: absolute;
        top: 47px;
        right: 100px;
        z-index: 3;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {



}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}