/*
 * 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);

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: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    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: 'Didot','Times New Roman', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Didot','Times New Roman', 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: 'Didot','Times New Roman', 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;
	text-decoration: none;
}

.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
   ========================================================================== */

#headerwrap {
	background: url(../img/back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -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;
}

#headerwrap h1 {
	color:#000;
	margin-top: 40px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 74px;
	font-weight: bold;
}

/* Concept Wrap & Conf */
#conceptwrap {
	margin-top: 80px;
	margin-bottom: 40px;
}

.name {
	text-align: center;
}
.name p {
	font-size: 22px;
	font-weight: lighter;
	margin-top: 15px;
	letter-spacing: 2px;
}

.name-label {
	width: 60px;
	height: 60px;
	margin: 0 auto 45px;
	border-top: 1px solid #000;
	background: url(../img/name-label.png) center bottom no-repeat;
	background-size: 35px 35px;
}

.name-label2 {
	width: 60px;
	height: 60px;
	margin: 0 auto 45px;
	border-top: 1px solid #000;
	background: url(../img/name-label2.png) center bottom no-repeat;
	background-size: 35px 35px;
}

.name-zig {
	width: 73px;
	height: 17px;
	margin: 38px 0 38px;
	background: url(../img/name-zig.png) 0 0 no-repeat;
	background-size: 73px 17px;
}

.name-desc h2 {
	font-family: 'Didot','Times New Roman', serif;
	font-size: 40px;
	line-height: 1.45;
	font-weight: 300;
}

/* Separator Concept - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
}
.concept {
	background-image: url(../img/concept-sep.jpg);
}

/* Portfolio Wrap Section */
#portfoliowrap2 {
	display: block;
	margin-top: 0px;
	margin-bottom: 80px;
}

#portfoliowrap2 h1 {
	font-weight: 200;
	text-align: center;
	margin-bottom: 50px;
}



#portfoliowrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 120px;
}

#portfoliowrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
}
.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 60px;
}

#portfoliowrap i {
	font-size: 50px;
}

.proc {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;
}

#portfoliowrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}

.portfolio {
	background-image: url(../img/portfolio-sep.jpg);
}

/* Service Wrap */
#servicewrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

#servicewrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.service {
	text-align: left;
}

.service small {
	font-size: 12px;
	font-weight: bold
}

.service i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
}

.service .text {
	color: #767676
}

.service .text a {
	color: #767676
	text-decoration: underline;
}

.service .text a:hover {
	color: #fff;
	background-color:#000;
	text-decoration: none;
}


/* Testimonials Wrap */
#testimonials {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
	background-color: #f3f3f3;
}

/* Contact Wrap */
#contactwrap {
	background-color: #2f2f2f;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contactwrap p {
	color: #f2f2f2;
}

#contactwrap small {
	font-size: 13px;
}

.contact {
	background-image: url(../img/contact-sep.jpg);
}

#contactwrap label {
	color: #f2f2f2;
	margin-top: 10px;
}


/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  padding: 0 0 40px 0;
}
.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: #fff;
	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.2;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}


.desc {
	margin-top: 25px;
}


.padding_top_4 {
    padding: 4px 0 0 0;
}
.padding_top_10 {
    padding: 10px 0 0 0;
}
.padding_top_14 {
    padding: 14px 0 0 0;
}
.padding_top_20 {
    padding: 20px 0 0 0;
}
.padding_top_30 {
    padding: 30px 0 0 0;
}
.padding_top_40 {
    padding: 40px 0 0 0;
}
.padding_top_50 {
    padding: 50px 0 0 0;
}
.padding_top_70 {
    padding: 70px 0 0 0;
}
.padding_top_80 {
    padding: 80px 0 0 0;
}
.padding_top_90 {
    padding: 90px 0 0 0;
}
.padding_top_100 {
    padding: 100px 0 0 0;
}



/*----------- テキスト -----------*/
.tex_9 { 
    font-size: 9px;
	font-weight: light;
    line-height: 1.4;
}

.tex_10 { 
    font-size: 10px;
	font-weight: light;
    line-height: 1.4;
}

.tex_11 { 
    font-size: 11px;
	font-weight: light;
    line-height: 1.4;
}

.tex_12 { 
    font-size: 12px;
	font-weight: light;
    line-height: 1.4;
}

.tex_14 { 
    font-size: 14px;
	font-weight: light;
    line-height: 1.4;
}

.red { 
    color: #d70000;
}

.cap { 
    font-size: 10px;
    color: #cccccc;
    font-weight: light;
    line-height: 1.4;
    letter-spacing: 0.4em;
}

.menuname { 
    font-size: 14px;
    font-weight: light;
    line-height: 1.4;
    letter-spacing: 0.4em;
}


/*----------- ショップ -----------*/


#price {
	font-size: 19px;
	font-weight: light;
	padding: 10px 0 0 0;
}


#back a {
    position: absolute;
    font-size: 20px;
    color:#000000;
    bottom:100px;
    right: 10px;
    text-decoration: none;
}

#back a:hover {
    position: absolute;
    font-size: 20px;
    color:#DDDDDD;
    bottom:100px;
    right: 10px;
}

.size {
    font-size: 11px;
    font-weight: light;
}

.size a {
    font-size: 11px;
    font-weight: light;
    color: #000;
}

.size a:hover {
    font-size: 11px;
    font-weight: light;
    color: #000;
}

#source-wrap {
    line-height: 1.8em;
    font-weight: light;
    padding: 14px;
}

#source-wrap a {
    color: #000;
}

.source-border-wrap {
    border: 1px solid #ccc;
    padding: 7px;
    margin: 10px 0 0 0;
}

.sold {
filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}


#sum2 {
    padding: 0;
	float: left;
}


/*----------- ショップキャプション -----------*/

.shopcap {
    padding: 0 20px 20px 20px;
    max-height: 400px;
}

.shopcap-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px 0px 20px;
    height: 240px;
}

.shopcap-ellipsis1 {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px 0px 20px;
    height: 100px;
}

.shopcap-ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px 20px 20px;
    height: 300px;
}

.shopcap-ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px 0px 20px;
    height: 200px;
}

.shopcap-ellipsis4 {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px 0px 20px;
    height: 50px;
}

.shopcap-ellipsis5 {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px 20px 20px;
    height: 400px;
}



.absolute {
    position: absolute;
    left: 60px;
    bottom: 60px;
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    width: 50%;
    height: 50%;
    max-width: 400px;
    padding: 1em 0;
}
.absolute p {
    margin: 0;
    padding: 0 0.8em;
    font-size: 90%;
}

.absolute-sold {
    position: absolute;
    bottom: 50px;
    top: 50px;
    color: #fff;
    background: rgba(0,0,0,.1);
    width: 94%;
    max-width: 400px;
    padding: 1em 0;
}
.absolute-sold p {
    margin: 0;
    padding: 0 0.8em;
    font-size: 90%;
}


