
/*
	
font-family: "futura-pt", sans-serif;
font-weight: 300/400/500;

font-family: "gesta", sans-serif;
font-weight: 400/700;

BLAUW: #86b8be
GOUD: #b2a747

MEGAMAN BLAUW: #0064a2

*/


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

/* general */

body {
	background: #fff;
	color: #444;
	font-family: "gesta", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

/* header */
	
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	background: #fff;
}

/* logo */

.logo {
	float: left;
	max-width: 22%;
	min-width: 180px;
	/* margin-bottom: -1px; */
}

/* menu toggle */

.show-menu {
	display: none;
}

.show-menu img {
	float: right;
	width: 35px;
	margin-top: 12px;
}

/* lan switch */

.responsive_lan_switch {
	display: none;
}

ul.lan_switch {
	float: right;
	list-style-type: none;
	text-align: right;
	margin-top: 22px;
}

ul.lan_switch li {
	display: inline-block;
	border-left: 1px solid #bbb;
	margin-left: 12px;
	padding-left: 12px;
}

ul.lan_switch li a {
	float: left;
	color: #bbb;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	line-height: 1em;
}

ul.lan_switch li a:hover {
	color: #86b8be;
}

ul.lan_switch li a.selected, 
ul.lan_switch li a.selected:hover {
	color: #86b8be;
	font-weight: 500;
}

/* nav */

nav {
	float: left;
	margin-left: 40px;
	margin-top: 22px;
} 

nav a {
	display: inline-block;
	color: #666;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1em;
	margin-right: 22px;
	text-transform: uppercase;
	text-decoration: none;
}

nav a:hover {
	color: #86b8be;
}

nav a.selected {
	color: #86b8be;
	font-weight: 500;
}

/* banner */

.banner {
	float: left;
	width: 100%;
	text-align: center;
	background: url('/_grafix/bg.png');
	position: relative;
}

.banner img {
	display: inline-block;
	vertical-align: text-bottom;
	width: 100%;
	max-width: 1600px;
}

.banner h1 {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	z-index: 600;
	text-align: left;
	color: #fff;
	font-family: "futura-pt", sans-serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 1.1em;
}

/* subnav */

ul.subnav {
	float: left;
	width: 100%;
	list-style-type: none;
	margin-bottom: 20px;
}

ul.subnav li {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

ul.subnav li a {
	float: left;
	width: 100%;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.2em;
	text-align: left;
	overflow: hidden;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	
}

ul.subnav li a:hover {
	color: #86b8be;
}

ul.subnav li a.selected,  
ul.subnav li a.selected:hover {
	color: #86b8be;
	font-weight: 500;
}

/* sidebar */

.sidebar {
	float: left;
	width: 20%;
	padding: 30px 0;
	position: relative;
}

/* content */ 

.content {
	float: right;
	width: 78%;
	min-height: 250px;
	border-left: 1px solid #ddd;
	padding: 30px 0;
}

.content.wide {
	width: 100%;
	border-left: 0;
}

.content .gutter {
	padding: 0 40px;
}

.content a, 
.sidebar a {
	color: #b2a747;
}

.content a:hover, 
.sidebar a:hover {
	color: #86b8be;
}

.content a.button, 
.sidebar a.button {
	display: inline-block;
	color: #fff;
	background: #444;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.content a.button:hover, 
.sidebar a.button:hover {
	background: #b2a747;
}

.content img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.content img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
}

.content img.thumb {
	float: left;
	width: 22%;
	margin: 0 3% 15px 0;
}

.content hr {
	float: left;
	width: 100%;
	height: 1px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.content a.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

/* h1 */

.content h1, 
.sidebar h1 {
	color: #86b8be;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1em;
	text-transform: uppercase;
}

/* h2 */

.content h2, 
.sidebar h2 {
	color: #b2a747;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 1em;
	text-transform: uppercase;
}

/* layout */

.content p, 
.sidebar p {
	line-height: 1.5em;
	margin-bottom: 25px;
}

.content p.small {
	font-size: 12px;
}

.content ul {
	list-style-type: disc;
	margin-bottom: 25px;
}

.content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
}

.content li {
	margin-left: 15px;
	margin-bottom: 6px;
}

.content table {
	width: 100%;
	margin-bottom: 30px;
}

.content td {
	padding: 20px 0;
	vertical-align: top;
	line-height: 1.4em;
	border-bottom: 1px solid #ddd;
}

.content td p {
	margin-bottom: 0;
}

.content th {
	padding: 10px 0;
	vertical-align: top;
	color: #86b8be;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.content td.image {
	width: 20%;
}

.content td.image img {
	float: left;
	width: 90%;
}

.content table.to-replace td {
	vertical-align: middle !important;
}

.youtube_wrapper {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* text block */

.text_block {
	float: left;
	width: 100% !important;
	background: url('/_grafix/bg.png');
	min-height: 100px;
	border-left: 0;
	padding: 40px 0;
}

.text_block .left {
	float: left;
	width: 60%;
}

.text_block .right {
	float: right;
	width: 35%;
}

/* contact block */

.contact_block {
	float: left;
	width: 100%;
	background: #eee url('/_grafix/bg_contact.png') top center no-repeat;
	background-size: 100% 100px;
	border: 1px solid #b2a747;
	text-align: center;
	margin-bottom: 30px;
}

.contact_block h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 70px;
}

.contact_block .gutter {
	padding: 20px 20px 10px 20px !important;
}

.contact_block strong {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	color: #86b8be;
	margin-bottom: 12px;
}

.contact_block a.button {
	margin-bottom: 12px;
}

/* search */

input.search {
	float: left;
	width: 97%;
	font-family: "gesta", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #999;
	border: 1px solid #ccc;
	padding: 5px;
	outline: none;
}

/* products filter */

span.filter_label {
	float: left;
	width: 100%;
	color: #444;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/* wattage range */

#wattage_range {
	float: left;
	width: 98%;
	margin-right: 2%;
	margin-bottom: 10px;
}

#wattage_min_label {
	float: left;
	font-size: 13px;
	margin-bottom: 11px;
}

#wattage_max_label {
	float: right;
	text-align: right;
	font-size: 12px;
	margin-bottom: 11px;
}

#wattage_min_label i, 
#wattage_max_label i {
	font-style: normal;
	color: #999;
}

/* lumen range */

#lumen_range {
	float: left;
	width: 98%;
	margin-right: 2%;
	margin-bottom: 10px;
}

#lumen_min_label {
	float: left;
	font-size: 13px;
	margin-bottom: 11px;
}

#lumen_max_label {
	float: right;
	text-align: right;
	font-size: 12px;
	margin-bottom: 11px;
}

#lumen_min_label i, 
#lumen_max_label i {
	font-style: normal;
	color: #999;
}

/* other filters */

#filter_form b input.checkbox {
	display: none;
}

#filter_form b {
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#filter_form b a {
	font-weight: 300;
	color: #999;
	text-decoration: none;
	line-height: 1em;
}

#filter_form b a:hover {
	color: #444;
}

#filter_form b a.active {
	color: #86b8be;
	font-weight: 700;
}

#filter_form b a img {
	display: inline-block;
	height: 14px;
	margin-right: 3px;
	vertical-align: middle;
}

#filter_form select {
	float: left;
	width: 100%;
	background: #ddd; 
	font-size: 14px;
	border-radius: 2px;
	border: none;
	outline: none;
}

/* filter info */

.filter_info {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.filter_info a.delete_filter {
	float: left;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 4px 7px;
	color: #fff;
	background: #b2a747;
	border: 1px solid #b2a747;
	border-radius: 2px;
	margin-right: 7px;
	margin-bottom: 7px;
}

.filter_info a.delete_filter:hover {
	background: #86b8be;
	border: 1px solid #86b8be;
}

.filter_info a.delete_filter img {
	height: 14px;
	vertical-align: middle;
	margin-bottom: 2px;
}

a.reset_filter {
	float: left;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 4px 7px 5px 7px;
	color: #444;
	border: 1px solid #ddd;
	border-radius: 2px;
}

a.reset_filter:hover {
	color: #86b8be;
	border: 1px solid #86b8be;
}

/* product list */

a.product {
	float: left;
	width: 20%;
	text-decoration: none;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}

a.product div {
	padding: 0 20px;
}

a.product img {
	float: left;
	width: 100%;
	opacity: 0.9;
	margin-bottom: 10px;
}

a.product b {
	float: left;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b2a747;
	text-align: center;
	color: #888;
	font-weight: 400;
	font-size: 13px;
}

a.product p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	color: #444;
}

a.product span {
	display: inline-block;
	color: #fff;
	background: #444;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px;
	border-radius: 4px;
	margin-bottom: 10px;
}

a.product:hover img {
	opacity: 1;
}

a.product:hover b {
	color: #b2a747;
}

a.product:hover span {
	background: #b2a747;
}

a.product:hover p {
	color: #b2a747;
}

.block_splitter50 {
	display: none;
}

.block_splitter100 {
	float: left;
	width: 100%;	
	height: 10px;
}

a.product img.sticker {
	position: absolute;
	top: 50px;
	right: -5px;
	z-index: 500;
	width: 80px;
}

/* paging */

.paging {
	float: right;
	width: 100%;
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.paging a {
	float: left;
	padding: 4px 8px;
	margin-right: 7px;
	background: #fff;
	color: #888;
	border: 1px solid #ddd;
	border-radius: 2px;
	text-decoration: none;
}

.paging a:hover {
	color: #444;
	border: 1px solid #86b8be;
}

.paging span {
	float: left;
	padding: 4px 8px;
	margin-right: 7px;
	color: #ccc;
	background: #f5f5f5;	
	border: 1px solid #ddd;
	border-radius: 2px;
}

.paging span.selected {
	font-weight: bold;
	color: #fff;
	background: #86b8be;
	border: 1px solid #86b8be;	
}

.paging span.nobg {
	background: #fff;
	border: 1px solid #fff;	
	padding: 4px 0;
	font-size: 1.1em;
	color: #888;
}

.paging span.arrow {
	display: none;
}

.paging a.arrow {
	color: #b2a747;
	background: #fff;
	border: 1px solid #fff;	
	padding: 3px 4px;
	text-decoration: underline;
}

.paging a.arrow:hover {
	color: #86b8be;
}

/* counter */

.counter {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #999;	
	margin-bottom: 10px;
}

.counter a {
	color: #999;
}

.counter a:hover {
	color: #444;
}

/* product page */

.product_left {
	float: left;
	width: 60%;
}

.product_right {
	float: right;
	width: 35%;
}

.product_right img.small {
	float: left;
	width: 100%;
}

strong.reference {
	float: left;
	color: #b2a747;
	font-size: 14px;
	font-weight: 400;
	margin-top: -12px;
	margin-bottom: 20px;
}

.product_left table {
	float: left;
	width: 98%;
	border-left: 4px solid #b2a747;
}

.product_left table td {
	padding: 6px 10px;
	border-bottom: 1px dotted #ccc;
}

.product_left table td.label {
	font-weight: 700;
}

div.prevnext {
	float: left;
	width: 100%;
	color: #888;
}

div.prevnext a {
	color: #b2a747;
}

div.prevnext a:hover {
	color: #86b8be;
}

div.prevnext a.overview {
	float: right;
}

img.pdf {
	width: 25px;
	vertical-align: middle;
	margin-bottom: 4px;
}

img.technology {
	float: left;
	width: 40px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 5px 10px 10px 0;
}

img.technology_large {
	float: left;
	width: 100px;
	margin-right: 25px;
}

/* to replace link */

a.replace {
	float: left;
	width: 100%;
	margin-top: 0; 
	margin-bottom: 25px;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #00b355;
	white-space: nowrap;
}

a.replace img {
	float: left;
	width: 35px;
	margin-right: 5px;
}

a.replace span {
}

a.replace:hover {
	color: #005a2b;
}

a.replace.megaman {
	color: #0064a2;
}

a.replace.megaman:hover {
	color: #444;
}

/* to replace block */

div.to-replace {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
	
div.to-replace img.small {
	float: left;
	width: 25%;
}

div.to-replace b {
	float: left;
	width: 100%;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #00b355;
	white-space: nowrap;
	margin-top: 0; 
	margin-bottom: 15px;
}

div.to-replace b img {
	float: left;
	width: 35px;
	margin-right: 5px;
}

div.to-replace b span {
}

/* download link */

a.download {
	float: left;
	width: 100%;
	margin-top: 0; 
	margin-bottom: 25px;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #86b8be;
	white-space: nowrap;
}

a.download img {
	float: left;
	width: 35px;
	margin-right: 5px;
}

a.download span {
	display: inline-block;
	margin-top: 10px;
}

a.download:hover {
	color: #b2a747;
}

/* news */

div.news {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

div.news span.date {
	float: left;
	width: 100%;
	color: #888;
	margin-bottom: 10px;
}

div.news span.date img {
	width: 22px;
	vertical-align: top;
	margin-right: 5px;
}
	
/* sitemap */

ul#sitemap {
	font-size: 16px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 15px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 14px;
}

/* form */

.form {
	float: left;
	width: 100%;
}

.form.grey {
	width: 44%;
	padding: 20px 3% 5px 3%;
	background: #f5f5f5;
}

/* labels */

.form span.label, 
.form span.label_error, 
.form span.hint, 
.form span.error {
	float: left;
	width: 100%;
	font-weight: bold;
	margin-right: -5px;
	line-height: 1.4em;
}

.form span.label, 
.form span.label_error {
	margin-bottom: 2px;
}

.form span.checkbox {
	float: left;
	width: 95%;
}

.form span.label_error, 
.form span.checkbox_error {
	color: #c00;
}

.form span.checkbox_error a {
	color: #c00;
}

.form span.error {
	font-size: 12px;
	color: #c00;
	margin-bottom: 4px;
}

.form span.hint {
	font-weight: normal;
	font-size: 12px;
	color: #777;
	margin-top: -4px;
	margin-bottom: 14px;
}

.form span.hint a {
	color: #777;
}

.form span.hint a:hover {
	color: #444;
}

.form span.label b {
	color: #888;
	font-weight: 400;
}

.form span.label_error b {
	color: #c00;
}

/* fields */

.form input.text {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #444;
	font-family: "gesta", sans-serif;
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
}

.form.grey input.text {
	width: 100%;
}

.form textarea {
	float: left;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #444;
	font-family: "gesta", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 4px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

.select_wrapper {
	float: left;
	width: 100%;
	position: relative;
}

.select_wrapper:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
	font-weight: 100; 
    font-size: 16px;
    color: #444;
    right: 0;
    top: 5px;
    bottom: 0;
    padding: 11px 15px;
    position: absolute;
    pointer-events: none;
    line-height: 15px;
    background: none;
}

.form select {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    display: inline-block;
    zoom: 1;
    color: #444;
    background-color: #fff;
    padding: 12px 40px 12px 12px;
    border-radius: 3px;
	border: 1px solid #ddd;
	font-family: "gesta", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    transition: border 0.3s;
}

.form select.error {
	border: 1px solid #c00;
}

.form select {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 12px;
	color: #444;
	background: #fff;
	border: 1px solid #ddd;
	font-family: "gesta", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.form option {
	padding-left: 0.3em;
}

.form_title {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #b2a747;
}

.form span.form_block {
	float: left; 
	width: 100%; 
}

.form span.form_block.hidden {
	display: none;
}

.form span.form_block.error {
	color: #e3000f;
}

.form span.field {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}

div.prefix {
	float: left;
	width: 35px;
	height: 42px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	border-right: 0;
	background: rgba(255, 255, 255, 0.75);
}

.add_product_link {
	display: inline-block;
	padding: 10px 20px 8px 20px;
	font-size: 16px;
	border: 1px solid #86b8be;
	margin-bottom: 20px;
}

.add_product_link:hover {
	border: 1px solid #b2a747;
}

/* replacement product link */

a.replacement_product_link {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #c00;
	font-size: 20px;
	margin-bottom: 25px;
}

a.replacement_product_link:hover {
	color: #fff;
	background: #86b8be;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	padding: 15px 0;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	background: #00b355;
	text-align: center;
	margin-bottom: 25px;
}

div.feedback.error {
	background: #c00;
}

/* buttons */

button {
	float: left;
	background: none;
	cursor: pointer;
	width: auto !important;
	background: #444;
	color: #fff;
	margin-top: 10px;
	padding: 12px 25px;
	line-height: 1.5em;
	overflow: visible;
	font-size: 15px;
}

button:hover  {
	background: #0A1015;
}

/* retour form */

.product_block {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: rgba(0, 0, 0, 0.05);
	padding: 15px;
	margin-top: 8px;
	margin-bottom: 12px;
	position: relative;
}

.product_block.hidden {
	display: none;
}

input.file.hidden {
	display: none;
}

.delete_product_link {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
	font-size: 14px;
	text-decoration: none;
	border: 0 !important;
}

span.session_upload {
	float: left;
	width: 100%;
	font-size: 14px;
	margin-bottom: 7px;
}

span.session_upload i {
	height: 14px;
	vertical-align: middle;
	margin-left: 6px;
}

input[type="file"] {
	font-size: 13px;
}

img.upload_thumb {
	width: 50px; 
	vertical-align: middle;
	margin: 2px 0;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	padding: 40px 0;
	color: #999;
	border-top: 1px solid #ddd;
	font-size: 15px;
	text-align: center;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #86b8be;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-top: 3px;
	margin-left: 8px;
}

/* sticky popup */

.sticky_popup {
	position: fixed;
	bottom: -270px;
	right: 40px;
	width: 375px;
	z-index: 999;
	color: #fff;
	background: #86b8be;	
	transition: all 1s ease-out;
}

.sticky_popup strong {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px 15px 20px;
	font-size: 20px;
}

.sticky_popup p {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 30px;
	font-size: 16px;
}

.sticky_popup a {
	color: #fff; 
}

.sticky_popup a:hover {
	color: #eee; 
}

.close_sticky_popup {
	position: absolute;
	top: 10px;
	right: 10px;
}

.close_sticky_popup img {
	height: 12px;
	vertical-align: top;
	opacity: 0.75;
}

.close_sticky_popup:hover img {
	opacity: 1;
}

/* brands */

div.brand {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

div.brand_image_wrapper {
	float: left;
	width: 20%;
	padding: 15px 2.5%;
	border: 1px solid #ddd;
}

div.brand_image {
	float: left;
	width: 100%;
	cursor: pointer;
}

div.brand_image img {
	float: left;
	width: 100%;
}

div.brand_text {
	float: right;
	width: 70%;
}

div.brand_text p {
	margin-bottom: 0 !important;
}