/* @import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); */
@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,600,600i,700,700i');

/*Cross screen setup*/
@media screen {

.preloader{
	
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 1001;
	background-color: rgba(255, 226, 57, 1);	
}

.preloader-wrap{
	position: absolute;
	top: 50%; left: 50%; transform: translate(-50%, -50%);
	}

.preloader-wrap .logo{
	display: block;
	width: calc( 150px * 5 / 3);
	height: 150px;
	min-height: 75px;
	background-image: url("../images/SVG/new_tommy_logo.svg");
	background-size: cover;
	background-position: center;
	}
	
.spinner {
  margin: auto auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}


@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
  40% { -webkit-transform: scale(1.0); transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 
  40% { -webkit-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-viewport{
  width: device-width;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html{overflow: hidden;
}

body {
	height: 100vh;
	width: 100vw;	
	background: rgba(255, 226, 57, 1)!important;
	overflow-x: hidden;
}
	
	#wrapper {
		overflow-x: hidden;
	}

h1, h2, h3, h4 {
	font-family: 'Asap', sans-serif !important;
	font-weight: 700 !important;
}

#wrapper{
	height: 100%;
	width: 100%;
	padding: 0!important;
	background: rgba(255, 226, 57, 1);
	/* background: #FFE239;	*/
}

a { 
	color: transparent!important;
	text-decoration: none !important;
	} 
	
a p{
	color: transparent;
	font-size: .05em;
	}

::-webkit-scrollbar {
    width: 0px;
	background: transparent;}

.lg_vh100 {
    height: 100vh;
    min-height: calc(100vh); 
}

.lg_vh90 {
    height: 90vh;
    min-height: calc(90vh); 
}

.lg_vh80 {
    height: 80vh;
    min-height: calc(80vh); 
}

.lg_vh60 {
    height: 60vh;
    min-height: 60vh;
}

.lg_vh30 {
    height: 30vh;
    min-height: 30vh;
}
	
.lg_vh45 {
    height: 45vh;
    min-height: 45vh;
}

	.lg_vh50 {
    height: 50vh;
    min-height: 50vh;
}

.bg-frame {
	position: fixed;
	display: block;
	background: rgba(252, 249, 228, 1);
	width: calc(100vw - 90px);
	height: calc(100vh - 90px);
	top: 0; bottom: 0;
	right: 0; left: 0;
	margin: auto;
	z-index: 2;	
	border-radius: 5px;
}

/* transition settings for divs */
.social_link ul li, .page_scroller li, .icon-home .button, .icon-talk .button, .icon-home h4, .icon-talk h4, .col, .pro-left{
	-webkit-transition: 50ms linear;
    -moz-transition: 50ms linear;
    -o-transition: 50ms linear;
    -ms-transition: 50ms linear;
    transition: 50ms linear;
	}

.section-label{
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: .2s linear;		
	}

/* header common setting */
#header {
	/*height: 100px;*/
	height: auto;
	width: auto;
	display: block;
	position: fixed;
	z-index: 400;
	/*top: 50px; */
	padding: 0;
}

.project-logo {
	display: inline-block;
	position: relative;
	/*left: 75px;*/
	width: calc( 75px * 5 / 3 );
	height: 75px;
	min-height: 75px;
	background-image: url(../images/SVG/new_tommy_logomark.svg);
	background-size: cover;
	background-position: center;
	vertical-align: middle;
}
/*header icon common setting */
.icon-home, .icon-talk{
		display: inline-block;
		position: absolute;
		z-index: 900;
		height: 54px;
		float: right;
		top: 90px;
		bottom: 0;
	}
/*
.icon-home{margin-right: 20px;}
	
.icon-talk{margin-right: 60px;}
*/
	
.icon-home a, .icon-talk a {
		display: block;
		vertical-align: middle;
		height: auto;
		width: inherit;
}
	
.icon-home .button{background: url(../images/SVG/control_icon-06.svg);}
	
.icon-talk .button{background: url(../images/SVG/control_icon-07.svg);}
	
.icon-home .button, .icon-talk .button{
		display: block;
		position: relative;
		height: 36px;
		width: 36px;
		border-radius: 50%;
		border: #000000 4px solid;
		background-color: rgba(242, 239, 225, 1)!important;
		box-shadow: 
		1px 1px 0 0px rgba(255,210,30,1),
		2px 2px 0 0px rgba(255,210,30,1),
		3px 3px 0 0px #000000,
		4px 4px 0 0px #000000,
		5px 5px 0 0px #000000;
		backbround-size: cover;
		margin: auto;
		transform: translate(-5px, -5px);
}
	
.icon-home h4, .icon-talk h4{
		position: relative;
		width: inherit;
		color: #000000;
		margin-top: 4px;
		font-family: 'Asap', sans-serif !important;
		font-weight: 700 !important;
		font-style: italic;
		font-size: .8em;		
	}
	
.icon-home .button:hover, .icon-talk .button:hover, .icon-home .button:active, .icon-talk .button:active{
		transform: translate(0px, 0px);
		box-shadow: 0 0 0 0 #000000;
		background-color: rgba(255,210,30,1)!important;
	}

/* pagescroller icon link and size, adjust size at repsective screen size css accordingly*/

.page_scroller li{
	border-radius: 3px;
	border: #000000 4px solid;
	margin-bottom: 30px;
	background-color: rgba(242, 239, 225, 1);
	background-size: cover;
	box-shadow: 
		0 0 0 0 rgba(252, 249, 228, 1), 
		1px 1px 0 0px #000000,
		2px 2px 0 0px #000000,
		3px 3px 0 0px rgba(255,210,30,1),
		4px 4px 0 0px rgba(255,210,30,1),
		5px 5px 0 0px rgba(255,210,30,1),
		10px 10px 0 0px #000000;         
}
	
.page_scroller ul li:nth-child(1), .page_scroller ul li:nth-child(1):hover {
	background-image: url(../images/SVG/control_icon-01C.svg);
}
.page_scroller ul li:nth-child(2), .page_scroller ul li:nth-child(2):hover {
	background-image: url(../images/SVG/control_icon-03C.svg);
	
}
.page_scroller ul li:nth-child(3), .page_scroller ul li:nth-child(3):hover {
	background-image: url(../images/SVG/control_icon-04C.svg);
	margin-top: 60px;
}
.page_scroller ul li:nth-child(4), .page_scroller ul li:nth-child(4):hover {
	background-image: url(../images/SVG/control_icon-02C.svg);
}

.page_scroller ul li:nth-child(5), .page_scroller ul li:nth-child(5):hover {
	background-image: url(../images/SVG/control_icon-08.svg);
}
	
.page_scroller li:hover{
	background-color: rgba(255,210,30,1);
	width: 36px;
	height: 36px;
	transform: translate(10px, 10px);
	box-shadow: 0 0 0 0 #000000;
}

/* social link icon link */
.social_link ul li:last-child, .page_scroller li:last-child{
		margin-bottom: 0!important;
	}
	
.social_link ul li:nth-child(2) {
	background-image: url(../images/SVG/social_icon-01B.svg);
}

.social_link ul li:nth-child(1) {
	background-image: url(../images/SVG/social_icon-02B.svg);
}

.social_link ul li:nth-child(3) {
	background-image: url(../images/SVG/social_icon-03B.svg);
}

.social_link li:hover{
	transform: translate(-5px, 5px);
	box-shadow: 0 0 0 0 #000000;
}
	
.social_link ul li:nth-child(3):hover {
	background-image: url(../images/SVG/social_icon-03.svg);
	background-color: rgba(240, 41, 12, 1);
	}
.social_link ul li:nth-child(2):hover {
	background-image: url(../images/SVG/social_icon-01.svg);
	background-color: rgba(0, 119, 181, 1);
	}

.social_link ul li:nth-child(1):hover {
	background-image: url(../images/SVG/social_icon-02.svg);
	background-color: rgba(59, 89, 152, 1);
	}

/* expand <a> to cover the icon */
.social_link a, .page_scroller a{
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
}

.social_link_close, .icon-close{
	background: url(../images/SVG/control_icon-05.svg);
	background-size: auto;
	background-position: top;
	display: block;
	height: 60px; 
	width: 50px;
	left: 50%; 
	transform: translateX(-50%);
	}
	
.icon-close {
	position: relative;
	margin-bottom: 30px;
	}

.social_link_close {
	position: absolute;
	bottom: 0;
	margin-bottom: 50px;
	}
	
.social_link_close a, .icon-close a{
	position: relative;
	display: block;
	height: inherit;
	width: inherit;
	}

	
.social_link_close p, .icon-close p{
	position: absolute;
	color: #000000;
	text-align: center;
	font-family: 'Asap', sans-serif !important;
	font-weight: 700 !important;
	font-style: italic;
	font-size: .6em!important;	
	letter-spacing: 1pt;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	}

/*project-scope wraps left and right column, common setup*/
#project-scope {
	position: absolute;
	padding: 0!important;
	height: 100vh;
	width: calc(100vw - 90px);
	left: 0; right: 0;
	margin: auto;
	z-index: 3;
}

/* common setup for left and right column */
.pro-left, .pro-right {
	display: block;
	position: absolute;
	margin: auto;
	padding: 0!important;
}

/*left column setup */
.pro-left{
	overflow-y: auto;
 	background: rgba(242, 239, 225, 1); 
	z-index: 600;
	height: calc(100vh - 90px);
	top: 50%;
	transform: translate(0,-50%);
	border-right: rgba(123,123,123,.3) solid thin;
	-webkit-transition: ease-in-out 500ms;
    -moz-transition: ease-in-out 500ms;
    -o-transition: ease-in-out 500ms;
    -ms-transition: ease-in-out 500ms;
    transition: ease-in-out 500ms;
	}

.pro-right{
	z-index: 599;
	
	}

.disclaimer{
	position: relative;
	clear: both;
	width: 100%;
    padding: 15px 0;
    height: auto;
	bottom: 0;
	font-family: 'Asap', sans-serif !important;
	font-weight: 400 !important;
	font-size: calc(.4em + .5vw);
	text-align: center;
	}	
	
.section {
	position: relative;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow-y: scroll;
	overflow-x: hidden;
}

.wrap{
	display: block;
	text-align: left;
}

/* image holder for project section; excluded from index.html */
.image_holder{
	display: block;
	height: 100%;
}

.image_holder img{
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	max-width: 80%;
	width: auto;
	max-height: 80%;
	height: auto;	
  	box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.3);
	}

.abcenter_parent, .project_title, .image_holder{
	z-index: 1;
	text-align: center;
	position: relative;
}

.abcenter_child, .project_title h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
}

/* grid setup for work gallery */ 

.col{
	position: relative;	padding: 0!important;
	border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(0,0,0,1);
}

.work{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
/*	background-image: url(../images/PLEM/PLEM_Coverstory_Aug14-01_bw.png), linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1) ); 
	-webkit-transition: background 0.2s ;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out; */
}

/*	background-color: rgba(242, 239, 225, 1); /* For browsers that do not support gradients */
/*	background-image: url(../images/PLEM/PLEM_Coverstory_Aug14-01.jpg);
    background-image: url(../images/PLEM/PLEM_Coverstory_Aug14-01.jpg),linear-gradient(-45deg, rgba(242, 239, 225, 1), rgba(255, 226, 57, 1) ); /* Standard syntax (must be last) */
/*	background-image: url(../images/PLEM/PLEM_Coverstory_Aug14-01.jpg); */


	.work{
		background-blend-mode: multiply; 
	}
	
.work, .workhover, .block{
	background-size: cover;
	background-position: center;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

	.flt-left{float: left; clear: left;}	
	.flt-right{float: right!important; clear: right!important; }
	
	#work-10 .work{
	background-image: url("../images/button/vitahouse_button_bw.png"), linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1) );}

#work-10.current .work{
	background-image: url("../images/button/vitahouse_button.jpg");}

#work-10.current .block{
	height: 100%;
	opacity: 1; 
	/* background-image: url("../images/button/vitahouse_button_bw.png"), linear-gradient(-60deg, rgba(255, 210, 30, .5), rgba(255, 226, 57, .3), rgba(242, 239, 225, .2), rgba(242, 239, 225, .1), rgba(242, 239, 225, .1), rgba(242, 239, 225, .2), rgba(255, 226, 57, .3), rgba(255, 210, 30, .5)); */}
	
	
	#work-4 .work{
	background-image: url("../images/button/Mikei_button_bw.png"), linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1) );}

#work-4.current .work{
	background-image: url("../images/button/Mikei_button.jpg");}

#work-4.current .block{
	height: 100%;
	opacity: 1; 
	/* background-image: url("../images/button/Mikei_button_bw.png"), linear-gradient(-60deg, rgba(255, 210, 30, .5), rgba(255, 226, 57, .3), rgba(242, 239, 225, .2), rgba(242, 239, 225, .1), rgba(242, 239, 225, .1), rgba(242, 239, 225, .2), rgba(255, 226, 57, .3), rgba(255, 210, 30, .5)); */}
	
#work-1 .work{
	background-image: url("../images/button/PBP_button_bw.png"), linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1) );}

#work-1.current .work{
	background-image: url("../images/button/PBP_button.jpg");}

#work-1.current .block{
	height: 100%;
	opacity: 1; 
	/* background-image: url("../images/button/PBP_button_bw.png"), linear-gradient(-60deg, rgba(255, 210, 30, .5), rgba(255, 226, 57, .3), rgba(242, 239, 225, .2), rgba(242, 239, 225, .1), rgba(242, 239, 225, .1), rgba(242, 239, 225, .2), rgba(255, 226, 57, .3), rgba(255, 210, 30, .5)); */ }

	
#work-2 .work{
	background-image: url("../images/button/voice_button_bw.png"), linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1) );}

#work-2.current .work{
	background-image: url("../images/button/voice_button.jpg");}

#work-2.current .block{
	height: 100%;
	opacity: 1; 
	/* background-image: url(../images/button/voice_192_cover_bw.png), linear-gradient(-60deg, rgba(255, 210, 30, .5), rgba(255, 226, 57, .3), rgba(242, 239, 225, .2), rgba(242, 239, 225, .1), rgba(242, 239, 225, .1), rgba(242, 239, 225, .2), rgba(255, 226, 57, .3), rgba(255, 210, 30, .5)); */}	
	

#work-3 .work{
	background-image: url("../images/button/PLEM_button_bw.png"), linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1) ); }

#work-3.current .work{
	background-image: url("../images/button/PLEM_button.jpg");}

#work-3.current .block{
	height: 100%;
	opacity: 1; 
	/* background-image: url("../images/button/PLEM_Coverstory_Aug14-01_bw.png"), linear-gradient(-60deg, rgba(255, 210, 30, .5), rgba(255, 226, 57, .3), rgba(242, 239, 225, .2), rgba(242, 239, 225, .1), rgba(242, 239, 225, .1), rgba(242, 239, 225, .2), rgba(255, 226, 57, .3), rgba(255, 210, 30, .5)); */ }	
	

#work-5 .work{
	background-image: url("../images/button/SUCCESS_button_bw.png"), linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1) ); }

#work-5.current .work{
	background-image: url("../images/button/SUCCESS_button.jpg");}

#work-5.current .block{
	height: 100%;
	opacity: 1; 
	/* background-image: url("../images/button/SUCCESS_button_bw.png"), linear-gradient(-60deg, rgba(255, 210, 30, .8), rgba(255, 226, 57, .7), rgba(242, 239, 225, .6), rgba(242, 239, 225, .5), rgba(242, 239, 225, .5), rgba(242, 239, 225, .6), rgba(255, 226, 57, .7), rgba(255, 210, 30, .8)); */ }		
	
#work-9 .work{
	background-image: url(../images/button/NIV_button_bw.png), linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1) ); }

#work-9.current .work{
	background-image: url(../images/button/NIV_button.jpg);}

#work-9.current .block{
	height: 100%;
	opacity: 1; 
	/* background-image: url(../images/button/NIV02_bw.png), linear-gradient(-60deg, rgba(255, 210, 30, 1), rgba(255, 226, 57, .9), rgba(242, 239, 225, .8), rgba(242, 239, 225, .5), rgba(242, 239, 225, .5), rgba(242, 239, 225, .8), rgba(255, 226, 57, .9), rgba(255, 210, 30, 1));background-size: 300%!important; */}	
	
#work-8 .work{
	background-image: url(../images/button/Sewsweets-logo-web-landscape_bw.png), linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1) ); }

#work-8.current .work{
	background-image: url(../images/button/Sewsweets-logo-web-landscape.jpg);}

#work-8.current .block{
	height: 100%;
	opacity: 1; 
	/* background-image: url(../images/button/Sewsweets-logo-web-landscape_bw.png), linear-gradient(-60deg, rgba(255, 210, 30, .5), rgba(255, 226, 57, .3), rgba(242, 239, 225, .2), rgba(242, 239, 225, .1), rgba(242, 239, 225, .1), rgba(242, 239, 225, .2), rgba(255, 226, 57, .3), rgba(255, 210, 30, .5)); */ }	
		

#work-6 .work{
	background-image: url("../images/button/church_button_bw.png"), linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1) );}

#work-6.current .work{
	background-image: url("../images/button/church_button.jpg"); }

#work-6.current .block{
	height: 100%;
	opacity: 1; }
	/* background-image: url("../images/button/church_button_bw.png"), linear-gradient(-60deg, rgba(255, 210, 30, .5), rgba(255, 226, 57, .3), rgba(242, 239, 225, .2), rgba(242, 239, 225, .1), rgba(242, 239, 225, .1), rgba(242, 239, 225, .2), rgba(255, 226, 57, .3), rgba(255, 210, 30, .5));}*/
	
#work-7 .work{
	background-image: url("../images/button/redpocket_button_bw.png"), linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1));}

#work-7.current .work{
	background-image: url("../images/button/redpocket_button.jpg");}

#work-7.current .block{
	height: 100%;
	opacity: 1; }
	/* background-image: url("../images/button/button_bw.png"),  linear-gradient(-60deg, rgba(255, 210, 30, .5), rgba(255, 226, 57, .3), rgba(242, 239, 225, .2), rgba(242, 239, 225, .1), rgba(242, 239, 225, .1), rgba(242, 239, 225, .2), rgba(255, 226, 57, .3), rgba(255, 210, 30, .5)); background-size: 250%!important;}	*/
	

#work-4{z-index: 97;}

#work-5{z-index: 98;}
	
#work-6, #work-7{z-index: 99;}

#work-8, #work-9{z-index: 101;}

/*
.current .work{
	background-image: linear-gradient(-60deg, rgba(35, 35, 35, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(242, 239, 225, 1), rgba(35, 35, 35, 1) ); 
	}	
	
.col:hover .block, .col.current .block{
	height: 100%;
	opacity: 1; 
    background-image: linear-gradient(-60deg, rgba(255, 210, 30, 1), rgba(255, 226, 57, .9), rgba(242, 239, 225, .8), rgba(242, 239, 225, .5), rgba(242, 239, 225, .5), rgba(242, 239, 225, .8), rgba(255, 226, 57, .9), rgba(255, 210, 30, 1)); 
}
	*/
	
.block{
	display: block;
	position: absolute!important;
	height: 110%;
	bottom: 0; left: 0;
	top: 0; right: 0;
	margin: auto;
	opacity: 0;
	}

.title{
	display: block;
	background: rgba(255,226, 57, 1);
	height: auto;
	max-width: 70%;
	min-width: auto;
	position: absolute;
    bottom: 0px; left: 0;
	padding: 15px 15px 0 0;
	margin: auto;	
	box-shadow: 
		0px 0px 0px 0px rgba(0,0,0,1),
		1px 0px 0 0 rgba(255, 226, 57, 1),
		2px 0px 0 0 rgba(125, 125, 125, 1);
}

.block h3, .block h4{
	position: relative;
	height: auto;
	margin: auto;
	background: rgba(255,226, 57, 1);
	padding: 15px 15px 10px 15px;
	border: #000000 solid thin;
}

.block h3{
	font-size: calc( 1em + 1vw );
	color: #000000;
	bottom: 0;
}

.block h4{
	font-size: calc( .4em + .4vw);
	font-style: italic;
	letter-spacing: .05vw;
	color: #000000;
	bottom: 10px;
}

.current{
	border: rgba(255, 226, 57, 1) solid 15px;
	border-radius: 3px;
	transform: translate(-15px,-15px);
	box-shadow: 
		0 0 0 0 rgba(255,210,30,1), 
		1px 1px 0 0px rgba(255,210,30,1),
		2px 2px 0 0px rgba(125,125,125,1),
		3px 3px 0 0px rgba(255,210,30,1),
		4px 4px 0 0px rgb(125,125,125,1),
		5px 5px 0px 0px rgba(255,210,30,1),
		6px 6px 0px 0px rgba(125,125,125,1),
		7px 7px 0px 0px rgba(255,210,30,1),
		8px 8px 0px 0px rgba(125,125,125,1),
		9px 9px 0px 0px rgba(255,210,30,1),
		10px 10px 0px 0px rgba(125,125,125,1),
		11px 11px 0px 0px rgba(255,210,30,1),
		12px 12px 0px 0px rgba(125,125,125,1),
		13px 13px 0px 0px rgba(255,210,30,1),
		14px 14px 0px 0px rgba(125,125,125,1),
		15px 15px 0px 0px rgba(255,210,30,1);
}
/* headline common setup */
#headline{
	display: block;
	position: relative;
	margin-top: 0;
/*	box-shadow: 
		0 0 0 0 rgba(252, 249, 228, 1), 
		1px 1px 0 0px rgba(255,210,30,1),
		2px 2px 0 0px rgba(255,210,30,1),
		3px 3px 0 0px rgba(255,210,30,1),
		4px 4px 0 0px rgb(255,210,30,1),
		5px 5px 0px 0px rgba(255,210,30,1);	*/
}
	
#headline h3, #headline h1{
	
	font-weight: 700;
	display: block;
	position: absolute;
	height: auto;
	margin: 0;
	color: #000000;
	z-index: 600;
}
	
}

@media(min-width: 1200px){

/* header, header logo, and home icon */

#header {
	left: 43.5px;
	top: 45px;
	height: 120px;
	width: calc((5 * 100vw / 12) - 55.5px);  /*42.5px-8px(1/2 of bg-frame offset - padding from bootstrap)*/
	background-color: rgba(242, 239, 225, .9); 
}
	
.project-logo {
	/* left: 75px!important; */
	top: 50%;
	
	transform: translateY(-50%);
	width: calc( 100px * 5 / 3 );
	height: 100px;
	min-height: 100px;
}
	
	
.icon-close, .social_link_close, .icon-talk{
	display: none;  /*hide all close icon in lg screen size */
	}
	
/*home icon & functionality */
	
.icon-home{	
		float: right;
		top: 65px;
		right: 5px;
		
	}
	

.bg-frame {
	width: calc(100vw - 85px);
	height: calc(100vh - 85px);
}
	

/* wrap left-right columns with single div */
	
#project-scope {
	height: 100vh;
	width: calc(100vw - 90px)!important;
}

/*left and right column general setup*/
.pro-left, .pro-right {
	position: absolute;
	padding: 0!important;
}

/*left column setup */
.pro-left{
	z-index: 600;
	height: calc(100vh - 90px);
	}
	
.pro-right{
	height: calc(100vh - 90px);
	width: calc(100%);
	top: 50%;
	transform: translateY(-50%);
	}
	
.pro-left .wrap{
	height: calc(calc(100vh - 90px) - 70px);
    padding: 85px 0;
	overflow-y: auto;
	}

.project-info {
	border-right: rgba(255, 226, 57, 1) solid 5px;
	}

.project-info p, .proj-client p{
	font-family: 'Asap', sans-serif;
	font-weight: 400;
}

.project-info p {
  	font-size: calc( .5em + .5vw );
  	line-height: 1.9em;
	letter-spacing: .025em;
  	margin: 0 auto;
	text-align: left;
	width: 100%;
	min-width: 90%;
	padding-right: 15px;
}

.project-info p::first-letter {
	font-family: 'Asap', sans-serif;
  	color: #000000;
  	font-weight: 700;
  	float: left;
  	font-size: 6.8em;
  	margin: .05em .05em .05em 0;
}

.proj-client ul, .proj-client p {
	margin-top: 1em!important;
  	line-height: 1.8em;
	letter-spacing: 0em;
  	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.proj-client ul{
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	font-size: calc( .5em + .5vw );
	text-transform: uppercase;
}
	
.proj-client{
	padding: 0 0 30px 0;
	text-align: center;
	}
	
#headline{
	margin-top: 0; height: 35vh;
}

#headline h3, #headline h1{padding: 0px 15px 30px 15px;}	
	
#headline h3{
	font-size: 2.2vw;
	left: .5vw;
	letter-spacing: .225vw;
    bottom: 0;
}
	
#headline h1{
	font-size: 5.5vw;
	letter-spacing: .1vw;
	bottom: calc(1.8vw + 15px);	 
}

.navbar{
	position: fixed !important;
	z-index: 500;
	display: none;
}

.social_link{
	position: fixed;
	display: block;
	z-index: 400;
	padding: 0 !important;
	height: 100vh;
}

.social_link ul{
	position: absolute;
	bottom: 250px;
	left: 15px;
	transform: translate(0, 0);	
}

.social_link ul li, .page_scroller li{
	clear: both;
	text-align: center;
	display: block;
	height: 36px;
	width: 36px;
}
	
.social_link ul li{
	border-radius: 50%;
	border: #000000 4px solid;
	background-position: center;
	background-size: 125%;
	margin-bottom: 30px;
	background: rgba(252, 249, 228, 1);
	box-shadow: 
		0 0 0 0 rgba(252, 249, 228, 1), 
		-1px 1px 0 0px rgba(255,210,30,1),
		-2px 2px 0 0px rgba(255,210,30,1),
		-3px 3px 0 0px #000000,
		-4px 4px 0 0px #000000,
		-5px 5px 0 0px #000000;
}

.page_scroller li:nth-child(5), .icon-close{
		display: none;
	}	
	
.social_link ul li:last-child, .page_scroller li:last-child{
		margin-bottom: 0!important;
	}

.social_link li:hover{
	width: 36px;
	height: 36px;
	transform: translate(-5px, 5px);
	box-shadow: 0 0 0 0 #000000;
}
	
.social_link ul li:nth-child(3):hover {
	background-image: url(../images/SVG/social_icon-03.svg);
	background-size: cover;
	background-color: rgba(240, 41, 12, 1);
	}
	
.social_link ul li:nth-child(2):hover {
	background-image: url(../images/SVG/social_icon-01.svg);
	background-size: cover;
	background-color: rgba(0, 119, 181, 1);
	
	}
.social_link ul li:nth-child(1):hover {
	background-image: url(../images/SVG/social_icon-02.svg);
	background-size: cover;
	background-color: rgba(59, 89, 152, 1);
	}
	

.heading-label{
	display: table;
	width: 80%;
	min-width: auto;
	padding: 15px;
	background-color: rgba(255, 226, 57, 1);
	text-align: center;
	margin: auto;
	box-shadow:
		0px 1px 0 0px rgba(255, 226, 57, 1),
		1px 2px 0 0px rgba(0, 0, 0, 1);
}

	
.heading-label h4{
	display: table-cell;
	vertical-align: middle;
	color: #000000;
	font-family: 'Asap', sans-serif !important;
	font-weight: 700 !important;
	font-style: italic;
	font-size: calc( .6em + .5vw );	
	letter-spacing: 3pt;
}

.social_link .heading-label{
	height: 45px;
	width: 160px;
	display: table;
	padding: 0;
	position: absolute;
	transform-origin: left middle; 
	transform: rotate(-90deg);
	left: -55px;
	bottom: 150px;
	background: none!important; 
	box-shadow: none;
	border: none;

}

.social_link .heading-label h4{
	color: #000000;
	font-size: 1.1em;
	letter-spacing: 1pt;
}

.abcenter_child, .project_title h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
}
	
.wrap dl {
	margin-top: 5vh;
}
	
.section {
	padding: 1%;	
	height: 98%;
}

.section-label {
	position: fixed;
	right: 0;
	height: 100%;
	padding: 0!important;
	z-index: 1000;
}

.section-label .heading-label{
	width: auto;
	height: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	transform: translateY(-75%);
	top: 50%;
	background: none!important;
	box-shadow: none;
	
	
}

.section-label .heading-label h4{
	color: #000000;
	font-size: 1em;
	text-align: center;
	letter-spacing: 1pt;
	
}

.page_scroller{
	position: absolute;
	bottom: 50%;
	right: 14px;
	transform: translateY(50%);
}

}

@media(min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {


.bg-frame {
	width: calc(100vw - 30px);
	height: calc(100vh - 30px);
}

#header {
	left: 15px;
	top: 15px;
	height: 100px;
	width: calc((5 * 100vw / 12 ) - 17px);
	background-color: rgba(242, 239, 225, .9); 
	border-top-left-radius: 5px;

}
	
	
.project-logo {
	top: 50%; left: -10px;
	transform: translateY(-50%);
	width: calc( 75px * 5 / 3 );
	height: 75px;
	min-height: 75px;
}
	
.icon-home, .icon-talk{
		position: fixed;
		display: inline-block;
		height: 54px;
		top: 40px;
		bottom: 0;
	}

	.icon-home{
		right: 90px;
	}
	
	.icon-talk{
		right: 30px;
	}
	
	.icon-home .button{
		background: url(../images/SVG/control_icon-06.svg);
		background-size: cover;
		margin: auto;

	}
	
	.icon-talk .button{
		background: url(../images/SVG/control_icon-07.svg);
		background-size: cover;
		margin: auto;

	}

	
h1,h3,h4 {
	font-family: 'Asap', sans-serif !important;
	font-weight: 700 !important;
}
.proj-client, .project-info{
	display: inline-block;
	position: relative;
    padding: calc(.8em + 5vh) 0;
	float: none !important;
	height: auto;
	margin-bottom: 0;
	vertical-align: top;
	}

.project-info{
	margin-top: 0px;
	}
	
.proj-client {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 0px;	
    border-top: rgba(175, 175, 175, 1) solid thin;

}

.project-info p, .proj-client ul{
	font-family: 'Asap', sans-serif;
	font-weight: 400;
}

.project-info p {
  	font-size: calc( .8em + .5vh );
  	line-height: 1.7em;
	letter-spacing: .05em;
  	margin: auto;
	text-align: left;
	width: 100%;
	min-width: 90%;

}

.project-info p::first-letter {
	font-family: 'Asap', sans-serif;
  	color: #000000;
  	font-weight: 700;
  	float: left;
  	font-size: 5.6em;
  	padding: .05em .05em .05em 0em;
}


.proj-client ul {
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	margin-top: .8em!important;
	font-size: calc( .8em + .5vh );
  	line-height: 1.5em;
	letter-spacing: 0em;
  	margin: 0 auto;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}

#project-scope {
	height: 100vh;
	width: 100vw;
}

.pro-left, .pro-right {
	display: block;
	position: relative;
}
	
.pro-left{
	height: calc(100vh - 30px);
	left: 15px;
    overflow-y: hidden;
}
	
.pro-right{
	height: calc(100vh - 200px);
	margin: 100px 0;
}

.slide_down{
	top: 0;
}

.silde_up{
	top: -100vh;
}
	
.pro-left .wrap{
    height: calc(calc(100vh - 30px) - 60px);
    padding: 85px 0;
	min-height: 70vh!important;
    overflow-y: auto;
    overflow-x: hidden;
}
	

	
.navbar{
	position: fixed !important;
	z-index: 500;
	display: none;
}
	
.social_link{
	position: absolute;
	display: block;
	text-align: center;
	z-index: 1000;
	width: 100vw;
	left: -100vw;
	background-color: rgba(242, 239, 225, .8);
	padding: 0 !important;
	height: 100vh;
	-webkit-transition: 500ms linear;
    -moz-transition: 500ms linear;
    -o-transition: 500ms linear;
    -ms-transition: 500ms linear;
    transition: 500ms linear;
}

.slide_in{
	left: 0!important;
	}

.slide_out{
	left: -100vw!important;
	}

.social_link ul{
	position: absolute;
	left: 0; right: 0;
	margin: auto;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;		
	}
	
.social_link ul li{
	display: block;
	clear: both;
	width: 100%;
	height: calc( 100vh / 8 );
	margin: 10px auto;
	border-radius: 5px;
	border-top: #000000 solid thin;
	background-color: rgba(255, 226, 57, 1);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;	
}
	
.page_scroller li{
	display: inline-block;
	margin: auto 5px 0 5px; 
	text-align: center;
	height: 36px;
	width: 36px;
}
	
	
.social_link ul li:last-child, .page_scroller li:last-child{margin-bottom: 0!important;}

.social_link ul li:nth-child(2) {
	background-image: url(../images/SVG/social_icon-01.svg);
	background-color: rgba(0, 119, 181, 1);
}

.social_link ul li:nth-child(1) {
	background-image: url(../images/SVG/social_icon-02.svg);
	background-color: rgba(59, 89, 152, 1);
}

.social_link ul li:nth-child(3) {
	background-image: url(../images/SVG/social_icon-03.svg);
	background-color: rgba(240, 41, 12, 1);
}

.social_link li a, .page_scroller a{
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
	font-size: .5em;
}

.social_link li:hover{
	transform: translate(-5px, -5px);
}
	
.social_link ul li:nth-child(3):hover {
	background-image: url(../images/SVG/social_icon-03.svg);
	background-color: rgba(240, 41, 12, 1);
	}

	.social_link ul li:nth-child(2):hover {
	background-image: url(../images/SVG/social_icon-01.svg);
	background-color: rgba(0, 119, 181, 1);
	}

	.social_link ul li:nth-child(1):hover {
	background-image: url(../images/SVG/social_icon-02.svg);
	background-color: rgba(59, 89, 152, 1);
	}
	
.heading-label{
	display: table;
	width: 80%;
	min-width: auto;
	padding: 15px;
	background-color: rgba(255, 226, 57, 1);
	text-align: center;
	margin: auto;
	box-shadow:
		0px 1px 0 0px rgba(255, 226, 57, 1),
		1px 2px 0 0px rgba(0, 0, 0, 1);
}

	
.heading-label h4{
	display: table-cell;
	vertical-align: middle;
	color: #000000;
	font-family: 'Asap', sans-serif !important;
	font-weight: 700 !important;
	font-style: italic;
	font-size: calc( .8em + .5vh );	
	letter-spacing: 3pt;
}


.social_link .heading-label{
	position: relative;
	height: auto;
	padding: 15px 15px;
	top: 50px;
	width: auto;
	border: #000000 5px solid;
	background-color: rgba(252, 249, 228, 1);
	margin: auto;
	border-radius: 3px;
}

.social_link .heading-label h4{
	color: #000000;
	font-size: calc( 1em + .5vh );	
}

	
.section {
	height: 100%;
	width: calc(100% - 30px)!important;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: auto;
	padding: 30px 0;
}

.section-label {
	position: fixed;
	height: auto;
	z-index: 500;
	bottom: 15px;
	left: calc( 5 *  100vw / 12 ); right: 0;
	margin: auto;
	padding: 0!important;
}

.section-label .heading-label{display: none;}

.section-label .heading-label h4{
	color: #000000;
	font-size: 1em;
	left: 35px!important;
	}

.page_scroller{
	position: absolute;
	z-index: 1000;
	text-align: center;
	left: 0; right: 0; margin: auto;
	bottom: 0px;
	transform: translateY(0);
}
	
	
#work-6{
	float: auto;
	z-index: 99;
}

#work-8, #work-7{
	float: auto;
	z-index: 100;
}

.lg_vh60, .lg_vh30{
	height: calc(100% / 3)!important;}
	
.slide_bottom_down{
	bottom: -50vh;
	}
	
.slide_bottom_up{
	bottom: 15px;
}

.slide_header_down{
	top: 0!important;
	}
	
.slide_header_up{
	top: -50vh!important;
	}

.block h3{
	font-size: calc(1em + 1vw);
	color: #000000;
	bottom: 0;
}

.block h4{
	font-size: calc(.7em + .5vw);
	font-style: italic;
	letter-spacing: .1vw;
	color: #000000;
	bottom: 10px;
}
	
.col{ height: calc(100% * 2 / 3)!important; }
	
.current{ border: rgba(255, 226, 57, 1) solid 10px; }

	
	
#headline{
	margin-top: 0; height: 25vh;
}
	
#headline h3, #headline h1{padding: 0px 15px 30px 15px;}	
	
#headline h3{
	font-size: 3.4vw;
	left: .6vw;
	letter-spacing: .2vw;
	bottom: 0;	
}
	
#headline h1{
	font-size: 8vw;
	letter-spacing: .1vw;
	bottom: calc( 2.2vw + 15px);
  
}
	
.pro-left .icon-close, .page_scroller ul li:nth-child(5){display: none;}
	
.col.lg_vh30, .col.lg_vh60{ height: calc(100% * 4 / 7)!important; }
	
}

@media(min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {


.bg-frame {
	width: calc(100vw - 30px);
	height: calc(100vh - 30px);
}

.icon-home, .icon-talk{
	position: fixed;
	display: inline-block;
	height: 54px;
	top: 40px;
	bottom: 0;
	}

.icon-home{
	right: 90px;
	}
	
.icon-talk{
	right: 30px;
	}
	
#header {
	left: 15px;
	top: 15px;
	height: 100px;
	width: calc((5 * 100vw / 12 ) - 17px);
	background-color: rgba(242, 239, 225, .9); 
	border-top-left-radius: 5px;
}
	
	
.project-logo {
	top: 50%; left: -10px;
	transform: translateY(-50%);
	width: calc( 75px * 5 / 3 );
	height: 75px;
	min-height: 75px;
}

.proj-client, .project-info{
	display: inline-block;
	position: relative;
    padding: calc(.8em + 5vh) 0;
	float: none !important;
	height: auto;
	margin-bottom: 0;
	vertical-align: top;
	}

.project-info{
	margin-top: 0px;
	}
	
.proj-client {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 0px;	
    border-top: rgba(175, 175, 175, 1) solid thin;

}

.project-info p, .proj-client ul{
	font-family: 'Asap', sans-serif;
	font-weight: 400;
}

.project-info p {
  	font-size: calc( .8em + .5vh );
  	line-height: 1.7em;
	letter-spacing: .05em;
  	margin: 30px auto auto auto;
	text-align: left;
	width: 100%;
	min-width: 90%;
	padding-bottom: 30px;
}

.project-info p::first-letter {
	font-family: 'Asap', sans-serif;
  	color: #000000;
  	font-weight: 700;
  	float: left;
  	font-size: 5.6em;
  	padding: .05em .05em .05em 0em;
}


.proj-client ul {
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	margin-top: .8em!important;
	font-size: calc( .8em + .5vh );
  	line-height: 1.5em;
	letter-spacing: 0em;
  	margin: 0 auto;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}

#project-scope {
	height: 100vh;
	width: 100vw;
}

.pro-left, .pro-right {
	display: block;
	position: relative;
}
	
.pro-left{
	height: calc(100vh - 30px);
	left: 15px;
    overflow: hidden;
}
	
	.pro-right{
		height: calc(100vh - 150px);
		margin: 100px 0 50px 0;
	}

	.slide_down{
		top: 0;
	}

	.silde_up{
		top: -100vh;
	}
    
.pro-left .wrap{
    height: calc(calc(100vh - 30px) - 60px);
    padding: 85px 0;
	min-height: 70vh!important;
    overflow-y: auto;
    overflow-x: hidden;
}


	
.navbar{
	position: fixed !important;
	z-index: 500;
	display: none;
}
	
.social_link{
	position: absolute;
	display: block;
	text-align: center;
	z-index: 1000;
	width: 100vw;
	left: -100vw;
	background-color: rgba(242, 239, 225, .8);
	padding: 0 !important;
	height: 100vh;
	-webkit-transition: 500ms linear;
    -moz-transition: 500ms linear;
    -o-transition: 500ms linear;
    -ms-transition: 500ms linear;
    transition: 500ms linear;
}

.slide_in{
	left: 0!important;
	}

.slide_out{
	left: -100vw!important;
	}

.social_link ul{
	position: absolute;
	left: 0; right: 0;
	margin: auto;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;		
	}
	
.social_link ul li{
	display: block;
	clear: both;
	width: 100%;
	height: calc( 100vh / 8 );
	margin: 10px auto;
	border-radius: 5px;
	border-top: #000000 solid thin;
	background-color: rgba(255, 226, 57, 1);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	}
	
.page_scroller li{
	display: inline-block;
	margin: auto 5px 0 5px; 
	text-align: center;
	height: 36px;
	width: 36px;
}
	
	
.social_link ul li:last-child, .page_scroller li:last-child{margin-bottom: 0!important;}

	
.social_link ul li:nth-child(2) {
	background-image: url(../images/SVG/social_icon-01.svg);
	background-color: rgba(0, 119, 181, 1);
}

.social_link ul li:nth-child(1) {
	background-image: url(../images/SVG/social_icon-02.svg);
	background-color: rgba(59, 89, 152, 1);
}

.social_link ul li:nth-child(3) {
	background-image: url(../images/SVG/social_icon-03.svg);
	background-color: rgba(240, 41, 12, 1);
}

.social_link li a, .page_scroller a{
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
	font-size: .5em;
}

.social_link li:hover{
	transform: translate(-5px, -5px);
}
	
.social_link ul li:nth-child(3):hover {
	background-image: url(../images/SVG/social_icon-03.svg);
	background-color: rgba(240, 41, 12, 1);
	}

	.social_link ul li:nth-child(2):hover {
	background-image: url(../images/SVG/social_icon-01.svg);
	background-color: rgba(0, 119, 181, 1);
	}

	.social_link ul li:nth-child(1):hover {
	background-image: url(../images/SVG/social_icon-02.svg);
	background-color: rgba(59, 89, 152, 1);
	}


.heading-label{
	display: table;
	width: 80%;
	min-width: auto;
	padding: 15px;
	background-color: rgba(255, 226, 57, 1);
	text-align: center;
	margin: auto;
	box-shadow:
		0px 1px 0 0px rgba(255, 226, 57, 1),
		1px 2px 0 0px rgba(0, 0, 0, 1);
}

	
.heading-label h4{
	display: table-cell;
	vertical-align: middle;
	color: #000000;
	font-family: 'Asap', sans-serif !important;
	font-weight: 700 !important;
	font-style: italic;
	font-size: calc( .8em + .5vh );	
	letter-spacing: 3pt;
}


.social_link .heading-label{
	position: relative;
	height: auto;
	padding: 15px 15px;
	top: 50px;
	width: auto;
	border: #000000 5px solid;
	background-color: rgba(252, 249, 228, 1);
	margin: auto;
	border-radius: 3px;
}

.social_link .heading-label h4{
	color: #000000;
	font-size: calc( 1em + .5vh );	

}

	
.section {
	height: 100%;
	width: calc(100% - 30px)!important;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: auto;
	padding: 30px 0 15px 0;
}

.section-label {
	position: fixed;
	height: auto;
	z-index: 500;
	bottom: 15px;
	left: calc( 5 *  100vw / 12 ); right: 0;
	margin: auto;
	padding: 0!important;
}

.section-label .heading-label{
	display: none; 	
}

.section-label .heading-label h4{
	color: #000000;
	font-size: 1em;
	left: 35px!important;
	}

.page_scroller{
	position: absolute;
	z-index: 1000;
	text-align: center;
	left: 0; right: 0; margin: auto;
	bottom: 0px;
	transform: translateY(0);
}
	
	
#work-6{
	float: auto;
	z-index: 99;
}

#work-8, #work-7{
	float: auto;
	z-index: 100;
}



	.lg_vh60, .lg_vh30{
		height: calc(100% / 3)!important;
		
	}
	.slide_bottom_down{
		bottom: -50vh;
	}
	
	.slide_bottom_up{
		bottom: 15px;
	}
	.slide_header_down{
		top: 0!important;
	}
	
	.slide_header_up{
		top: -50vh!important;
	}

.block h3{
	font-size: 2.5vw;
	color: #000000;
	bottom: 0;
}

.block h4{
	font-size: 1.5vw;
	font-style: italic;
	letter-spacing: .1vw;
	color: #000000;
	bottom: 10px;
}
	
.col{ height: calc(100% * 2 / 3)!important; }
	
.current{ border: rgba(255, 226, 57, 1) solid 10px;}

/*	
#headline{
	margin-top: 100px;
	padding: 55px 20px 25px 20px;
/*	border: rgba(255, 226, 57, 1) solid 10px;
}

#headline h3, #headline h1{padding: 0 10px 0 10px ;}	
	
#headline h3{
	font-size: 1.8vw;
	letter-spacing: .425vw;
	padding-top: 10px;
}
	
#headline h1{
	font-size: 5.4vw;
	letter-spacing: .375vw;
	bottom: 0;	 
}
    */
    
#headline{
	margin-top: 100px; height: 25vh;
}
	
#headline h3, #headline h1{padding: 0px 15px 30px 15px;}	
	
#headline h3{
	font-size: 3.3vw;
	left: .6vw;
	letter-spacing: .33vw;
    bottom: 0;
}
	
#headline h1{
	font-size: 8vw;
	letter-spacing: .2vw;
	bottom: calc(3vw + 15px);	 
}

.pro-left .icon-close, .page_scroller ul li:nth-child(5){display: none;}
	
.col.lg_vh30, .col.lg_vh60{ height: inherit!important; }
}

@media(min-width: 1px) and (max-width: 767px) and (orientation: portrait) {


.bg-frame {
	width: calc(100vw - 30px);
	height: calc(100vh - 30px);
	
}

#header {width: calc( 100vw - 30px); height: 80px; left: 0; right: 0; margin: auto; top: 15px; background: rgba(252, 249, 228, 1); border-radius: 5px 5px 0 0;
}
	
.project-logo {
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: calc( 65px * 5 / 3 );
	height: 65px;
	min-height: 60px;
}
	
.icon-home, .icon-talk{
		position: fixed;
		display: inline-block;
		height: 54px;
		top: 40px;
		bottom: 0;
	}

	.icon-home{
		right: 80px;
	}
	
	.icon-talk{
		right: 30px;
	}
	
	.icon-home .button{
		background: url(../images/SVG/control_icon-06.svg);
		background-size: cover;
		margin: auto;

	}
	
	.icon-talk .button{
		background: url(../images/SVG/control_icon-07.svg);
		background-size: cover;
		margin: auto;

	}
	
	.icon-home h4, .icon-talk h4{
		display: none;		
	}
	

.project-info p, .proj-client p{
	font-family: 'Asap', sans-serif;
	font-weight: 400;
}

.project-info p {
  	font-size: calc(1em + .5vw);
  	line-height: 1.7em;
	letter-spacing: .05em;
  	margin: 30px auto auto auto;
	text-align: left;
	width: 100%;
	min-width: 90%;
	padding-bottom: 30px;
	border-bottom: #000000 solid thin;
}

.project-info p::first-letter {
	font-family: 'Asap', sans-serif;
  	color: #000000;
  	font-weight: 700;
  	float: left;
  	font-size: 5.6em;
  	padding: .05em .05em .05em 0em;
}

.proj-client ul{
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	margin-top: .8em!important;
	font-size: calc(.9em + .5vw);
  	line-height: calc(1.5em + .5vw);
	letter-spacing: 0em;
  	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#project-scope {
	height: 100vh;
	width: 100vw;
}

.pro-left, .pro-right {
	display: block;
	clear: both;
	height: calc(100vh);
	transform: translateY(0);
	padding: 0!important;

}
	
.pro-left{
	top: -100vh;
	position: absolute!important;
	z-index: 1000!important;
}

	.slide_down{
		top: 0;
	}

	.silde_up{
		top: -100vh;
	}
	
.pro-right{
	position: absolute;
	height: calc( 100vh - 160px);
	margin: 100px 0 60px 0;
}
	
.pro-left .wrap{
/*	padding-top: 10px; */
	}

.proj-client-bl{
	display: inline-block;
	position: relative;
	width: auto;
	margin: 0 auto auto auto;	
	vertical-align: top;
	}
	
.proj-client {
	padding: 0 0 15px 0;
	text-align: center;
	}

.navbar{
	position: fixed !important;
	z-index: 500;
	display: none;
}

.social_link{
	position: absolute;
	display: block;
	text-align: center;
	z-index: 1000;
	width: 100vw;
	left: -100vw;
	background-color: rgba(242, 239, 225, .8);
	padding: 0 !important;
	height: 100vh;
	transition: ease-in-out 500ms;
}

.slide_in{
	left: 0!important;
	}

.slide_out{
	left: -100vw!important;
	}

.social_link ul{
		position: absolute;
		left: 0; right: 0;
		margin: auto;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		width: 80%;		
	}
	
.social_link ul li{
	display: block;
	clear: both;
	width: 100%;
	height: 50px;
	margin: 10px auto;
	border-radius: 5px;
	border-top: #000000 solid thin;
	background-color: rgba(255, 226, 57, 1);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	}
	
.page_scroller li{
	display: inline-block;
	margin: auto 5px 0 5px; 
	text-align: center;
	height: 36px;
	width: 36px;
}
	
.social_link ul li:last-child, .page_scroller li:last-child{margin-bottom: 0!important;}
	
.social_link ul li:nth-child(2) {
	background-image: url(../images/SVG/social_icon-01.svg);
	background-color: rgba(0, 119, 181, 1);
}

.social_link ul li:nth-child(1) {
	background-image: url(../images/SVG/social_icon-02.svg);
	background-color: rgba(59, 89, 152, 1);
}

.social_link ul li:nth-child(3) {
	background-image: url(../images/SVG/social_icon-03.svg);
	background-color: rgba(240, 41, 12, 1);
}

.social_link li a, .page_scroller a{
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
	font-size: .5em;
}

.social_link li:hover{
	transform: translate(-5px, -5px);
}
	
.social_link ul li:nth-child(3):hover {
	background-image: url(../images/SVG/social_icon-03.svg);
	background-color: rgba(240, 41, 12, 1);
	}

.social_link ul li:nth-child(2):hover {
	background-image: url(../images/SVG/social_icon-01.svg);
	background-color: rgba(0, 119, 181, 1);
	}

.social_link ul li:nth-child(1):hover {
	background-image: url(../images/SVG/social_icon-02.svg);
	background-color: rgba(59, 89, 152, 1);
	}

.heading-label{
	display: table;
	width: 80%;
	min-width: auto;
	padding: 15px;
	background-color: rgba(255, 226, 57, 1);
	text-align: center;
	margin: auto;
	box-shadow:
		0px 1px 0 0px rgba(255, 226, 57, 1),
		1px 2px 0 0px rgba(0, 0, 0, 1);
}

	
.heading-label h4{
	display: table-cell;
	vertical-align: middle;
	color: #000000;
	font-family: 'Asap', sans-serif !important;
	font-weight: 700 !important;
	font-style: italic;
	font-size: calc( .8em + .5vh );	
	letter-spacing: 3pt;
}

	
	
.social_link .heading-label{
	position: relative;
	height: auto;
	padding: 15px 15px;
	top: 50px;
	width: auto;
	border: #000000 5px solid;
	background-color: rgba(252, 249, 228, 1);
	margin: auto;
	border-radius: 3px;
}

.social_link .heading-label h4{
	color: #000000;
	font-size: calc( 1em + .5vh );	

}
	
.section {
	height: 100%;
	padding: 15px 0;
		/*overflow-y: hidden!important;*/

}

.section-label {
	position: fixed;
	height: auto;
	z-index: 500;
	bottom: 15px;
	left: 0; right: 0;
	margin: auto;
	padding: 0!important;
}

.section-label .heading-label{
	display: none; 
	
}

.section-label .heading-label h4{
	color: #000000;
	font-size: 1em;
	left: 35px!important;
	}

.page_scroller{
	position: absolute;
	z-index: 1000;
	text-align: center;
	left: 0; right: 0; margin: auto;
	bottom: 0px;
	transform: translateY(0);
}
	
#work-6{
	float: auto;
	z-index: 99;
}

#work-7, #work-8{
	float: auto;
	z-index: 100;
}

	.lg_vh60, .lg_vh30{
		height: calc(100% / 3)!important;
		
	}
	.slide_bottom_down{
		bottom: -50vh;
	}
	
	.slide_bottom_up{
		bottom: 15px;
	}
	.slide_header_down{
		top: 0!important;
	}
	
	.slide_header_up{
		top: -50vh!important;
	}

.col{
	height: calc(100% * 2 / 3)!important;
	}
	

.current{
	border: rgba(255, 226, 57, 1) solid 10px;
	}

/*	
#headline{
	margin-top: 100px;
	padding: 25px 30px;
	/*border: rgba(255, 226, 57, 1) solid 10px;
}

#headline h3, #headline h1{padding: 0 10px 0 10px ;}	
	
#headline h3{
	font-size: 4vw;
	letter-spacing: .425vw;
	padding-top: 10px;
}
	
#headline h1{
	font-size: 13vw;
	letter-spacing: .375vw;
	bottom: 0;	 
}	
*/

#headline{
	margin-top: 80px; height: 20vh;
}
	
#headline h3, #headline h1{padding: 0px 15px 30px 15px;}	
	
#headline h3{
	font-size: 6.5vw;
	left: 1vw;
	letter-spacing: .8vw;
    bottom: 0;
}
	
#headline h1{
	font-size: 17vw;
	letter-spacing: .1vw;
	bottom: calc(3vw + 15px); 
}   

    
.block h3{
	font-size: calc(1.8em + .5vw);
	color: #000000;
	bottom: 0;
}

.block h4{
	font-size: calc(.75em + .5vw);
	font-style: italic;
	letter-spacing: .1vw;
	color: #000000;
	bottom: 10px;
}
	
}

@media(min-width: 1px) and (max-width: 767px) and (orientation: landscape){


.bg-frame {
	width: calc(100vw - 30px);
	height: calc(100vh - 30px);
}

#header {width: calc( 100vw - 30px); height: 80px; left: 0; right: 0; margin: auto; top: 15px; background: rgba(252, 249, 228, 1); border-radius: 5px 5px 0 0; 
}	
	
.project-logo {
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: calc( 65px * 5 / 3 );
	height: 65px;
	min-height: 60px;
}
		
.icon-home, .icon-talk{
		position: fixed;
		display: inline-block;
		height: 54px;
		top: 40px;
		bottom: 0;
	}

	.icon-home{
		right: 80px;
	}
	
	.icon-talk{
		right: 30px;
	}
	
	.icon-home .button{
		background: url(../images/SVG/control_icon-06.svg);
		background-size: cover;
		margin: auto;

	}
	
	.icon-talk .button{
		background: url(../images/SVG/control_icon-07.svg);
		background-size: cover;
		margin: auto;

	}
	
	.icon-home h4, .icon-talk h4{
		display: none;		
	}
	

.project-info p, .proj-client p{
	font-family: 'Asap', sans-serif;
	font-weight: 400;
}

.project-info p {
  	font-size: calc(1em + .5vw);
  	line-height: 1.7em;
	letter-spacing: .05em;
  	margin: 30px auto auto auto;
	text-align: left;
	width: 100%;
	min-width: 90%;
	padding-bottom: 30px;
	border-bottom: #000000 solid thin;
}

.project-info p::first-letter {
	font-family: 'Asap', sans-serif;
  	color: #000000;
  	font-weight: 700;
  	float: left;
  	font-size: 5.6em;
  	padding: .05em .05em .05em 0em;
}

.proj-client ul{
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	margin-top: .8em!important;
	font-size: calc(.9em + .5vw);
  	line-height: calc(1.5em + .5vw);
	letter-spacing: 0em;
  	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#project-scope {
	height: 100vh;
	width: 100vw;
}	
	
.pro-left, .pro-right {
	display: block;
	clear: both;
	height: calc(100vh);
	transform: translateY(0);
	padding: 0!important;

}
	
.pro-left{
	top: -100vh;
	position: absolute!important;
	z-index: 1000!important;
}

.pro-left .wrap{
}
    
	.slide_down{
		top: 0;
	}

	.silde_up{
		top: -100vh;
	}
	
.pro-right{
	position: absolute;
	height: calc(100% - 160px);
	margin: 100px 0 60px 0;
}

.proj-client-bl{
	display: inline-block;
	position: relative;
	width: auto;
	margin: 0 auto auto auto;	
	vertical-align: top;
	}
	
.proj-client {
	padding: 0 0 15px 0;
	text-align: center;
	}
	
.navbar{
	position: fixed !important;
	z-index: 500;
	display: none;
}

.social_link{
	position: absolute;
	display: block;
	text-align: center;
	z-index: 1000;
	width: 100vw;
	left: -100vw;
	background-color: rgba(242, 239, 225, .8);
	padding: 0 !important;
	height: 100vh;
	transition: ease-in-out 500ms;
}

.slide_in{
	left: 0!important;
	}

.slide_out{
	left: -100vw!important;
	}

.social_link ul{
		position: absolute;
		left: 0; right: 0;
		margin: auto;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		width: 80%;		
	}
	
.social_link ul li{
	display: block;
	clear: both;
	width: 100%;
	height: 50px;
	margin: 10px auto;
	border-radius: 5px;
	border-top: #000000 solid thin;
	background-color: rgba(255, 226, 57, 1);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	}
	
.page_scroller li{
	display: inline-block;
	margin: auto 5px 0 5px; 
	text-align: center;
	height: 36px;
	width: 36px;
}
	
	
.social_link ul li:last-child, .page_scroller li:last-child{margin-bottom: 0!important;}

	
.social_link ul li:nth-child(2) {
	background-image: url(../images/SVG/social_icon-01.svg);
	background-color: rgba(0, 119, 181, 1);
}

.social_link ul li:nth-child(1) {
	background-image: url(../images/SVG/social_icon-02.svg);
	background-color: rgba(59, 89, 152, 1);
}

.social_link ul li:nth-child(3) {
	background-image: url(../images/SVG/social_icon-03.svg);
	background-color: rgba(240, 41, 12, 1);
}

.social_link li a, .page_scroller a{
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
	font-size: .5em;
}

.social_link li:hover{
	transform: translate(-5px, -5px);
}
	
.social_link ul li:nth-child(3):hover {
	background-image: url(../images/SVG/social_icon-03.svg);
	background-color: rgba(240, 41, 12, 1);
	}

.social_link ul li:nth-child(2):hover {
	background-image: url(../images/SVG/social_icon-01.svg);
	background-color: rgba(0, 119, 181, 1);
	}

.social_link ul li:nth-child(1):hover {
	background-image: url(../images/SVG/social_icon-02.svg);
	background-color: rgba(59, 89, 152, 1);
	}

.heading-label{
	display: table;
	width: 80%;
	min-width: auto;
	padding: 15px;
	background-color: rgba(255, 226, 57, 1);
	text-align: center;
	margin: auto;
	box-shadow:
		0px 1px 0 0px rgba(255, 226, 57, 1),
		1px 2px 0 0px rgba(0, 0, 0, 1);
}

	
.heading-label h4{
	display: table-cell;
	vertical-align: middle;
	color: #000000;
	font-family: 'Asap', sans-serif !important;
	font-weight: 700 !important;
	font-style: italic;
	font-size: calc( .8em + .5vh );	
	letter-spacing: 3pt;
}

.social_link .heading-label{
	position: relative;
	height: auto;
	padding: 15px 15px;
	top: 50px;
	width: auto;
	border: #000000 5px solid;
	background-color: rgba(252, 249, 228, 1);
	margin: auto;
	border-radius: 3px;
}

.social_link .heading-label h4{
	color: #000000;
	font-size: calc( 1em + .5vh );	

}

.section {
	height: 100%;
	padding: 15px 0;
}

.section-label {
	position: fixed;
	height: auto;
	z-index: 500;
	bottom: 15px;
	left: 0; right: 0;
	margin: auto;
	padding: 0!important;
}

.section-label .heading-label{
	display: none; 
	
}

.section-label .heading-label h4{
	color: #000000;
	font-size: 1em;
	left: 35px!important;
	}

.page_scroller{
	position: absolute;
	z-index: 1000;
	text-align: center;
	left: 0; right: 0; margin: auto;
	bottom: 0px;
	transform: translateY(0);
}
	
#work-5{
	float: auto;
	z-index: 99;
}

#work-6, #work-7{
	float: auto;
}

	.lg_vh60, .lg_vh30{
		height: calc(100% / 3)!important;
		
	}
	.slide_bottom_down{
		bottom: -50vh;
	}
	
	.slide_bottom_up{
		bottom: 15px;
	}
	.slide_header_down{
		top: 0!important;
	}
	
	.slide_header_up{
		top: -50vh!important;
	}


.col{
	height: calc(100%)!important;
	}
	

.current{
	border: rgba(255, 226, 57, 1) solid 10px;
	}

/*	
#headline{
	margin-top: 100px;
	padding: 25px 30px;

/*	border: rgba(255, 226, 57, 1) solid 10px; 
}

#headline h3, #headline h1{padding: 0 10px 0 10px ;}	
	
#headline h3{
	font-size: 4vw;
	letter-spacing: .425vw;
	padding-top: 10px;
}
	
#headline h1{
	font-size: 13vw;
	letter-spacing: .375vw;
	bottom: 0;	 
}	
*/

#headline{
	margin-top: 80px; height: 40vh;
}
	
#headline h3, #headline h1{padding: 0px 15px 30px 15px;}	
	
#headline h3{
	font-size: 6vw;
	left: 1vw;
	letter-spacing: .6vw;
    bottom: 0;
}
	
#headline h1{
	font-size: 15vw;
	letter-spacing: .1vw;
	bottom: calc(3vw + 15px); 
}  

.block h3{
	font-size: calc( 1.8em + .5vw);
	color: #000000;
	bottom: 0;
}

.block h4{
	font-size: calc( .8em + .5vw);
	font-style: italic;
	letter-spacing: .1vw;
	color: #000000;
	bottom: 10px;
}
	
}

/*unused css */
