
/*

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

font-family: "Nexa-Bold";
font-weight: normal;

ZWART: #35413E
GROEN: #009D58
GEEL: #FFDF00
	
*/

/* nexa bold webfont */

@import url("//hello.myfonts.net/count/42e8d7");
  
@font-face {
	font-family: "Nexa-Bold";
    src: url('/_webfonts/NexaBold/font.woff2') format('woff2'), url('/_webfonts/NexaBold/font.woff') format('woff');
}


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

/* general */

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

br.clear {
	clear: both;
}

/* wrapper */

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

/* header */

.header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #DDD;
}

/* logo */

.logo {
	float: left;
	width: 150px;
	margin: 20px 0;
}

/* controls */

.controls {
	float: right;
	width: calc(100% - 150px);
	padding-top: 20px;
}

/* lan switch */

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

ul.lan_switch li {
	display: inline-block;
}

ul.lan_switch li a {
	float: left;
	color: #35413E;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	line-height: 1em;
	padding: 12px 6px;
	border: 0;
}

ul.lan_switch li a:hover {
	color: #009D58;
}

ul.lan_switch li a.selected, 
ul.lan_switch li a.selected:hover {
	color: #009D58;
	font-weight: 700;
}

/* cart indicator */

.cart_indicator {
	float: right;
	padding: 8px 10px;
	margin-right: 30px;
	color: #fff;
	background: #009D58;
}

.cart_indicator:hover {
	background: #35413E;
}

.cart_indicator img {
	float: left;
	width: 25px;
	margin-right: 10px;
}

.cart_indicator span {
	float: left;
	margin-top: 1px;
}

.cart_indicator a {
	color: #fff;
}

.cart_indicator.empty {
	opacity: 0;
}

/* search */

.search {
	float: right;
	width: 250px;
	margin-right: 30px;
}

form.search_form {
	float: right;
	width: 100%;
}

form.search_form input.search {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5em;
	color: #34513E;
	background: url('/_graphics/icon_search.png') center right no-repeat;
	background-size: 25px auto !important;
	border: 1px solid #DDD;
	padding: 7px 35px 7px 12px;
	margin: 0;
	outline: none;
}

/* nav */

nav {
	float: right;
	width: calc(100% - 150px);
	margin-top: 45px;
	text-align: right;
} 

nav a {
	display: inline-block;
	color: #35413E;
	line-height: 1em;
	font-family: "Nexa-Bold";
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-decoration: none;
	margin-left: 50px;
}

nav a:hover {
	color: #009D58;
}

nav a.selected {
	font-weight: 700;
	color: #009D58;
}

/* nav toggle */

.nav_toggle {
	float: right;
	display: none;
}

.nav_toggle img {
	float: right;
	width: 40px;
	margin-top: 40px;
}

/* banner */

.banner {
	float: left;
	width: 100%;
	background: #009D58;
	padding: 25px 0;
}

#slideshow {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#slideshow div.slide {
	float: left;
	width: 100%;
	position: relative;
	background-size: cover !important;
}

#slideshow div.slide img {
	float: left;
	width: 100%;
}

#slideshow div.slide_text {
	float: left;
	width: 90%;
	padding: 150px 5% 40px 5%;
	text-align: center;
}

#slideshow div.slide_text h1 {
	font-family: "Nexa-Bold";
	font-weight: normal;	
	font-size: 60px;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 0;
}

#slideshow div.slide_text h2 {
	font-family: "Nexa-Bold";
	font-weight: normal;	
	font-size: 25px;
	color: #FFDF00;
	margin-bottom: 30px;
}

#slideshow div.slide_text a {
	color: #fff;
}

#slideshow div.slide_text a:hover {
	color: #FFDF00;
}

#slideshow div.slide_text a.button {
	display: inline-block;
	color: #35413E;
	background: #FFDF00;
	border-bottom: 5px solid #009D58;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;	
	font-size: 18px;
	font-weight: 700;
	padding: 12px 25px 10px 25px;
}

#slideshow div.slide_text a.button:hover {
	color: #fff;
	background: #009D58;
	border-bottom: 5px solid #056f45;
}

/* home icons */

a.home_link {
	float: left;
	width: 28%;
	margin-right: 2%;
	padding: 25px 2%;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 25px;
	transition: background 0.1s;
}

a.home_link.last {
	margin-right: 0;
}

a.home_link img {
	float: left;
	width: 30%;
	margin: 0 35%;
	margin-bottom: 10px;
}

a.home_link:hover {
	background: #35413E;
}

/* content */

.content {
	float: left;
	width: 100%;
	padding: 40px 0 20px 0;
}

/* text */

.text {
	float: left;
	width: 65%;
}

.text.right {
	float: right;
}

.text.products {
	width: 70%;
}

/* sibdear */

.sidebar {
	float: right;
	width: 28%;
}

.sidebar.left {
	float: left;
}

.sidebar.products {
	width: 22%;
}

/* subnav */

.content ul.subnav {
	float: left;
	width: 100%;
	list-style-type: none;
	margin-bottom: 40px;
	border-top: 1px solid #DDD;
}

.content ul.subnav li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.content ul.subnav li a {
	float: left;
	width: 100%;
	padding: 12px 0 10px 0;
	text-align: left;
	font-size: 19px;
	line-height: 1.5em;
	color: #35413E;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
}

.content ul.subnav li a span {
	padding: 0 12px;
}

.content ul.subnav li a:hover {
	background: #f9f9f9;
}

.content ul.subnav li a.selected,  
.content ul.subnav li a.selected:hover {
	font-weight: normal;
	background: #F5F5F5;
}

/* content styles */

.content a {
	color: #009D58;
}

.content a:hover {
	color: #666;
}

.content a.button {
	display: inline-block;
	color: #35413E;
	background: #FFDF00;
	border-bottom: 5px solid #009D58;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;	
	font-size: 15px;
	letter-spacing: 0.05em;
	padding: 12px 20px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.content a.button:hover {
	color: #fff;
	background: #009D58;
	border-bottom: 5px solid #056f45;
}

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

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

.content h1 {
	color: #35413E;
	font-family: "Nexa-Bold";
	font-weight: normal;
	font-size: 38px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h2 {
	color: #009D58;
	font-family: "Nexa-Bold";
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 20px;
}

.content h2.error {
	color: #bf211e;
}

.content p {
	line-height: 1.7em;
	margin-bottom: 25px;
}

.content p.error, 
.content span.error {
	color: #bf211e;
}

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

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

.content li {
	margin-left: 15px;
	margin-bottom: 4px;
	line-height: 1.5em;
}

.content ul.check {
	list-style-type: none;
	margin-bottom: 22px;
}

.content ul.check li {
	margin-left: 0;
	padding-left: 28px;
	margin-bottom: 6px;
	background: url('/_graphics/icon_check.png') top left no-repeat;
	background-size: 18px auto;
}

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

.content td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.4em;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 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%;
}

.content table.justlamps {
	float: left;
	width: 98%;
	border-left: 1px solid #009D58;
}

.content table.justlamps td {
	padding: 6px 10px;
	border-bottom: 1px dotted #DDD;
}

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

.content span.small {
	color: #999;
	font-size: 13px;
}

/* sitemap */

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

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

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

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: 15px;
}

/* home usps */

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

.usps_wrapper {
	float: left;
	width: 100%; 
	padding: 20px 0;
	background: #F5F5F5;
}

.usps span {
	float: left;
	width: 25%;
	padding: 15px 4% 5px 4%;
	border-right: 1px solid #DDD;
}

.usps span.noborder {
	border: 0;
}

.usps span img {
	float: left;
	width: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.usps span b {
	font-size: 21px;
	line-height: 1.3em;
	font-weight: normal;	
}

/* home news */

.sidebar a.news {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding-bottom: 5px;
}

.sidebar a.news img {
	float: left;
	width: 98%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.sidebar a.news strong {
	float: left;
	width: 100%;
	color: #009D58;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

/* home brands */

a.brand {
	float: left;
	width: 100%;
	text-decoration: none;
	padding: 20px 0;
	margin-bottom: 2px;
}

a.brand img {
	float: left;
	height: 50px;
}

a.brand span {
	float: right;
	font-size: 21px;
	margin-top: 15px;
	color: #fff;
}

a.brand.toplux {
	background: #8a969e;
}

a.brand.civilight {
	background: #7f7f7f;
}

a.brand.civilight:hover {
	background: #666;
}

a.brand.toplux:hover {
	background: #7b868d;
}

/* filter toggle */

.filter_toggle {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff !important;
	background: #009D58;
	padding: 10px 0;
	margin-bottom: 20px;
	display: none;
}

/* products filter */

span.filter_label {
	float: left;
	width: 100%;
	color: #009D58;
	font-size: 16px;
	font-weight: 700;
	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: 15px;
	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: #555;
}

#filter_form b a.active {
	color: #009D58;
	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_form img.icon {
	vertical-align: middle;
	width: 26px;
	margin-right: 8px;
}

/* filter info */

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

.filter_info a.delete_filter {
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	text-transform: uppercase;
	padding: 6px 9px;
	color: #fff;
	background: #009D58;
	border: 1px solid #009D58;
	border-radius: 2px;
	margin-right: 7px;
	margin-bottom: 7px;
}

.filter_info a.delete_filter:hover {
	background: #007f4b;
	border: 1px solid #007f4b;
}

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

a.reset_filter {
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	text-transform: uppercase;
	padding: 6px 9px;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 2px;
}

a.reset_filter:hover {
	color: #007f4b;
	border: 1px solid #007f4b;
}

/* product list */

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

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

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

a.product div.product_image {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	background-size: contain !important;
}

a.product div.product_image img {
	opacity: 0;
}

a.product b {
	float: left;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	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: #009D58;
	font-size: 13px;
	line-height: 1.4em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 15px;
	border-radius: 4px;
	margin-bottom: 10px;
}

a.product span em {
	font-size: 9px;
	font-style: normal;
}

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

a.product:hover b {
	color: #009D58;
}

a.product:hover span {
	background: #009D58;
}

a.product:hover p {
	color: #009D58;
}

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

.product_splitter2 {
	display: none;
}

/* 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;
	line-height: 1.3em;
	background: #fff;
	color: #888;
	border: 1px solid #ddd;
	border-radius: 2px;
	text-decoration: none;
}

.paging a:hover {
	color: #555;
	border: 1px solid #009D58;
}

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

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

.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: #009D58;
	background: #fff;
	border: 1px solid #fff;	
	padding: 3px 4px;
	text-decoration: underline;
}

.paging a.arrow:hover {
	color: #666;
}

/* counter */

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

.counter a {
	color: #999;
}

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

/* product page */

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

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

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

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

.product_left table {
	float: left;
	width: 98%;
	border-left: 1px solid #009D58;
}

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

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

.product_left table td p {
	margin-bottom: 0;
}

div.prevnext {
	float: left;
	width: 100%;
	color: #888;
	margin-bottom: 15px;
}

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

img.pdf {
	width: 30px;
	vertical-align: middle;
}

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

a.technology span {
	float: left;
	width: 40px;
	height: 40px;
	background-size: contain !important;
}

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

/* pricing */

div.pricing {
	float: left;
	width: 100%;
	box-sizing: border-box;	
	padding: 12px;
	background: #f5f5f5;
	border: 1px solid #009D58;
	margin-bottom: 25px;
}

div.pricing table {
	border-left: 0;
	margin-bottom: 20px;
}

div.pricing table td.price {
	color: #009D58;
}

div.pricing select {
	float: left;
	width: 75px;
	background: #fff;
	border: 1px solid #DDD;
	margin-top: 0;
	margin-right: 12px;
	padding: 10px 5px;
	color: #35413E;
	font-size: 18px;
}

div.pricing button {
	margin-bottom: 5px;
}

/* shopping cart */

.cart {
	float: left;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px !important;
}

.cart tr {
	background: #fff;
}

.cart th {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #35413E;
	background: #f5f5f5;
	border: 0;
}

.cart td {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ddd;
}

.cart td.image {
	width: 120px;
}

.cart td img.product_image {
	height: 90px;
	padding: 10px;
	margin-right: 15px;
	vertical-align: middle;
}

.cart td span {
	color: #999;
	font-size: 12px;
}

.cart td b.outlet {
	color: #cd0074;
	font-size: 12px;
	margin-left: 5px;
}

.cart td.outlet {
	color: #cd0074;
}

.cart td.dark {
	background: #f2f2f2;
}

.cart td.delete {
	width: 20px; 
}

.cart td.delete img {
	width: 20px;
	opacity: 0.7;
	vertical-align: middle;
}

.cart td.delete img:hover {
	opacity: 1;
}

.cart select {
	background: #fff;
	border: 1px solid #DDD;
	padding: 5px;
	color: #293553;
	font-family: "source-sans-pro", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.cart td.total {
	padding: 10px;
	font-size: 22px;
	color: #fff;
	background: #009D58;
	border: 1px solid #009D58;
	text-transform: uppercase;
}

.cart td.shipping {
	padding: 15px 10px;
	font-size: 16px;
	line-height: 1.2em;
	background: #FFDF00;
	border: 1px solid #FFDF00;
	text-transform: uppercase;
}

.cart td.freeshipping {
	padding: 15px 10px;
	font-size: 16px;
	line-height: 1.2em;
	background: #76b041;
	border: 1px solid #76b041;
}

.cart td.reduction {
	color: #fff;
	background: #cd0074;
	border: 1px solid #cd0074;
	font-size: 18px;
	text-transform: uppercase;
}

.cart td.reduction span {
	text-transform: none;
	font-size: 15px;
	color: #fff !important;
}

.cart td.right, 
.cart th.right {
	text-align: right;
}

.cart td.small {
	color: #F5F5F5;
	font-size: 13px;
}

.showmobile {
	display: none;
}

/* news */

div.news {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

div.news .news_image {
	float: left;
	width: 28%;
}

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

div.news .news_text {
	float: right;
	width: 65%;
}

div.news strong {
	float: left;
	width: 100%;
	color: #009D58;
	font-size: 22px;
	margin-bottom: 10px;
}

/* form */

.form {
	float: left;
	width: 100%;
	max-width: 880px;
}

/* form labels */

.form span.label, 
.form span.hint {
	float: left;
	width: 100%;
}

.form span.label {
	color: #009D58;
	margin-bottom: 2px;
}

.form span.label.error {
	color: #bf211e;
}

.form span.hint {
	font-weight: normal;
	font-size: 13px;
	color: #777;
	margin-top: -5px;
	margin-bottom: 15px;
}

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

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

.form span.checkbox {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.form span.checkbox.error {
	color: #bf211e;
}

.form span.checkbox.error a {
	color: #bf211e;
}

.form span.label b, 
.form span.checkbox b {
	color: #DDD;
	font-size: 11px;
}

.form span.label.error b, 
.form span.checkbox.error b {
	color: #bf211e;
}

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

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

/* form fields */

.form input.text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #F5F5F5;
	border: 1px solid #bbb;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	padding: 15px 10px;
	margin-top: 5px;
	margin-bottom: 12px;
	color: #35413E;
	font-size: 16px;
}

.form input.text.error {
	border: 1px solid #bf211e;
}

.form textarea {
	float: left;
	width: 100%;
	height: 75px;
	box-sizing: border-box;
	background: #F5F5F5;
	border: 1px solid #bbb;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	padding: 15px 10px;
	margin-top: 5px;
	margin-bottom: 12px;
	color: #35413E;
	font-size: 16px;
}

.form textarea.error {
	border: 1px solid #bf211e;
}

.form select {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #bbb;
	margin-top: 7px;
	margin-bottom: 15px;
	padding: 5px;
	color: #35413E;
	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;
}

div.form_break {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

div.form_title {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #009D58;
}

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

div.feedback a {
	color:#fff;
}

div.feedback a:hover {
	color: #F5F5F5;
}

/* button */

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

button {
	display: inline-block;
	color: #35413E;
	background: #FFDF00;
	border-bottom: 5px solid #009D58;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;	
	font-size: 15px;
	letter-spacing: 0.05em;
	padding: 12px 20px;
	margin-right: 8px;
	margin-bottom: 10px;
}

button:hover {
	color: #fff;
	background: #009D58;
	border-bottom: 5px solid #056f45;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	color: #bbb;
	padding: 25px 0;
	line-height: 1.4em;
	border-top: 1px solid #ddd;
	text-align: center;
}

.footer a {
	color: #bbb;
}

.footer a:hover {
	color: #35413E;
}

/* quoted */

img.quoted {
	vertical-align: middle;
	height: 15px;
	margin-left: 10px;
	opacity: 0.5;
	transition: opacity 0.4s;
}

img.quoted:hover {
	opacity: 1;
}
