/*
 * ======================================
 * 				SLIDER
 * ======================================
 */

.header-slider
{
	color: white;
}

.header-slider p
{
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
}

.header-slider h1 + p
{
	margin-top: 40px;
}

.header-slider .carousel-item > div
{
	width: 100%;
	padding-bottom: 35px;
}

img.logo
{
	width: auto;
	height: 325px;
	margin-bottom: 30px;
}

#header_slide_2,
#header_slide_3
{
	height: 917px;
	background-position: center;
}

#header_slide_2
{
	background: url(../images/main/slide-2.jpg);
}

#header_slide_3
{
	background: url(../images/main/slide-3.jpg);
}

/*
 * ======================================
 * 				SECTION 2
 * ======================================
 */

.section-1-pic-1
{
	background-image: url("../images/main/sect1-1.jpg");
}

.section-1-pic-2
{
	background-image: url("../images/main/sect1-2.jpg");
}

/*
 * ======================================
 * 				SECTION 3
 * ======================================
 */

.icon-wrap
{
	width: 70px;
	text-align: center;
}

.icon-wrap i
{
	color: #00cc77;
	font-size: 60px;
}

/*
 * ======================================
 * 			SECTION 5 (PRODUCTS)
 * ======================================
 */

.product
{
	position: relative;
	color: white;
	overflow: hidden;
	transition: 0.2s;
}

.product .info
{
	position: absolute;
	top: calc(100% - 40px);
	background: rgba(0,0,0,0.7);
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
}

.product:hover .info
{
	top: 30%;
}

.product .info .name
{
	display: block;
	font-size: 24px;
	margin: 10px;
}

.product .info p
{
	margin: 10px;
}

/*
 * ======================================
 * 				RESIZE
 * ======================================
 */

/* x < MD */
@media (max-width: 991px)
{
	img.logo
	{
		height: 190px;
	}

	.header-slider p
	{
		font-size: 20px;
	}

	.icon-wrap i
	{
		font-size: 48px;
	}
}