/*@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 {

/*
	.modal{
		padding-left: 0!important;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	
	img.imagepreview{

	max-width: 80vw;
	
	}
	
	.modal-header, .modal-footer{
		border: none!important;
		padding: none!important;
	}
	
	.modal-dialog{
		margin: auto!important;
	}
	.modal-full {
    min-width: 100%;
    margin: 0;
}

	.modal-full .modal-content {
    min-height: 100vh;
}
	.modal-content{
		border: none!important;
		position: fixed;
		top: 0; bottom: 0; left: 0; right: 0;
		margin: auto;
		background-color: rgba(	0, 0, 0, .8)!important;
		box-shadow: none!important;
	}
	
	.modal-body{
		text-align: center;
	}
	
	*/
.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: 300px;
	height: 150px;
	min-height: 75px;
	background-image: url(../images/SVG/new_tommy_logo.svg);
	background-size: cover;
	}
	
.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: 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;
}

.bg-frame {
	position: fixed;
	display: block;
	background-color: 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;
	}

#header, .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;
	/*bottom: 0; */
	}

.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: hidden;
 	background-color: 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;
	}

.project-info a{
	color: #000000!important;
	font-family: 'Asap', sans-serif !important;
	font-weight: 700 !important;
	font-size: calc(.4em + .4vw);
	text-transform: uppercase;
	
	}
	
.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;
	}	

/*	.disclaimer p{
		position: absolute;
		height: auto;
		width: 100%;
		display: block;
		top: 50%; left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}*/
	
.section {
	position: relative;
	height: 100%;
	max-width: 100%;
	padding: 0!important;
	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);
	}
	
	.no_shadow img{
		box-shadow: none!important;
	}	

/* remove project box shadow on image_holder; only for images with pre-applied drop shadow */	
/*#niv-1.image_holder img, #niv-2.image_holder img, #niv-3.image_holder img, #niv-4.image_holder img, #niv-5.image_holder img, #niv-6.image_holder img, #niv-7.image_holder img , #sewsweets-3.image_holder img, #roller-2.image_holder img, #redpocket-1.image_holder img, #redpocket-2.image_holder img, #redpocket-3.image_holder img, #redpocket-4.image_holder img{
  	box-shadow: 12px 12px 12px rgba(0, 0, 0, 0)!important;
	}
	*/
	
	
.proj-label{
	position: absolute;
	width: auto;
	height: auto;
	padding: 15px;
	transform-origin: bottom right;
	transform: rotate(90deg) translateY(50%) translateX(50%);
	right: 30px;
	bottom: 50%;
	color: #000000;
	font-family: 'Asap', sans-serif !important;
	font-weight: 600 !important;
	font-style: italic;
	font-size: calc(.5em + .5vw);
	letter-spacing: .1em;
	text-transform: uppercase;
	/*border: #000000 4px solid;
	border-radius: 3px;
	background-color: rgba(255, 226, 57, 1)!important;
	box-shadow: 
		1px 1px 0 0px rgba(252, 249, 228, 1),
		2px 2px 0 0px rgba(252, 249, 228, 1),
		3px 3px 0 0px #000000,
		4px 4px 0 0px #000000,
		5px 5px 0 0px #000000;*/
	-webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
	opacity: 0;}

	.current .proj-label{
		opacity: 1;
	}
/*	.image_holder img:hover + .proj-label{
	opacity: 1;
	} */
	
.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 ease-in-out;
	-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;
}

.work, .workhover, .block{
	background-size: cover!important;
	background-position: center!important;
}

#work-1 .work{
	background-image: url(../images/PBP2016/PBP_Vancouver_Event_Brochure_Inside.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/PBP2016/PBP_Vancouver_Event_Brochure_Inside.jpg), 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 .block{
	height: 100%;
	opacity: 1; 
	background-image: url(../images/PBP2016/PBP_Vancouver_Event_Brochure_Inside.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));}


#work-6{
	float: right!important;
	z-index: 101;
}

#work-8, #work-7{
	float: left!important;
	z-index: 99;
}

.col:hover .block, .col.current .block{
	height: 100%;
	opacity: 1; 
    background-image: url(../images/PLEM/PLEM_Coverstory_Aug14-01_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)); 
}

.block{
	display: block;
	position: absolute!important;
	height: 110%;
	bottom: 0; left: 0;
	top: 0; right: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
	}

.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{
	
}
/* headline common setup */
#headline{
	display: block;
	position: relative;
	height: auto;
	margin-top: 0 ;
	padding: 55px 15px 25px 15px;
	/*padding: 40px 25px 20px 25px; */
	/*border: rgba(255, 226, 57, 1) solid 15px;*/
	/*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{
	display: block;
	position: absolute;
	height: auto;
	width: auto;
	margin: 0;
	color: #000000;
	font-weight: 700;
}		
	
}

@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;
    overflow-x: hidden;
	}    
/*	
.pro-left .wrap{
	height: 90%;
	padding-top: 85px;
	padding-bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	}
*/

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

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

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

.proj-client ul{
	font-size: calc( .3em + .5vw );
	line-height: 1.7em;
	letter-spacing: 0em;
}
	
.proj-client p {
	font-size: calc(.3em + .5vw); 
  	line-height: 1.5em;
	letter-spacing: 0em;
}

.proj-client ul, .proj-client p{
	font-family: 'Asap', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 1em!important;
  	margin: 0 auto;
	text-align: center;
	width: 100%;
}
	
.proj-client{
	padding: 0 0 30px 0;
	text-align: center;
	border-left: rgba(255, 226, 57, 1) solid 5px;
	}
	
#headline{
	margin-top: 0;
    height: 35vh;
	/*padding: 40px 25px 20px 25px;*/
	/*border: rgba(255, 226, 57, 1) solid 15px;*/
}

#headline h3, #headline h1{padding: 0 15px 30px 15px ;}	
	
#headline h3{
	font-size: 1.5vw;
	letter-spacing: .425vw;
    bottom: calc(3vw + 15px);
}
	
#headline h1{
	font-size: 3.5vw;
	letter-spacing: .05vw;
	bottom: 0;	 
}

/*control h1 size in headline with class comp-head (add .comp-head to headline if headline contains h3)*/	
	.comp-head h1{
		font-size: 3vw!important;
		letterspacing: .05vw;
		bottom: 0;
	}
	
    .comp-head h3{
        width: 100%!important; clear: both; margin: 0!important;
        bottom: auto!important;
        border: #000000 solid thin;
    }
	
.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: 10px 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( .5em + .5vw );	
	letter-spacing: 2pt;
}

.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-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 ) - 15px);
}
	
	
.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;
	float: none !important;
	height: auto;
	margin-top: 50px!important;
	margin-bottom: 0;
	vertical-align: top;
	}

.proj-client {
	text-align: center;
	border-left: rgba(255,210,30,1) solid 5px;
	margin-bottom: 50px;
	margin-left: calc(100vw / 24);
	
	
}

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

.project-info p {
  	font-size: calc( .8em + .5vh );
  	line-height: 1.6em;
	letter-spacing: .05em;
  	margin: auto;
	text-align: left;
	padding-bottom: 30px;
	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;
	line-height: 0.6em;
	padding: .05em .05em .05em 0em;
}


.proj-client ul, .proj-client p{
	font-family: 'Asap', sans-serif;
	font-weight: 500;
	margin-top: .8em!important;
	font-size: calc( .6em + .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;
	clear: both;
	padding: 0!important;

}
	
.pro-left{
	top: -100vh;
	height: calc(100vh);
	transform: translateY(0);
	position: absolute!important;
	z-index: 1000!important;
    overflow-y: auto;
}
	
.pro-right{
	height: calc(100vh - 200px );
	top: 50%;
	transform: translateY(-50%);
}
	

.slide_down{
	top: 0;
}

.silde_up{
	top: -100vh;
}
	
	
.pro-left .wrap{
	height: auto;
	padding: 0 calc(100vw /12);
	}
	

	
.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: 10px 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-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-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; }

/*	
#headline{
	margin-top: 100px;
	padding: 55px 20px 25px 20px;
}
	
#headline h3{
	font-size: 1.5vw;
	letter-spacing: .425vw;
}
	
#headline h1{
	font-size: 5.4vw;
	letter-spacing: .05vw;
	bottom: 0;	 
}*/

#headline{
	margin-top: 100px; height: 25vh;
}
	
#headline h3, #headline h1{padding: 0px 15px 30px 15px;}	
	
#headline h3{
	font-size: 2.2vw;
	letter-spacing: .425vw;
    bottom: calc(6.2vw + 15px);
}
	
#headline h1{
	font-size: 6.2vw;
	letter-spacing: .375vw;
	bottom: 0;	 
}
	
.comp-head h1{
	font-size: 5vw!important;
	letterspacing: .05vw;
	bottom: 0;
	padding-top: 0px!important;
	}
		
.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 ) - 15px);
}
	
.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;
	float: none !important;
	height: auto;
	margin-top: 50px!important;
	margin-bottom: 0;
	vertical-align: top;
	}

.proj-client {
	text-align: center;
	border-left: rgba(255,210,30,1) solid 5px; 
	margin-bottom: 50px;
	margin-left: calc(100vw / 24);
}

.project-info p{
	font-family: 'Asap', sans-serif;
	font-weight: 400;
  	font-size: calc( .8em + .5vh );
  	line-height: 1.6em;
	letter-spacing: .05em;
  	margin: auto;
	padding-bottom: 30px;
	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;
	line-height: 0.6em;
	padding: .05em .05em .05em 0em;
	}


.proj-client ul, .proj-client p{
	font-family: 'Asap', sans-serif;
	font-weight: 500;
	margin-top: .8em!important;
	font-size: calc( .6em + .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;
	clear: both;
	padding: 0!important;

}
	
.pro-left{
	top: -100vh;
	height: calc(100vh);
	transform: translateY(0);
	position: absolute!important;
	z-index: 1000!important;
    overflow-y: auto;
}
	
.pro-right{
	height: calc( 100vh - 90px );
	top: 50%;
	transform: translateY(-50%);
}
	
	.slide_down{
		top: 0;
	}

	.silde_up{
		top: -100vh;
	}
	
.pro-left .wrap{
	height: auto;
	padding: 0 calc(100vw /12);

	}
	
.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: 10px 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-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-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; }
	
/*
	
#headline{
	margin-top: 100px;
	padding: 55px 20px 25px 20px;
	box-shadow: none!important;
	border: none!important;
	/*border: rgba(255, 226, 57, 1) solid 10px; 
}

	
#headline h3{
	font-size: 2vw;
	letter-spacing: .425vw;
}
	
#headline h1{
	font-size: 5.4vw;
	letter-spacing: .375vw;
	bottom: 0;	 
}
    */
    
#headline{
	margin-top: 100px; height: 25vh; padding-top: 30px;
}
	
#headline h3, #headline h1{padding: 0px 15px 30px 15px;}	
	
#headline h3{
	font-size: 2.2vw;
	letter-spacing: .425vw;
    bottom: calc(6.2vw + 15px);
}
	
#headline h1{
	font-size: 6.2vw;
	letter-spacing: .375vw;
	bottom: 0;	 
}

/*control only comp-head html headline h1 size */	
	.comp-head h1{
		font-size: 5vw!important;
		letterspacing: .05vw;
		bottom: 0;
		padding-top: 0px!important;
	}	
	
.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; 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{
	font-family: 'Asap', sans-serif;
	font-weight: 400;
}

.project-info p {
  	font-size: calc(1em + .5vw);
  	line-height: 1.6em;
	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;
	line-height: 0.6em;
  	padding: .05em .05em .05em 0em;
}

.proj-client ul, .proj-client p{
	font-family: 'Asap', sans-serif;
	font-weight: 500;
	margin-top: .8em!important;
	font-size: calc(.6em + .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;
    overflow-y: auto;
}

	.slide_down{
		top: 0;
	}

	.silde_up{
		top: -100vh;
	}
	
.pro-right{
	position: absolute;
	height: calc( 100vh - 100px);
	margin: 50px 0 50px 0;
}
	
.pro-left .wrap{
	height: auto;
  
	}

.project-info, .proj-client{position: relative;}

.project-info {z-index: 600;}	
	
.proj-client-bl{
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto auto auto;	
	vertical-align: top;
	}
	
.proj-client {
	padding: 0 0 15px 0;
	text-align: center;
	z-index: 500;
	}

.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: 10px 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-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;
	}

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

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

#headline{
	margin-top: 0px; height: 40vh;
}
	
#headline h3, #headline h1{padding: 30px 15px 30px 15px;}	
	
#headline h3{
	font-size: 5vw;
	letter-spacing: .425vw;
    bottom: calc(10vw + 10px);
}
	
#headline h1{
	font-size: 10vw;
	letter-spacing: .375vw;
	bottom: 0;	 
} 
    
.comp-head h1{
    font-size: 9vw!important;
    letterspacing: .05vw;
    bottom: 0!important;
    padding-top: 0px!important;
}	

.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; 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{
	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;
	line-height: 0.6em;
  	padding: .05em .05em .05em 0em;
}

.proj-client ul, .proj-client p{
	font-family: 'Asap', sans-serif;
	font-weight: 500;
	margin-top: .8em!important;
	font-size: calc(.6em + .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;
    overflow-y: auto;
}

	.slide_down{
		top: 0;
	}

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

.project-info, .proj-client{position: relative;}	

.project-info {z-index: 600;}

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

	
.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: 10px 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-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;
	}

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

	
#headline h3{
	font-size: 4vw;
	letter-spacing: .425vw;
	padding-top: 10px;
}
	
#headline h1{
	font-size: 8vw;
	letter-spacing: .375vw;
	bottom: 0;	 
}	
*/
    
#headline{
	margin-top: 0px; height: 40vh;
}
	
#headline h3, #headline h1{padding: 0px 15px 30px 15px;}	
	
#headline h3{
	font-size: 4vw;
	letter-spacing: .425vw;
    bottom: calc(8vw + 10px);
}
	
#headline h1{
	font-size: 8vw;
	letter-spacing: .375vw;
	bottom: 0;	 
}  
    
.comp-head h1{
	font-size: 6vw!important;
	letterspacing: .05vw;
	bottom: 0;
	padding-top: 0px!important;
}	
	
.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 */
