/* We use Eric Meyer's reset stylesheet 100% of the time  =========================================== */

/* Eric Meyer's Reset CSS -- http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------------------------------------- */

* { margin: 0; padding: 0; font-weight: normal; } /* Safari seems to ignore a lot of the reset style sheet and I am not sure why. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: separate; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Basic Elements
-------------------------------------*/

html, body { height: 100%; }

body { font: 12px/1.4 'Roboto Slab', serif !important; color: #404040; background-color:#fff !important; }

h1, h2, h3, h4, h5, h6 { line-height: 1.2; color:#2b2b2b; font-weight:300; }

h1 { font-size: 225%; }
h2 { font-size: 185%; }
h3 { font-size: 35px; margin-bottom:10px; }
h4 { font-size: 18px; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }
.a-ui.a-page-form .a-options-section.title-permalink h3,
.a-ui.a-page-form .a-accordion-toggle,
.a-options-section.a-accordion h3 {
	font-size:16px;
}
p { line-height: 1.8; }

input[type="checkbox"],
input[type="radio"]
{
	width: auto !important;
	border: none !important;
}

object { float: left; clear: both; }

br.c { background: none; border: 0; clear: both; display: block; float: none; font-size: 0px; margin: 0; padding: 0; visibility: hidden; width: 0; height: 0; line-height: 0;}

a { text-decoration: none;}
.a-slot-content a {
	color:#f47b33; 
}
.al {
	float:left;
}
.ar {
	float:right;
}
a:focus,
a:hover { text-decoration: underline; }
.w580 {
	width:580px;
}
.w480 {
	width:480px;
}
.w300 {
	width:300px;
}
.w220 {
	width:220px;
	float:left;
}
.w295 {
	width:295px;
	float:left;
}
.w360 {
	width:360px;
	float:left;
	margin:0px 15px;
}
.w660 {
	width:660px;
}
.w120 {
	width:120px;
}
.w180 {
	width:180px;
}
@media (min-width:768px) {
.width25 {
	width:25%;
}
.width75 {
	width:75%;
}
}
.btn {
	text-transform:uppercase;
	font-size:10px;
	color:#fff !important;
	padding:6px 20px 5px;
	display:inline-block;
	line-height:normal;
}
.btn-more {
	background-color:#2d3236;
}
.btn-offer {
	background-color:#f47b33;
}

.clear {
	display:block;
	clear:both;
}

.a-error404 .a-content {
	padding:20px 0;
	max-width:1180px;
	margin:0 auto;
}

.a-language-switch {
	position:absolute;
	top:9px;
	right:0px;
	display:none;
}
.a-language-switch ul {
	width:26px;
	padding:3px;
	background-color:#c8c8c8;
	height:auto;
	list-style:none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	-moz-box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.3) inset;	
}
.a-language-switch li {
	float:left;
	margin-bottom:5px;
	display:none;
}
.a-language-switch li:first-child, .a-language-switch li.current {
	margin:0px;
}
.a-language-switch li.current {
	display:block;
}
.a-language-switch ul:hover li {
	display:block;
}
.a-language-switch ul:hover li:first-child {
	margin-bottom:5px;
}
.a-language-switch li a {
	width:26px;
	height:27px;
	display:block;
	background-image:url(../images/flags.png);
	background-repeat:no-repeat;
	text-indent:-10000px;
}
.a-language-switch li.nl a {
	background-position:0px 0px;
}
.a-language-switch li.en a {
	background-position:0px -60px;
}
.a-language-switch ul li.current a {
	color:#999;
}
.a-language-switch form {
	display:none;
}

/* Fonts
-------------------------------------*/
.a-nav-main .a-nav-item a, h3, h4, .a-area-home-banner .a-slideshow-title p, .topNav .a-area-phone p {
	font-family: 'Roboto Slab', serif;	
}

.a-history-browser {
	display:none !important;
}

/* Global Layout
-------------------------------------*/
.container {
	width:1180px !important;
}
.a-ui.a-global-toolbar {
	display:none;
}
.logged-in .a-ui.a-global-toolbar {
	display:block;
}
.inner-body {
	padding:0px;
	background-color:#fff;
	margin:0px auto;
}
.a-wrapper { width: 960px; margin: 0 auto; position: relative; clear: both; }

.a-header { clear: both; position: relative; margin: 20px 0; float: left; width: 100%;}

@media (min-width:768px) {
.a-content-wrapp {
 	padding:60px 0px 20px 0px;
}
/*.a-content-wrapp {
 	padding:87px 0px 20px 0px;
}*/
}
/*.logged-in .a-content-wrapp {
	padding:192px 0 20px;
}*/
.a-home .a-content-wrapp {
	padding-top:20px;
	background-color:#fff;
	position:relative;
}
@media (min-width:991px) {
.a-media .a-content-wrapp, .a-admin .a-content-wrapp, .a-blog .a-content-wrapp {
	width:1180px;
	margin:40px auto 20px;
	min-height:500px;
}
.a-media .a-content-wrapp .a-content, .a-admin .a-content-wrapp .a-content {
	width:785px;
	float:left;
}
}
.a-blog .a-content-wrapp .a-content {
	width:auto;
	float:none;
	padding:0px 10px;
}
.a-blog-admin.index .a-content {
	width:auto !important;
}
.a-blog-admin.edit .a-content {
	width:1180px;
}
.a-blog .a-area-blog-body .aSlideshow .a-slot-content, .a-admin .a-area-blog-body .aSlideshow .a-slot-content {
	float:left;
}
.a-blog ul.a-slideshow-controls {
	top:40%;
}
.a-blog .a-arrow-btn.a-arrow-left, .a-admin .a-arrow-btn.a-arrow-left {
	margin-left:-35px;
}
.a-blog .a-arrow-btn.a-arrow-right, .a-admin .a-arrow-btn.a-arrow-right {
	margin-right:-35px;
}
@media (min-width:991px) {
.a-blog .a-blog-heading {
    margin-top: -215px;
    padding-left: 250px;
	margin-bottom:40px;
}
}


.a-content { }

.a-home .a-footer-wrapper { clear: both; margin-top:20px;}
.a-footer-wrapper .footer-banners {
	padding:30px 0px;
	background-color:#fff;
	color:#767676;	
	text-align:center;
	position:relative;
	z-index:999;
}
.a-footer-wrapper h3 {
	color:#767676;
}
.a-footer-wrapper p {
	font-size:14px !important;
}
.a-footer-wrapper .w120 {
	margin-right:10px;
}
.a-footer-wrapper .a-area-contacts {
	margin:0px 10px;
}
.a-footer-wrapper .a-area-contacts p {
	font-size:14px;
	line-height:20px;
	margin:10px 0px;
}
.a-footer-wrapper .a-area-contacts .icons {
	width:26px;
	height:26px;
	display:inline-block;
	float:left;
	margin-right:5px ;
	text-indent:-10000px;
}
.a-footer-wrapper .a-area-contacts .icon-in {
	background:url(../images/icon_linkedin.png) no-repeat;
}
.a-footer-wrapper .a-area-contacts .icon-fb {
	background:url(../images/icon_facebook.png) no-repeat;
}
.a-footer-wrapper .a-area-contacts .icon-tw {
	background:url(../images/icon_twitter.png) no-repeat;
}
.footer-banners .a-slots {
	text-align:center;
}
.footer-banners .aButton {
	float:none;
	margin:0px 15px 0px 15px;
	display:inline-block;
} 
.logged-in .footer-banners .aButton .a-ui.a-controls {
	width:100px;
}
.footer-info .a-nav {
	list-style:none;
	padding:0px;
	margin:10px 0px 0px 0px;
}
.footer-info .a-nav li a {
	color:#878787;
	font-size:12px;
}
.a-area-footer-news {
	margin-top:10px;
}
.a-area-footer-news .a-blog-item-meta, .a-area-footer-news .a-blog-item-excerpt-container {
	display:none;	
}
.a-area-footer-news h3 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.a-area-footer-news h3 a {
	color:#878787;
	margin-bottom: 5px;
}
.a-footer-wrapper .subfooter {
	background-color:#f47b33;
	padding:20px 0;
}
.a-footer-wrapper .subfooter h4 {
	margin-bottom:10px;
}
.a-footer-wrapper .subfooter .a-nav {
	padding:0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.a-footer-wrapper .subfooter .a-nav #a-nav-item-main-footer-44 {
	display:none;
}
@media (min-width:768px) {
.a-footer-wrapper .subfooter .a-nav {
	display:table;
	width:100%;
}
.a-footer-wrapper .subfooter .container > .nav-collapse > .a-nav > li {
	display:table-cell;
	padding:0px 20px;
}	
}
.a-footer-wrapper .subfooter .a-nav > li a {
	padding:5px 0;
	display:block;
}
.a-footer-wrapper .subfooter .container > .nav-collapse > .a-nav > li > a {
	font-size:1.25em;
}
.a-footer-wrapper .a-nav {
	list-style:none;
}
.a-footer-wrapper .a-nav li a {
	color:#464646;
}

.a-footer-wrapper .copy {
	margin-top:20px;
	padding:20px;
}

.a-search.global { width: auto; clear: both; float: right; position: absolute; top: 20px; right: 20px; z-index: 3;}
.a-search.global form { border: 1px solid #ccc; border: 1px solid rgba(0,0,0,0.1); }	
.a-search.a-search-sidebar form { border: 1px inset #ccc; border: 1px inset rgba(0,0,0,0.1);}

.a-area-logo { float: left; position: relative; z-index: 2; }
.a-area-logo .a-slot { margin: 0; }
.a-area-logo .a-button-image img { float: left; }

.a-area-header { float: left; width: 50%; }

.a-default .a-area-body,
.a-default .a-area-sidebar {
	padding-left:10px;
	padding-right:10px;
}
@media (min-width:1025px) {
.a-area-body { width:560px; float:left; }
.a-area-sidebar { width:580px; float:right;}
}

.a-area-footer { position: relative; clear: both; font-size: 11px; color: #999; }

.a-blog-posts .a-content,
.a-blog-events .a-content { clear: none; width: 720px; }



/* aHeading
-------------------------------------*/
.a-heading {
	background-color:#2b292e;
	min-height:110px;
	/*display:none;*/
}
.a-heading .a-heading-inner {
	display:none;
}
.a-home .a-heading {
	display:block;
	position:relative;
}
.a-home .a-heading .a-heading-inner {
	display:block;
}
.logged-out .a-heading {
	min-height:87px;
}

/* ASANDBOX 404 Error Template 
-------------------------------------*/
.a-error404 .a-area-body { width: auto; float: none; clear: both; }
.a-error404 .a-help { font-size: 14px; float: none; clear: both; margin: 0 0 10px 0; width: auto; }

/* ASANDBOX Default Template
-------------------------------------*/
.a-default .a-content { clear: none;  width: auto; /*margin-left:320px; */}
@media (min-width:768px){ 
.a-default .a-area-body .a-slot,
.a-default .a-area-sidebar .a-slot { margin-bottom: 20px; }
.a-default .a-area-body .a-slot {
	padding-bottom:20px;
}
}
@media (min-width:1025px){
.a-default .a-area-body .a-slots > .a-slot,
.a-default .a-area-sidebar .a-slots > .a-slot {
	min-height:300px;
} 
.a-default .a-area-body .a-slots > .a-slot .a-slideshow-image img,
.a-default .a-area-sidebar .a-slots > .a-slot .a-slideshow-image img {
	max-height:350px;
	width:auto; 
}
}
@media (max-width:1024px){
.a-default .a-area-body .a-slots > .a-slot .a-slideshow-image img,
.a-default .a-area-sidebar .a-slots > .a-slot .a-slideshow-image img {
	width:100%;
	height:auto;
}
}

.default-content {
	min-height:380px;
	padding:40px 0px 20px 0px;
	background-color:#fff;
}
.default-content h3 {
	color:#ed7a29;
	margin-bottom:5px;
}
.default-content h4 {
	color:#404040;
	font-size:20px;
	margin-bottom:15px;
}
.default-content p {
	margin-bottom:20px;
}
.default-content .a-slideshow .a-slideshow-description {
    margin-right: 45px;
    position: absolute;
    right: 0;
    top: 20%;
    width: auto;
}
.default-content .a-slideshow .a-slideshow-description p {
	font-size: 45px;
    text-align: right;
	margin-bottom:0px;
	line-height:1.2;
	color:#fff;
}
.a-default .dark-content, 
.a-contacts  .dark-content {
	padding-left:20px;
	padding-right:20px;
}

.default-main {
	width:700px;
	float:left;
	min-height:500px;
}
.sidebar {
	width:320px;
	float:right;
}

.sub-content {
	background-color:#f47b33;
}
.dark-content {
	padding:50px 0px;
	background-color:#2b292e;
}
.width50 {
	width:50%;
}
@media (min-width:767px) and (max-width: 1024px) {
.width50 {
	padding-left:10px;
	padding-right:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
.cat-description {
	padding-left:10px;
	padding-right:10px;
}
}
.a-blog-item-excerpt {
	margin-bottom:20px;
}
.a-default .dark-boxes h4 {
	margin-bottom:20px;
}

.a-home .sub-content .a-blog-item-excerpt p,
.a-home .sub-content .a-blog-item-excerpt a {
	color:#fff !important;
}

/* Main content - Home Template
-------------------------------------*/
.main-content {
	background-color:#fff;
}
.main-content > .container {
	padding:20px 0px;
}


/* Offer */
.offer-content {
	padding:40px 0px;
}
.offer-content #offer_profiel, .offer-content #offer_opties, .offer-content #offer_profiel_id, .offer-content #offer_opties_id {
	display:none;
}
.a-offer .width25 h3, .product_show .width25 h3 {
	font-size:140px;
}
.a-offer .width25 p {
	color:#F47B33;
	font-size:16px !important;
}
.a-offer .width25 .a-slot .a-slot-content {
	padding-right:40px;
}
.orange-content {
    background-color: #ed7926;
    padding: 50px 0;
}
.orange-content .width25 h3, .dark-content .width25 h3 {
	color:#fff !important;
}
.orange-content h4 {
	color:#fff;
}
.orange-content .width25 p {
	color:#2b3335;
}
.dark-content .aRichText .a-slot-content p {
	color:#fff;
}
.dark-content .width25 .aRichText .a-slot-content p {
	color:#F47B33;
	
}

.offer-form .row {
	margin:0px 0px 20px 0px;
	background-color:#2c3235;
	padding:0px 15px;
	position:relative;
	min-height:34px;
}
.offer-form .row-radio {
	background-color:transparent !important;
}
.offer-form .row-radio .radio_list {
	margin-top:8px;
}
.offer-form label {
	color:#fff;
	padding-right:10px;
	display:inline-block;
	width:auto;
}
.offer-form .row-radio label {
}
.offer-form input[type="text"] {
	width:55%;
	padding:15px 5px 15px;
	border:0px none;
	background-color:transparent;
	font-family:'Roboto Slab';
	color:#fff;
}
.dark-content .offer-form input[type="text"] {
	width:70%;
}
.offer-form .row .error_list {
    position: absolute;
    top: -15px;	
}
.offer-form .row .error_list li {
	color:#fff;
	font-size:10px;
}
.dark-content .offer-form .row .error_list li {
	color:#c70000;
}
.offer-form .row_wrapp .row:first-child {
	margin-right:15px;
}
.offer-form .width35 {
	width:345px;	
	float:left;
}
.offer-form .width65 {
	width:465px;	
	float:left;
}
.offer-form .required {
	color:#c70000;
}
.offer-form textarea {
	clear:both;
	width:98%;
	height:215px;
	margin:10px 0px;
	background-color:#ccc;
	border:0px none;
	font-family:'Roboto Slab';
	font-size:12px;
	padding:10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
.offer-form textarea {
	width:90%;
}
}
.offer-form .submit {
	padding:10px 20px;
	background-color:#ea7733;
	font-family:'Roboto Slab';
	font-size:14px;
	color:#fff;
	border:0px none;
	width:600px;
	float:right;
	text-align:left;
	margin-top:20px;
}

.offer-content .error {
	padding:5px 10px;
	display:inline-block;
	background-color:#c70000;
	color:#fff;
}
.orange-content .offer-form .al {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;	
}
@media (min-width:991px) {
.orange-content .offer-form .al {
	padding-right:40px;	
}
.row-offer > div {
	min-height:325px;
}
}
.dark-content .offer-form .row {
	background-color:#555557;
}



.row-offer h4 {
	margin-bottom:10px;
	font-size:16px;
	font-weight:500;
	color:#f07929;
}
.row-offer .sm-thumb {
	margin-bottom:10px;
	display:block;
}
.row-offer p {
	color:#58585a;
	margin-bottom:10px;
	padding-right:15px;
}
.row-offer .buttons a {
	float:left;
}

.scroll-button {
	width:auto;
	padding:8px 10px;
	background-color:#ed7926;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:1.2em;
}
.orange-content .scroll-button {
	border:1px solid rgba(255,255,255,0.5);
}
.product-overview-container {
	margin-bottom:20px;
	padding-bottom:20px;
}
@media (min-width:1024px) {
.product-overview-container {
	min-height:285px;
}
}
.product-overview-container .sm-thumb {
	display:block;
	margin-bottom:10px;
}
.category-description {

}
.category-description .cat-media {
	display:none;
}
.category-description .cat-description p {
	font-size:14px;
}

.product-grid h3 {
	color:#ea7832;
	font-size:48px;
}
.product-grid h3 em {
	font-style:normal !important;
	color:#2b292e;
}

.a-offer .product-grid .a-slot-content h3 {
    color: #333;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
.product-grid .untoggled {
	width:25%;
	float:left;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.product-grid .untoggled, .offer-product-options .product_option {
	width:50%;
	float:left;
}	
.product-grid .untoggled img {
	width:100%;
}
.product-grid .product-item .width50 {
	padding:0;
}
}
.product-grid .untoggled, .offer-product-options .product_option  {
	position:relative;
	min-height:215px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	padding-left:5px;
	padding-right:5px;
}

.product-grid .untoggled .product-item .width50 {
	float:none;
	width:100%;
	padding-left:0px !important;
	padding-right:0px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	position:relative;

}
.product-grid .product-item h3 {
	color:#F47B33;
}
.product-grid .untoggled .product-item h3 {
	font-size:16px;
	margin-bottom:5px;
	font-weight:500;
	color:#F47B33;
}
.product-grid .untoggled .product-item h3.title-product-category {
	color:#333;
}
.product-grid .toggled .product-item h3.title-product-category {
	display:none;
}
.product-grid .untoggled .product-item p {
	display:none;
}
.product-grid .untoggled .product-item .sm-thumb {
	display:block;
	margin-bottom:10px;
}
.product-grid .untoggled .product-item .toggle {
	position:absolute;
	right:5px;
	z-index:66;
}
.product-grid .product-item .view_more, .product_option .view_more {
	padding:5px 10px;
	color:#fff;
	background-color:#2c3235;
	font-size:10px;
	text-decoration:none;
	cursor:pointer;
	display:block;
}
.product-grid .product-item .close, .product_option .close {
	width:82px;
	height:82px;
	background:url(../images/btn-close.png);
	display:none;
	float:right;
	cursor:pointer;
	text-indent:-10000px;
	position:absolute;
	top:0px;
	right:0px;
}
.product-grid .toggled .view_more {
	display:none;
}
.product-grid .toggled .close {
	display:block;
}

.toggable-container.toggled {
    height: 100% !important;
    left: 0;
	top:0;
    position: fixed;
    width: 100% !important;
    z-index: 999;
	background-color:rgba(0,0,0,0.75);
}
.product-grid .toggled .product-item {
	z-index:99;
	float:none;
	width:70vw;
	padding:20px;
	margin:20% auto;
	background-color:#fff;
	-moz-box-shadow:0 0 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 10px 0px rgba(0, 0, 0, 0.2);	
	position:relative;
}
.product-grid .toggled .product-item .btn {
	display:none;
}
@media (min-width:768px) { 
	.product-grid .toggled .product-item .width50.ar p {
		padding-right:80px;
	}
}
.product-grid .product-item .checked {
	width: 100%;
	height:100%;
}


/* Product Item Link */
.product-item .product-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
}


.product_option {
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
}
.product_option_wrapp {
	position:relative;
}
@media (min-width:1024px) {
.product_option_wrapp {
	width:199px;
	position:relative;
}
}
.product_option_wrapp  h3 {
	line-height:normal !important;
}
.product_option_wrapp h4 {
	margin-top:10px;
	font-size:16px;
	color:#ea7733;
	font-weight:500;
}
.product_option .sm-thumb {
	position:relative;
	display:block;
}
.product_option .sm-thumb img {
	display:block;
}

.product-show.logged-out .product_option {
	display:none;

}

.product-show.logged-out .product_option.selected {
	display:block;
}
.product-show.logged-out .product_option .checked {
	display:none;
}


.product-show .default-content .buttons {
	display: none;
}
@media (max-width: 991px) {
	.product-show .default-content .buttons {
		display: block;
	}
}

.offer-product-options .product_option {
	display:none;
}
.offer-product-options .product_option.available {
	display:block;
}
.offer-product-options h3, .product_show h3 {
    color: #F47B33;
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 5px;
	min-height:45px;
}
.a-offer .offer-product-options p, .product_show p {
	font-size:12px !important;
	color:#2b292e;
	display:none;
}

.untoggled .sm-thumb {
    display: block;
    margin-bottom: 10px;
}
.untoggled .toggle {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 66;
}
.toggled .product_option_wrapp {
	z-index:99;
	float:none;
	padding:20px;
	margin:20% auto;
	background-color:#fff;
	-moz-box-shadow:0 0 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 10px 0px rgba(0, 0, 0, 0.2);	
	position:relative;
}
@media (min-width:768px) {
	.toggled .product_option_wrapp {
		width:640px;
	}
}
.toggable-container.toggled .sm-thumb {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}
.toggable-container.toggled h3 {
	font-size:35px !important;
}
.toggable-container.toggled .view_more {
	display:none;
}
.toggable-container.toggled .close {
	display:block;
	z-index:999;
}
.toggable-container.toggled .desc {
	display:block;
	padding-right:60px;
}
.error_wrapp, .thanks_wrapp {
	padding:15px;
	color:#fff;
	font-size:2em;
}
.error_wrapp .container, .thanks_wrapp .container {
	width:1140px !important;
}
.error_wrapp {
	background-color:#C70000;
}
.thanks_wrapp {
	background-color:#9fc700;
}

.checked {
	position:absolute;
	display:block;
	z-index:6;
	background-color:rgba(244,123,51, 0.7);
	background-image:url(../images/icon_check.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:none;
}
.product_option .checked {
	width:100%;
	height:100%;
}
.selected .checked {
	display:block;
}


/* Width 50 containers */
.width50 .aSlideshow .a-slideshow-item {
	position:relative;
}
.width50 .aSlideshow .a-slideshow-description {
	position:absolute;
	margin-right:80px;
	right:0;
	top:25%;
	width:auto;
}
.width50 .aSlideshow .a-slideshow-description p {
	font-size:45px;
	color:#fff;
	text-align:right;
}
.sub-content .width50 .a-slot .a-slot-content p {
	color:#fff;
}
.a-area-width50-right .a-slot .a-slot-content {
	padding:60px 200px 60px 60px;
}
.width50 .a-slot .a-slot-content h3 {
	font-size:45px;
	margin-bottom:20px;
}
.sub-content .a-slot .a-slot-content h3 a {
	color:#2B2B2B;
}
.dark-content .a-slot .a-slot-content h3, .dark-content .a-slot .a-slot-content h3 a {
	color:#ee7725;
}
@media (min-width:991px) {
.dark-content .width50.al .aRichText {
	padding-right:20px;
}
.dark-content .width50.ar .aRichText {
	padding-left:20px;
}
}
.dark-content h4 {
	color:#fff;
}
.a-area-width50-right .a-slot .a-slot-content h5 {
	font-size:10px;
	margin-bottom:5px;
}
.a-area-width50-right .a-slot .a-slot-content p {
	font-size:12px !important;
	line-height:20px;
}
.a-area-width50-right .a-slot .a-blog-item-meta {
	color:#2B2B2B;
}
.a-area-width50-right .a-slot .a-blog-more {
	height:20px;
	line-height:20px;
	background-color:#2d3236;
	color:#fff;
	font-size:11px;
}


/* Newsletter */
.newsletter {
	padding:50px 0px;
}
.newsletter .a-slot {
	text-align:center;	
}
.newsletter .a-slot h3 {
	margin-bottom:10px;
}


/* Big Banner */
.big-banner .aSlideshow .a-slideshow-item {
	position:relative;
}
.big-banner .aSlideshow .a-slideshow-meta  {
	position:absolute;
	width:100%;
	background:url(../images/bgr-tansp-1.png) repeat;
}
.big-banner .aSlideshow .a-slideshow-title {
	top:0px;
	font-size:50px;
	color:#f47b33;
	text-align:center;
}
.big-banner .aSlideshow .a-slideshow-title p {
	padding:50px 0px;
}
.big-banner .aSlideshow .a-slideshow-description {
	min-height:250px;
	top:190px;
	text-align:center;
	font-size:12px;
	color:#fff;
}
.big-banner .aSlideshow .a-slideshow-description p {
	width:1180px;
	margin:0px auto;
	line-height:20px;
   -moz-column-count: 3;
   -moz-column-gap: 40px;
   -webkit-column-count: 3;
   -webkit-column-gap: 40px;
   text-align:left;	
}


.view-more, .a-blog-more {
	height:50px;
	line-height:50px;
	padding:0px 25px !important;
	color:#fff !important;
	background:#1d6db3;
	display:inline-block;
	font-size:18px;
	font-style:normal;
	font-weight:400;
}
.view-more:hover, .a-blog-more:hover {
	color:#fff;
}



/* Contacts Template
-------------------------------------*/
.a-contacts .a-content-wrapp > .a-content {
	padding:40px 0px 0px 0px;
}
.a-contacts .a-content h3 {
	margin-bottom:10px;
}
.a-contacts h4 {
	margin-bottom:10px;
	font-size:16px;
	color:#F47B33;
}
.a-contacts .contactForm {
	width:460px;
}
.a-contacts .contactForm h3 {
	margin-bottom:10px !important;
}
.a-contacts .contactForm table th, .a-contacts .contactForm table td {
	padding:5px;
	vertical-align:top;
}
.a-contacts .contactForm table th {
	text-align:left;
	font-weight:bold;
	color:#727272;
	font-size:13px;
	padding-left:0px;
}
.a-contacts .contactForm table th label {
	margin-top:2px;
	display:block;
}
.a-contacts .contactForm input, .a-contacts .contactForm textarea {
    border-color: #A4A4A4 #DDDDDD #DDDDDD #A4A4A4;
    border-style: solid;
    border-width: 1px;
    font-family: Arial,Helvetica,sans-serif;
    padding: 4px;
	width:90%;
}
.a-contacts .contactForm .radio_list {
	margin-top:20px;
}
.a-contacts .contactForm .radio_list li {
	float:none;
	display:block;
	font-size:24px;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#F47B33;
}
.a-contacts .contactForm .radio_list li label {
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
}
.a-contacts .contactForm .radio_list li input {
	position:relative;
	top:11px;
	margin-right:5px;
}
.a-contacts .contactForm .submit {
	width:30%;
	font-weight:bold;
	border:0px none;
	background:#F47B33;
	padding:9px 0px;
	color:#fff;
}
.a-contacts .map_canvas_wrapp {
	margin-bottom:20px;
}
.a-contacts .error_list {
    color: red;
    font-size: 11px;
	margin-top:-10px;
	list-style:none;
}
.a-contacts .thanks {    
	background-color: #F0F7D9;
    border: 1px solid #7C9D19;
    padding: 5px;
}	
.a-contacts .contact-texts {
	padding-bottom:40px;
}
.a-contacts .full {
	width:100%;
}
.a-contacts .full iframe {
	width:100%;
}

/* ASANDBOX Home Template
-------------------------------------*/
.a-home .a-content { width: 100%; clear: both; }
.a-home .a-area-body { width: 720px; }
.a-home .a-area-body .a-slot,
.a-home .a-area-sidebar .a-slot { margin-bottom: 20px; }

.a-area-home-banner { margin-bottom:0px; clear: both; padding-top:87px;}

.a-area-home-banner .a-slideshow-controls { position: absolute; right: 0; bottom: 0; top: auto; width: 920px; padding: 10px 20px !important; background: rgba(0,0,0,0.25); display:none; }
.a-area-home-banner .a-slideshow-controls li { float: left; clear: none; line-height: 20px; color: #fff; left: 850px; position: relative; }
.a-area-home-banner .a-slideshow-controls .a-slideshow-position { margin: 0 3px;}
.a-area-home-banner .a-slideshow-title {
	position:absolute;
	top:165px;
	text-align:center;
}
.a-area-home-banner .a-slideshow-image img {
	margin:0px auto;
	width:100%;
}
.a-area-home-banner .a-slideshow-title p {
	font-size:45px;
	color:#fff;
	font-weight:300;
	text-shadow:0px 0px 10px #000;
}
.a-area-home-banner .a-slideshow-description {
	position:absolute;
	top:215px;
	text-align:center;
}
.a-area-home-banner .a-slideshow-description p {
	font-size:45px;
	color:#fff;
	text-shadow:0px 0px 10px #000;
}
.a-slideshow-controls-indexes {
	display:none;
} 
.a-area-home-banner .a-slideshow-controls-indexes {
    position: absolute;
    right: 0;
    top: 350px;
    width: 100%;
	text-align:center;
	display:block;
}
.a-area-home-banner .a-slideshow-controls-indexes li {
	display:inline-block;
	width:20px;
	height:20px;
	background-color:#fff;
}
.a-area-home-banner .a-slideshow-controls-indexes li.active {
	background-color:#ed7926;
}
.a-area-home-banner .a-slideshow-controls-indexes li a {
	display:block;
	text-indent:-10000px;
	cursor:pointer;
}


/* Top Navigation
-------------------------------------*/
.topNav {
	width:100%;
	height:87px;
	background-color:#f47b33;
	-moz-box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.2);	
	position:fixed;
	z-index:899;
}
.logged-in .topNav {
	padding-top:33px;
}
.topNav .container {
	position:relative;
} 
.topNav .logo {
	float:left;
	padding:5px 19px 5px;
}

.main-menu {
	width:100%;
	height:60px;
	line-height:60px;
	margin-top:87px;	
	background:url(../images/bgr-tansp-1.png) repeat rgba(0, 0, 0, 0.5);	
	float:left;
	position:fixed;
	z-index:898;
}
.logged-in .main-menu {
	margin-top:120px;
}

@media (min-width:768px) {
.a-home .main-menu {
	bottom:0;
	margin-top:0px;
	position:absolute !important; 
}
}
.a-home .main-menu.fixed {
    top:87px;
    left:0;
    position:fixed !important;        
}
/*.a-product .main-menu, .a-offer .main-menu, .a-blog .main-menu, .a-default .main-menu, .a-contacts .main-menu {
	position:fixed;
	margin-top:110px;
}*/
.a-nav-main .a-nav-item {
	float: left;
	display: inline;
	height: 60px;
	line-height: 60px;
	position:relative;
}
.a-nav-main #a-nav-item-main-44 {
	display:none;
}
.a-nav-main .a-nav-item #a-nav-item-main-43 {
	display:none;
}
.a-nav-main .a-nav-item a {
	padding:0px 41px;
	text-decoration: none;
	color: #7e838a;
	font-weight:300;
	font-size:17px;
	text-align: center;	
	display:block;
	text-transform:uppercase;
}
.a-nav-main .a-nav-item a span {
	display:block;
}
.a-nav-main > .a-nav-item:hover > a {
	color:#fff;
}
.a-nav-main > .a-nav-item.a-current-page > a,
.a-nav-main > .a-nav-item.ancestor > a,
.a-nav-main > .a-nav-item.ancestor > a:hover { 
	background:#f47b33;
	color:#fff !important;
}

.a-nav-main .a-nav-item .nav-collapse {
	display:none;
	position:absolute;
	top:60px;
	left:0;
	background:url(../images/bgr-tansp-1.png) repeat;
	z-index:999;
	min-width:260px;
}
.a-nav-main > .a-nav-item:hover > .nav-collapse {
	display:block;
}
.a-nav-main .a-nav-item .nav-collapse ul {
	float:none;
	height:auto;
}
.a-nav-main .a-nav-item .nav-collapse ul li {
	width:100%;
	height:30px;
	line-height:30px;
	padding-bottom:5px;
	float:none;
}
.a-nav-main .a-nav-item .nav-collapse li a {
	font-size:14px;
	color:#fff;
	text-align:left;
	font-weight:normal;
	width:100%;
	padding:0px;
}
.a-nav-main .a-nav-item .nav-collapse li a:hover {
	color:#f47b33;
}
.a-nav-main .a-nav-item .nav-collapse .a-current-page a {
	background:#000;
	color:#fff;
}
.a-nav-main .a-nav-item .nav-collapse li a span {
	padding:0px 15px;
}

.a-nav-main .a-nav-item .nav-collapse .nav-collapse {
	left:260px;
	top:auto;
	top:-17px;
}
.a-nav-main .a-nav-item .nav-collapse ul li:hover .nav-collapse {
	display:block;
}
.a-nav-main #a-nav-item-main-70 {
    display: none !important;
}
.a-nav-main #a-nav-item-main-72 {
    /*display: none !important;*/
}

.topNav .a-area-phone {
	position:absolute;
	top:24px;
	right:0px;
	color:#fff;
}
.topNav .a-area-phone img {
	max-width:115px;
	margin-right:10px;
}
.topNav .a-area-phone strong {
	word-wrap:normal;	
	white-space: nowrap;
}
@media (min-width: 1180px) {
.topNav .a-area-phone img {
	max-width:inherit;
}	
}
@media (max-width: 640px) {
.topNav .a-area-phone img {
	float:left;
}
.topNav .a-area-phone strong {
	float:left;

	display:block;
}
}
.topNav .a-area-phone > .a-controls, .topNav .a-area-phone .a-slots {
	float:left;
} 
.topNav .a-area-phone p {
	font-size:22px !important;
	line-height:24px;
	color:#fff;
}
.topNav .a-area-phone a {
	color:#fff;

}
.topNav .a-area-phone a img {
	width:38px;
}
.topNav .a-area-phone .phone {
	margin-left:10px;
	margin-top:5px;
	cursor:default;
	text-decoration:none;
}


/* Hidden */
.subNav {
	height:72px;
	background-color:#f6f6f6;
	border-bottom:1px solid #eee;
}
.subNav .breadcrumb {
	margin-top:27px;
	font-size:11px;
	color:#d4d4d4;
	list-style:none;
}
.subNav .breadcrumb li {
	display:inline;
}
.subNav .breadcrumb li a {
	font-size:11px;
	color:#d4d4d4;
	text-transform:capitalize;
}

/* Subnavigation
-------------------------------------*/
.a-ui.a-subnav-wrapper {
	margin: 0 40px 20px -1px;
	width: 198px;
	background-color: #EFEFEF;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	overflow: visible;
	z-index:1;
}
.a-blog-admin.edit .a-ui.a-subnav-wrapper {
	position:absolute;
	left:20px;		
}


.a-ui .a-subnav-inner { width: 180px; padding: 9px; }
.a-ui .a-subnav-inner .a-rss-feed {
	display:none;
}

.a-nav-subnav { overflow: hidden; list-style: none; padding: 0; margin: 0; }
.a-nav-subnav .a-nav-item { float: left; width: 100%; clear: both; position: relative; line-height: 20px; margin-bottom: 5px; }
.a-nav-subnav .a-nav-item.last { 	margin-bottom: 0; }
.a-nav-subnav .a-nav-item a { float: left; display: inline; clear: both; color: #222; width: 155px; height: 100%; padding: 0 20px 0 5px; }
.a-nav-subnav .a-nav-item a:hover { color: #333; background: #fff; text-decoration: none; }

.a-ui.a-subnav-wrapper h4 { float: left; width: 100%; display: inline; position: relative; font-size: 14px; margin: 0 0 5px 0;}
.a-ui.a-subnav-wrapper.blog .a-blog-filter-options { float: left; width: 100%; clear: both; display: inline; position: relative; line-height: 20px; }
.a-ui.a-subnav-wrapper.blog .a-blog-filter-options a,
.a-ui.a-subnav-wrapper.media .a-media-filter-options a { float: left; clear: both; display: inline; width: auto; padding: 0 5px; }

.a-ui.a-subnav-wrapper .a-btn.a-drag { display: block; position: absolute; right: 0; }

@media (max-width: 991px) {
.a-ui.a-subnav-wrapper.blog {
	display:none;
}	
}

/* Breadcrumb Navigation
-------------------------------------*/
#a-breadcrumb-component { list-style: none; padding:10px 0px; width:1180px; margin:0px auto; overflow:hidden; font-size:12px; }
#a-breadcrumb-component li { float: left; margin-right: 5px; }
#a-breadcrumb-component li a {
	color:#2e2e2e;
}
.a-blog .a-content-wrapp #a-breadcrumb-component {
	display:none;
}

/* Blog Templates
-------------------------------------*/

.a-ui .a-area-blog-heading { margin: 0 0 10px 0; }

.a-blog-item-meta { float: left; font-size: 11px; color: #888; }
.a-blog-item-meta li a.a-btn { font-size: 11px;}
.a-blog-item-meta .post-author {
	display:none;
}

@media (max-width: 1024px) and (min-width: 767px) {
.a-blog-item-content .width50 {
	width:100%;
	float:none;
}
.a-blog-item-content .width50 .a-slideshow-image img {
	width:100%;
	height:auto;
}
.a-blog-item-content .width50 .a-slot-content {
	float:none;
}
.a-blog.index .a-content .a-area {
	display:block !important;
}
}

.post .a-blog-item-meta li { float: left; padding-right: 5px; margin-right: 5px; border-right: 1px solid #ddd; }
.post .a-blog-item-meta li:last-child,
.post .a-blog-item-meta li:first-child { border-right: none; margin-right: 0;}

.event .a-blog-item-meta { width: 160px; margin: 0 40px 0 0; list-style: none; list-style-position: outside;}
.event .a-blog-item-meta li { float: left; clear: both; line-height: 20px; }
.event .a-blog-item-meta .post-extra { margin-top: 10px; clear: both;}

.a-blog-main hr
{
	float: left;
	width: 100%;
	margin:10px 0;
	height: 1px;
	border: none;
	background: #ddd;
	background: rgba(0,0,0,0.125);
}
.a-blog-main h3 {
	color:#EA6D1F;
	padding-top:10px;
}

@media (min-width: 991px) {
	.width50-slideshow {
		float:left;
	}
	.width50-info {
		float:right;
	}
	.a-blog.index .a-content .width50-slideshow .a-area,
.a-blog.index .a-content .width50-info .a-area {
	display:block !important;
	clear:both;
}
.width50-info .a-blog-item-title,
.width50-info .a-blog-item-meta,
.width50-info .a-area {
	padding-left:20px;
}
}


@media (min-width: 991px) { 
.a-blog-main .a-blog-item:nth-child(even) .width50-slideshow {
	float:right;
}
.a-blog-main .a-blog-item:nth-child(even) .width50-info {
	float:left;
}
.a-blog-main .a-blog-item:nth-child(even) .width50-info .a-blog-item-title,
.a-blog-main .a-blog-item:nth-child(even) .width50-info .a-blog-item-meta,
.a-blog-main .a-blog-item:nth-child(even) .width50-info .a-area {
	padding-right:20px;
	padding-left:0px;
}
}

.addthis_toolbox
{
	float:left;
	width: auto;
	clear: both;
	padding: 5px;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}

.aEvent .addthis_toolbox { margin-left: 140px; font-size: 11px; color: #999; }

/* Events Calendar
-------------------------------------*/
.a-calendar th.day { color: #000; background: rgba(255,255,255,0.25); }

.a-calendar .day a,
.a-calendar .day span { 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}

.a-calendar .day.today a,
.a-calendar .day.today span	{ border: 1px solid #999; }
.a-calendar .day.selected a { color: #333; background: rgba(255,255,255,0.25); }
.a-calendar .day a:hover { text-decoration: none; background: #000; color: #fff; }
.a-calendar .day.not-current-month { opacity: 0.35; }
.a-calendar .a-calendar-today:hover { background-color: #999; }
.a-calendar .a-calendar-today
{
	background-color: #ddd;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* ASANDBOX aRichtext Slot
-------------------------------------*/
.a-slot.aRichText .a-slot-content p { font-size:12px;}

/* ASANDBOX aSlideshow Slot -- Compact Variant 
-------------------------------------*/
.a-slot.aSlideshow.compact { margin-top: 0; }

.a-slot.aSlideshow.compact ul.a-slideshow-controls
{
	position:absolute;
	top: auto;
	left: auto;
	bottom:0;
	right:0;
	margin: 0;
	width:100%;
	z-index:888;
	min-height: 30px;
	height: auto;
}

.a-slot.aSlideshow.compact ul.a-slideshow-controls li { height: 30px; width: 30px; margin: 0 5px;	background-position: 0 0; }
.a-slot.aSlideshow.compact ul.a-slideshow-controls .a-arrow-left { background-image: url(../images/a-icon-arrow-left-thin-alt.png); position: absolute; top: 0; right: 30px; }
.a-slot.aSlideshow.compact ul.a-slideshow-controls .a-arrow-right { background-image: url(../images/a-icon-arrow-right-thin-alt.png); float: right; }
.a-slot.aSlideshow.compact ul.a-slideshow-controls .a-arrow-left:hover,
.a-slot.aSlideshow.compact ul.a-slideshow-controls .a-arrow-right:hover { background-position: 0 -30px !important; }

.a-slot.aSlideshow.compact .a-slideshow-title
{
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 11px;
	background: rgba(0,0,0,0.35);
	width: auto;
	float: none;
}

.a-slot.aSlideshow.compact .a-slideshow-title span { float: left;	padding: 8px 70px 8px 8px; }

/* ASANDBOX aSlideshow Autoplay Variant 
------------------------------------------- */
ul.a-slideshow-controls {
	position:inherit;
	left:0;
	padding-top:10px !important;
	clear:both;
	overflow:hidden;
}
.a-arrow-btn {
	width:19px;
	height:19px;
	float:left;
}
.a-arrow-btn.a-arrow-left {
	background-image:url(../images/arrow_left.png);
}
.a-arrow-btn.a-arrow-right {
	background-image:url(../images/arrow_right.png);
}

.a-arrow-btn:hover {
	opacity:1 !important;
}

.a-slot.aSlideshow.autoplay .a-slideshow-title
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 184px;
	padding: 8px;
	margin: 0;
	color: #fff;
	font-size: 11px;
	line-height: 1.3;
	background: rgb(0,0,0);	
	background: rgba(0, 0, 0, 0.35);	

}
/* ASANDBOX aButton Title Over Image Variant 
------------------------------------------- */

.a-slot.aButton.useTitleAsButtonText .a-button .a-button-title
{ 
position: absolute;
top: 0;
left: 0;
top: 50%;
left: 0;
line-height: 20px;
margin-top: -10px;
}

.a-slot.aButton.useTitleAsButtonText .a-button .a-button-title a,
.a-slot.aButton.useTitleAsButtonText .a-button .a-button-title a:hover
{ 
position: absolute;
float: left;
text-align: center;
text-decoration: none;
width: 100%;
height: 100%;
font-size: 16px;
color: #fff;
white-space: nowrap;
text-shadow: 0 0 6px rgba(0,0,0,0.80);
}



/* ASANDBOX Search Results
------------------------------------------- */
.a-search-results-container,
.a-search-results-count,
.a-search-results,
.result-title,
.result-url,
.result-summary { float: left; width: 100%; clear: both; }

.a-search-results-count { margin: 10px 0; }
.result-title { font-size: 14px; margin-bottom: 5px; }
.result-url { font-size: 11px; margin-top: 5px; margin-bottom: 15px; color: #666; }


/* ASANDBOX Signin Form  http://tld/login
-------------------------------------*/
.sfguard-signin .a-content { width: 1024px;margin:0px auto; }

.a-signin.page { 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	background-color: #EFEFEF;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
	width: 225px;
}

.a-signin { float: left; position: relative; display: block; clear: both; margin: 20px auto; }
.a-signin form { }
.a-signin label { display: block; width: 100% !important; float: none; font-size: 16px; width: auto; margin-bottom: 2px; }
.a-signin .a-form-row input[type="text"],
.a-signin .a-form-row input[type="password"] { width: 175px; padding: 4px; }
.a-signin .a-form-row {	float: none; width: auto; clear: both; display: block; margin: 20px 20px -10px; }
.a-signin .a-form-row.submit { margin: 30px 20px 20px }
.a-signin .a-forgot-password { display: block; font-size: 11px; margin: -10px 20px 10px; float: left; color: #999; }
.a-signin.forgot .message { width: 440px; }
.a-signin.forgot .help { margin: 5px 0 0;}
.a-signin.page .a-form-row .a-btn { width: 185px; }


/* ASANDBOX Staging - Do Not Edit Message
------------------------------------------- */
.a-do-not-edit { background: #f22; padding: 10px; }
.a-do-not-edit div { overflow: hidden; margin: 0 auto; width: 960px; color: #fff; font-size: 16px; text-align: center; text-shadow:	1px 1px 1px rgba(0,0,0,0.45); }
.a-do-not-edit a { color: #fff; text-decoration: underline; }
.a-do-not-edit strong { font-weight: bold; }



/* Btn-Collapse */
.btn-navbar {
	width:35px;
	height:35px;
	float:right;
	cursor:pointer;
	display:block;
	background-color:#000;
}
.btn-navbar:focus, .btn-navbar:hover {
	-moz-box-shadow:0px 0px 10px 1px #000 inset;
	-webkit-box-shadow:0px 0px 10px 1px #000 inset;
	box-shadow:0px 0px 10px 1px #000 inset;
}
.btn-navbar span {
	width:35px;
	height:35px;
	display:block;
	background:url(../images/icon_list.gif) center center no-repeat;
}
@media (max-width: 1440px) {
.a-area-home-banner .a-slideshow-title {
	top:125px;
}
.a-area-home-banner .a-slideshow-description {
	top:175px;
}
}
@media (max-width: 1440px) {
	.a-area-home-banner .a-slideshow-controls-indexes {
		top:300px;
	}
}
@media (max-width: 1280px) {
	.a-area-home-banner .a-slideshow-title {
		top:105px;
	}
	.a-area-home-banner .a-slideshow-description {
		top:155px;
	}	
	.a-footer-wrapper {
		/*margin-top: 455px;*/
	}	
}

@media (max-width: 1024px) {
	.a-home .main-menu {
		top: 87px;	
		bottom:inherit;	
	}
	.a-area-home-banner .a-slideshow-title {
		top:65px;
	}
	.a-area-home-banner .a-slideshow-description {
		top:115px;
	}	
	.a-area-home-banner .a-slideshow-description p {
		font-size:36px;
	}	
	.a-area-home-banner .a-slideshow-controls-indexes {
		top:220px;
	}
	.container {
		width: 100% !important;
	}	
	.topNav .a-area-phone {
		font-size:18px;
		padding-right:20px;
	}
	.width50 .aSlideshow .a-slideshow-description {
		margin-right:25px;
		top:25px;
	}
	.width50 .aSlideshow .a-slideshow-description p {
		font-size:36px;
		line-height:inherit;
	}
	.a-area-width50-right .a-slot .a-slot-content {
		padding:25px;
	}	
	.big-banner .aSlideshow .a-slideshow-description {
		padding:0px 20px;
		min-height:270px;
	  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	  box-sizing: border-box;         /* Opera/IE 8+ */		
	}
	.big-banner .aSlideshow .a-slideshow-description p {
		width:auto;
	}
	.row-offer .w295 {
		width: 25%;
	}	
	.row-offer {
		padding-left:10px;
		padding-right:10px;
	}	
	.row-offer .w295 h4, .row-offer .w295 p, .row-offer .w295 .sm-thumb, .row-offer .w295 .buttons {
		margin-left:5px;
		margin-right:5px;
	}
	.footer-banners .aButton {
		margin:0px;
		width:15%;
	}
}
@media (max-width: 800px) {	
	.nav-collapse, .nav-collapse.collapse {
		height:auto !important;
		overflow:visible !important;
	}
	.a-nav-main .a-nav-item a {
		padding:0px 25px;
	}
	.topNav {
		position:inherit;
		top:auto;
	}
	.topNav .logo img {
		width: 80%;
	}
	.topNav .a-area-phone p {
		font-size:16px !important;
	}
	.logged-out .a-heading {
		min-height:0;
	}
	.a-area-home-banner {
		display:none;
	}
	.main-menu {
		position:inherit !important;
		top:auto !important;
		height:60px;
		margin:0px;
	}
	.a-home .main-menu.fixed {
		position:inherit !important;
	}
	.a-home .a-content-wrapp {
		top:auto;
		position:inherit;
		padding-top:55px;
	}
	.a-content-wrapp {
		top:auto;
		position:inherit;
	}
	.default-content {
		padding-top:0px;
	}
/*	.big-banner .aSlideshow .a-slideshow-image {
		display:none !important;
	}*/
	.big-banner .aSlideshow .a-slideshow-title {
		font-size:42px;
		position:inherit;
	}
	.big-banner .aSlideshow .a-slideshow-title p {
		padding:2% 0;
		line-height:1.3;
	}
	.big-banner .aSlideshow .a-slideshow-description  {
		position:inherit;
	}
	.width50 .aSlideshow .a-slideshow-description {
		margin:0px;
		width:100%;
		top:inherit;
		padding:20px;
	}	
	.a-area-width50-right .a-slot .a-slot-content {
		padding:20px 25px;
	}
	.width50 .a-slot .a-slot-content h3 {
		font-size:36px;
		line-height:inherit;
	}
	.a-blog-item-excerpt-container {
		margin-bottom:0px;
	}
	.product-overview-container .width50.ar h3, 
	.product-overview-container .width50.ar p,
	.category-description .width50.ar h3,
	.category-description .width50.ar p,
	.product-overview-container .buttons {
		margin:0px 20px;
	}
	.a-footer-wrapper,
	.a-home .a-footer-wrapper {
		margin-top:0;
	}
	.a-footer-wrapper .copy {
		padding:0px 10px;
		margin:0px;
	}
	img {
		width:100%;
	}
}
@media (max-width: 640px) {
	.row-offer .w295 {
		min-height:auto !important;
		margin-bottom:10px;
	}
}
@media (max-width: 768px) {
	.topNav {
		height: auto;
		position: inherit;
		top: auto;
	}
	.topNav .a-area-phone {
		position:inherit;
		padding: 20px;
		top: auto;
		clear:both;
	}
	.row-offer .w295 {
		width:50%;
	}
}
@media (max-width: 767px) {
	body {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.main-menu {
		height:auto;	
	}	
	.main-menu .nav-collapse {
		display:none;
	}
	.main-menu .a-nav-main li {
		float:none;		
	}
	.main-menu .a-nav-main li .nav-collapse {
		position:inherit;
		top:inherit;
		text-align:center;
		display:block;
	}
	.a-nav-main > .a-nav-item > a {
		border-bottom:1px solid rgba(255,255,255,0.1);
	}
	
	.main-menu .a-nav-main li .nav-collapse li {
		padding-bottom:0px;
	}
	.main-menu .a-nav-main li .nav-collapse a {
		text-align:center;
		padding:10px 0px;
	}
	.main-menu .a-nav-main li .nav-collapse .nav-collapse {
		position:inherit;
		top:inherit;
		left:inherit;
		display:none;
	}
	.btn.btn-navbar {
		display:block;
		padding:12px;
		position:absolute;
		right:10px;
		top:10px;
		z-index:999;
	}
	.a-content-wrapp > .a-content {
		padding:20px;
	}
	.a-home .a-content-wrapp {
		padding-top:0px;
	}
	.a-home .a-content-wrapp > .a-content  {
		padding:0px;
	}	
	.default-content .container > .width50 {
		width:100%;
	}
	.width50 .aSlideshow .a-slideshow-description p {
		font-size:22px;
	}
	.width50 .a-slot .a-slot-content h3 {
		font-size:22px;
		margin-bottom:0px;
	}
	.a-area-width50-right .a-slot .a-blog-item-meta {
		margin-bottom:0px;
	}
	.big-banner .aSlideshow .a-slideshow-title {
		min-height:auto;
		font-size:36px;
	}
	.big-banner .aSlideshow .a-slideshow-title p {
		padding:5%;
	}
	.big-banner .aSlideshow .a-slideshow-description {
		padding:20px;
	}
	.big-banner .aSlideshow .a-slideshow-description p {
	   -moz-column-count: 2;
	   -moz-column-gap: 40px;
	   -webkit-column-count: 2;
	   -webkit-column-gap: 40px;
	   text-align:left;	
	}
	.product-overview-container {
		min-height:auto;
	}
	.productInfo .width25 {
		width:50%;
	}
	.a-area-product-info {
		padding-top:10px;
	}
	.product_show .product_option_wrapp {
		width:auto;
		margin:0px 0px;
	}
	.product-grid h3 {
		font-size:26px;
	}
	.product-grid .untoggled {
		padding-left:10px;
		padding-right:10px;
		width:50%;
	}
	.product-overview-container .width50.ar h3, 
	.product-overview-container .width50.ar p, 
	.category-description .width50.ar h3, 
	.category-description .width50.ar p, 
	.product-overview-container .buttons {
		margin:0px;
	}
	.product-overview-container {
		margin-bottom:10px;
		padding-bottom:10px;	
	}
	.product-overview-container .buttons {
		margin-top:10px;
	}
	.offer-content {
		padding:20px 0px;
	}
	.offer-form .width65, 
	.offer-form > .row {
		width:90%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	.offer-form .submit {
		width:auto;
	}	
	.width50 {
		width:auto !important;
	}
	.al, .ar {
		float:none !important;
	}
}
.product-overview-container:last-child {
    clear: both;
}
@media (max-width: 480px) {
	.btn.btn-navbar {
		padding:2px;
	}
	.a-nav-main .a-nav-item {
		height:30px;
		line-height:30px;
		
	}
	.a-nav-main .a-nav-item a {
		font-size:14px;
		font-weight:500;
		padding:10px 0px;
	}
	.a-content-wrapp > .a-content {
		padding:10px;
	}
	.width50 {
		width:100%;	
	}
	.width50 .aSlideshow .a-slideshow-description {
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */			
	}
	.a-area-width50-right .a-slot .a-slot-content {
		text-align:center;
	}
	.a-area-width50-right .a-slot .a-blog-item-meta {
		text-align:center;
	}
	.a-area-width50-right .a-slot .a-blog-item-meta li {
		float:none;
		border-right:0px;
		padding-right:0px;
		margin-right:0px;
	}
	.newsletter {
		padding:20px;
	}
	.newsletter .a-slot h3 {
		font-size:18px;
	}
	.big-banner .aSlideshow .a-slideshow-title {
		font-size:18px;
	}
	.big-banner .aSlideshow .a-slideshow-description p {
	   -moz-column-count: 1;
	   -moz-column-gap: 0px;
	   -webkit-column-count: 1;
	   -webkit-column-gap: 0px;
	   text-align:center;	
	}	
	.sub-content .width50 .a-slot .a-slot-content p {
		text-align:center;
	}
	.row-offer .w295 {
		width:100%;
	}
	.a-offer .width25,
	.a-offer .width75 {
		width:100%;
		text-align:center;
		margin:10px 0px;
	}
	.a-offer .width25 .a-area-offer-sidebar .a-slot-content,
	.a-offer .width25 .a-slot .a-slot-content {
		padding-right:0px;
	}
	.a-offer .width25 h3, .product_show .width25 h3 {
		line-height:140px;
	}
	.product-grid .untoggled {
		width:100%;
		padding-left:0;
		padding-right:0;
		float:none;
	}
	.product-grid .untoggled .product-item .width50 {
		width:100%;
	}
	.product-grid .untoggled .product-item .toggle {
		right:0px;
	}
	.product-grid h3 {
		font-size:18px;
	}
	.product-grid .product-item .checked {
		width:100%;
	}
	.orange-content, .dark-content {
		padding:0px 10px;
	}
	.orange-content .offer-form {
		width:auto;
	}
	.offer-form .width35 {
		width:100%;
		padding:10px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */		
	}
	.offer-form .row {
		margin-bottom:10px;
	}
	.offer-form .width65, .offer-form > .row {
		width:100%;		
		padding:10px 0px;	
	}
	.offer-form label {
		display:block;
		padding-right:0px;
	}
	.offer-form input[type="text"],
	.dark-content .offer-form input[type="text"] {
		width:100%;
		text-align:center;
	}
	.offer-form textarea {
		width:100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */			
	}
	.offer-form .submit {
		margin-top:0px;	
	}
	.productInfo .width25 {
		width:100%;
	}
	.toggled .product_option_wrapp {
		padding:10px;
	}
	.toggable-container.toggled .sm-thumb {
		margin:0px;
		float:none;
	}
	.toggable-container.toggled h3 {
		font-size:26px !important;
	}
	.toggable-container.toggled .desc {
		padding-right:0px;
	}
	.product_show .product_option_wrapp {
		margin-left:0;
		margin-right:0;
	}
	h3 {
		font-size:26px;
		margin:5px 0px;
	}
	h4 {
		font-size:14px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
.a-home .main-menu {
	top: 87px;
	position:fixed !important;
}
}


@media (min-width: 767px) {
.main-menu > .container > .nav-collapse#sub3 {
    display:block !important;
    height: inherit !important;
}
}


/* Btn Toggle */
.btn-toggle {
    font-weight: bold;
    color: #fff;
    background-color: #f47b33;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 20px;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: #fff;
    opacity: 0.75;
	text-decoration: none;
}

.options-toggle {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.75s;
	-moz-transition: max-height 0.75s;
	-webkit-transition: max-height 0.75s;
	-o-transition: max-height 0.75s;
}
.options-toggle.show {
	max-height: 500px;
}

.contact-form {
	color: #ffffff;
	background-color: #262626;
	min-height: 500px;
    padding-top: 4em;
    padding-bottom: 4em;
    margin-top: 4em;
}
.contact-form h2,
.contact-form h3 {
    font-size: 48px;
    color: #f47b33;
    margin-bottom: 0.5em;
}
@media (max-width: 991px) {
    .contact-form {
        padding: 2em;
    }
    .contact-form h2,
    .contact-form h3 {
        font-size: 22px;
    }
}
@media (min-width: 992px) {
    .split-row {
        display:flex;
    }
    .split-col {
        flex: 1 0 0;
        padding-left: 4em;
        padding-right: 4em;
    }
    .split-col:first-child {
        padding-left: 0;
    }
    .split-col:last-child {
        padding-right: 0;
    }
}


/* Offer form */
.form .row {
    margin-bottom: 1.25em;
}
.form .row label {
    display: inline-block;
    color: #7e7e7e;
    font-weight: bold;
    font-size: 16px;
}
.form .row label small {
    font-size: 80%;
}
.form .row input {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #a4a4a4;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.form .row .form-product {
    padding: 20px 0;
    min-width: 400px;
    color: #f47b33;
    font-size: 18px;
    display: inline-block;
}
.form .row .radio_list {
    display: flex;
}
.form .row .radio_list li {
    margin-right: 1em;
}
.form .row .radio_list li,
.form .row .radio_list li input {
    float: none;
}
.form .row textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.form .row input[type="submit"] {
    width: auto;
    background-color: #f47b33;
    color: #fff;
    border: 0 none;
    font-weight: bold;
    font-size: 14px;
}
.form .row.row-upload input {
	background-color: transparent;
	border: 0 none;
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 991px) {
    .form .row input {
        display: block;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .form .row {
        display: flex;
        align-items: center;
    }
    .form .vh-top {
        align-items: baseline;
    }
    .form .row .col {
        flex:1;
    }
    .form .row .col:first-child {
        flex: 0 0 175px;
    }
    .form .row #product_plaats {
        width: 75%;
    }
    .form .row #product_postcode {
        width: 24%;
        float: right;
    }
}

.error_list {
    list-style: none;
    margin: 0 0 10px 0;
}
.error_list li {
    display: inline;
    color: #C70000;
}

.a-thankyou .dark-content {
    min-height: 400px;
    overflow: hidden;
    position: relative;
}

.a-thankyou .a-slot-content p {
	color: #ffffff;
}

.a-thankyou .a-slot-content h4,
.a-thankyou .a-slot-content strong {
    color: #ee7725;
}

.a-thankyou .a-slot-content h4.product-name {
	font-size: 30px;
}

.a-thankyou .sp-img {
	height: 500px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/img-thankyou.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 991px) {
    .a-thankyou .dark-content {
        padding: 20px;
    }
}