@font-face {
    font-family: 'OstrichSansMedium';
    src: url('webfonts/ostrich-regular-webfont.eot');
    src: url('webfonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ostrich-regular-webfont.woff') format('woff'),
         url('webfonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('webfonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {font-family: 'Otari-Light';src: url('webfonts/Otari-Light.eot');src: url('webfonts/Otari-Light.eot?#iefix') format('embedded-opentype'),url('webfonts/Otari-Light.woff') format('woff'),url('webfonts/Otari-Light.ttf') format('truetype');}

body {
	background: #f0ebe1;
    font-family: 'Otari-Light', Helvetica Neue, Helvetica, Arial;
    color: #2b2a29;
}

h1, h2, h3, h4, h5 {
	font-family: 'OstrichSansMedium', Helvetica Neue, Helvetica, Arial;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 64px;
	line-height: 64px;
	margin-top: 58px;
}

h2 {
	font-size: 26px;
	line-height: 32px;
	font-family: 'Otari-Light', Helvetica Neue, Helvetica, Arial;
	margin-bottom: 20px;
}

h3 {
	font-size: 48px;
	line-height: 48px;
	margin-top: 58px;
	margin-bottom: 10px;
}

h4 {
	font-size: 36px;
	line-height: 36px;
	margin-top: 38px;
	margin-bottom: 20px;
}

p {
	font-size: 18px;
	line-height: 22px;
}

#sushi_train_container {
	background: url(../img/table1.png) repeat-x bottom;
	height: 290px;
	overflow: hidden;
	position: relative;
}

#sushi_table {
	background: url(../img/table2.png) repeat-x bottom;
	height: 174px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#sushi_train {
	background: url(../img/conveyor.png) repeat-x bottom;
	position: absolute;
	height: 148px;
}

#sushi_train ul {
	width: 2400px;
}

#sushi_train ul li {
	margin: 0;
	padding: 0;
}

.sushi {
	width: 160px;
}

.sign_work {
	background: url(../img/sign_work.png) no-repeat top left;
}

.sign_about {
	background: url(../img/sign_about.png) no-repeat top left;
}

.sign_contact {
	background: url(../img/sign_contact.png) no-repeat top left;
}

.sushi img {
	margin-top: 36px;
}

#soy_sauce {
	width: 214px;
	height: 126px;
	background: url(../img/soy_sauce.png) no-repeat -2px -60px;
	left: 50%;
	top: 118px;
	margin-left: -80px;
	position: relative;
	position: absolute;
}

#soy_sauce_hit_area {
	width: 80px;
	height: 124px;
	left: 50%;
	top: 120px;
	margin-left: 60px;
	position: relative;
	cursor: pointer; cursor: hand;
	position: absolute;
}

#chopsticks {
	width: 158px;
	height: 152px;
	background: url(../img/chopsticks.png) no-repeat -2px -2px;
	left: 50%;
	top: 130px;
	margin-left: -120px;
	position: relative;
	cursor: pointer; cursor: hand;
	position: absolute;
}

#contact_container {
	background: url(../img/table1.png) repeat-x bottom;
}

#social {
	text-align: center;
}

.social_button {
	margin: 28px 15px 0 15px;
	background-size: 64px 64px;
	width: 64px;
	height: 64px;
	display: inline-block;
}

.dribble { background: url(../img/dribble.png) no-repeat; }
.twitter { background: url(../img/twitter.png) no-repeat; }
.linkedin { background: url(../img/linkedin.png) no-repeat; }

@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {
 
	.dribble { background: url(../img/dribble@2x.png) no-repeat; background-size: 64px 64px; }
	.twitter { background: url(../img/twitter@2x.png) no-repeat; background-size: 64px 64px; }
	.linkedin { background: url(../img/linkedin@2x.png) no-repeat; background-size: 64px 64px; }

}
