#footergolven {
	position:fixed;
	background-image: url(../img/footer_3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 300px;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

.site-content {
	background-color: transparent;
}

.top {
	position:fixed; 
	z-index: 1049;
	width: 100%; 
	height: 80px; 
	padding-top: 25px;
	background-color: white;
	color: #999;
}

#top-logo {
	float: left;
	margin-top: -25px;
	margin-left: -15px;
	height: 80px;
}

.logo {
	position:absolute;
	margin-top: -75px;
	margin-left: 15px;
	z-index: 999;
	width: 225px;
}

.media-container > .media-image {
	left: 70%;
}

.media-container {
	height: 250px;
}

.pureleau::before { 
  content: "PURE";
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(91, 198, 225, 0.6);
}
.pureleau::after { 
  content:"leau\00ae";
  font-style: italic;
  text-shadow: 0px 1px 1px rgba(91, 198, 225, 0.6);
}

.kliklink {
	cursor:pointer;
}
.kliklink:hover { 
    background-color: #EEE;
}

.itemselected {
	border-color: #5bc6e1;
}

.site-footer {
	background-color: transparent;
	padding-top: 1px;
	padding-bottom: 1px;
/*
	background-image: url('../img/footer.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: white;
	background-size: cover;
*/
}

article p {
	font-size: 15px;
}

.topimg {
	left: 0% !important;
	width: auto !important;
/* 	height: 279px; */
	margin: auto !important;
}

.media-container {
	background-color: #1F8ECE;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.store-item-info {
	height: 170px;
	overflow: hidden;	
}

.footer-heading {
	
   color: white;
   -webkit-text-fill-color: black; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;

	
/* 	text-shadow: 0px 0px 2px #fff; */
/* 	color: #000; */
	font-size: 18px;
	font-weight: bolder;
}

.footer-nav a {

   color: white;
   -webkit-text-fill-color: black;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;

/*
	text-shadow: 0px 0px 2px #FFF;
	color: #111;
*/
/* 	font-size: 18px; */

	font-weight: bolder;
}

.media-container > .site-section {
	background: rgba(0, 0, 0, 0.0);
}

.site-nav {
	top: 80px;
}

.has-error label {
	color: red;
}

.modal-content {
	border-radius: 5px;
}

.media-container > .site-section {
	text-shadow: 0 0 20px #444;
}