/***************/
/* HOME STYLES */
/***************/

html, body {
	min-height: 100%;
	background-color: transparent;
}
body {
	background: url(../img/bg.jpg) no-repeat left top #000 !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
#slogan {
	width: 440px;
	height: 400px;
	position: absolute;
	top: 236px;
	left: 20px;
	background: url(../img/logo_transparent.png) no-repeat center transparent;
	background-size: contain !important;
}
#slogan p {
	margin: 119px 0;
	font-size: 46px !important;
	line-height: 54px;
	text-align: center;
	color: #F4D790;
	text-shadow: 1px 1px #000;
}
#start-wrapper {
	width: 264px;
	height: 55px;
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -132px;
	overflow: hidden;
	background: url(../img/flag.png) no-repeat center bottom transparent;
}
#start {
	width: 82px;
	height: 47px;
	cursor: pointer;
	background: url(../img/start_bck.png) no-repeat center transparent;
	margin: 0 auto;
	display: block;
}
#start div {
	width: 82px;
	height: 47px;
	overflow: hidden;
}
#start img {
	opacity: 0.3;
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
	margin: 18px auto 0 auto;
	display: block;
}
#start div:hover > img {opacity: 1;}
#page {
	width: 100%;
	height: auto;
	position: absolute;
	top: 100%;
}
#brand-intro {
	display: table;
	width: 100%;
	padding: 0 !important;
	background-image: url(../img/brand_bck.png);
	color: #fff;
}
#description {
	display: table-row;
}
#description h1 {
	margin: 40px 0 60px 0;
	font-size: 60px !important;
	font-weight: normal;
}
#description article {
	display: table-cell;
	padding: 30px;
	font-size: 16px;
	color: #fff;
	font-style: italic;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
}

#description article p {
	width: 100%;
	max-width: 960px;
	display: block;
	margin: 0 auto;
	line-height: 30px;
	-webkit-column-count:2; /* Chrome, Safari, Opera */
	-moz-column-count:2; /* Firefox */
	column-count:2;
	-webkit-column-gap:50px; /* Chrome, Safari, Opera */
	-moz-column-gap:50px; /* Firefox */
	column-gap:50px;
}

#as {
	height: 24px;
	vertical-align: top;
}
#book {
	float: right;
	margin-left: 40px;
}
#sections-links {
	height: 178px;
	background: #1d1b1f;
	text-align: center;
}

#sections-links a {
	display: inline-block;
}

.link-title {
	width: 100%;
	position: relative;
	margin: 15px 0px 0px 0px;
	font-size: 14px !important;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 1px 1px #000;
	color: #F4F4F4;
	text-transform: uppercase;
	visibility: hidden;
}

#sections-links a:hover .link-title {
	visibility: visible !important;
}

#sections-links a:hover > div {
	-webkit-transition: background 250ms ease;
	-moz-transition: background 250ms ease;
	transition: background 250ms ease;
}
#sections-links a:hover .go {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-transition: -webkit-transform 250ms ease;
	-moz-transition: -moz-transform 250ms ease;
	transition: transform 250ms ease;
	background-position: 0px -80px;
}
#sections-links a:hover .go img {
	opacity: 1;
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}
#sections-links a:hover .go div {
	background-image: none;
	-webkit-transition: background 250ms ease;
	-moz-transition: background 250ms ease;
	transition: background 250ms ease;
}
#sections-links a > div {
	height: 168px;
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 0 30px;
	-webkit-transition: background 0ms ease;
	-moz-transition: background 0ms ease;
	transition: background 0ms ease;
}
#products-link .go {background-image: url(../img/products.png);}
#show-link .go {background-image: url(../img/showroom.png);}
#about-link .go {background-image: url(../img/link.png);}
#contacts-link .go {background-image: url(../img/contact.png);}
.go {
	width: 80px;
	height: 80px;
	position: relative;
	cursor: pointer;
	margin: 35px auto 0 auto;
	-webkit-transition: all 0ms ease;
	-moz-transition: all 0ms ease;
	transition: all 0ms ease;
}
.go div {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	margin: 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: no-repeat center #F4F4F4;
	background-size: 60px;
	-webkit-transition: background 0ms ease;
	-moz-transition: background 0ms ease;
	transition: background 0ms ease;
}
.go img {
	width: 42px;
	margin: 29px 34px 29px 24px;
	opacity: 0.5;
	-webkit-transition: opacity 0ms ease;
	-moz-transition: opacity 0ms ease;
	transition: opacity 0ms ease;
	opacity: 0;
}
@media screen and (min-width: 1281px) {
	#sections-links a > div {width: 100px;}
}
@media screen and (max-width: 1280px) {
	#sections-links a > div {width: 100px;}
}
@media screen and (max-width: 970px) {
	body {background: #F4F4F4 !important;}
	#page {
		position: relative;
		top: 0;
	}
	#brand-intro {border: none;}
	#slogan, #start {display: none;}
	#description h1 {
		font-size: 48px !important;
	}
}
@media screen and (max-width: 660px) {
	#description h1 {
		font-size: 40px !important;
		text-align: center;
	}
	#book {
		display: block;
		float: none;
		margin: 0 auto 20px auto;
	}

	#sections-links {
		height: auto;
	}

	.link-title {
		max-width: 280px;
		float: left;
		font-size: 14px !important;
	}
}

@media screen and (max-width: 660px) {
	#description article p {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}