@import url("http://fonts.googleapis.com/css?family=Roboto:400,100,300,700,900");
@import url("http://fonts.googleapis.com/css?family=Satisfy:400,100,300,700,900");
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon-.eot#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*  to use data attributes for inserting icomoon icons */
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}


/* animated letters grid on landing playground-works section */
/* grid */
.grid {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}

.grid li {
	position: relative;
	float: left;
	font-size: 6em;
    /* originally font-size: 12em; */
	line-height: 1.5;
	max-height: 290px;
	text-align: center;
	width: 16.6666667%;
	/* Fallback */
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}

/* Common styles for the letters */
.grid li span {
	display: inline-block;
	font-weight: 300;
	line-height: 1;
	position: relative;
	color: hsla(0, 0%, 0%, 0.6);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 550px;
	-ms-perspective: 550px;
	perspective: 550px;
	z-index: 1;
}

.grid li span:before,
.grid li span:after {
	position: absolute;
	content: attr(data-letter);
	line-height: inherit;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.grid li span:before {
	text-shadow: none;
	color: hsla(0, 0%, 0%, 0.12);
}



/* Colors letters grid */

.ot-letter-left { background: #efefef; }
.ot-letter-left span { text-shadow: 1px 4px 6px #6b6b6b, 0 0 0 hsla(0, 0%, 0%, 0.3), 1px 4px 6px  #6b6b6b; }
.ot-letter-left span:after { color: #efefef;background-color: transparent;}
.ot-letter-left:hover span:after { color: #efefef;background-color: transparent;}

.ot-letter-right { background: #eaeaea; }
.ot-letter-right span { text-shadow: 1px 4px 6px #b4b4b4, 0 0 0 hsla(0, 0%, 0%, 0.3), 1px 4px 6px #b4b4b4; }
.ot-letter-right span:after { color: #eaeaea; }
.ot-letter-right:hover span:after { color: #eaeaea; }

.ot-letter-top { background: #cdd6d9;}
.ot-letter-top span { text-shadow: 1px 4px 6px #cdd6d9, 0 0 0 hsla(0, 0%, 0%, 0.3), 1px 4px 6px #cdd6d9; }
.ot-letter-top span:after { color: #cdd6d9; }
.ot-letter-top:hover span:after { color: #cdd6d9; }

.ot-letter-bottom { background: #dde0e1; }
.ot-letter-bottom span { text-shadow: 1px 4px 6px  #dde0e1, 0 0 0 hsla(0, 0%, 0%, 0.3), 1px 4px 6px  #dde0e1; }
.ot-letter-bottom span:after { color: #dde0e1; }
.ot-letter-bottom:hover span:after { color: #dde0e1; }

/* Left */
.ot-letter-left span:before,
.ot-letter-left span:after {
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.ot-letter-left span:before {
	-webkit-transform: scale(1.08,1) skew(0deg,1deg);
	-ms-transform: scale(1.08,1) skew(0deg,1deg);
	transform: scale(1.08,1) skew(0deg,1deg);
}

.ot-letter-left span:after {
	text-shadow: -1px 0px 0px hsla(360, 100%, 100%, 0.1), 3px 0px 1px hsla(0, 0%, 0%, 0.4);
	-webkit-transform: rotateY(-15deg);
	-ms-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}

.ot-letter-left:hover span:before {
	-webkit-transform: scale(0.85,1) skew(0deg,20deg);
	-ms-transform: scale(0.85,1) skew(0deg,20deg);
	transform: scale(0.85,1) skew(0deg,20deg);
}

.ot-letter-left:hover span:after {
	-webkit-transform: rotateY(-40deg);
	-ms-transform: rotateY(-40deg);
	transform: rotateY(-40deg);
}

/* Right */
.ot-letter-right span:before,
.ot-letter-right span:after {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.ot-letter-right span:before {
	-webkit-transform: scale(0.85,1) skew(0deg,1deg);
	-ms-transform: scale(0.85,1) skew(0deg,1deg);
	transform: scale(0.85,1) skew(0deg,1deg);
}

.ot-letter-right span:after {
	text-shadow: 1px 0px 0px hsla(360, 100%, 100%, 0.1), -3px 0px 1px hsla(0, 0%, 0%, 0.4);
	-webkit-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
}

.ot-letter-right:hover span:before {
	-webkit-transform: scale(0.85,1) skew(0deg,-20deg);
	-ms-transform: scale(0.85,1) skew(0deg,-20deg);
	transform: scale(0.85,1) skew(0deg,-20deg);
}

.ot-letter-right:hover span:after {
	-webkit-transform: rotateY(40deg);
	-ms-transform: rotateY(40deg);
	transform: rotateY(40deg);
}

/* Up */
.ot-letter-top span:before,
.ot-letter-top span:after {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.ot-letter-top span:before {
	-webkit-transform: scale(1,0.95) skew(-4deg,0deg);
	-ms-transform: scale(1,0.95) skew(-4deg,0deg);
	transform: scale(1,0.95) skew(-4deg,0deg);
}

.ot-letter-top span:after {
	text-shadow: 0px 1px 0px hsla(360, 100%, 100%, 0.1), 0px -3px 1px hsla(0, 0%, 0%, 0.4);
	-webkit-transform: rotateX(-15deg);
	-ms-transform: rotateX(-15deg);
	transform: rotateX(-15deg);
}

.ot-letter-top:hover span:before {
	-webkit-transform: translateY(-0.050em) scale(1,0.55) skew(-10deg,0deg);
	-ms-transform: translateY(-0.050em) scale(1,0.55) skew(-10deg,0deg);
	transform: translateY(-0.050em) scale(1,0.55) skew(-10deg,0deg);
}

.ot-letter-top:hover span:after {
	-webkit-transform: translateY(-0.035em) rotateX(-40deg);
	-ms-transform: translateY(-0.035em) rotateX(-40deg);
	transform: translateY(-0.035em) rotateX(-40deg);
}

/* Down */
.ot-letter-bottom span:before,
.ot-letter-bottom span:after {
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.ot-letter-bottom span:before {
	-webkit-transform: scale(1,1.05) skew(4deg,0deg);
	-ms-transform: scale(1,1.05) skew(4deg,0deg);
	transform: scale(1,1.05) skew(4deg,0deg);
}

.ot-letter-bottom span:after {
	text-shadow: 0px -1px 0px hsla(360, 100%, 100%, 0.1), 0px 3px 1px hsla(0, 0%, 0%, 0.4);
	-webkit-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

.ot-letter-bottom:hover span:before {
	-webkit-transform: translateY(-0.035em) scale(1,1.2) skew(10deg,0deg);
	-ms-transform: translateY(-0.035em) scale(1,1.2) skew(10deg,0deg);
	transform: translateY(-0.035em) scale(1,1.2) skew(10deg,0deg);
}

.ot-letter-bottom:hover span:after {
	-webkit-transform: translateY(0.045em) rotateX(40deg);
	-ms-transform: translateY(0.045em) rotateX(40deg);
	transform: translateY(0.045em) rotateX(40deg);
}

/* Example for media query: change number of items per row */
@media screen and (max-width: 1190px) {
	.img .grid li {
		width: 20%;
		/* Fallback */
		width: -webkit-calc(100% / 5);
		width: calc(100% / 5);
	}
}

@media screen and (max-width: 945px) {
	.grid li {
		width: 25%;
		/* Fallback */
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
}

@media screen and (max-width: 760px) {
	.img .grid li {
		width: 33.3333333%;
		/* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 560px) {
	 .img .grid li {
		width: 50%;
		/* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 340px) {
	.grid li {
		width: 100%;
	}
}
/*
/*vertical text if needed*/
.bl-main #vert {
/*position: fixed; left: -.5em; font-size: 14px; text-transform: uppercase; top: 50%; margin-top: -1.5em; white-space: nowrap; color: #999999; display: none; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); */
font-family: 'Roboto';
font-size: 0.9em; 
font-weight: 200;
z-index: 999;
position: absolute; 
text-transform: ; 
left: 78%;
top: 40%;
white-space: nowrap; color: #656565; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); 
	
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#ffffff; /* change if the mask different than white */
    z-index:999999; 
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url("../images/tape-loader.gif"); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* width and height divided by two */
    text-align: center;
}
/* end preloader */


/* full-screen bg image */
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to default main bg */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}




body, html {
    font-family: 'Helvetica Neue', 'Roboto', Arial, sans-serif;
    color: #212121;
    font-size: 1em;
    font-weight: 200;
    background: url() center center / cover no-repeat fixed #212121; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   	/*font-size: 100%; padding: 0; margin: 0;*/ height: 100%; 
   	}
   	
   	
   	
/* hiding scrollbars...*/
iframe, body::-webkit-scrollbar
 {  
     display: none;
 }
 body, iframe
 {  
     overflow: hidden;
 }  	
 
 
 /*canvas  if needed...*/
 canvas
 {
 	margin:0 auto 0 auto;
 
 	max-width:100%;
 	
 	height:600px;
 	border:1px solid #eee;
 	background: black;z-index: 99999;
 }  	
   	
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #486278;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0px;
	padding: 0 auto;
	/*text-transform: uppercase;*/
	font-size: 100%;
	text-indent:;
	
}

.dashed {
	
	border-bottom: 1px dashed #486278;
}


a:hover {
	color: #2c2c2c;
}

.container { height: 100%;
background-image: url();
}

.bl-main {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bl-main > section {
	position: absolute;
	width: 50%;
	height: 50%;
	opacity: 0.6;
	background: transparent;
}

.bl-main > section:hover {
opacity: 0.9;
}

.bl-main > section:after {

	opacity: 1;
	
	
	}	
.bl-main > section:first-child {
	top: 0;
	left: 0;
	background-color: #efefef;


}

.bl-main > section:nth-child(2) {
	top: 0;
	left: 50%;
	background-color: #efefef;
	
}

.bl-main > section:nth-child(3) {
	top: 50%;
	left: 0;
	background-color:#efefef;
	 
}

.bl-main > section:nth-child(4) {
	top: 50%;
	left: 50%;
	background-color:#efefef;
	
	}


.bl-box {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
	/* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
        /*border: 0.1em dashed #333;*/

}

.bl-box h2 {
	text-align: center;
	margin: 0;
	padding: 10px;
	width: 100%;
	font-size: 1.8em;
	letter-spacing: 0px;
	font-weight: 100;
	text-transform: ;
}

.bl-icon {
	font-family: 'icomoon','';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1;*/
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.bl-icon:before {
	display: block;
	font-size: 2.8em;
	margin-bottom: 6px;
	
}	
.bl-icon:hover {
    opacity: 1;
	color:;
	
}

.bl-icon-about:before {
	content: "";/*"\e75b""\e863";*/
}

.bl-icon-works:before {
	content:  "";/*"\e62d";*/
}

.bl-icon-blog:before {
	content: "";
}

.bl-icon-contact:before {
	content: "";
}

.bl-icon-top{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.bl-icon-top-twitter:before{
content: "\e76d";
line-height: 1;
font-size: 2em;

}

.bl-icon-top-linkedin:before{
content: "\e79f";
line-height: 1;
font-size: 2em;
}
.bl-icon-top-next:before{
content: "+";/*"\e70a";*/
line-height: 1;
font-size: 4em;
font-weight: 100;

}


.bl-icon-top-soundcloud:before {
content: "\e611";
line-height: 1;
font-size: 2em;

}

.bl-icon-top-gplus:before {
content: "";
line-height: 1;
font-size: 2em;

}


.bl-icon-top-email:before {
content: "\e762";
line-height: 1;
font-size: 2em;

}

.bl-icon-top-music:before {
content: "\e79b";
line-height: 1;
font-size: 2em;

}

.bl-icon-top-flickr:before {
content: "\e77c";
line-height: 1;
font-size: 2em;

}

.bl-main > section .bl-icon-close {
	position: absolute;
	top: 40px;
	right: 20px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	 z-index:99999; 
}

.bl-main > section .bl-icon-close2 {
	position: absolute;
	/*top: 40px;
	right: 20px;*/
	cursor: pointer;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
}

.bl-icon-close:before {
	font-size: 3em;
	content: "✕";/*"\e6fd" ""\e7cf";*/
	font-weight: 100;
}

.bl-icon-close2:before {
	font-size: 3em;
	content: "✕";/*"\e6b8";*/
    font-weight: 100;
}

.bl-content, div.bl-panel-items > div > div {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 14%;
	padding-left: 16%;
	padding-right: 16%;
	bottom: 30px;
	/*padding: 0 20px;*/
    overflow: hidden;
	overflow-y: auto;
	/*border: 1px solid green;*/
	max-width: 100%;
}

div.bl-panel-items > div > div .works {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 14%;
	left: 30px;
	right: 30px;
	bottom: 30px;
	/*padding: 0 20px;*/
    overflow: hidden;
	overflow-y: auto;
}

/* Custom content */

.bl-content p {
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 1.7em;
	line-height: 1.8;
}

.bl-content h2 {
	font-size: 3em;
	font-weight: 100;
	margin: 0 0 20px 0;
}

.bl-content article {
	padding: 20px 40px 20px 0px;
}

.bl-content article h3 {
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding-top: 20px;
	font-size: 1.4em;
}

.bl-content article a {
	color: rgba(0,0,0,0.8);
}

.bl-content > ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

.bl-content > ul li {
	display: inline-block;
	width: 21%;
	margin: 0px;
}

.bl-content > ul li a {
	display: block;
	padding: 0px;
	border: 0px solid rgba(0,0,0,0.1);
}

.bl-content > ul li a img {
	display: block;
	max-width: 100%;
	/*border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;*/
}

/* Panel Items */

div.bl-panel-items,
div.bl-panel-items > div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    /*border: 1px solid red;*/
	position: absolute;
}

div.bl-panel-items > div > div {
	width: 100%;
    margin: 0 auto;
	opacity: 1;
	bottom: 90px;
	/*border: 1px solid blue;*/
	top: 90px;
	pointer-events: auto;
	overflow: auto;
	text-align: ;
	
}

div.bl-panel-items > div > div h3 {
	font-size: 2.4em;
	font-weight: 100;
	margin: 0 0 20px 0;
}

div.bl-panel-items > div > div p {
	font-size: 1.2em;
	font-weight: 200;
}

div.bl-panel-items > div > div img {
	/*float: left;
	/*margin: 0 10px 10px 0;*/
	max-width: 100%;
	margin-bottom:3%;
	right: 0%;

}

div.bl-panel-items {
	top: 100%;
	z-index: 999;
}

div.bl-panel-items > div {
	background: rgba(48, 48, 48, 0.86);
	color: #d7d7d7;
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-moz-transform: translateY(0);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	transform: translateY(0);
	transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-ms-transform: translateY(0);
}

/* nav for works */
div.bl-panel-items  #next {
	position: absolute;
	z-index: 9999;
	width: auto;
	left: 50%;
	top: 0%;
	margin-left: ;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	-moz-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
	
}

div.bl-panel-items.bl-panel-items-show #next span {
	float: left;
	margin: 5px;
}

div.bl-panel-items #next span.bl-next-work {
	font-weight: 300;
    display: block;
	cursor: pointer;
	
}

div.bl-panel-items.bl-panel-items-show #next {
	opacity: 0.8;
	top: -80px;
}

div.bl-panel-items #close {
	position: absolute;
	z-index: 9999;
	width: 216px;
	left: 95%;
	top: 0px;
	margin-left: ;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	-moz-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
}

div.bl-panel-items.bl-panel-items-show #close span {
	float: left;
	margin: 5px;
}

div.bl-panel-items #close span.bl-next-work {
	font-weight: 300;
	display: block;
	text-transform: uppercase;
	line-height: 1em;
	cursor: pointer;
	
}

div.bl-panel-items.bl-panel-items-show #close {
	opacity: 0.8;
	top: -95%;
}

div.bl-panel-items > div.bl-show-work {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
	-ms-transform: translateY(-100%);
}

div.bl-panel-items > div.bl-hide-current-work {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transform: translateY(-100%) scale(0.5);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transform: translateY(-100%) scale(0.5);
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	z-index: 0;
}

/* Transition classes and properties */
/* Separated for a better overview and control */

.bl-main > section {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bl-main > section.bl-expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bl-main > section.bl-expand-top {
	z-index: 100;
}

.bl-main > section:first-child.bl-expand {
	background: url()  no-repeat #e9e9e9;
}
.bl-main > section:nth-child(2).bl-expand {
	background: url()  #e9e9e9;
}
.bl-main > section:nth-child(3).bl-expand {
	background: url() #e9e9e9;
}
.bl-main > section:nth-child(4).bl-expand {
	background: url()  #e9e9e9;
}

.bl-main.bl-expand-item > section:not(.bl-expand),
.bl-main.bl-expand-item > section.bl-scale-down {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.bl-box {
	-webkit-transition: opacity 0.2s linear 0.5s;
	-moz-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
}

section.bl-expand .bl-box {
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	transition: opacity 0s linear;
}

.bl-box h2 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.no-touch section:not(.bl-expand) .bl-box:hover h2 {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.bl-content,
.bl-icon-close {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}


.bl-content,
 .bl-icon-close2 {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}



section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}


section.bl-expand .bl-content,
section.bl-expand .bl-icon-close2 {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}


@media screen and (max-width: 46.5em) {
	.bl-content,
	.bl-box
	.meny
	.menytitle {
		font-size: 75%;
	}

	.bl-expand .bl-box {
		height: 130px;
	}

	.bl-content > ul li {
		width: 60%;
	}
	.img {
	max-width: 100%;
		}
	}
}


/* making about image responsive.... */
}
.block{
  /*width:60%;
  margin:2em 20%;*/
}

.image{
  width:100%;
  height:20em;
  display:block;
  background:url('../images/me_horizcolor.jpg')no-repeat center center;
  background-size:cover; 

}
@media all and (max-width:75em){
.image{
   background:url('../images/me_1080.jpg')no-repeat center center;
   background-size:cover; 

  }
}


@media all and (max-width:40em){
 .image{
  background:url('../images/me_768.jpg')no-repeat center center;
  background-size:cover; 

 }  
 }

/*@media all and (max-width:25em){
 .image{
  background:url('../images/me_480.jpg')no-repeat center center;
  background-size:cover; 

 }  
 }*/
 
 /* ////////////////////////////  Overlay style */
 .overlay {
 	position: fixed;
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 	background: rgba(85, 91, 92, 0.85);
 }
 
 style {left: 0;
 background: rgba(153,204,51,0.9);
 	
 }
 /* Overlay closing cross */
 .overlay .overlay-close {
 	width: 60px;
 	height: 60px;
 	position: absolute;
 	right: 20px;
 	top: 20px;
 	overflow: hidden;
 	border: none;
 	background: url("../images/cross.png") no-repeat center center;
 	text-indent: 200%;
 	color: transparent;
 	outline: none;
 	z-index: 100;
 }
 
 /* Menu style */
 .overlay nav {
 	text-align: center;
 	position: relative;
 	top: 50%;
 	height: 60%;
 	-webkit-transform: translateY(-50%);
 	transform: translateY(-50%);
 }
 
 .overlay ul {
 	list-style: none;
 	padding: 0;
 	margin: 0 auto;
 	display: inline-block;
 	height: 100%;
 	position: relative;
 }
 
 .overlay ul li {
 	display: block;
 	height: 20%;
 	height: calc(100% / 5);
 	min-height: 54px;
 }
 
 .overlay ul li a {
 	font-size: 4em;
 	font-weight: 200;
 	display: block;
 	color: #fff;
 	-webkit-transition: color 0.2s;
 	transition: color 0.2s;
 }
 
 .overlay ul li a:hover,
 .overlay ul li a:focus {
 	color: #f0f0f0;
 }
 
 /* Effects */
 
 .container {
 	background: #fff;
 	-webkit-transition: -webkit-transform 0.5s;
 	transition: transform 0.5s;
 }
 
 .container.overlay-open {
 	-webkit-transform: scale(0.8);
 	transform: scale(0.8);
 }
 
 .overlay-contentscale {
 	visibility: hidden;
 	-webkit-transform: translateY(100%);
 	transform: translateY(100%);
 	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
 	transition: transform 0.5s, visibility 0s 0.5s;
 }
 
 .overlay-contentscale.open {
 	visibility: visible;
 	-webkit-transform: translateY(0%);
 	transform: translateY(0%);
 	-webkit-transition: -webkit-transform 0.5s;
 	transition: transform 0.5s;
 }
 
 @media screen and (max-height: 30.5em) {
 	.overlay nav {
 		height: 70%;
 		font-size: 34px;
 	}
 	.overlay ul li {
 		min-height: 34px;
 	}
 }

/* ////////////////  Meny  top menu components
/**Meny's critical styles (such as transforms) are applied
    via JavaScriptt. See the documentation here: https://github.com/hakimel/meny#meny
    @author Hakim El Hattab | http://hakim.se
 */
* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	/*overflow: hidden;*/
}
.meny {

font-family: 'fontawesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
cursor: pointer;
-webkit-font-smoothing: antialiased;
	display: none;
	padding: 0px;
	overflow: hidden;
	background:;
	color:#fffff;
	height: 70px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: right;
	/*background-color: #000000;
	opacity: 0.4;*/
}


.meny img {
margin: 15px auto  15px 0;
float: left;
vertical-align: middle;
opacity: 0.8;
	}

/*
.meny h2{
	color: #ffffff;
	font-size: 1.2 em;
}
*/

meny div {float: right;
	}

	.meny ul {
	    margin: 20px 0 15px 8px;
		position: relative;
		vertical-align: middle;
	

}
		.meny ul li {
			display: inline-block;
			width: auto ;
			list-style: none;
			font-size-adjust: 1.4em;
			padding: 0 5px;
			color: #ffffff;
			vertical-align: middle;
			float: right;
		}
			.meny ul li:before {
				background:rgba( 0, 0, 0, 0.6);
				color: #ffffff;
				
			}
			
		.meny ul li  a{
			
			color:  #efefef;
		}
		
.meny ul li  a:hover{
	color: #f9f9f9;
}


.meny ul li  a:before{
	color: #ffffff;
}

.meny-title {
	float: left;
	font-size: 1.4em;
	font-family: Helvetica neue, "Roboto", arial;
	color: #ffffff;
	font-weight: 100;
    opacity: 0.8;
    margin: 20px 8px 15px 0;
    vertical-align: middle;
    
}
.meny-title a {
font-size: 1.4em;
color: #efefef;
opacity: 0.8;
}
.meny-title a:hover {
font-size: 1.4em;
color: #ffffff;
opacity: 1;

}
/**
 * Hint graphic that appears while menu is inactive
 */
.meny-arrow {

	position: absolute;
	z-index: 10000;
  
	border: 14px solid transparent;

	-webkit-transition: opacity 0.4s ease 0.4s;
	   -moz-transition: opacity 0.4s ease 0.4s;
	    -ms-transition: opacity 0.4s ease 0.4s;
	     -o-transition: opacity 0.4s ease 0.4s;
	        transition: opacity 0.4s ease 0.4s;
}
		.meny-top .meny-arrow {
		left: 50%;
		font-family: 'icomoon';
		top: 0px;
		margin-left: -14px;
		border-top: 16px solid #333;
		font-size: 4em;
		content: "\e6b0";
		
	}
		.meny-active .meny-arrow {
		opacity: 0;
         -webkit-transition: opacity 0.2s ease;
		   -moz-transition: opacity 0.2s ease;
		    -ms-transition: opacity 0.2s ease;
		     -o-transition: opacity 0.2s ease;
		        transition: opacity 0.2s ease;
	}

/**
 * Main contents area
 */
.contents {
	width: 100%;
	height: 100%;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
     -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: inherit;
}
