
body {
	background: #E6E6E6;
}
h1 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
p {
	margin: 0;
}
section {
	border: 0;
}
.red {
	color: red !important;
}
.white {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}

.tapet_holder {
	margin-bottom: 20px;
}
.thumbnail {
	margin-bottom: 0px !important;
}

#header #topMain.nav-pills>li>a {
	1font-family: 'Abril Fatface', cursive;
	font-size: 20px;
	color: #000;
}
#header.translucent #topMain.nav-pills>li>a {
	color: #000;
	font-weight: 700;
}

#header {
	top: 40px;
	-webkit-transition: opacity .800s;
	   -moz-transition: opacity .800s;
		 -o-transition: opacity .800s;
			transition: opacity .800s;
}
#header.translucent {
	background-color: rgba(255,255,255,.5);
}

#header.fixed {
	top: 0;
}

.frontpuff {
	position: relative;
	border: 10px solid #fff;
	
	background: #fff;
	min-height: 300px;
}

.frontpuff .banner {
	position: absolute;
	top: 130px;
	width: 80%;
	text-align: left;
	background: rgba(255, 255, 255, .9);
	padding: 0px;
}
.frontpuff .banner h2 {
	margin: 20px;
	margin-left: 30px;
	font-weight: normal;
	color: #000;
	line-height: 100%;
}
.frontpuff .info {
	margin: 30px;
}
.frontpuff .info h3, .frontpuff .info p {
	font-size: 15px;
	color: #000;
	line-height: 140%;
	font-family: Georgia;
	padding-bottom: 10px;
}


.shop-item {
	margin-bottom: 30px;
}
.shop-item h4 {
	margin: 0;
}
.lightbox1 {
	margin-bottom: 30px;	
}



.product_box {
	background: #fff;
	border: 15px solid #fff;
	padding: 0px;
	margin-bottom: 30px;
	position: relative;
}
.product_box .brand {
	opacity: 0.4;
	transition: opacity .25s ease-in-out;
	position: absolute;
	
	top: 0;
	right: 0;
	padding: 5px;
	background: #fff;
	z-index: 200;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.product_box .brand:hover {
	opacity: 1;
}
.product_box .brand img {
	border-radius: 50%;
}

.product_box a {
	color: #646464;
	text-decoration: none;
}
.product_box .btn {
	color: #fff;
}
.product_box img {
	margin-left: auto; 
	margin-right: auto;
}
.product_box .produktnamn {
	text-align: center;
}


/* REALTIME SEARCH */
.tt-dropdown-menu {text-align: left;z-index: 999999999999999 !important;}.typeahead, .tt-query, .tt-hint {}.typeahead {background-color: #FFFFFF;}.typeahead:focus {}.tt-query {}.tt-hint {color: #999999;}.tt-dropdown-menu {background-color: #FFFFFF;border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 8px 8px 8px 8px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);margin-top: 12px;padding: 8px 0;width: 422px;}.tt-suggestion.tt-cursor {background-color: #0097CF;color: #FFFFFF;}.tt-suggestion p {margin: 0;}
.tt-suggestion {font-size: 18px;line-height: 24px;padding: 3px 20px;z-index: 10000000}
.tt-suggestion .img {float: left;padding-right: 5px;}
.tt-suggestion .img img {width: 30px;}
.tt-suggestion .artno {font-size: 80%;}

.twitter-typeahead {float:left; width:100%}


@media (min-width: 992px) and (max-width: 1199px) {
	.frontpuff .banner {
		top: 100px;
		width: 80%;
	}
	.frontpuff .banner h2 {
		margin: 20px;
		margin-left: 30px;
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.frontpuff {
		min-height: 700px;
	}
	.frontpuff .banner {
		top: 70px;
		width: 80%;
	}
	.frontpuff .banner h2 {
		margin: 10px;
		margin-left: 30px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.frontpuff .banner {
		top: 20px;
		width: 100%;
	}
	.frontpuff .banner h2 {
		margin: 10px;
		margin-left: 30px;
		font-size: 30px;
	}
	
}
