/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

/* sugisaki */
@charset "iso-2022-jp";

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Lato" sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

    -webkit-text-size-adjust: ('none' '100%' 'auto');
}

h1, h2, h3, h4, h5 {
	/*font-family: "Oswald", sans-serif;*/
	/* sugisaki */
	font-family: "Oswald", 'Lucida Grande', Meiryo, sans-serif;
	font-weight: 300;
}
h6 {
	font-family: 'Lucida Grande', Meiryo, sans-serif;
	font-weight: 300;
}


/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */


video#bg_movie {
	display:block;
	position: fixed; left: 0;
	top: 0;
	min-width:100%;
	min-height:100%;
	z-index:-100;
}

#bg_jpeg {
	position: fixed;
	top: 0;
	left: 0;
	min-width:100%;
	min-height:100%;

	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/jie-sign.jpg);
}

#head_nitaku_left {
	font-family: 'Oswald', sans-serif;
	color:#ffffff;
	letter-spacing: 8px;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;

	position: fixed;
	left:	40%;
	bottom:	15%;
}

#head_nitaku_right {
	font-family: 'Oswald', sans-serif;
	color:#ffffff;
	letter-spacing: 8px;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;

	position: fixed;
	left:	40%;
	bottom:	10%;
}



#bg_line {
	margin-top: 0px;
	width:100%;
	height: 20px; 
	background-color:#0f0;
	opacity:0.7;
}

#bg_movie_shadow {
	margin-top: 0px;
	width:100%;
	height: 280px; 
	background-color:#000;
	opacity:0.5;
}

#head_text_small {
	font-family: 'Oswald', sans-serif;
	color:#ffffff;
	letter-spacing: 8px;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	text-align:center;
	position: relative; z-index: 100;
	margin-top: -100px;
}
#head_text_big {
	font-family: 'Oswald', sans-serif;
	color:#ffffff;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	text-align:center;
	position: relative; z-index: 100;
	margin-top: -10px;
}


#headerwrap {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	margin-top: 0px;	/* ?y?[?W???????? */
	width: 100%;
}



/* About Wrap & Conf */
#aboutwrap {
	margin-top: 160px;	/* ?????i???j?\???$B!/(B?????}?[?W?? */
	margin-bottom: 0px;
	background-color:rgba(255,255,255,0.99);
}

.resizeimage img {
	width: 100%;
}

.mk_image_ceo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
.mk_image_service img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}


.about-text1 {
	margin: 0px 0px 0px 0px;	/* U, R, D, L */
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 1.45;
	font-weight: 300;
	color: #000000;
}
.about-text4 {
	margin: 0px 0px 0px 0px;	/* U, R, D, L */
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 300;
	color: #000000;
}
.about-text2 {
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 300;
	color: #000000;
}
.about-text3 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	line-height: 1.45;
	font-weight: 300;
	color: #000000;
}


.about-left {
	margin: 40px 0px 0px 0px;	/* U, R, D, L */
	background-size:cover;
}
.about-right {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin: -300px 0px 0px 450px;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 300;
	color: #000000;

}

/* Separator About - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 330px;
	position: relative;
}
.about {
	background-color:rgba(255,255,255,0.99);
	background-image: url(../img/jie-tento.jpg);
}
.aboutmk {
	background-color:rgba(255,255,255,0.99);
	background-image: url(../img/jie-tento-mk.jpg);
}

/* Portfolio Wrap Section */
#portfoliowrap {
	display: block;
	margin-top: 300px;
	margin-bottom: 300px;

	background-color: #2f2f2f;

}

#portfoliowrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;

	color: #fff;
}
#portfoliowrap h6 {
	text-align: center;
	color: #fff;
}
.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 60px;
}

#portfoliowrap i {
	font-size: 50px;
}

.proc {
	text-align: left;
	width: 700px;
	margin-left: 160px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;

}

#portfoliowrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}

.portfolio {
	background-color:rgba(255,255,255,0.99);
	background-image: url(../img/portfolio-sep.jpg);
}


/* Marketing work Wrap Section */
#marketingworkwrap {
	display: block;
	margin-top: 300px;
	margin-bottom: 300px;

	background-color: #2f2f2f;

}

#marketingworkwrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;

	color: #fff;
}
#marketingworkwrap h6 {
	font-family: Meiryo, sans-serif;
	text-align: left;
	color: #fff;
}
.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 60px;
}

#marketingworkwrap i {
	font-size: 50px;
}

.proc {
	text-align: left;
	width: 700px;
	margin-left: 160px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;

}

#marketingworkwrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}






/* Process Wrap Section */
#processwrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 0px;
	background-color:rgba(255,255,255,1.0);

}
.proc {
	text-align: left;
	width: 100%;
	margin-left: 0%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;

}

.process {
	background-color:rgba(255,255,255,0.99);
	background-image: url(../img/pc_camera.jpg);
}




/* Contact Wrap */
#contactwrap {
	background-color: #2f2f2f;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#contactwrap p {
	color: #f2f2f2;
}

#contactwrap small {
	font-size: 13px;
}

.contact {
	background-image: url(../img/catchball2.jpg);
}

#contactwrap label {
	color: #f2f2f2;
	margin-top: 0px;
}


/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #2f2f2f;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #2f2f2f;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}

.desc {
	margin-top: 25px;
}
