/*
 * 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-color: #18311a;
}

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



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

#main {
	background-color: #FFF;
	padding: 0px;
}

#headerwrap {
	width: 100%;
	margin-left: -50px;
	color: #FFFFFF;
	background-color: #18311a;
	padding-right: -50px;
	padding-bottom: 20px;
}

#start {
	width: 100%;
	background-color: #18311a;
}

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

#titlewrap {
	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 {
	margin-top: 20px;
	width: 100%;
}

.line {
	margin-top: 20px;
	width: 100%;
}

.dot {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #060;
	width: 95%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

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

.textwrap {
	margin-top: 60px;
	width: 100%;
}

.photowrap {
	margin-top: 20px;
	width: 100%;
}

.thumb {
	margin-bottom:15px
}

#profilewrap1 {
	margin-top: 100px;
}

#profilewrap1 h2 {
	margin-top:0px;
	margin-bottom:15px;
}

#profilewrap2 {
	margin-top: 50px;
}

#profilewrap2 h2 {
	margin-top:0px;
	margin-bottom:15px;
}

#profilewrap3 {
	margin-top: 50px;
	margin-bottom: 100px;
}

#profilewrap3 h2 {
	margin-top:0px;
	margin-bottom:15px;
}

.proftxt {
	line-height: 30px;
}

#datewrap {
	margin-top: 80px;
	margin-bottom: 50px;
}

#videowrap {
	position: relative;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-top: 10px;
	overflow: hidden;
	width: 100%;
}

.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%;
}

.date {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}

.free {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.reserve {
	text-align: center;
	margin-top: 30px;
	margin-bottom:30px;
}

.adress {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
