@charset "utf-8";


img,
object,
embed,
video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
    width: 100%;
}


/* Fluid Styles */

.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* Mobile Layout: 480px and below. */

.centreer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    clear: none;
    float: none;
    max-width: 962px;
    position: relative;
}

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 86.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
    clear: none;
    float: none;
}

header .DAFdf_logo {
    width: 50%;
    margin-left: -10px;

}

footer .DAFdf_logo {
    width: 200px;

}

/* Navigation Bar styles */

nav ul li {
    display: inline-block;
}

nav ul li a {
    float: left;
}

nav.metanav {
    float: right;
    height: 40px;
    margin: -35px 2% 0px 0px;
}

nav.metanav ul li {
    padding: 8px 0px 8px 12px;
}

nav.metanav ul li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    padding: 1px;
}

nav.metanav ul li a.current {
    color: rgba(100, 50, 25, 1.0)
}

nav.catnav {
    margin: 20px 0px 0px -20px;
    width: 100%;
}

nav.catnav li {
    width: 177px;
    margin-top: 8px;
}

nav.catnav li a {
    display: block;
    width:100%;
    padding: 1px 0px 0px 0px;
    text-decoration: none;
    line-height: 15px;
    height: 14px;
    color: rgba(100, 50, 25, 1.0);
    font-size: 14px;
}

nav.catnav li a:first-letter {
    font-weight: bold;
}

nav.catnav li a:hover,
nav.catnav li a.active {
    color: rgba(0, 160, 255, 1.0)
}


/* hamburger */

.mobile div.mobmenu {
    height: 0;
    overflow-y: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.mobile.expanded div.mobmenu {
    height: 400px;
    overflow-y: visible;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.mobile button {
    z-index: 232323;
    position: absolute;
    top: 8px;
    left: 10px;
    border: 0;
    text-indent: 200%;
    overflow: hidden;
    
    background-image: url(../images/design/hamburgerb.png);
    background-position: center;
    background-repeat: no-repeat;

    background-size: 90%;
    width: 25px;
    height: 25px;
    outline: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.mobile.expanded button {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border: 0;
}

.mobile li {
    width: 100%;
    margin: 0px;
    border: 0px solid red;
    float: none;
}

.mobile a {
    width: 95%;
    display: block;
    text-align: left;
    padding: 8px 0 5px 5%;
    color: rgba(100, 50, 25, 1.0);
    margin: 0px;
    border-top: 2px solid #fff;
    font-size: 110%;
    line-height: 110%;
    text-decoration: none;
}

.mobile a:hover,
.mobile a:active {
    color: rgba(0, 160, 255, 1.0);
}

/* Main heading styles*/

header {
    padding-right: 0px;
}


.banner .caption {
    width: 80%;
}

/* Text & Content areas styles */

.col2,
.col3 {
    width: 100%;
    margin-left: 0;
    clear: both;
}

.col2_3 {
    width: 100%;
    margin-left: 0;
    clear: both;
}

.col1_3 {
    width: 100%;
    margin-left: 0;
    clear: both;
}

.tiles {
    width: 83.0508%;
    margin-left: 8.4745%;
    clear: both;
    display: block;
    padding-bottom: 10px;
}

.tiles:hover {
    opacity: 0.6;
    cursor: pointer;
}

/* Project info elements */

.infofield {
    display: block;
    width: 96%;
    padding: 7px;
    background-color: rgba(100, 50, 25, 0.08);
    margin-bottom: 1px;
    font-size: 70%;
    text-transform: uppercase;
    color: #999
}

.info {
    display: block;
    width: 96%;
    padding: 7px 10px 10px 10px;
    margin-bottom: 1px;
}


/*MASONRY*/

#container {
    margin-bottom: 20px;
}

#container .item {
    width: 100%;
    margin: 10px 30px 20px 0;
    padding-bottom: 10px;
}

#container .item img {
    width: 100%;
    padding: 10px 0px 0px 0px;
}

#container .item.list_item img {

    padding: 0px 0px 0px 0px;
}

#container .item.list_item {
    background-color: rgba(252,252,252, 1.00);
    border: 1px solid rgba(100, 50, 25, 0.1);
    -webkit-box-shadow: 10px 10px 7px -6px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 10px 10px 7px -6px rgba(0, 0, 0, 0.11);
    box-shadow: 10px 10px 7px -6px rgba(0, 0, 0, 0.11);
}

#container .item.list_item:hover {
    -webkit-box-shadow: 10px 10px 7px -6px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 10px 10px 7px -6px rgba(0, 0, 0, 0.31);
    box-shadow: 10px 10px 7px -6px rgba(0, 0, 0, 0.31);
}

#container .item.list_item div.tkst,
#container .item.list_item h2,
#container .item.list_item h3 {
    width: 90%;
    margin: 10px 5% 10px 5%;
}

#container .item.list_item h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 100%;
    margin:0;
    padding: 14px 4% 8px 2%;
    border-left:10px solid rgba(100, 50, 25, 1.0);
}

#container .item.list_item .knop {
    text-align: right;
    margin-top: 10px;
}


/* Footer styles*/

.footer {}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    .gridContainer {
        width: 90.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
        clear: none;
        float: none;
        margin-left: auto;
    }
    /* Header */
    header .DAFdf_logo {
        margin-left: 0px;
    }
    header {
        padding-right: 40px;
    }
    /* Navigation styles*/
    nav.catnav {
        width: 100%;
    }
    nav.catnav li {
        width: 182px;
        margin-top: 8px;
    }
    /*.col2, .col3 {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
}*/
    .banner .caption {
        width: 60%;
    }

    .tiles {
        clear: none;
        width: 49.1525%;
        margin-left: 1.6949%;
        display: block;
        padding-bottom: 10px;
    }

    /*MASONRY*/
    #container {
        margin-bottom: 20px;
    }
    #container .item {
        width: 44%;
    }

    /* Project info elements */
    .infofield {
        display: inline-block;
        width: 25%;
        padding: 10px;
        background-color: rgba(100, 50, 25, 0.08);
        margin-bottom: 1px;
        font-size: 13px;
        text-transform: uppercase;
        color: #999
    }
    .info {
        display: inline-block;
        width: 66%;
        padding: 15px 0px 10px 10px;
        margin-bottom: 1px;

        line-height: 100%;
    }


    /* Footer styles*/
    .footer {}

    .hide_tablet {
        display: none;
    }
    .zeroMargin_tablet {
        margin-left: 0;
    }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    .gridContainer {
        width: 88.5%;
        max-width: 1232px;
        padding-left: 0.75%;
        padding-right: 0.75%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    header .DAFdf_logo {
        padding: 0px;
        float: left;
        width: 60%;
        max-width: 300px;
    }

    .home .header_area .logo {
        left: auto;
        right: 0px;
    }
    /* Navigation styles*/
    nav.catnav {
        float: right;
        margin: 6px -40px 0px 0px;
        width: 60%;
    }
    nav.catnav li {
        width: 33.3%;
        margin: 4px 0 0px 0;
    }

    .banner .caption {
        width: 33%;
    }



    /* Text & content area styles*/
    .col2 {
        float: left;
        width: 46.4%;
        clear: none;
        margin: 20px 0 20px 2.249%;
    }

    .col2_3 {
        float: left;
        width: 62.6%;
        clear: none;
        margin: 20px 0 20px 2.249%;
    }
    .col1_3 {
        float: left;
        width: 30%;
        clear: none;
        margin: 20px 0 20px 0%;
    }

    .col3 {
        float: left;
        width: 30.2033%;
        clear: none;
        margin: 20px 0 20px 2.249%;
    }

    /* Gallery styles*/
    .tiles {
        width: 32.2033%;
        clear: none;
        margin-left: 1.6949%;
        display: block;
        padding-bottom: 60px;
    }



    /*MASONRY*/
    #container {
        margin-bottom: 20px;
    }
    #container .item {
        width: 29.5%;
    }

    #container .item.project_item {
        width: 44%;
    }

    /* Footer styles*/
    .footer {}

    .zeroMargin_desktop {
        margin-left: 0;
    }
    .hide_mobile {
        display: block;
    }
    .hide_tablet {
        display: block;
    }
    .hide_desktop {
        display: none;
    }
}