html, body, h1, h2, h3, p, ol, ul, li, a {
	padding:0;
	border: 0;
	margin:0;
	font-size: 1em;
}

body {
    margin:0;
    padding:0;
    background-color:#eeeeee; /* #333f59; */
    font-family: 'Roboto';
    position: relative;
    background-image:url(../images/interface/fade_white.png);
    background-image:url(../images/interface/concrete2.jpg);
    background-position: 0 0;
    font-size:16px;
}

.central {
    width:100%;
}

.projectArt {
    width:62%;
    overflow: hidden;
    display: inline-block;
    float:left;
    max-height: 500px;
}

.projectArt img {
    width:120%;
    position: relative;
    left: -10%;
}

.buttonLink {
    background-color: #1e90ff;
    padding:10px;
    padding-left:18px;
    padding-right:18px;
    border-radius: 12px;
    margin-top:20px;
    margin-bottom:40px;
    box-sizing: border-box;
}

.buttonLink:hover {
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
    color:white;
}

.buttonLink {
    
    color:black;
    text-decoration: none;
    font-weight: bold;
}

.content {
    box-sizing: border-box;
    margin-top:0px;
    /* min-width:450px; */
    position: fixed;
    z-index:200;
    width:100%;
}
.innercontent {
    box-sizing: border-box;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    /* min-width:450px; */
    position: relative;
}

.title-tag {
    user-select: none;
    box-sizing: border-box;
    text-transform: capitalize;
    font-weight:400;
    font-size:1.5em;
    margin-bottom:0px;
    color:#555555;
    padding-left:40px;
    background-color:#ededed;
    grid-column-start: 1;
    grid-column-end: 3;
}



.bigTitle {

    font-weight:bold;
    text-transform: uppercase;
    color:#333333;
    border-bottom:2px solid #333333;
    user-select: none;
}



.project {
    -webkit-perspective: 854px; /* Safari 4-8  */
    perspective: 854px;
    box-sizing: border-box;
    border-radius:0px;
    padding:0px;
    border-radius:6px;
    padding:0px;
    
}

.projectContainer {
    border-radius:10px;
    overflow: hidden;
    margin-bottom:40px;
    box-shadow:0 0 16px rgba(0,0,0,.5);
    overflow: hidden;
    perspective: 800;
    background-color:#eeeeee;
    padding-bottom:-14px;
}

.projectImage {
    width:100%;
    border-radius:12px;
}
.projectImage img {
    width:100%;
}

.idBlock {
    padding-left:20px;
    padding-top:0px;
    padding-bottom:4px;
    border-bottom:1px solid #bbbbbb;
    user-select: none;
    background-color:white;
    font-size:.9em;
    line-height:1.4em;
}
.idTitle {
    display:inline-block;
    float:left;
    color:#999999;
    padding-top:8px;
}

.idclient {
  left:90px;
  position:absolute;

}
.idproject {
    left:90px;
    position:absolute;
    font-weight: 700;
    color:black;
}

.outsideLink {
  display:inline-block;
  float:right;
  background-image:url(../images/interface/outsidelink.svg);
  width:38px;
  height:38px;
  margin-right:20px;
  margin-top:4px;
}
.outsideLink:hover {
    background-image:url(../images/interface/outsidelink_hi.svg);
    cursor:pointer;
}

.designContainer {
    width:70%;
    text-align: center;
    display:inline-block;
    float:left;
    box-sizing: border-box;
     padding-top:6px;
     padding-bottom:6px;

}

.designContainer img {
    width:100%;
    max-width:690px;
    /* box-shadow: 0 0 6px rgba(0,0,0,.25); */
}
.designInfo {
    display:inline-block;
    float:left;
    vertical-align: top;
    padding-top:20px;
    box-sizing: border-box;
    width:28%;
    font-size:.9em;
    color:#888888;
    padding:30px;
    font-size:.9em;
    line-height:1.5em;
}

.threebyfivecard img {
    max-width:450px;
}


.homeSlider {
    width:100%;
    
}

.imageContainer {
    padding:10px;
   margin-left:auto;
   margin-right:auto;
   width:68%;
   box-sizing:border-box;
   text-align: center;
   padding-bottom:8px;
   float:left;
   overflow: hidden;
}

.imageContainer img {
    display:inline-block;
    margin:0;
    user-select: none;
    position: relative;
    width:calc(100% - 28px);
    box-shadow:0 0 14px rgba(0,0,0,.5);
}

.imageContainer .passive {
    display:none;
    position: absolute;
    top:0;
    left:0;
}

.fullImageContainer {
    padding:0;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    box-sizing:border-box;
    text-align: center;
    text-align:center;
    /* height:518px; */
    padding:0;
    overflow: hidden;
    margin-bottom:-10px;
    border-radius:10px;
    overflow: hidden;
    
}

.fullImageContainer img {
    display:inline-block;
    margin:0;
    user-select: none;
    position: relative;
    width:calc(100%);
    box-sizing: border-box;
    box-shadow:0 0 14px rgba(0,0,0,.5);
    padding:0;
}

.fullImageContainer .passive {
    display:none;
    position: absolute;
    top:0;
    left:0;
}

.hotBox {
    display:inline-block;
    margin:0;
    user-select: none;
    position: relative;
    box-sizing: border-box;
    border:3px solid rgb(175, 175, 175);
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
    max-height:500px;
    min-height:400px;
}

.hotBox:hover {
    border:3px solid white;
}

.hotBoxTitle {
    position:absolute;
    top:0;
    left:0;
    z-index: 50;
    background-color:#1e90ff;
    font-size:30px;
    font-weight: 700;
    display:inline-block;
    padding:40px;
    letter-spacing: -.03em;
    border-radius:0px 0 12px 0;
    box-shadow:0px 0px 4px rgba(0,0,0,.4);
    cursor: pointer;
}

.hotBoxTitle:hover {
    background-color:white;
}


.websiteImage {
    float:right;
}

.rotated {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: rotateY(180deg);
 
}


.rotatedBack {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: rotateY(359deg);
    transition: all 1s;
    transition-delay: .1s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d; /* Safari 3-8  */    
}


.projects {
    /* border:1px solid red; */
    margin-top:20px;
}

.home-projects {
    background-color:#a9a9a9;
    max-height:500px;
    margin-bottom:20px;
    text-align: center;
    position: relative;
    width:100%;
}


.projecTitlebar {
    width:100%;
    text-align: left;
    color:white;
    padding:0px;
    box-sizing: border-box;
    background: #b7b7b7; 
    background: -moz-linear-gradient(-5deg, hsla(0,0%,72%,1) 0%, hsla(0,0%,49%,1) 100%);
    background: -webkit-linear-gradient(-5deg, hsla(0,0%,72%,1) 0%,hsla(0,0%,49%,1) 100%);
    background: linear-gradient(175deg, hsla(0,0%,72%,1) 0%,hsla(0,0%,49%,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#7c7c7c',GradientType=1 );
    overflow: hidden;
}

.projecTitlebar h1 {
    text-transform: uppercase;
    margin:0;
    font-weight: 600;
    display:inline-block;
    float:left;
    padding-top:14px;
    padding-left:20px;
    padding-bottom:0;
    margin-bottom:0;
    user-select: none;
}

.icon {
    width:46px;
    height:46px;
    display:inline-block;
    background-size:20px 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border:2px solid rgba(0,0,0,.1);
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
}

.icon:hover {
    background-color:#555555;
}

.liveSite {
    margin-top:0;
    vertical-align: top;
    background-image:url(../images/interface/outsidelink.svg);
    background-position:90% 12px;
    background-size:34px 34px;
    background-repeat: no-repeat;
    height:60px;
    width:60px;
    background-color:rgba(255,255,255,.4);
    box-sizing: border-box;
    box-shadow:1px 1px 8px rgba(0,0,0,.2);
    opacity:.8;
}

.liveSite:hover {
    background-color:white;
    background-image:url(../images/interface/outsidelink_hi.svg);
    color:black;
    opacity:1;
}
.liveSite:active {
    background-image:url(../images/interface/outsidelink_hi.svg);
    color:black;
    background-color:#5fff2f;
    position: relative;
    top:1px;
    left:1px;
    box-shadow:0px 0px 4px rgba(0,0,0,.8);
}

.tips {
}

.tipper {
    position: absolute;
    top:0;
    left:0;

    background-color:white;
    color:black;
    border-radius:4px;
    padding:10px;
    box-shadow:0 0 10px rgba(40,40,40,.4);
    display:none;

}

.more {
    background-image:url(../images/interface/more.svg);
    background-size:30px 30px;
    width:30px;
    height:30px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-position: 50% 50%;
    display:inline-block;
    float:right;
    margin-bottom:10px;
}




.infoContainer {
    box-sizing: border-box;
    padding:0px;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    width:30%;
    float:left;
    padding-right:0;
    padding-left:3%;
    padding-top:18px;
    color:#999999;
    line-height:1.5em;
    font-size:.9em;
}

.infoContainer ul li {
    background-image:url(../images/interface/bullet.svg);
    background-repeat:no-repeat;
    background-size:6px 6px;
    background-position:0px 7px;
    padding-left:12px;
    margin-bottom:0px;
    font-size:.9em;
}


.infoContainer h1 {

    font-size: 1.2em;
   font-weight:900;
    color:#555555;
    margin-bottom:8px;
    margin-top:18px;
    font-family:'Roboto', sans-serif;
}

.infoContainer h2 {

    font-size:1.1em;
    margin:0;
    padding:0;
    font-weight: 700;
    margin-top:38px;
    color:#555555;
    font-weight:700;
    margin-bottom:8px;
    font-family: 'Roboto', sans-serif;
    border-bottom:1px solid #aaaaaa;
}

.infoContainer ul {
    list-style: none;
    padding:0;
    padding-left:8px;
    margin:0;
    margin-top:4px;
    margin-bottom:12px;
}




.infoSlider {
    background-color:#eeeeee;
    border:2px solid white;
    width:400px;
    height:280px;
    position: absolute;
    box-sizing: border-box;
    top:20px;
    left:-360px;
    box-shadow: 4px 4px 12px rgba(0,0,0,.5);
}

.infoSlider:hover {

}

.project img.postcard_portrait {
    width:49%;
    box-sizing: border-box;
    float:left;
    margin-right:1%;
    display:inline-block;
    margin-top:30px;
    margin-bottom:30px;
}


img.singlePiece {
    width:80%;
    margin-left:auto;
    margin-right:auto;
}



.arrowNav {
    width:60px;
    height:60px;
    border-radius:50%;
    background-color:#bbbbbb;
    background-color:#008deb;
    display:inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
    top:-40px;
    background-size:40px 40px;
    background-position: 50% 50%;
    background-repeat:no-repeat;
    z-index: 100;
    box-shadow: 0 0 14px rgba(0,0,0,.6);
}

.homepageArrowContainer {
    width:100%;
    box-sizing: border-box;
    border:4px solid red;
    height:50px;
    text-align: center;
}
.homepageArrow {
    width:100px;
    height:100px;
    background-size:70px 70px;
    display:inline-block;
   margin-left:42%;
   margin-right:42%;
   position: relative;
   top:-110px;
    margin-bottom:-60px;
}

.next {
    background-image:url(../images/interface/next.svg);
    z-index: 400;
}

.playButton {
    width:60px;
    height:60px;
    border-radius:50%;
    background-color:#bbbbbb;
    display:inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
    top:-40px;
    background-size:48px 48px;
    background-position: 50% 50%;
    background-repeat:no-repeat;
    z-index: 100;
    box-shadow: 0 0 14px rgba(0,0,0,.6);
    background-image:url(../images/interface/play.svg);
    z-index: 400;
}

.arrowNav:hover, .playButton:hover {
    background-color:#ffffff;
}

.arrowNav:active, .playButton:active {
    background-color:#4fd527;
    background-color:#008deb;
}


/* .homeSlide {
    position:relative;
    top:-220px;
    float:right;
    right:160px;
} */


.wide_logotype {
    width:30%;
    min-width:370px;
    max-width:420px;
}

.loading {
    text-align: center;
}

.collection {
    display:none;
}

.homeImageContainer {
    overflow: hidden;
 
}

.project img.noshadow {
    box-shadow:none;
    border:none;
}

.logoImage {
   text-align: center;
   padding-bottom:-4px;
   margin-bottom:-4px;
}
.logoImage img{
    width:100%;
    max-width:640px;
}

.closer {
    background-image:url('../images/interface/closer.svg');
    width:40px;
    height:40px;
    background-size:24px 24px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border:3px solid gray;
    display:inline-block;
    position: absolute;
    top:0;
    right:0;
    border-radius:50%;
    margin:8px;

}

.closer:hover {
    background-color:white;
}

/*  ClearFix  */
/*  The ClearFix by Tony Aslett and Nicholas Gallagher */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
    transform:scale(1.0);
    transform-origin: 0 0;
  /* IE6&7 */ }

@media screen and (max-width:800px), only screen and (max-device-width: 640px)   {
    .content {
        width:100%;
        float:none;
    }

    .innercontent {
        width:100%;
    }
    .imageContainer {
       float:none;
       width:100%;
   }

   .infoContainer {
    width:90%;
    float:none;
    margin-left:auto;
    margin-right:auto;
    padding-left:4%;
    padding-right:4%;
}
.designContainer {
    width:100%;
    box-sizing: border-box;
    text-align: center;
    display:block;
    float:none;
    box-sizing: border-box;

}

.designContainer img {
    width:80%;   
}

.designInfo {
    width:100%;
    padding-left:10%;
    padding-bottom:20px;
}

.footer {
    width:100%;
}


.bigButton {
   
    padding:20px;
    padding-top:8px;
    padding-bottom:8px;
    border-radius:8px;
    display:inline-block;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
}
.bigButton:hover {
    background-color:#5fff2f;
    background-color:#008deb;
}
.buttonContainer {
text-align: center;
font-family: 'Roboto Condensed';
font-weight: 600;
font-size:1.4em;
padding-top:8px;
padding-bottom:8px;
box-sizing: border-box;
}

.fullImageContainer {
    /* height:538px; */

}

.fullImageContainer img {
    width:198%;
    position: relative;
    left:-220px;
}
}


@media only screen and (max-device-width: 640px) 
{

    /* body {
        font-size:24px;
    }

    .liveSite {
        padding-left:30px;
        vertical-align: top;
        background-image:url(../images/interface/outsidelink.svg);
        background-position:92% 14px;
        background-size:59px 59px;
        background-repeat: no-repeat;
        height:90px;
        padding-top:30px;
        padding-right:100px;
        border-radius:6px;
        background-color:rgba(255,255,255,.4);
        box-sizing: border-box;
        box-shadow:1px 1px 12px rgba(0,0,0,.4);
        margin-top:30px;
        margin-bottom:10px;
        opacity:.8;
        font-weight:600;
        margin-bottom:10px;
        display:inline-block;
        float:left;
        font-size:1.4em;
    }

    .arrowNav {
        width:120px;
        height:120px;
        background-size:80px 80px;
    } */


  } 


