.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.left {
  float:left;
}

.right {
  float:right;
}

body {
	background: url(img/bg.png) repeat-x top;
	width: 100%;
	height: 100%;
}

i {    
	display: inline-block;
    font-family: FontAwesome;
    line-height: 1;
    margin-right: 10px;
}

.shop {
	width: 100%;
	height: 100px;
	background: #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
	text-align: center;
	font-size: 16px;
}

.shop a {
	padding: 10px 20px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd942e+0,f36f00+100 */
	background: #fd942e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fd942e 0%, #f36f00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd942e), color-stop(100%,#f36f00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd942e 0%,#f36f00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd942e 0%,#f36f00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd942e 0%,#f36f00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd942e 0%,#f36f00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd942e', endColorstr='#f36f00',GradientType=0 ); /* IE6-9 */

	border-radius: 10px;
	border: 2px solid #fff;	
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	line-height: 100px;
	font-weight: bold;
	text-decoration: none;
}

.shop a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d848e+0,5e636b+100 */
	background: #7d848e; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d848e 0%, #5e636b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d848e), color-stop(100%,#5e636b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d848e 0%,#5e636b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d848e 0%,#5e636b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d848e 0%,#5e636b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d848e 0%,#5e636b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d848e', endColorstr='#5e636b',GradientType=0 ); /* IE6-9 */

}

.teaser {
	width: 100%;
	margin-top: 90px;
	text-align: center;
}

p {
	font-size: 14px;
	color: #81868c;
	font-family: arial,sans-serif;
	margin:5px 0;
	text-align: center;
}
a {
	font-size: 14px;
	color: #81868c;
	font-family: arial,sans-serif;
}
.contact {
	width: 100%;
	background: #81868c;
	padding: 25px 0;
}

.contact p, a {
	color: #fff;
}