@charset "UTF-8";
/* CSS Document */



body {
	margin: 0;
	padding: 0;
}


/*//////////////  HOMEPAGE ////////////// */



.container_A {
	width: 100%;
	height: 1300px;
	background-color: rgba(255,255,255,1.00);
	
	position: absolute;
	top: 0;
	left: 0;
}

.logo {
	width: 150px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -130px;
	margin-top: -140px;
	
	-webkit-transition: ease 0.4s;
	transition: ease 1s;
}

.logo_move {
	left:90%;
}

.logo_move_scroll {
	left:90%;
}


.menu_icon {
	width: 35px;
	position: fixed;
	left: 0;
	top: 50%;
	margin-left: 20px;
	margin-top: -25px;
	
	cursor: pointer;
	z-index:10;
}

.line {
	width: 35px;
	border-bottom: 2px solid rgba(214,98,47,1);
	margin-bottom: 7px;
	
	-webkit-transition: ease 0.4s;
	transition: ease 0.4s;
}

.line_A_rotate {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 10px;
}

.line_B_hide {
	display: none;
}

.line_C_rotate {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -9px;
}


.menu_title {
	font-family: 'FrutigerLTStd-LightCn';	
	color: rgba(214,98,47,1);
	font-size: 17px;
	line-height: 7px;
}

.menu_title_move {
	margin-top: 26px;
}

.side_bg {
	width: 230px;
	height: 80%;
	position: fixed;
	top: 10%;
	right: 0;
	background-image: url(images/bg.jpg);
	background-size: cover;
	overflow: hidden;
	
		-webkit-transition: ease 1s;
	transition: ease 1s;
}
.side_bg_move{
	right:-140px;
}

.side_bg_move_scroll {
	right:-140px;
}


.social_media {
	width: 35px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-right: 20px;
	margin-top: -70px;
}

.social_media img {
	width: 35px;
	height: auto;
	margin-bottom: 10px;
}

.scroll {
	width: 16px;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-bottom: 20px;
	margin-left: -8px;
	
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;	
}
.scroll_fade{
	visibility:hidden;
}
.scroll p {
	font-family: 'FrutigerLTStd-LightCn';	
	color: rgba(214,98,47,1);
	font-size: 17px;
	line-height: 0px;
	transform: rotate(-90deg);
	margin-bottom: 13px;
}

.scroll img {
	width: 16px;
	height: auto;
}


.menu {
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -95px;
	margin-left: 100px;
	list-style: none;
	z-index:9;
}

.menu p {
	font-family: 'Menlo-Regular';	
	color: rgba(150,150,150,1);
	font-size: 27px;
	letter-spacing: 5px;
	line-height: 20px;
	z-index:9;
	width: 100px;
	
	
}

.menu p a:hover{
	text-decoration:underline;
	
	color: #d6622f;
	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;	
}

.menu p a {
	text-decoration:none;
	color: rgba(150,150,150,1);
}


.menu_about {
	margin-left: -300px;
	
	-webkit-transition: ease 0.4s;
	transition: ease 0.3s;
}

.menu_about_move {
	margin-left: 0px;
}


.menu_works {
		margin-left: -300px;
	
	-webkit-transition: ease 0.7s;
	transition: ease 0.7s;
}
.menu_works_move {
	margin-left: 0px;
}

.menu_contact{
	margin-left: -300px;
	
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
}
.menu_contact_move{
	margin-left:0px;
}

/*---------------------- sroll down ------------------------*/

.square{
	position:absolute;
	width:300px;
	height:300px;
	border:4px solid #d6622f;
	top:0;
	left:50%;
	margin-left:-150px;
	margin-top: 1000px;
	color:rgba(255,255,255,1.00);
	background-color:rgba(255,255,255,1.00);
	visibility: hidden;
	
	-webkit-transition: ease 0.8s;
	transition: ease 0.8s;
}

.square_move_scroll {
	margin-top: 400px;
	visibility: visible;
}
.square_out{
	margin-top: -200px;
/*	margin-left:-400px;
*/	opacity:0;
	
	-webkit-transition: ease 1s;
	transition: ease 1s;
}

.slogan{
	position:absolute;
	width:290px;
	height:auto;
	font-family: 'Menlo-Regular';	
	color: rgba(150,150,150,1);
	font-size:27px;
	left:50%;
	top:50%;
	margin-left:-120px;
	letter-spacing:0px;
	margin-top:-150px;
	opacity:0;
		
	-webkit-transition: ease 1s;
	transition: ease 1s;

}

.slogan_move_scroll{
	opacity:1;
		margin-top:-90px;

	}
	
.slogan_out{
	/*margin-left:600px;*/
	margin-top:-300px;
	opacity:0;

}
	
	
.robert{
	position:absolute;
	font-family: 'Menlo-Regular';	
	color: rgba(150,150,150,1);
	font-size:12px;
	left:50%;
	top:50%;
	margin-left:-120px;
	letter-spacing:0px;
	margin-top:170px;
	opacity:0;
		
	-webkit-transition: ease 1s;
	transition: ease 1s;
}
.robert_move_scroll{
	opacity:1;
}
.robert_out{
	/*margin-left:500px;*/
	margin-top:-300px;
	opacity:0;

}

.a{
	position:absolute;
	width:290px;
	height:auto;
	font-family: 'Menlo-Regular';	
	color: rgba(150,150,150,1);
	font-size:27px;
	left:50%;
	top:50%;
	margin-left:-140px;
	margin-top:-150px;
	opacity:0;
		
	-webkit-transition: ease 1s;
	transition: ease 1s;
}
.a_move_scroll{
	opacity:1;
		margin-top:-90px;

}
.a_out{
	/*margin-left:600px;*/
	margin-top:-300px;
	opacity:0;
}
/*---------------------- Do ------------------------*/

.title{
	position:absolute;
	width:600px;
	height:400px;
	top:150px;
	left:8%;
	margin-left:0px;
	margin-top:570px;
	
	-webkit-transition: ease 0.7s;
	transition: ease 0.7s;
}

.title_move{
	left:40%
}
/*.title p{
	position:absolute;
	font-family: 'Menlo-Regular';	
	color: rgba(214,98,47,1);
	font-size:40px;
	font-weight:bold;
	left:0;
	top:0;
	margin-left:0px;
	letter-spacing:5px;
	margin-top:40px;
	
}*/
.what{
	position:absolute;
	font-family: 'Menlo-Regular';	
	color: rgba(214,98,47,1);
	font-size:35px;
	font-weight:bold;
	left:0;
	top:0;
	margin-left:0;
	letter-spacing:5px;
	margin-top:40px;
	opacity:0;
	
	-webkit-transition: ease 0.7s;
	transition: ease 0.7s;
}
.what_move_scroll{
	opacity:1;
}
.we{
	margin-left:140px;
	left:0;
	position:absolute;
	font-family: 'Menlo-Regular';	
	color: rgba(214,98,47,1);
	font-size:35px;
	font-weight:bold;
	top:0;
	letter-spacing:5px;
	margin-top:40px;
	opacity:0;
	
	-webkit-transition: ease 0.7s;
	transition: ease 0.7s;
}

.we_move_scroll{
	opacity:1;
}
.do{
	margin-left:230px;
	left:0;
	position:absolute;
	font-family: 'Menlo-Regular';	
	color: rgba(214,98,47,1);
	font-size:35px;
	font-weight:bold;
	top:0;
	letter-spacing:5px;
	margin-top:40px;
	
	opacity:0;
	
	-webkit-transition: ease 0.7s;
	transition: ease 0.7s;
}

.do_move_scroll{
	opacity:1;
}

/*.what{
	position:absolute;
	font-family: 'Menlo-Regular';	
	color: rgba(214,98,47,1);
	font-size:40px;
	font-weight:bold;
	left:50%;
	top:50%;
	margin-left:-1000px;
	letter-spacing:5px;
	margin-top:40px;
	visibility:hidden;
	
	-webkit-transition: ease 1s;
	transition: ease 1s;
}
.what_move_scroll{
	margin-left:-135px;
	visibility:visible;
}*/

.title ul{
	left:0;
	margin-left:0px;
	
		
}
.do_list{
	position: absolute;
	top:100px;
	left: 0px;
	margin-top:50px;
	margin-left:0px;
	list-style: none;
	opacity:0;
	width:500px;
		
	-webkit-transition: ease 1.2s;
	transition: ease 1.2s;
}
.do_list_move{
	opacity:1;
		margin-top:0px ;

}
.do_list li{
	font-family: 'Menlo-Regular';	
	color: rgba(150,150,150,1);
	font-size: 21px;
	letter-spacing: 10px;
	line-height: 35px;
	margin-left:-10px;
}
.bulets{
	margin-top:113px;
	top:px;
	margin-left:-40px;
	opacity:0;
	
	-webkit-transition: ease 1.2s;
	transition: ease 1.2s;
}
.bulets_move_scroll{
	opacity:1;
	margin-left:0px;

}

.bulet{
	width:10px;
	height:10px;
	background-color:rgba(150,150,150,1);
	margin-bottom:25px;
}

/*---------------------- C ------------------------*/
/*.container_C{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 20%;
	left: 0;
	
	visibility:hidden;
}
.container_C h1{
	position:absolute;
	font-family: 'Menlo-Regular';	
	color: rgba(214,98,47,1);
	font-size:40px;
	font-weight:bold;
	left:50%;
	top:50%;
	margin-left:-135px;
	letter-spacing:5px;
	margin-top:40px;
}
.container_C ul{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 90px;
	margin-left: -170px;
	list-style: none;
}
.container_C li{
	font-family: 'Menlo-Regular';	
	color: rgba(150,150,150,1);
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 30px;

}*/

/*----------------------works ------------------------*/


.container_works{
	width:90%;
	height:85%;
	background-color:rgba(242,242,242,1);
	position: absolute;
	top:8%;
	left:5%;
	overflow: auto;
	}

.works_title{
	position: absolute;
	height:70%;
	width:90%;
	top: 50%;
	left: 0px;
	margin-top: -11%;
	
}
.works_title_hide{
	visibility:hidden;
	
	}
	.works_title a{
		text-decoration:none
	}
	
	
.works_title ul{
	position: absolute;

	list-style: none;
	cursor:pointer;
}

.works_title ul li {
	
	font-family: 'Menlo-Regular';	
	color: rgba(150,150,150,1);
	font-size: 20px;
	letter-spacing: 15px;
	line-height: 50px;
	width:auto;

}
.works_title ul li:hover{
	
	text-decoration:underline;
	font-weight:bold;
	color: #d6622f;
}
.logo_design{
	text-decoration:none;
	list-style:none;
}
.header{
	position:absolute;
	height:8%;
	width:90%;
	top:0px;
	left:5%;
}

.logo2 {
	position:absolute;
	
	left:0px;
	bottom: 5px;
}
.logo2 img{
	height:31px;
	width:auto;
}

.line_1{
	height:35px;
	border-left:2px solid rgba(214,98,47,1);
	position:absolute;
	left:130px;
	bottom:5px;
}

.works{
	position: absolute;
	font-family: 'Menlo-Regular';
	color: rgba(150,150,150,1);
	font-size: 27px;
	letter-spacing: 0px;
	left: 140px;
	bottom: -8px;
	line-height:0px;
}


/*.works p{
		font-family: 'Menlo-Regular';
	color: rgba(150,150,150,1);
	font-size: 27px;
	letter-spacing: 0px;
	position:absolute;
		line-height:0px;

		bottom:5px;
}*/




.scroll2{
	width: 16px;
	position: absolute;
	bottom: 0;
	left: 0px;
	margin-bottom: 20px;
	margin-left:30px;
	/*visibility:hidden;*/
}

.scroll2 p {
	font-family: 'FrutigerLTStd-LightCn';	
	color: rgba(214,98,47,1);
	font-size: 17px;
	line-height: 0px;
	transform: rotate(-90deg);
	margin-bottom: 13px;
}

.scroll2 img {
	width: 16px;
	height: auto;
}


.white_bg{
	width:50%;
	height:86%;
	position:absolute;
	left:-50%;
	top:8%;
	background-color:rgba(255,255,255,1.00);
	opacity:0.90;
	
	z-index:2;
	
	-webkit-transition: ease 0.7s;
	transition: ease 0.7s;
}
.white_bg_slide{
	left:0px;
}



/*---------------------- About ------------------------*/

.container_about{
	width:90%;
	height:85%;
	background-color:rgba(242,242,242,1);
	position: absolute;
	top:8%;
	left:5%;
	overflow: auto;
	}
	
	.about{
		position:absolute;
	font-family: 'Menlo-Regular';
	color: rgba(150,150,150,1);
	font-size: 27px;
	letter-spacing: 0px;
	left:140px;
	bottom:-8px;
	line-height:0px;
	}
/*.about{
	font-family: 'Menlo-Regular';
	color: rgba(150,150,150,1);
	font-size: 27px;
	letter-spacing: 0px;
	position:absolute;
	margin-left:225px;
	margin-top:30px;
}*/

.about_text{
	position:absolute;
	width:580px;
	height:auto;
	left:40px;
	top:50%;
	margin-top:-130px;
}

.container_about p{
	font-family: 'FrutigerLTStd-LightCn';
	color: #4d4d4d;
	font-size:16px;
	
	line-height: 25px;
	
	text-align:justify;
}
	
.co_founder{
	position:absolute;
	width:200px;
	height:auto;
	left:670px;
	top:333px;
}
.co_founder h1{
	font-family: 'FrutigerLTStd-LightCn';
	color:rgba(214,98,47,1);
	font-size:16px;
	text-align:left;
	line-height:9px;
}
.co_founder p{
	font-family: 'FrutigerLTStd-LightCn';
	color: #4d4d4d;
	font-size:16px;
	text-align:left;
	line-height:9px;
}

/*---------------------- Contact ------------------------*/

.container_contact{
	width:90%;
	height:85%;
	background-color:rgba(242,242,242,1);
	position: absolute;
	top:8%;
	left:5%;
	overflow: auto;
	}
	.contact{
		position:absolute;
	font-family: 'Menlo-Regular';
	color: rgba(150,150,150,1);
	font-size: 27px;
	letter-spacing: 0px;
	left:140px;
	bottom:-8px;
	line-height:0px;
	}
	
/*.contact{
	font-family: 'Menlo-Regular';
	color: rgba(150,150,150,1);
	font-size: 27px;
	letter-spacing: 0px;
	position:absolute;
	margin-left:225px;
	margin-top:30px;
}*/
.container_contact ul{
	width:90%;
	height:200px;
	position:absolute;
	top:50%;
	margin-top:-70px;
	left:0px;
	list-style:none;
}

.container_contact ul li{
	font-family: 'Menlo-Regular';	
	color: rgba(150,150,150,1);
	font-size: 17px;
	letter-spacing: 5px;
	line-height: 60px;
	width:auto;
	float:left;
	margin-right:80px;
}
.insta{
	margin-left:200px;
}



/*/////////---------------------------Tablet------------------------------------///////////*/

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) and 
(orientation : landscape) {

.logo {
	width: 130px;
	height: auto;
	
	margin-left: -90px;
	margin-top: -100px;
	
}

.logo_move {
	left:85%;
}

.logo_move_scroll {
	left:85%;
}
.side_bg {
	width: 130px;

}
.side_bg_move{
	right:-50px;
}

.side_bg_move_scroll {
	right:-50px;
}


.menu_icon {

	margin-left: 15px;
	margin-top: -25px;
	
}

/*----------------sceoll2----------------------*/
.container_A {
	height: 1170px;
}
.square{
	width:200px;
	height:200px;
	left:50%;
	margin-left:-100px;
}
.square_move{
	opacity:0;
}
.square_move_scroll {
	margin-top: 400px;
	visibility: visible;
}

.slogan{
	width:190px;
	font-size:18px;
	
	margin-left:-80px;
	margin-top:-80px;
}
.slogan_move_scroll{
		margin-top:-60px;
	}
.a{
	font-size:18px;
	margin-left:-95px;
	margin-top:-80px;
}
.a_move_scroll{
	opacity:1;
		margin-top:-60px;
}
.robert{
	font-size:10px;
	margin-left:-80px;
	margin-top:120px;
}
.robert_out{
	opacity:0;
	margin-top:-300px;

}

.title{
	width:600px;
	height:400px;
	top:50px;
	left:10%;
	margin-left:0px;
	margin-top:570px;
}

.title_move{
	/*left:35%;*/
	opacity:0;
}

.what{
	font-size:20px;
}
.we{
	font-size:20px;
	margin-left:90px;
}
.do{
	font-size:20px;
	margin-left:140px;

}
.do_list{
	top:80px;
}

.do_list li{
	font-size: 18px;
	letter-spacing: 10px;
	line-height: 30px;
}
.bulets{
	margin-top:90px;
}
.bulet{
	width:9px;
	height:9px;
	margin-bottom:21px;
}



/*----------------work2----------------------*/
.container_works{
	width:87%;
	height:85%;
	left:6.5%;
	}
.header{
	
	left:6.5%;
}

.works_title{
	margin-top: -25%;
	
}

/*----------------about2----------------------*/
.container_about{
	width:87%;
	height:85%;
	
	left:6.5%;
	}
	
	.about_text{
	width:450px;
}
.co_founder{

	left:540px;
	top:50%;
	margin-top:25px;
}
/*----------------contact2----------------------*/
.container_contact{
	width:87%;
	height:85%;
	
	left:6.5%;
	}
.container_contact ul{

	margin-top:-170px;
}
.mail{
	margin-left:200px;
	
}
.infomail{
	margin-left:80px;
}

.insta{
	margin-left:200px;
}	

.container_contact ul li{
	line-height:80px;}
	
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) and 
(orientation : portrait) {
	
	.container_A {
	height: 1300px;
}
	.side_bg {
	width: 80%;
	height: 130px;
	position: fixed;
	top: 0;
	right: 10%;
	
}
.side_bg_move_scroll {
	top:-50px;
}
.social_media {
	width: 200px;
	position: fixed;
	right: 50%;
	top: 0;
	margin-right: -140px;
	margin-top: 20px;
}

.social_media img {
	width: 35px;
	height: auto;
	margin-bottom: 10px;
}

/*.robert_out{
	opacity:0;
	margin-top:-300px;

}*/

.title{
	width:200px;
	height:400px;
	top:50px;
	left:12%;
	margin-left:0px;
	margin-top:650px;
}
.do_list{
	
	width:300px;
}
.do_list li{
	font-size: 15px;
	letter-spacing: 5px;
}
/*----------------about3----------------------*/
.container_about{
	width:83%;
	height:85%;
	left:9%;
	}
	
	.about_text{
	width:350px;
	margin-top:-260px;
}
.container_about p{
	
	font-size:14px;
}
.co_founder{

	left:40px;
	top:50%;
	margin-top:100px;
}
.header{
	
	left:9%;
}
/*----------------contact2----------------------*/
.container_contact{
    width:83%;
	height:85%;
	left:9%;
	}
.container_contact ul{

	margin-top:-180px;
	
}

.tel{
		margin-left:80px;

}
.mail{
	margin-left:80px;
	
}
.infomail{
	margin-left:80px;
}

.insta{
	margin-left:80px;
}	

.container_contact ul li{
	font-size:14px;
	line-height:70px;
	}
	
/*----------------work2----------------------*/
.container_works{
	width:83%;
	height:85%;
	left:9%;
	}


.works_title{
	margin-top: -50%;
	
}


.white_bg{
	width:100%;
	height:85%;
	left:-100%;
}

.white_bg_slide{
	left:0px;
}
	
}


@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) and (orienta- tion : landscape) {
	
	
}