﻿#main_body {
	overflow: hidden;
}

.inner-container {
	background-color: #fff;
	padding: 15px 15px 50px 15px;
	margin-bottom: 10px;
}

	.inner-container > header {
		margin-bottom: 30px;
	}

/*.inner-container header .inner-title {
		font-size: 20px;
		display: inline-block;
		position: relative;
		padding-right: 50px;
		padding-left: 30px;
		border-radius: 20px;
		color: #34c1f0;
		height: 40px;
		line-height: 35px;
		box-shadow: 0px 1px 4px #34c1f0;
	}

		.inner-container header .inner-title:after {
			content: "";
			position: absolute;
			height: 50px;
			width: 50px;
			background-color: #fff;
			right: -10px;
			border-radius: 25px;
			top: -5px;
			box-shadow: 0px 1px 4px #34c1f0;
			background-image: url(../Images/PageTitle.png);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 70% 70%;
		}*/
.parallax-container {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	width: 100%;
	min-height: 350px;
	position: relative;
}

	.parallax-container h1 {
		color: #fff;
		position: absolute;
		right: 50px;
		top: 50%;
		transform: translateY(-50%);
		max-width: 500px;
		text-shadow: 1px 1px 5px #000;
	}

.content-description {
	font-size: 14px;
	line-height: 2.5;
	margin-bottom: 20px;
	text-align: justify;
}

@media (max-width : 480px) {
	.content-description img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

#goToTop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 15px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	background: #a3a3a3;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	z-index: 100;
}

	#goToTop:hover {
		background: #333;
	}

.relative-product-container {
}

.relative-product-box *[class^="col-"] {
}

.relative-product-box header {
	font-size: 18px;
	margin-bottom: 15px;
}

.relative-product-box a {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 10px 5px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}

	.relative-product-box a:hover h5 {
		color: #ee1c21;
	}

.relative-product-box img {
	height: 150px;
	margin-bottom: 10px;
}

.relative-product-box h5 {
	color: #333;
	height: 60px;
	line-height: 1.5;
}

.relative-product-cat {
	margin-bottom: 15px;
	padding: 10px 15px;
	background-color: #C51D0C;
	display: inline-block;
	border-radius: 4px;
	color: #fff !important;
}
