/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
|------------------------------------------------------------
|	Base styles: opinionated defaults
|------------------------------------------------------------
*/

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

em{
	color: black;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}


a {
	outline: 0 !important;
}



/*
|------------------------------------------------------------
|	Browse Happy
|------------------------------------------------------------
*/

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/*
|------------------------------------------------------------
|	Bootstrap Select
|------------------------------------------------------------
*/

.bootstrap-select {
	margin: 5px 0;
	width: 100% !important;
}

.bootstrap-select .dropdown-toggle {
	font-size: 15px !important;
	font-family: "ff-enzo-web";
	background-color: #D73822 !important;
	color: white !important;
	text-transform: none !important;
	font-weight: bold !important;
	height: 50px !important;
	line-height: 40px !important;

}

.bootstrap-select .dropdown-toggle {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus {
	background-color: #f2f2f2;
	color: #6c6c6c;
}

.bootstrap-select .dropdown-menu.open {
	padding: 0;
}

.bootstrap-select .dropdown-menu a {
	padding: 5px 12px !important;
	font-size: 14px;
	color: #6c6c6c;
}

.bootstrap-select .dropdown-menu .selected a {
	background-color: #D73822 !important;
	color: white !important;
}

.bootstrap-select-last{
	margin-bottom: 20px;
}

/*
|------------------------------------------------------------
|	FONTS & HEADERS
|------------------------------------------------------------
*/

h1, h2, h3, h4, h5{
	font-family: "ff-enzo-web";
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1{
	font-size: 25px;
	text-transform: uppercase;
	line-height: 30px;
}

h2{
	font-size: 20px;
	line-height: 25px;
}

h3{
	font-size: 15px;
	text-transform: uppercase;
	line-height: 25px;
}

h4{
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
}

h5{
	font-size: 15px;
	line-height: 25px;
}

.h1-full-width{
	width: auto;
	height: auto;
	line-height: 30px;
	background-color: #D73822;
	padding: 20px;
	color: white;
}

.h1-full-width a{
	color: white;
	text-decoration: none;
}

.h1-full-width a:hover{
	border-bottom: 1px dotted white;
}

.content-contact a{
	color: #333;
	text-decoration: none;
}

.content-contact a:hover{
	color: #D73822;
	border-bottom: 1px dotted #D73822;
}

p{
	font-weight: 600 !important;
}

/*
|------------------------------------------------------------
|	GENERAL
|------------------------------------------------------------
*/

body {
	position: relative;
	z-index: 1;
	font-family: "ff-enzo-web";
}


.uk-container {
	max-width: 980px !important;
}

.uk-container.full-width {
	max-width: initial !important;
	max-width: none !important;
}

.uk-container.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.uk-grid.no-padding {
	margin-left: 0 !important;
}

.uk-grid.no-padding > * {
	padding-left: 0 !important;
}


.wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	z-index: 2;
}



/*
|------------------------------------------------------------
|	HEADER
|------------------------------------------------------------
*/

.header-wrapper {
	background-color: #fff;
	height: auto;
	width: 100%;
	border-top: 5px solid #D73822;
	border-bottom: 5px solid #E6E6E6;
}

.header {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
	height: 135px;
}

.header:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.header .logo {
	position: absolute;
	left: 0;
	top: 25px;
	margin: 0;
	padding: 0;
	width: 304px;
	height: 156px;
	display: block;
	text-decoration: none;
	border: none;
}

.header nav {
	position: absolute;
	right: 0;
	top: 55px;
	margin: 0;
	width: auto;
	height: 45px;
}

.header nav ul {
	float: right;
	width: 100%;
	
}

.header nav li {
	float: left;
	position: relative;
	list-style: none;
	height: auto;
}

.header nav a {
	margin: 0;
	padding: 0 15px;
	position: relative;
	height: 45px;
	display: block;
	line-height: 45px;
	text-align: center;
	color: 333333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "ff-enzo-web";
}

.header nav a:link,
.header nav a:active,
.header nav a:visited {
	text-decoration: none;
}

.header nav a:hover {
	text-decoration: none;
	background-color: #D73822;
	color: white;
}

.header nav .uk-parent{
	position: relative;
}

.header nav .uk-dropdown-navbar li a{
	background-color: #F5F5F5 !important;
	color: #333;
}

.header nav .uk-dropdown-navbar li{
	float: left;
	width: 100%;
	margin-left: -15px;
}

.header nav .uk-dropdown-navbar li a{
	text-align: left !important;
	padding: 0px !important;
	text-transform: none !important;
	font-weight: normal;
	height: 30px !important;
	line-height: 30px !important;
}

.header nav .uk-dropdown-navbar li a:hover{
	background-color: transparent !important;
	color: #D73822;
}


.header nav .uk-active{
	text-decoration: none;
	background-color: #D73822;
	color: white;
}

/*
|------------------------------------------------------------
|	SLIDER
|------------------------------------------------------------
*/

.uk-slideshow{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.uk-slideshow li img{
	min-height: 500px;
}

.slideshow-page li img{
	min-height: 200px !important;
	max-height: 200px;
}

.slideshow-overlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slideshow-overlay-inner{
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
	height: 100%;
}

.slideshow-overlay-inner .quick-search{
	display: block;
	position: absolute;
	left: 0;
	top:0;
	background: #EEEEEE;
	width: 270px;
	height: 100%;
}

.slideshow-overlay-inner .news-feed{
	display: block;
	position: absolute;
	right: 0;
	bottom: 20px;
	background: #EEEEEE;
	width: 550px;
	height: auto;
	padding: 20px 20px 20px 60px ;
}

/*
|------------------------------------------------------------
|	QUICK SEARCH
|------------------------------------------------------------
*/

.quick-search .uk-search::before{
	line-height: 100px;
	padding-left: 20px;
}

.quick-search-overview .uk-search::before{
	line-height: 100px;
	padding-left: 0px;
	margin-top: -20px;
}


.quick-search .uk-search{
	display: block;
	margin-top: 45px;
	padding: 20px 20px 15px 20px;
}

.quick-search-overview{
	margin-top: 0px;
}

.quick-search-overview .uk-search{
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 10px;}

.quick-search-overview .uk-form{
	padding: 0px !important;
}

.quick-search .uk-search-field{
	width: 100% !important;
	height: 60px !important;
	font-family: "ff-enzo-web";
	padding-left: 10px !important;
	outline: 0 !important;
	background-color: white;
}

.uk-search::before{
	content: none !important;
}

.quick-search .uk-search-field:focus{
	border: 2px solid #D73822;
	width: 100% !important;
}

.quick-search .uk-form{
	padding: 0px 20px 0px 20px;
}

.quick-search .uk-form select{
	width: 100%;
	height: 45px;
	background-color: #D73822;
	border-bottom: 5px solid white;
	color: white;
	outline: 0;
	font-weight: bold;
}

.quick-search .uk-form select option{
	padding: 10px 0px 10px 10px;
	font-weight: normal;
}

.quick-search .uk-form button{
	display: block;
	width: 100%;
	height: 60px;
	background-color: white;
	color: #D73822;
	font-size: 20px;
	text-transform: uppercase;
}

.quick-search .uk-form button:hover{
	background-color: #D73822;
	color: white;
}




/*
|------------------------------------------------------------
|	NEWS FEED
|------------------------------------------------------------
*/

.news-feed .icon-wheelmarker{
	position: absolute;
	left: 10px;
	top: 10px;
}

.news-feed h3{
	font-weight: bold;
	text-transform: uppercase;
}

.news-feed p{
	font-size: 14px;
}

/*
|------------------------------------------------------------
|	CONTENT
|------------------------------------------------------------
*/

.content-wrapper {
	padding: 40px 10px 65px;
}

.content{}

.content article{
	background-color: #EEEEEE;
	padding: 20px;
}

.list-icon-wheel{
	margin: 0;
	padding: 0;
}

.list-icon-wheel li{
	display: block;
	background: url('../img/icon_wheel.png') left center no-repeat;
	height: 20px;
	line-height: 40px;
	width: 100%;
	padding-bottom: 20px;
	list-style: none;
	padding-left: 30px;
	font-size: 20px;
}

.btn-red{
	background-color: #d73822;
    border: medium none;
    color: white;
    display: inline-block;
    padding: 10px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.btn-red:hover{
	background-color: white;
	color: #d73822;
	text-decoration: none;
}

.content-contact h2{
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px solid #D73822;
}

/*
|------------------------------------------------------------
|	PRODUCTS
|------------------------------------------------------------
*/

.product-small{
	display: block;
	position: relative;
	width: 100%;
	height: 340px;
	background-color: #EEEEEE;
	padding: 15px;
	text-decoration: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid transparent;
	margin-bottom: 30px !important;
}

.product-small:hover{
	border: 5px solid #e5e5e5;
}

.label{
	position: absolute;
	right: -20px;
	top: -20px;
	border-radius: 50%;
	width: 65px;
	height: 65px; 
	text-align: center;
	line-height: 65px;
	color: white;
	font-weight: bold;
}

.label.label-winter{
	background-color: #FDD32D;
}

.label.label-new{
	background-color: #6DAC00;
}

.label.label-second{
	top: 35px;
}

.product-small .product-thumb{
	display: block;
	text-align: center;
	min-width: 170px;
	min-height: 170px;
	width: auto;
	height: 145px;
	margin-bottom: 10px;
}

.product-small .product-thumb .img-helper{
	display: inline-block;
	height: 100%;
	width: 0px;
	vertical-align: middle;
	position: relative;
}

.product-small .product-thumb img{
	vertical-align: middle;
	display: inline;
	max-width: 97%;
	height: auto;
}

.product-small h3{
	font-weight: bold;
	width: 100%;
	text-align: center;
	height: 40px;
	overflow: hidden;
	margin-bottom: 0px;
}

.product-small button{
	display: block;
	border: none;
	padding: 10px;
	background-color: #333;
	color: white;
	width: 100%;
}

.product-small button:hover{
	background-color: #D93615;
	color: white;
}

.product-small .price{
	display: block;
	position: relative;
	width: 100%;
	height: auto; 
	color: #D93615;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
	margin-bottom: 10px;
}

.button-full-width{
	width: 100%;
}

.product-info{}

.product-info h2{
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px solid #D73822;
}

.table-product-info{
margin-bottom: 20px;
}

.product-info button{
	margin-bottom: 30px !important;
}

.product-large{
	display: block;
	position: relative;
	text-align: left;
	padding: 15px;
	min-width: 145px;
	min-height: 145px;
	width: 100%;
	height: auto;
	margin-bottom: 30px !important;
}

.banner-levering{
	display: block;
	padding: 20px 0px 40px 20px;
	width: auto;
	height: auto;
	background-image: url('../img/bg_banner_levering.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-levering h4{
	color: white;
	font-size: 50px;
	line-height: 55px;
	font-weight: normal;
	text-align: left !important;
}

.categorie-info{
	margin-bottom: 30px !important;
}

.categorie-info h2{
	font-weight: bold;
	text-transform: uppercase;
}

#product-info{}

#product-info li{
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 15px;
	border-top: transparent;
}

.uk-tab{}

.uk-tab li a{
	color: #333;
}

.uk-tab li a:hover{
	color: #333;
}

#etalage .etalage_thumb{
	border: none !important;
	background-color: transparent !important;
}

/*
|------------------------------------------------------------
|	SWIPER
|------------------------------------------------------------
*/


.content-wrapper-swiper {
	background-color: #EEEEEE;
	padding: 20px;
}

.content-wrapper-swiper .content {
	margin-bottom: 0 !important;
}

.swiper-container {
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    height: 120px;
}
.swiper-wrapper {
    height: 100% !important;
}
.swiper-slide {
    margin: 0;
    padding: 0;
    position: relative;
    
    text-align: center;
    font-size: 18px;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    margin: 0;
    position: relative;
    width: 100%;
    display: block;
}

.swiper-slide a img {
    margin: 0 !important;
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: 0;
}

.swiper-pagination-bullet-active {
    background-color: #f41e2c;
}

/*
|------------------------------------------------------------
|	Testimonials
|------------------------------------------------------------
*/

.testimonial {
	display: block;
	position: relative;
	width: 100%;
	min-height: 75px;
	background-color: #EEEEEE;
	padding: 15px;
	padding-bottom: 5px;
	text-decoration: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid transparent;
	margin-bottom: 30px !important;
	text-align: center;
}

.testimonial h3 {
	font-weight: bold;
}
.testimonial p:last-of-type {
	padding-bottom: 0;
	font-size: ;
	font-style: italic;
}

/*
|------------------------------------------------------------
|	CONTACT FORM
|------------------------------------------------------------
*/

.uk-form-contact{
	
}

.uk-form-contact input{
	width: 100%;
	height: 50px !important;
	padding-left: 10px !important;
	margin-bottom: 10px !important;
}

.uk-form-contact p{
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}

.uk-form-contact textarea{
	width: 100%;
	height: 250px;
}


/*
|------------------------------------------------------------
|	FOOTER
|------------------------------------------------------------
*/

.footer-wrapper-top {
	background-color: #333333;
	width: 100%;
	height: auto;
	padding: 20px 0px 20px 0px;
}

.footer-wrapper-bottom {
	background-color: #EEEEEE;
	width: 100%;
	height: auto;
}

.footer-top, .footer-bottom {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
	position: relative;
	height: auto;
}

.footer-top h2{
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #D73822;
	padding-top: 15px;
}

.footer-top ul{
	margin: 0;
	padding: 0;
}

.footer-top ul li{
	color: white;
	height: 30px;
	list-style: none;
	
}

.footer-top ul li a{
	color: white;
	text-decoration: none;
}

.footer-top ul li a:hover{
	border-bottom: 1px dotted white;
}

.footer-block-contact{
	background-color: #D73822;
	padding: 15px;
	color: white;
}

.footer-block-contact h2{
	padding-top: 0px;
	border-bottom: 3px solid white;
}

.footer-block-contact a{
	color: white;
	text-decoration: none;
}

.footer-block-contact a:hover{
	border-bottom: 1px dotted white;
}

.footer-top .icon-facebook{
	position: absolute;
	right: -35px;
	bottom: -35px;
}

.footer-bottom{
	height: auto;
}

.footer-bottom p{
	font-size: 14px;
	padding: 10px 0px 10px 0px;
}

.footer-bottom a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.footer-bottom a:hover{
	border-bottom: 1px dotted #333;
}

.footer-top:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.footer-top-bottom:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}


/*
|------------------------------------------------------------
|	Helper classes
|------------------------------------------------------------
*/

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	  `contenteditable` attribute is included anywhere else in the document.
 *	  Otherwise it causes space to appear at the top and bottom of elements
 *	  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	  `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/* ==========================================================================
   Share tools.
   ========================================================================== */
.product-info {
	position: relative;
}
.sharetools {
    display: block;
	position: absolute;
	top: 0;
	right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media screen and (max-width: 767px) {
	.sharetools {
		top: -310px;
	}
} 

.sharetools__list-item {
    float: left;
    margin-right: 3px;
}
.sharetools__facebook,
.sharetools__twitter,
.sharetools__email {
    @include transition(all .2s ease-in-out);
    display: inline-block;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding-top: 4px;  
    border-radius: 50%;
    font-size: 16px;
    color: white;
    text-align: center;
}
.sharetools__facebook {
    background: #4b67a1;
    border: 2px solid #4b67a1;
}
.sharetools__facebook:hover {
    background: white;
}
.sharetools__facebook:hover .fa {
    color: #4b67a1 !important;
}
.sharetools__twitter {
    background: #28A9E0;
    border: 2px solid #28A9E0;
}
.sharetools__twitter:hover {
    background: white;
}
.sharetools__twitter:hover .fa {
    color: #28A9E0 !important;
}
.sharetools__email {
    background: #222222;
    border: 2px solid #222222;
}
.sharetools__email:hover {
    background: white;
}
.sharetools__email:hover .fa {
    color: #222222 !important;
} 
.sharetools a .fa {
    color: white;
}
