/*******************/
/* PRODUCTS STYLES */
/*******************/

html, body {height: 100%;}
#cover {
	width: 100%;
	height: 100%;
	padding: 0 !important;
	position: relative;
	text-align: center;
	background: no-repeat top transparent;
}
#product_name {
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -242px;
}
#product_description {
	width: 100%;
	height: 236px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background-color: #F4F4F4;
}
#product_description .wrapper {
	display: table;
	height: 196px;
	margin: 40px auto 0 auto;
	overflow: auto;
}
#product_description p {
	display: table-cell;
	padding: 0;
	margin: 0;
	font-family: Handwritten;
	font-size: 48px;
	line-height: 52px;
	word-spacing: 4px;
	vertical-align: middle;
}
.go {
	width: 160px;
	height: 160px;
	position: absolute;
	bottom: 156px;
	left: 50%;
	margin-left: -80px;
	z-index: 0;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	background-color: rgba(255,255,255,0.25);
	cursor: pointer;
}
.go div {
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin: 10px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	background-color: #F4F4F4;
}
.go img {
	width: 56px;
	margin-top: 26px;
	opacity: 0.3;
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}
.go div:hover > img {opacity: 1;}
#minimized-description {
	display: none;
	margin: 20px;
	line-height: 24px;
}
#page section {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.products_section .grid .product {
	overflow: hidden;
	cursor: pointer;
}
.overlay span {
	font-size: 14px;
	line-height: 38px;
	letter-spacing: 2px;
	color: #333;
}

#page .products_section {
	padding: 0px;
	background-image: url(../img/brand_bck.png);
}

#page .products_section.product {
	background-image: url(../img/product_bck.jpg);
	background-size: cover;
}

.product:hover > .product_box {
	height: 80px;
}

.product_box {
	text-align: center;
	color: #fff;
	background-color: #1d1b1f;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
	-moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;

}

.product_box h3 {
	margin: 7px 0px;
	font-style: italic;
	font-size: 1em;
	line-height: 36px;
	box-sizing: border-box;
	height: 36px;
	vertical-align: middle;
	font-weight: normal;
}
.product_box h3 span {
	line-height: 17px;
	display: inline-block;
	margin: -1px 0 12px;
}

.product_box p {
	margin: 10px;
	font-size: 0.8em;
	color:#bbb;
}


/* DESKTOP */
@media screen and (min-width: 1281px) {
	#product_name {
		width: 680px;
		margin-left: -360px;
	}
	#product_description .wrapper {width: 1200px;}
	.product {
		-webkit-transition: -webkit-transform 250ms ease;
		-moz-transition: -moz-transform 250ms ease;
		transition: transform 250ms ease;
	}

	.overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.85);
		opacity: 0;
		text-align: center;
		-webkit-transition: opacity 250ms ease-out;
		-moz-transition: opacity 250ms ease-out;
		transition: opacity 250ms ease-out;
	}
	.overlay:hover {opacity: 1;}
	.overlay span {
		font-size: 20px;
		line-height: 189px;
		color: #FFF;
	}
}

/* TABLET */
@media screen and (min-width: 971px) and (max-width: 1280px) {
	#product_name {
		width: 620px;
		margin-left: -330px;
	}
	#product_description .wrapper {width: 890px;}
	.overlay {
		width: 100%;
		height: 38px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #FFF;
		text-align: center;
	}
}

@media screen and (min-width: 661px) and (max-width: 970px) {
	#product_name {
		width: 620px;
		margin-left: -330px;
	}
	#product_description .wrapper {width: 580px;}
	#product_description p {
		font-size: 40px !important;
		line-height: 44px;
	}
	.overlay {
		width: 100%;
		height: 38px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #FFF;
		text-align: center;
	}
}

/* SMARTPHONE */
@media screen and (max-width: 660px) {
	#product_name {
		width: 440px;
		margin-left: -240px;
	}
	#product_description .wrapper {width: 400px;}
	#product_description p {
		font-size: 36px !important;
		line-height: 40px;
	}
	.overlay {
		width: 100%;
		height: 38px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #FFF;
		text-align: center;
	}
}
@media screen and (max-height: 480px) {
	#cover {display: none;}
	#title, #subtitle {
		padding: 10px 0 20px 0;
		margin: 0;
		font-weight: bold;
		text-align: center;
	}
	#title, #title *{
		font-size: 36px !important;
		font-weight: normal;
	}
	#subtitle {
		font-size: 18px !important;
		text-shadow: 1px 1px #222;
	}
	#minimized-description {display: block;}
}