html {
		/*overflow: hidden;*/
		touch-action: none;
		content-zooming: none;
    font-family: Adobe Garamond Pro;
}

body {
		position: absolute;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		background: #FFF;
}

canvas {
		width: 100%;
		height: 400px;
		background: #000;
		position: absolute;
        top: 100px;
        left: 0px;
}

.teaser p {
    
    font-size: 40pt;
    top: 135px;
    position: relative;
    color: #fff;
    z-index: 999;
    left: 50%;
        width: 820px;
    margin-left: -410px;
}


div#main {
    margin-top: 420px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
  
}


.active {
        padding-bottom: 35px;
    background-position-x: -57px;
    background-position-y: 44px;
    background-image: url("img/arrow.png");
    background-repeat: no-repeat;
}


header {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


img#logo {
    max-width: 230px;
    margin-top: 16px;
}


p.subline {
    font-size: 17pt;
    line-height: 30px;
    word-spacing: 0px;
}


h1 {
    font-weight: 500;
}

div#menu {
    float: right;
    margin-top: 40px;
}

#menu .item {
    font-size: 20px;
    float: left;
    margin-left: 50px;
}



.sectionspacer {
    margin-top: 60px;
}

/*


footer

*/


#contact{
    clear: both;
}
div#footer {
    margin-top: 90px;
    width: 100%;
    height: auto;
    background: #3a3a3a;
}



/*

gallery

*/

img.work_image {
    width: 100%;
    height: auto;
        display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
        -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
}

img.work_image:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05); /* Standard syntax */
}


.work_sample {
    overflow: hidden;
    width: 30%;
    height: auto;
    position: relative;
    float: left;
    margin-right: 3%;
    margin-bottom: 35px;
}


.work_title {
   
    font-family: Adobe Garamond Pro;
    font-style: italic;
    font-weight: 100;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #9e9e9e;
       
}

.work_title b {
    font-style: normal;
   /* font-family: 'PT Sans', sans-serif;*/
    text-transform: uppercase;
    color: #636363;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
     margin-right: 10px;
}

.image_mask {
    border-style: solid;
    border-width: 1px;
    border-color: #d4d4d4;
    overflow: hidden;
    height: auto!important;
    display: block;
}

/* 

references  

*/


.logo_btn {
    position: relative;
    float: left;
    max-width: 300px;
}


img.bw_logo {
    width: 100%;
    position: relative;
    left: 0px;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}


img.cl_logo {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
}

img.bw_logo:hover {
    opacity: 0;
}


div#logo_container {
    margin-left: -335px;
    margin-top: 60px;

}


/* update 17 */
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

.sectionspacer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
}


.detailreferences h1 {
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

.detailreferences .work_title {
    color: #b3b3b3;
}


.detailreferences .work_title b{
    color: #e4e4e4;
    font-size: 14px;
}


.small-tittle {
    font-family: 'PT Sans';
    font-size: 14px;
}

.portfoliodetail .w-col b {
    font-family: 'PT Sans';
        color: #676767;
    font-size: 14px;
}

.portfoliodetail span.darker {
    font-family: 'PT Sans';
    color: #676767;
        font-size: 14px;
}

.portfoliodetail .left {
    margin: 0px 0px  14px;
    padding-right: 0px;
    padding-left: 0px;
    color: #999;
    text-align: left;
    /* font-style: italic; */
    /* font-family: sans-serif; */
    font-size: 12px;
    /* font-family: 'Nunito Sans'; */
    font-weight: 100;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 22px;
}


.portfoliodetail #footer {
    margin-top: 30px;
    width: 100%;
    height: auto;
    background: #3a3a3a;
}

.portfoliodetail .footer {
    width: 100%;
    height: 100px;
    margin-top: 0px;
    padding-top: 5px;
    background-color: #3e4347;
    color: #373c40;
}

.portfoliodetail .container-single {
    margin-top: 30px;
    margin-bottom: 0px;
}

.portfoliodetail .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 60px;
    padding-top: 4px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.02) 1px 1px 2px 2px;
}

.portfoliodetail .button {
    margin-top: 7px;
    padding: 6px 11px;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'PT Sans';
}

.portfoliodetail .fa {
    display: inline-block;
    font-family: FontAwesome!important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}


.portfoliodetail .work_sample.lastone{
    margin-right: 0px!important;
    
}

.portfoliodetail .work_sample {
    overflow: hidden;
    width: 32%;
    height: auto;
    position: relative;
    float: left;
    margin-right: 2%;
    margin-bottom: 35px;
}

.portfoliodetail .portfolio-tiitle {
    padding-top: 70px;
    color: #373c40;
    font-size: 24px;
    /* font-weight: 700; */
    /* text-align: center; */
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'PT Sans';
    font-weight: 700;
}

.work_title {
    font-family: Adobe Garamond Pro;
    font-style: italic;
    font-weight: 100;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 25px;
    color: #9e9e9e;
}


.item {
    color: #000;
}

.imprint {
    position: absolute;
    right: 0;
    bottom: -8px;
    /* height: 34px; */
    left: 0;
    padding: 6px;
    color: #b7b7b7!important;
    background-color: #151515;
    text-align: right;
    padding-right: 40px;
}

.imprint a{
    color: #777777;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 12px;
}

div#holder_foot {
    max-width: 920px;
    height: 34px;
    /* margin-top: 20px; */
    padding-top: 1px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
