
#top-background {
	position: fixed;
	max-height: 100%;
	display: block;
	width: 100%;
	z-index: -100;
	top: 0px;
}

.fullwidth-img { padding: 0px; }
img.home-main { width: 100%; }

.header {}

.header h1 { padding-left: 15px; }

.header-text {
	padding: 15px;
	line-height: 20px;
}

.header-text p {
	line-height: 26px;
	font-size: 18px;
	color: #666;
}

.container.main-container { padding-bottom: 40px; }
.container .opac-container {
	min-height: 200px;
	position: absolute;
	background: #fff;
	width: 100%;
	opacity: 0.80;
	max-width: 1170px;
	border-radius: 5px;

	-webkit-box-shadow: 5px 5px 10px 0px rgba(153,153,153,1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(153,153,153,1);
	box-shadow: 5px 5px 10px 0px rgba(153,153,153,1);

	border: 1px solid #d0d0d0;
}

.section-wrapper {
	background: #fff;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.section-wrapper .header {
	vertical-align: middle;
	display: table-cell;
	height: 100px;
	text-align: center;
	width: 20%;
}
.section-wrapper .header img { display: inherit; }

.section-wrapper .description a { text-decoration: none; color: #666; }
.section-wrapper .description a:hover { text-decoration: none; color: #ea0e6f; }

a.button {
	margin-top: 20px;
	color: #666;
	padding: 5px 10px;
	background: #e0e0e0;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
}
a.button:hover {
	background: #ea0e6f;
	color: #FFF !important;
}


.main-container {
	margin-top: 50px;
	min-height: 600px;
}

div.go-shopping {
	position: absolute; 
	z-index: 100; 
	right:15px; 
	bottom:15px;
}

div.partners
{
	padding-left:15px;
}


@media (max-width: 880px) {
	
	div.footer-center i.fa {
		display: block;
		margin: 10px auto !important;
	}

}


@media (max-width: 768px) {

	.header { text-align: center; }
	
	div.partners{ text-align:center; }
	
	img.home-main { 
		width: auto;
		height: 100%;
	}

	.section-wrapper {
    	margin-left: 15px;
    	margin-right: 15px;
	}

}


@media (max-width: 380px) {

	img.home-main { 
		width: auto;
		height: 100%;
	}
}

