.mainHeader, .mainFooter {
	position: relative !important;
    top: auto;
    bottom: auto;
}
.main > h1 {
	font-size: 20px;
	text-transform: uppercase;
}
.content .item > * {
	min-height: 350px;
	overflow: hidden;
}
.content .item > .image-fl {
	float: left;
	width: 49.17%;
	padding: 0 50px 0 10px;
	background: url("../images/product-background-left.png") no-repeat scroll right bottom transparent;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.content .item > .image-fr {
	float: right;
	width: 49.17%;
	padding: 0 10px 0 50px;
	background: url("../images/product-background-right.png") no-repeat scroll left bottom transparent;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.content .item > .item-content {
	width: 50.83%;
	margin-top: 50px;
	font: 16px 'ClearSans Light';
}
.content .item > .item-content h2 a {
	color: #00afef;
	font: 24px 'ClearSans Bold';
}
.content .item > .item-content .item-info ul {
	margin-bottom: 10px;
}
.content .item > .item-content .item-info ul li {
	line-height: 30px;
}
.content .item > .item-content .item-info ul li .circle {
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #bfbfbf;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.content .item > .item-content .btn-group {
	margin-top: 35px;
}
.content .item > .item-content .btn-group a {
	padding: 5px 30px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1200px) {
	.content .item > .image-fl,
	.content .item > .image-fr {
		min-height: 320px;
	}
}
@media only screen and (max-width: 640px) {
	.content .item > .image-fl,
	.content .item > .image-fr,
	.content .item > .item-content {
		width: 100%;
		float: none;
	}
	.content .item > .item-content {
		min-height: 0;
		padding-bottom: 20px;
	}
}