/*
 * 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: #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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	background: url(../img/sky.jpg) center center / cover no-repeat fixed;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}


/* ==========================================================================
   カラム間隔調整
   ========================================================================== */


.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	width: 100%;
	margin-left: -50px;
}

.cd-breadcrumb li, .cd-multi-steps li {
	display: inline-block;
	float: left;
	font-size: 12px;
	margin-top: 5px;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
	/* this is the separator between items */
  display: inline-block;
	content: '\00bb';
	margin: 0 .6em;
	color: #333333;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}

#titlewrap {
	margin-top: 10px;
	text-align:center;
	width: 100%;
}

#titlewrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#catchwrap h1 {
	font-size: 20px;
	font-weight: 300;
	color: #333;
}

#thumbhwrap {
	margin-top: 50px;
}

#thumbhwrap h1 img {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.thumb_block {
	padding-bottom: 10px;
}

.thumb_block .model {
	margin-top: 10px;
}

.thumb_block .price {
	
	color: #C00;
	font-size: 24px;
}

.tax {
	font-size:14px;
}

#videowrap {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 69px;
  overflow: hidden;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	margin-top: 10px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#portfoliowrap {
	display: block;
	margin-top: 30px;
}

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

.desc {
	margin-top: 25px;
}

.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

ul li {
	list-style:none
}

.spec {
	margin-top: 20px;
	padding-left: 10px;
}

.spec_list {
	padding-left: 2em;
	text-indent: -1em;
	list-style-position: inside;
}

.price {
	margin-top: 20px;
	text-align:center;
	padding-top:30px;
}
.price .red{
	font-size:24px;
	color:#CC0000;
	font-weight: bold;
}

.row-link {
	margin-top:50px;
}


