html,
body {
	font: 16px/1.4em "Open Sans", sans-serif;
	color: black;
	/* iOS */
	-webkit-text-size-adjust: 100%;
}

body {
	background: #e4e4e4 url(img/bg2.jpg) repeat center top;
}

h1 {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 8px;
	font: bold 48px/1.5em "Open Sans Condensed", sans-serif;
	text-transform: uppercase;
	color: #00bed5;
}

	h1:after {
		content: "";
		display: block;
		width: 210px;
		height: 8px;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -105px;
		background: #00bed5;
	}

a {
	color: #00b7eb;
}

.btn {
	display: inline-block;
	padding: 0 2em;
	line-height: 2em;
	text-decoration: none;
	color: white;
	background: #00bed5;
}

.phone {
	white-space: nowrap;
	color: #00b7eb;
}

/**************************************************************************************************/

/*
#garageproject {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 600px;
	background: url(img/garageproject-bg4.jpg) repeat-x center top;
}

	#garageproject a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 200px;
		text-indent: -999999px;
		background: url(img/garageproject-logo.png) no-repeat center;
		overflow: hidden;
	}
*/

/**************************************************************************************************/

#layout {
	position: relative;
	z-index: 1;
	min-width: 1070px;
	overflow: hidden;
}

.section {
	padding-top: 40px;
}

.inner {
	position: relative;
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 35px;
	padding-right: 35px;
}

/**************************************************************************************************/

video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.video {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	color: white;
	background: black;
}

	.video .overlay {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: no-repeat center;
		background-size: contain;
		cursor: pointer;
	}

		.video .overlay > * {
			display: block;
			position: absolute;
			z-index: 1;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: no-repeat center;
			background-size: contain;
		}

/**************************************************************************************************/

#header {
	height: 185px;
}

	#header .inner {
		background: url(img/top2.jpg) repeat-x center top;
	}

#logo {
	display: block;
	position: absolute;
	z-index: 2;
	left: 35px;
	top: 50%;
	width: 200px;
	height: 171px;
	margin-top: -86px;
	text-indent: -999999px;
	background: url(img/logo.png) no-repeat center;
	overflow: hidden;
}

#nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	font: 300 22px/1em "Open Sans Condensed", sans-serif;
	text-transform: lowercase;
	color: white;
	background: #00bed5;
}

	#nav ul {
		position: absolute;
		right: 135px;
		top: 50%;
		margin-top: -0.5em;
	}

		#nav ul:after {
			content: "";
			display: table;
			clear: both;
		}

	#nav li {
		margin-left: 20px;
		color: rgba(255, 255, 255, 0.6);
		float: left;
	}

		#nav li:first-child {
			margin-left: 0;
		}

	#nav a {
		display: inline-block;
		text-decoration: none;
		color: white;
	}

		#nav a:hover {
			border-bottom: 1px solid;
		}

#header-socials {
	position: absolute;
	z-index: 2;
	right: 35px;
	bottom: 30px;
	margin-bottom: -13px;
}

#footer-socials {
	position: absolute;
	z-index: 2;
	right: 35px;
	top: 50%;
	margin-top: -12px;
}

.socials {
	height: 25px;
}

	.socials:after {
		content: "";
		display: table;
		clear: both;
	}

	.socials > * {
		display: block;
		width: 25px;
		height: 25px;
		margin-left: 10px;
		text-indent: -999999px;
		overflow: hidden;
		float: left;
	}

		.socials > *:first-child {
			margin-left: 0;
		}

	.socials .s-instagram {
		background: url(img/socials.png) no-repeat left center;
	}

	.socials .s-facebook {
		background: url(img/socials.png) no-repeat right center;
	}

/**************************************************************************************************/

#section-splash {
}

#splash {
	width: 1070px;
	height: 600px;
	margin-left: -35px;
	margin-right: -35px;
	background: black;
	overflow: hidden;
}

	#splash .video {
		width: 100%;
		height: 600px;
	}

/*
.top-video {
	position: relative;
	width: 100%;
	height: 100%;
}

	.top-video .overlay {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: no-repeat center;
		background-size: contain;
		cursor: pointer;
	}

		.top-video .overlay > * {
			display: block;
			position: absolute;
			z-index: 1;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: no-repeat center;
		}

	.top-video .replay {
		display: block;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: black url(img/replay.png) no-repeat center;
		cursor: pointer;
	}
*/

/**************************************************************************************************/

#section-projects {
}

		#section-projects h1:after {
			width: 210px;
			margin-left: -105px;
		}

#projects {

}

.project {
	width: 1066px;
	margin-left: -35px;
	margin-right: -35px;
	margin-top: 40px;
	background: white;
	border: 2px solid #00bed5;
	border-radius: 2px;
	overflow: hidden;
}

	.project:first-child {
		margin-top: 0;
	}

	.project .main {
		display: table;
		width: 100%;
	}

		.project .main.horz {
			display: block;
		}

	.project .poster {
		display: table-cell;
		width: 490px;
		min-height: 430px;
		background: no-repeat center;
		background-size: cover;
		vertical-align: middle;
	}

		.project .horz .poster {
			display: block;
			width: 100%;
			min-height: 300px;
		}

	.project .desc {
		display: table-cell;
		padding: 30px;
		text-align: center;
		vertical-align: middle;
	}

		.project .horz .desc {
			display: block;
		}

	.project .logo {
	}

	.project .about {
		margin-top: 20px;
	}

	.project .contacts {
		margin-top: 20px;
		font-size: 0.875em;
		line-height: 1.4em;
	}

		.project .contacts p {
			margin-bottom: 10px;
		}

	.project .phone {
	}

	.project .menu {
		margin-top: 15px;
		font-size: 0.875em;
	}

	.project .slider {
		position: relative;
		padding: 23px 55px;
	}

		.project .slider .prev {
			position: absolute;
			left: 28px;
			top: 50%;
			width: 19px;
			height: 40px;
			margin-left: -10px;
			margin-top: -20px;
			background: url(img/arrs.png) no-repeat left center;
			cursor: pointer;
		}

		.project .slider .next {
			position: absolute;
			right: 28px;
			top: 50%;
			width: 19px;
			height: 40px;
			margin-right: -10px;
			margin-top: -20px;
			background: url(img/arrs.png) no-repeat right center;
			cursor: pointer;
		}

		.project .slider .viewport {
			width: 100%;
			height: 111px;
			overflow: hidden;
		}

		.project .slider .frames {
			width: 1000%;
		}

			.project .slider .frames:after {
				content: "";
				display: table;
				clear: both;
			}

			.project .slider .frames a {
				display: block;
				width: 146px;
				height: 111px;
				margin-right: 16px;
				float: left;
			}

				.project .slider .frames a:hover {
				}

/**************************************************************************************************/

#section-coming-soon {
}

	#section-coming-soon h1 {
		margin-bottom: 0.25em;
	}

		#section-coming-soon h1:after {
			display: none;
		}

#coming-soon {
	margin-left: -35px;
	margin-right: -35px;
}

	#coming-soon .items {
		margin-left: -42px;
		margin-top: -42px;
	}

		#coming-soon .items:after {
			content: "";
			display: table;
			clear: both;
		}

	#coming-soon .item {
		width: 510px;
		margin-left: 42px;
		margin-top: 42px;
		background: white;
		border: 2px solid #00bed5;
		border-radius: 2px;
		vertical-align: top;
		float: left;
	}

		#coming-soon .item.wide {
			width: 1066px;
			background: white;
			border: 2px solid #00bed5;
			border-radius: 2px;
			vertical-align: top;
		}

		#coming-soon .item .poster {
			width: 100%;
			height: 510px;
			background: no-repeat center;
			background-size: cover;
		}

			#coming-soon .item.wide .poster {
				height: 300px;
			}

		#coming-soon .item .info {
			padding: 30px;
			text-align: center;
		}

			#coming-soon .item .info > * {
				margin-top: 10px;
			}

			#coming-soon .item .info > :first-child {
				margin-top: 0;
			}

	#coming-soon .phone {
		white-space: nowrap;
		color: #00b7eb;
	}

/**************************************************************************************************/

#section-contacts {
}

	#section-contacts h1 {
		margin-bottom: 0.25em;
	}

		#section-contacts h1:after {
			display: none;
		}

#contacts {
	width: 1066px;
	margin-left: -35px;
	margin-right: -35px;
	text-align: center;
	background: white;
	border: 2px solid #00bed5;
	border-radius: 2px;
}

	#contacts .items {
		margin-top: -50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#contacts .item {
		display: inline-block;
		width: 420px;
		margin-top: 50px;
		padding-left: 40px;
		padding-right: 40px;
		font-size: 14px;
		line-height: 1.4em;
		vertical-align: top;
		text-align: center;
	}

		#contacts .item .place {
			font-size: 18px;
			line-height: 1.25em;
		}

		#contacts .item .location {
			margin-top: 8px;
		}

		#contacts .item .map {
			margin-top: 8px;
		}

/**************************************************************************************************/

#section-video {
}

	#section-video h1:after {
		width: 80px;
		margin-left: -40px;
	}

	#section-video .video {
		width: 854px;
		height: 480px;
		margin-top: 40px;
	}

/**************************************************************************************************/

#section-chef {
}

		#section-chef h1:after {
			width: 150px;
			margin-left: -75px;
		}

#chef-col {
	margin-top: 120px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #00bed5;
}

#chef {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

	#chef .photo {
		width: 440px;
		height: 440px;
		margin: -100px auto 30px;
		background: black;
		border: 5px solid #00bed5;
		border-radius: 50%;
		overflow: hidden;
	}

	#chef .name {
		margin-bottom: 30px;
		font: bold 40px/1.25em "Open Sans Condensed", sans-serif;
		text-transform: uppercase;
		color: white;
	}

/**************************************************************************************************/

#section-friends {
}

	#section-friends h1:after {
		width: 200px;
		margin-left: -100px;
	}

#friends {
}

.friend {
	display: table;
	position: relative;
	z-index: 1;
	margin-top: 50px;
	margin-bottom: 50px;
}

	.friend .logo {
		display: table-cell;
		width: 250px;
		text-align: center;
		vertical-align: middle;
	}

	.friend .desc {
		display: table-cell;
		padding-left: 75px;
		vertical-align: middle;
	}

	.friend .name {
		margin-bottom: 15px;
		font: bold 32px/1.25em "Open Sans Condensed", sans-serif;
		text-transform: uppercase;
		color: black;
	}

		.friend .name a {
			color: black;
		}

/**************************************************************************************************/

#section-photos {
}

		#section-photos h1:after {
			width: 260px;
			margin-left: -130px;
		}

#photos {
}

/**************************************************************************************************/

#section-about {
}

		#section-about h1:after {
			width: 120px;
			margin-left: -60px;
		}

#about {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(img/top.jpg) repeat-x center top;
	border-bottom: 40px solid #00bed5;
}

	#about:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: white;
		opacity: 0.75;
	}

	#about .title {
		margin-bottom: 1em;
		font: bold 40px/1.25em "Open Sans Condensed", sans-serif;
		text-transform: uppercase;
		text-align: center;
		color: black;
	}

	#about .brief {
		font-size: 24px;
		line-height: 1.66em;
		text-align: center;
	}

/**************************************************************************************************/

#cooperation {
	text-align: center;
}

	#cooperation .column {
		display: inline-block;
		width: 175px;
		margin-left: 25px;
		margin-right: 25px;
		font-size: 13px;
		line-height: 1.4em;
		text-align: left;
		color: #666;
		vertical-align: top;
	}

	#cooperation .title {
		margin-bottom: 15px;
		font: bold 24px/1.2em "Open Sans Condensed", sans-serif;
		text-transform: uppercase;
		color: black;
	}

	#cooperation .brief {
		min-height: 120px;
	}

	#cooperation .link {
		text-transform: lowercase;
	}

		#cooperation .link a {
			display: inline-block;
			width: 100px;
			padding-right: 20px;
			font-weight: 400;
			color: black;
			background: url(img/arrow.png) no-repeat right center;
		}

/**************************************************************************************************/

#footer {
	margin-top: 50px;
	font: 300 13px/60px "Open Sans", sans-serif;
	color: white;
	background: black;
}