.box-layers {
    position: absolute;
    z-index: 999;
    width: 100%;
/*    margin: auto;*/
}

.box-architect {
    width: 340px;
    height: 245px;
    margin-right: 20px;
    position: relative;
    
    display: inline-block;
    
    border: solid 2px rgba(255,255,255,0.5);
    
    -webkit-border-radius: 50px 0 0 0;
    -moz-border-radius: 50px 0 0 0;
    border-radius: 50px 0 0 0;
}

.box-engineer {
    width: 340px;
    height: 245px;
    margin-top: 20px;
    
    display: inline-block;
    
    border: solid 2px rgba(255,255,255,0.5);
    
    -webkit-border-radius: 0 0 0 50px;
    -moz-border-radius: 0 0 0 50px;
    border-radius: 0 0 0 50px;
}

.box-salesman {
    width: 340px;
    height: 245px;
    margin-top: 20px;
    margin-left: 20px;
    
    display: inline-block;
    
    border: solid 2px rgba(255,255,255,0.5);
    
    -webkit-border-radius: 0 0 50px 0;
    -moz-border-radius: 0 0 50px 0;
    border-radius: 0 0 50px 0;
}


.box-customer {
    width: 340px;
    height: 245px;
    margin-right: 20px;
    
    display: inline-block;
    
    border: solid 2px rgba(255,255,255,0.5);
    
    -webkit-border-radius: 0 50px 0 0;
    -moz-border-radius: 0 50px 0 0;
    border-radius: 0 50px 0 0;
}

.box-inside {
    width: 340px;
    height: 205px;
    margin-top: 40px;
    text-align: center;
    position: absolute;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    z-index: 999;
}

.blurhack {
    
    width: 340px;
    height: 245px;
    position: absolute;
    z-index: 100;
    
    opacity: 0.7;
    
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
    
}

.blurhackhover {
    
    width: 340px;
    height: 245px;
    position: absolute;
    z-index: 100;
    
    opacity: 0.7;
    
    -webkit-filter: blur(20px) grayscale(90%);
    -moz-filter: blur(20px) grayscale(90%);
    -o-filter: blur(20px) grayscale(90%);
    -ms-filter: blur(20px) grayscale(90%);
    filter: blur(20px) grayscale(90%);
    
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
    
}


.blurhackfix-01 {
    background: url(../img/blurhackfix.jpg);
    background-size: contain;
}

.blurhackfix-03 {
    background: url(../img/blurhackfix-03.jpg);
    background-size: contain;
}

.blurhackfix-04 {
    background: url(../img/blurhackfix-04.jpg);
    background-size: contain;
}

.box-profiles {
    width: 740px;
    margin: 100px auto;
}

.box-profiles a:link {color: #FFF;}


/*Canvas*/


.blurheader {
    background: rgba(255, 255, 255, .6);
    height: 88px;
    position: absolute;
    width: 100%;
    top: 100;
    border-bottom:1px solid rgba(0, 0, 0, .2);
    z-index: 10000000000;
}

.blurheader {
    background: transparent;
    overflow: hidden;
    z-index: 10000;
    background: #fff;
    left: 0;
}

#canvas {
    opacity:1;
    z-index: 100;
    position: absolute;
    display: block;
    top: 3px;
}




