@charset "CP850";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900,700|Poppins:400,500,600);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);
/*
 * Styles
 *
 * Everything (partials) gets included from here.
 */
 /* =Import project global styles
-------------------------------------------------------------- */
/*
 * Normalize
 *
 * Normalize.css makes browsers render all elements more consistently and in line with modern standards.
 * It precisely targets only the styles that need normalizing.
 *
 * created by Nicolas Gallagher, co-created with Jonathan Neal.
 *
 * version: v2.1.3
 *
 * https://github.com/necolas/normalize.css
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Remove default margin.
 */
body {
  margin: 0;}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * Custom fonts
 *
 * Font management
 *
 */
/*
 * Headings
 */
/*
 * Paragraphs
 */

/*
 * Sass variables
 *
 * A list of variable settings (colors,fonts,...)
 *
 * Contents:
 * - Definitions
 * - Base  // do not change
 * - Body
 * - Heading
 * - Paragraphh
 * - Link
 */
/* =Definitions
-------------------------------------------------------------- */
/* =Base // dont change these values
-------------------------------------------------------------- */
/* =Body
-------------------------------------------------------------- */
/* =Nav
-------------------------------------------------------------- */
/* =Heading
-------------------------------------------------------------- */
/* =Paragraph
-------------------------------------------------------------- */
/* =Link
-------------------------------------------------------------- */
/* =Button
-------------------------------------------------------------- */
/* =Notifications
-------------------------------------------------------------- */
/*
 * Sass mixins
 *
 * A list of mixins
 *
 * Contents:
 * - Clearfix
 * - Misc / Utility
 * - CSS3 Properties
 *
 */
/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
/* =Misc / Utility
-------------------------------------------------------------- */
/* =CSS3 Properties
-------------------------------------------------------------- */
/*
 * Typography
 *
 * Reusable components such as buttons, breadcrumbs, ...
 *
 * Contents:
 * - Headings
 * - Links
 * - paragraph
 * - etc
 *
 */
/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #231f20;
  font-weight: 600;
  font-style: normal;
  margin-top: 1rem;
  margin-bottom: 1rem; }

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

.page-title {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 3px solid #F1F1F1 !important; }
  .page-title h2 {
    margin: 0;
    margin-top: 20px;
    color: #575757; }
  .page-title .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #0a457a; }

.block-title {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #2D2D2D;
  padding: 10px 10px !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 0 !important;
}

.page-sub-title-section {
  position: relative; }
.page-sub-title-section h1 {
	font-weight: 600;
	font-size: 1.5em;
}
/* =Links
-------------------------------------------------------------- */
a {
  text-decoration: none; }

/*
 * Components
 *
 * Reusable components such as buttons, breadcrumbs, ...
 *
 * Contents:
 * - Button
 * - ...
 *
 */
.content-block {
  background: #F5F5F5;
  padding: 10px 14px;
  border-left: 2px solid #EEEEEE;
  border-right: 2px solid #EEEEEE;
  border-bottom: 2px solid #EEEEEE; }

/* =Button
-------------------------------------------------------------- */
.btn {
  padding: 8px 14px !important;
  background: #F7F7F7;
  color: rgb(221, 29, 49);
  width: auto;
  box-shadow: none !important;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn:hover, .btn.active {
    background-color: #0a457a;
    color: white !important;
    border: solid 1px white !important; }
  .btn i.mr {
    margin-right: 8px; }
  .btn i.ml {
    margin-left: 8px; }
  .btn.flr {
    float: right; }
  .btn.grey {
    background: #F7F7F7; color:#000 }
    .step-actions .btn.grey {
    	float: left;
    	background: #F7F7F7 !important;
    }
    .btn.grey:hover {
      background-color: #0a457a !important; }

.link {
  color: white;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 16px;
  padding: 4px 6px;
  background: #0a457a;
  display: inline-block;
  margin: 1px 0;
  border-radius: 3px;
}
  .link:hover {
    background: rgb(195, 40, 56); }
  .link i.mr {
    margin-right: 6px; }
  .link i.ml {
    margin-left: 6px; }

.small-link {
  color: #0a457a;
  border-bottom: 1px solid #0a457a;
}
a.btn.prev-product.tooltip.tooltipstered {
  float: left;
  margin-right: 4px;
}

/* =Modal custom style
-------------------------------------------------------------- */
.simplemodal-data, .simplemodal-data{
	display:none;
	padding: 11px;
}
.simplemodal-data p, .simplemodal-data p{
    margin-top: 0;
    width: 50%;
}
.simplemodal-data a.btn, .simplemodal-data a.btn {
    margin-right: 5px;
    padding: 8px 10px !important;
}
#simplemodal-overlay{
	background-color: #000;
	cursor: normal;
}
#simplemodal-container {
	color: #000;
	background-color: #FFF;
	display:none;
}
#simplemodal-container a.modalCloseImg {
    background: url(../images/x.png) no-repeat;
    width: 29px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 9px;
    left: 13px;
    cursor: pointer;
}
#simplemodal-container a.modalCloseRight {
    right: 24px;
    left: auto;
}
/* =Notifications
-------------------------------------------------------------- */
.notifications {
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  padding: 6px 10px;
  margin-bottom: 20px;
  display: none; }
  .notifications .notification-message .highlight {
    font-weight: 700; }
  .notifications .notification-actions {
    float: right;
    cursor: pointer; }
  .notifications.success {
    background-color: #49b06d; }
    .notifications.success a {
      margin-left: 6px;
      color: white;
      display: inline-block;
      padding: 3px 10px;
      background: #379658;
      font-size: 12px;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .notifications.success a:hover {
        background-color: #30834d; }
  .notifications.error {
    background-color: #0a457a; }
  .notifications .icon {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 6px; }

/* =Custom fotorama
-------------------------------------------------------------- */
.fotorama__arr {
  background: url("../images/vendor/fotorama/slider-nav.png") !important;
  width: 36px !important;
  height: 38px !important; }

.fotorama__arr--next {
  background-position: 36px 0 !important; }

.fotorama .fotorama__nav {
  text-align: left !important; }

.breadcrumbs {
  margin-bottom: 10px; }
  .breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .breadcrumbs ul:before, .breadcrumbs ul:after {
      content: "";
      display: table; }
    .breadcrumbs ul:after {
      clear: both; }
    .breadcrumbs ul li {
      float: left;
      display: inline-block; }
      .breadcrumbs ul li a {
        color: #BBBBBB;
        font-size: 12px;
        font-size: 0.75rem;
        float: left;
        border-bottom: 1px solid transparent; }
        .breadcrumbs ul li a:hover {
          color: #4d4d4d; }
        .breadcrumbs ul li a.active {
          color: #4d4d4d; }
      .breadcrumbs ul li .arrow {
        display: inline-block;
        margin: 0 6px;
        font-size: 12px;
        font-size: 0.75rem;
        vertical-align: middle;
        margin-top: -3px;
        color: #BBBBBB; }

        .breadcrumbnormal {
        	color: #4d4d4d;
        }
        .breadcrumbcolored {
        	color: #0a457a;
        }

/* =Mini shopping cart
-------------------------------------------------------------- */
.mini-shopping-cart__bg {
  display: none;
  position: fixed;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  opacity: .7;
  filter: alpha(opacity=70); }

.mini-shopping-cart {
    cursor: pointer;
    min-height: 18px;
}
  .mini-shopping-cart i {
    display: inline-block;
    margin-right: 6px; }
	.mini-shopping-cart.sticky {

	  z-index: 9999;
	  position: fixed;
	  right: 0;
	  top: 59px;
	  display: none;
	  cursor: pointer;
	  padding: 4px 8px;
	  font-size: 14px;
	  font-size: 0.875rem;
	  color: white;
	  background: #8e9293;
	  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	  background: -moz-linear-gradient(top, #8e9293 0%, #394143 55%, #2c3234 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e9293), color-stop(55%,#394143), color-stop(100%,#2c3234));
	  background: -webkit-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
	  background: -o-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
	  background: -ms-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
	  background: linear-gradient(to bottom, #8e9293 0%,#394143 55%,#2c3234 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9293', endColorstr='#2c3234',GradientType=0 );
	  border-radius: 10px;
	  border: solid 2px #474747;
	  border-right: 0;
	  border-top-right-radius: 0;
	  border-bottom-right-radius: 0;
	}
    .mini-shopping-cart.sticky .mini-shopping-cart__trigger--sticky {
      display: block;
      text-align: center;
      padding: 2px; }
      .mini-shopping-cart.sticky .mini-shopping-cart__trigger--sticky i {
        font-size: 30px;
        display: block; }

.mini-shopping-cart__overview {
  color: #000000;
  display: none;
  width: 320px;
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.65em;
  padding: 8px;
  background: #FFFFFF;
  z-index: 9999;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 !important; }
.user-actions .mini-shopping-cart__overview {
	left: 0;
}
.mini-shopping-cart__items .mini-shopping-cart__item {
  *zoom: 1;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4; }
  .mini-shopping-cart__items .mini-shopping-cart__item:before, .mini-shopping-cart__items .mini-shopping-cart__item:after {
    content: "";
    display: table; }
  .mini-shopping-cart__items .mini-shopping-cart__item:after {
    clear: both; }
  .mini-shopping-cart__items .mini-shopping-cart__item .mini-shopping-cart__item__delete {
    position: absolute;
    top: 0;
    right: 0;
    color: #D5D5D5; }
    .mini-shopping-cart__items .mini-shopping-cart__item .mini-shopping-cart__item__delete:hover {
      color: #4d4d4d; }
  .mini-shopping-cart__items .mini-shopping-cart__item .mini-shopping-cart__item__imageholder {
    display: block;
    float: left;
    width: 100px;
    margin-right: 10px; }
  .mini-shopping-cart__items .mini-shopping-cart__item .mini-shopping-cart__item__meta {
    float: left;
    width: 190px; }
    .mini-shopping-cart__items .mini-shopping-cart__item .mini-shopping-cart__item__meta .mini-shopping-cart__item__meta__title {
      color: #0a457a; }
    .mini-shopping-cart__items .mini-shopping-cart__item .mini-shopping-cart__item__meta .mini-shopping-cart__item__meta__pricing {
      font-size: 12px;
      font-size: 0.75rem; }

.mini-shopping-cart__totals {
  text-align: right;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4; }
  .mini-shopping-cart__totals .mini-shopping-cart__totals__label {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px; }
  .mini-shopping-cart__totals .mini-shopping-cart__totals__value {
    display: inline-block;
    font-weight: 600; }

.mini-shopping-cart__actions a {
  display: inline-block;
  float: right;
  background-color: #0a457a;
  color: white !important;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  padding: 4px 12px;
  text-transform: uppercase;
  border-bottom: 3px solid #6F0608; }
  .mini-shopping-cart__actions a:hover {
    background-color: #680709; }
  .mini-shopping-cart__actions a i {
    margin-left: 6px; }

.mini-shopping-cart__empty {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0; }
  .mini-shopping-cart__empty p {
    margin: 0; }

/*
 * Form
 *
 * global form elements reset and style
 *
 * Contents:
 * - Button
 * - ...
 *
 */
/* =Button
-------------------------------------------------------------- */
.fieldset {
  *zoom: 1;
  margin-bottom: 18px; }
  .fieldset:before, .fieldset:after {
    content: "";
    display: table; }
  .fieldset:after {
    clear: both; }
  .fieldset label {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    font-size: 0.90rem; }
  .fieldset input[type=text], .fieldset textarea, .fieldset select, .fieldset input[type=password] {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
    padding: 6px;
    color: #7e7e7e;
    border: 1px solid #E6E6E6;
    background: #F8F8F8; }
  .fieldset #captchaImg {
    float: left;
    margin: 0 !important;
    height: 28px; }
  .fieldset #captcha {
    float: left;
    margin-right: 10px; }
  .fieldset .forgotpassword {
	  margin-left: 8px;
	  font-size: 11px;
	  font-size: 0.6875rem;
	  color: #4d4d4d;
	  background: #0a457a;
	  color: white;
	  padding: 2px 6px;
	  border-radius: 14px;
	  margin-top: 10px;
	  display: inline-block; }
    .fieldset .forgotpassword:hover {
	    color: #FFFFFF;
	    background: #F34053;
	}

/*
*
FORM ERRORS
*
*/
.inputTextError, .inputTextareaError, .inputDropdownError, .inputPasswordError {
  border: 1px solid #F20007 !important;
  box-shadow: none !important;
}

.formError {
  color: #C32838;
  font-size: 11px;
  font-size: 0.75rem;
}
img#captchaImg {
   margin-top: 12px;
}
/*
 * Common Reusable Utility Classes
 *
 * A list of mixins
 *
 * Contents:
 * - Typography
 * - Navigation
 * - Via HTML5 Boilerplate
 * - Miscellaneous
 */
/* =Typography
-------------------------------------------------------------- */
.typ-left {
  text-align: left; }

.typ-right {
  text-align: right; }

.typ-center {
  text-align: center; }

.prevent-text-breakouts {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

i.mr {
  margin-right: 5px; }
i.ml {
  margin-left: 5px; }

/* =Remove grid row margins
-------------------------------------------------------------- */
.rmb {
  margin-bottom: 0 !important; }

.rmt {
  margin-top: 0 !important; }
.rpl {
  padding-left: 0 !important; }
.rpr {
  padding-right: 0 !important; }
/* =Navigation
-------------------------------------------------------------- */
.site-navigation li {
  display: inline-block;
  margin: 0 1.5em 0 0; }
.site-navigation.sn-right {
  text-align: right; }
  .site-navigation.sn-right li {
    margin: 0 0 0 1.5em; }
.site-navigation.sn-center {
  text-align: center; }
  .site-navigation.sn-center li {
    margin: 0 1.5em; }

/* =Via HTML5 Boilerplate
-------------------------------------------------------------- */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

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

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

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

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.cf {
  *zoom: 1; }

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

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

textarea {
  resize: vertical; }

iframe,
object,
embed {
  max-width: 100%;
  border: none; }

.chromeframe {
  margin: 0;
  background: #ddd;
  color: #000;
  padding: 1em; }

/*
 * Grid (gridiculous)
 *
 * A responsive grid boilerplate that takes you all the way from 1200px on down to 320px.
 *
 * created by c.bavota
 * released under GPL v2
 *
 * March 4th, 2013
 *
 * https://github.com/cbavota/Gridiculous/blob/master/gridiculous.css
 */
/* =Gridiculous
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/2014/assets/css/hacks/boxsizing.htc); }

.grid {
  margin: 0 auto;
  max-width: 1430px;
  width: 100%; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle; }

.wfull {
  width: 100%;
  max-width: 100%; }

.w320 {
  max-width: 320px; }

.w640 {
  max-width: 640px; }

.w960 {
  max-width: 960px; }

.w1000 {
  max-width: 1000px; }

.w1100 {
  max-width: 1100px; }

.row {
  *zoom: 1;
  width: 100%;
  margin-bottom: 20px; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.row .row {
  width: auto;
  margin: 0 -20px; }

.c1 {
  width: 8.33%; }

.c2 {
  width: 16.66%; }

.c3 {
  width: 25%; }

.c4 {
  width: 33.33%; }

.c5 {
  width: 41.66%; }

.c6 {
  width: 50%; }

.c7 {
  width: 58.33%; }

.c8 {
  width: 66.66%; }

.c9 {
  width: 75%; }

.c10 {
  width: 83.33%; }

.c11 {
  width: 91.66%; }

.c12 {
  width: 100%; }

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

.s1 {
  margin-left: 8.33%; }

.s2 {
  margin-left: 16.66%; }

.s3 {
  margin-left: 25%; }

.s4 {
  margin-left: 33.33%; }

.s5 {
  margin-left: 41.66%; }

.s6 {
  margin-left: 50%; }

.s7 {
  margin-left: 58.33%; }

.s8 {
  margin-left: 66.66%; }

.s9 {
  margin-left: 75%; }

.s10 {
  margin-left: 83.33%; }

.s11 {
  margin-left: 91.66%; }

.end {
  float: right !important; }

/*
 * Global Template Styles
 *
 * Project global styles for partials (header, footer, aside, ...)
 *
 * Contents:
 * - Base settings
 * - Site wrapper
 * - Site header and main navigation
 * - Site footer
 *
 */
/* =Base settings (html/body)
-------------------------------------------------------------- */
html {
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  position: relative;
  color: #231f20;
  background-color: #fff;
  font-size: 14px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

body, html {
  height: 100%; }


/* =Site header
-------------------------------------------------------------- */
.header-top {
  padding: 20px 0 0 0;
}


/* =Site footer
-------------------------------------------------------------- */
/* =ASIDE
-------------------------------------------------------------- */
aside .aside-title {
  font-size: 15px;
  font-size: 0.9375rem;
  color: white;
  margin-top: 0 !important;
  background: #6B0B0D;
  padding: 2px 10px;
  margin: 0; }
aside .aside-box {
  border: 1px solid #EBEBEB;
  border-bottom: 3px solid #ebebeb;
  background: #F3F3F3;
  padding: 8px 15px 8px 15px; }
aside .my-account-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  aside .my-account-nav ul li a {
    display: inline-block;
    color: #4d4d4d;
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 6px;
    text-transform: capitalize; }
    aside .my-account-nav ul li a:hover {
      color: #bbacac; }
    aside .my-account-nav ul li a .product-category-amount {
      display: inline-block;
      font-style: italic;
      font-size: 11px;
      font-size: 0.6875rem;
      margin-left: 4px; }
aside .product-categories {
  padding: 15px 0; }
  aside .product-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    aside .product-categories ul:before, aside .product-categories ul:after {
      content: "";
      display: table; }
    aside .product-categories ul:after {
      clear: both; }
    aside .product-categories ul li a {
      display: inline-block;
      color: #4d4d4d;
      font-size: 12px;
      font-size: 0.75rem;
      padding-bottom: 6px;
      text-transform: capitalize; }
      aside .product-categories ul li a:hover {
        color: #bbacac; }
      aside .product-categories ul li a .product-category-amount {
        display: inline-block;
        font-style: italic;
        font-size: 11px;
        font-size: 0.6875rem;
        margin-left: 4px; }
    aside .product-categories ul li i {
      float: left;
      color: #E0E0E0;
      font-size: 12px;
      font-size: 0.75rem;
      vertical-align: middle;
      margin-top: 6px;
      margin-right: 8px;
      cursor: pointer; }
    aside .product-categories ul li .product-categories-sub {
      margin-left: 30px; }

.credentials {
  font-size: 12px;
  font-size: 0.75rem; }
  .credentials a {
    color: #4d4d4d; }


/* =Import project module specific styles
-------------------------------------------------------------- */
/*
 * Blokken module specific styles
 *
 * Contents:
 * -
 *
 */
.blokken .leftsideitems a {
  display: inline-block;
  border-bottom: 1px solid #0a457a;
  padding-bottom: 3px; }
  .blokken .leftsideitems a#active, .blokken .leftsideitems a:hover {
    border-bottom: 1px solid transparent; }

/*
 * Contact module specific styles
 *
 * Contents:
 * -
 *
 */
.openingstable {
    width: 100%;
    text-align: left;
    font-size: 0.9em;
    border: solid 1px #CCC;
}
.openingstable tr {
    border-bottom: solid 1px #B8B8B8;
}
.openingstable tr:nth-child(even) {
    background: #F5F5F5;
}
.openingstable td, .openingstable th {
    width: 33%;
    padding: 6px 10px;
}
#openinghours p:first-of-type {
	margin-top: 0;
}
/*#filialen table td {
	padding: 0 10px;
}

 * Content module specific styles
 *
 * Contents:
 * -
 *
 */
.content-page .sub-pages {
  margin-bottom: 25px;
  float: right; }
  .content-page .sub-pages ul {
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .content-page .sub-pages ul:before, .content-page .sub-pages ul:after {
      content: "";
      display: table; }
    .content-page .sub-pages ul:after {
      clear: both; }
    .content-page .sub-pages ul li {
      float: left;
      display: inline-block; }
      .content-page .sub-pages ul li a {
        float: left;
        display: inline-block;
        color: white;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        font-size: 0.75rem;
        padding: 8px 12px 8px 12px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-right: 1px solid #7A0000;
        background: linear-gradient(to bottom, #c73131 0%, #810101 100%);
        background: #0a457a;
        background: -moz-linear-gradient(top, #c73131 0%, #810101 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c73131), color-stop(100%, #810101));
        background: -webkit-linear-gradient(top, #c73131 0%, #810101 100%);
        background: -o-linear-gradient(top, #c73131 0%, #810101 100%);
        background: -ms-linear-gradient(top, #c73131 0%, #810101 100%);
        background: linear-gradient(to bottom, #c73131 0%, #810101 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C73131', endColorstr='#810101',GradientType=0 ); }
        .content-page .sub-pages ul li a:hover, .content-page .sub-pages ul li a.active {
          background: #eeeeee;
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: -moz-linear-gradient(top, #a82d2d 0%, #700404 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a82d2d), color-stop(100%, #700404));
          background: -webkit-linear-gradient(top, #a82d2d 0%, #700404 100%);
          background: -o-linear-gradient(top, #a82d2d 0%, #700404 100%);
          background: -ms-linear-gradient(top, #a82d2d 0%, #700404 100%);
          background: linear-gradient(to bottom, #a82d2d 0%, #700404 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A82D2D', endColorstr='#700404',GradientType=0 ); }
.content-page .content-page-images ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .content-page .content-page-images ul:before, .content-page .content-page-images ul:after {
    content: "";
    display: table; }
  .content-page .content-page-images ul:after {
    clear: both; }
  .content-page .content-page-images ul li {
    float: left;
    display: inline-block;
    width: 230px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 3px solid #E9E9E9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .content-page .content-page-images ul li a {
      float: left;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .content-page .content-page-images ul li:hover {
      border: 3px solid #0a457a; }

/*
 * Gallery module specific styles
 *
 * Contents:
 * -
 *
 */
.gallery .gallery-albums .gallery-album {
  margin-bottom: 25px;
  display: block; }
  .gallery .gallery-albums .gallery-album .gallery-album-imageholder {
    position: relative; }
    .gallery .gallery-albums .gallery-album .gallery-album-imageholder .red-overlay {
      width: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background-repeat: no-repeat;
      position: absolute;
      top: auto;
      bottom: 0px;
      height: 55px;
      background-color: rgba(122, 15, 17, 0.7);
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30a457a,endColorstr=#B30a457a);
      zoom: 1;
      color: white;
      text-align: center; }
    .gallery .gallery-albums .gallery-album .gallery-album-imageholder .gallery-album-title {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      width: 100%;
      position: absolute;
      bottom: 16px;
      font-size: 24px;
      font-size: 1.5rem;
      color: white;
      text-align: center;
      display: block;
      font-size: 20px;
      text-transform: capitalize;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); }
  .gallery .gallery-albums .gallery-album:hover .red-overlay {
    height: 100%; }
  .gallery .gallery-albums .gallery-album:hover .gallery-album-title {
    bottom: 65px; }
.gallery .gallery-album-detail .fotorama__thumb-border {
  display: none; }

/*
 * Home module specific styles
 *
 * Contents:
 * -
 *
 */
/*
 * Jobs module specific styles
 *
 * Contents:
 * -
 *
 */
.jobs .leftsideitems ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .jobs .leftsideitems ul:before, .jobs .leftsideitems ul:after {
    content: "";
    display: table; }
  .jobs .leftsideitems ul:after {
    clear: both; }
  .jobs .leftsideitems ul li {
    margin-bottom: 12px; }
    .jobs .leftsideitems ul li a {
      border-bottom: 1px solid #0a457a;
      padding-bottom: 4px; }
      .jobs .leftsideitems ul li a:hover, .jobs .leftsideitems ul li a.active {
        border-bottom: 1px solid transparent; }
      .jobs .leftsideitems ul li a i {
        font-size: 12px;
        font-size: 0.75rem; }
.jobs .job-form {
  margin-top: 35px; }
  .jobs .job-form .txtCaptcha {
    float: left;
    width: 120px; }
  .jobs .job-form #captchaImg {
    float: left; }
  .jobs .job-form input[type=file] {
    font-size: 12px;
    font-size: 0.75rem; }

/*
 * Links module specific styles
 *
 * Contents:
 * -
 *
/*
 * News module specific styles
 *
 * Contents:
 * -
 *
 */
/* line 10, scss/modules/_news.scss */
.news .newsColumns {
  padding-top: 150px;
  position: relative;
  z-index: 2;
}
/* line 14, scss/modules/_news.scss */
.news .newsColumns:first-child {
  padding-top: 0px;
}
/* line 18, scss/modules/_news.scss */
.news .newsColumns:first-child.beanstalk:after {
    height: 106%;
    position: absolute;
    width: 2px;
    background: -moz-linear-gradient(bottom, #ffffff, #d9d9d9 100px);
    background: -webkit-linear-gradient(bottom, #ffffff, #404041 100px);
    background: linear-gradient(to top, #ffffff, #404041 100px);
    content: '';
    right: 0;
    top: 0;
    z-index: -1;
}
/* line 29, scss/modules/_news.scss */
.news .newsColumns:first-child .news-item {
  margin-right: 40px;
  margin-left: 0;
}
/* line 35, scss/modules/_news.scss */
.news .newsColumns:first-child .news-item .news-item-data .news-date {
  right: -40px;
  left: auto;
}
/* line 39, scss/modules/_news.scss */
.news .newsColumns:first-child .news-item .news-item-data .news-date:before {
  right: -20px;
  left: auto;
}
/* line 44, scss/modules/_news.scss */
.news .newsColumns:first-child .news-item .news-item-data .news-date:after {
  right: -29px;
  left: auto;
}
/* line 53, scss/modules/_news.scss */
.news .newsColumns:last-child.beanstalk {
  border-left: 1px solid #d9d9d9;
  z-index:1;
}
/* line 57, scss/modules/_news.scss */
.news .newsColumns .news-item {
  margin-bottom: 50px;
  position: relative;
  background: white;
  color: #404041;
  border: solid 1px #ccc;
  margin-left: 40px;
}
/* line 65, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data {
  *zoom: 1;
  position: relative;
}
/* line 19, scss/base/_mixins.scss */
.news .newsColumns .news-item .news-item-data:before, .news .newsColumns .news-item .news-item-data:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
.news .newsColumns .news-item .news-item-data:after {
  clear: both;
}
/* line 70, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data .news-date {
	position: absolute;
    left: -40px;
    width: 40px;
    top: 29px;
    background-color: rgb(236, 41, 41);
    color: white;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
/* line 83, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data .news-date div.news-date-day {
    border: 1px solid #EF3E42;
    background-color: rgb(255, 255, 255);
    color: #EF3E42;
}
/* line 87, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data .news-date div.news-date-month {
  font-size: 17px;
  font-size: 1.0625rem;
}
/* line 91, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data .news-date:before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: black;
  position: absolute;
  left: -20px;
  top: 31px;
}
/* line 101, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data .news-date:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #EF3E42;
    background-color: white;
    position: absolute;
    top: 23px;
    left: -31px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* line 114, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data h2.news-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    text-transform: none;
    border: none !important;
    border-bottom: 1px solid #404041 !important;
    border-radius: 0 !important;
    padding: 0px 20px !important;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 60px;
    line-height: 3.75rem;
    font-size: 1.1em;
    color: #131313 !important;
}
/* line 127, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data .news-item-meta {
  *zoom: 1;
  line-height: 40px;
  line-height: 2.5rem;
  background: #F3F3F3;
}
/* line 19, scss/base/_mixins.scss */
.news .newsColumns .news-item .news-item-data .news-item-meta:before, .news .newsColumns .news-item .news-item-data .news-item-meta:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
.news .newsColumns .news-item .news-item-data .news-item-meta:after {
  clear: both;
}
/* line 130, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data .news-item-meta .news-item-author {
    float: left;
    padding-left: 20px;
    font-style: italic;
}
/* line 135, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data .news-item-meta .news-item-publish-date {
  float: right;
  padding-right: 20px;
}
/* line 141, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data .news-item-description-short {
  padding: 20px;
}
/* line 143, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data .news-item-description-short p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.news .newsColumns .news-item .news-item-data .btn {
    font-size: 1em;
    margin-bottom: 20px;
    padding: 3px 8px !important;
    background-color: rgb(64, 64, 65);
    border: none !important;
    color: rgb(255, 255, 255);
    font-weight: 400;
    border-radius: 0;
}
.news .newsColumns .news-item .news-item-data .btn:hover {
    background-color: rgb(236, 41, 41);
    color: white;
}
/* line 151, scss/modules/_news.scss */
.news .newsColumns .news-item .news-item-data a.link {
  float: right;
}
.news-item-image-placeholder img{
	width: 100%;
  max-height: 310px;
  overflow: hidden;
}
.news-item-detail .news-item-image-placeholder img{
	width: auto;
}
.news-item-detail .news-item-meta {
    margin-bottom: 8px;
    font-style: italic;
    text-align: right;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 6px;
}
section.news-item-detail .news-item-title {
    margin-bottom: 9px;
}
.news-item-author {
    margin-right: 20px;
}
.news-item-detail ul{
	padding:0;
	margin:10px 0;
}
.news-item-detail ul li{
	display: inline-block;
	margin: 0 5px 5px 0;
}
/*
 * FAQ module specific styles
 *
 * Contents:
 * -
 *
 */
.faq-category h2 {
	padding: 6px 12px;
    border: solid 1px #ccc;
    border-radius: 6px;
    font-weight: 400;
    color: #5A5858;
    font-size: 1.2em;
}
.expand h3 {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    border-radius: 0;
    color: white !important;
    font-size: 1em;
}
/*
 * Products module specific styles
 *
 * Contents:
 * -
 *
 */
.category-subcategories, .category-detail {
    background-color: #F3F3F3;
    padding: 20px 20px;
    border-radius: 6px;
    border: solid 1px #CCC;
}
.category-subcategories h3 {
	background: white;
	margin-top: 5px;
	margin-bottom: 15px;
}
.category-subcategories h4 {
	margin: 1px 0;
    font-size: 14px;
}
.category-subcategories a:hover h4 {
	color: #0a457a;
}
.category-subcategories2 .c4 {
	margin-bottom: 20px;
}

.videobtn {
  background-color: #0a457a;
  color: white;
  padding: 3px 10px;
  border-radius: 6px;
  float: left;
  margin-left: 5px;
  margin-bottom: -2px;
}
.category-detail {
  max-height: 150px;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.category-detail .read-more, .category-detail .read-less {
     position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0 5px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+67,ffffff+100&amp;0+0,0.85+67,1+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 67%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(67%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 67%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 67%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 67%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 67%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.category-detail .read-less {
	background: none;
}
.readmore, .readless {
  background-color: #0a457a;
  color: white;
  padding: 3px 10px;
  border-radius: 6px;
  float: left;
  margin-left: 20px;
  margin-bottom: -2px;
}
.category-products .category-product {
  border: 1px solid #E6E6E6;
  padding: 8px;
  background: #F3F3F3;
  margin-bottom: 25px;
  position: relative;
  border-bottom: 3px solid #E9E9E9; }
  .category-products .category-product .category-product-label {
    position: absolute;
    top: -7px;
    right: -2px;
    width: 90px;
    height: 90px;
    text-indent: -9999px;
    z-index: 100; }
    .category-products .category-product .category-product-label.sold {
      background: url(../images/product_lbl_sold_nl.png) no-repeat 0 0; }
    .category-products .category-product .category-product-label.new {
      background: url(../images/product_lbl_new_nl.png) no-repeat 0 0; }
  .category-products .category-product .category-product-imageholder {
    background-color: #FFF; }
    .category-products .category-product .category-product-imageholder img {
      max-height: 150px; }
  .category-products .category-product .category-product-meta {
    min-height: 120px;
    margin-bottom: 8px; }
    .category-products .category-product .category-product-meta .category-product-title {
      display: block;
      color: #0a457a;
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0;
      margin-top: 8px;
      font-weight: 600; }
      .category-products .category-product .category-product-meta .category-product-title:hover {
        color: #680709; }
    .category-products .category-product .category-product-meta .category-product-rating {
      margin: 4px 0;
      position: relative;
      width: 75px;
      height: 15px; }
      .category-products .category-product .category-product-meta .category-product-rating .rating-stars {
        width: 75px;
        height: 15px;
        display: inline-block; }
        .category-products .category-product .category-product-meta .category-product-rating .rating-stars.blank {
          background: url("../images/rating_stars_blank.png"); }
        .category-products .category-product .category-product-meta .category-product-rating .rating-stars.filled {
          position: absolute;
          left: 0;
          top: 2px;
          background: url("../images/rating_stars_filled.png"); }
    .category-products .category-product .category-product-meta .category-product-pricing {
      color: #4d4d4d;
      font-size: 13px;
      font-size: 0.8125rem;
      margin-top: 6px; }
      .category-products .category-product .category-product-meta .category-product-pricing .category-product-price.strikethrough, .strikethrough {
        text-decoration: line-through; }
    .category-products .category-product .category-product-meta .category-product-brand {
      height: 20px; }
      .category-products .category-product .category-product-meta .category-product-brand img {
        height: 20px; }
  .category-products .category-product .category-product-actions .category-product-action {
    cursor: pointer;
    display: inline-block;
    width: 50%;
    float: left;
    background-color: #0a457a;
    color: white;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    padding: 4px 0 4px 0;
    text-transform: uppercase;
    border-right: 1px solid #630000;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .category-products .category-product .category-product-actions .category-product-action:hover {
      background-color: #680709; }
    .category-products .category-product .category-product-actions .category-product-action.disabled {
      cursor: auto;
      background-color: #C0C0C0; }
    .category-products .category-product .category-product-actions .category-product-action i {
      margin-right: 9px;
      font-size: 12px;
      font-size: 0.75rem;
      vertical-align: middle;
      margin-top: -3px;
      display: inline-block; }

.product-module .category-overview .search-settings {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 6px 0;
  border-bottom: 3px solid #ECECEC;
  margin-bottom: 25px; }
  .product-module .category-overview .search-settings .search-settings__results__value {
    font-weight: 600;
    font-size: 1.1em;
    color: #0a457a; }
  .product-module .category-overview .search-settings .search-settings__results__count {
    font-style: italic;
    color: black;
    font-weight: bold; }
  .product-module .category-overview .search-settings .icon-remove {
    display: inline-block;
    margin-left: 4px;
    color: #0a457a;
    cursor: pointer;
    font-size: 1em;}
    .product-module .category-overview .search-settings .icon-remove:hover {
      color: #ff9f9f; }
  .product-module .category-overview .search-settings .search-settings__no-results .site-search {
    margin: 6px 0; }
    .product-module .category-overview .search-settings .search-settings__no-results .site-search label {
      margin-right: 6px;
      display: inline-block; }
    .product-module .category-overview .search-settings .search-settings__no-results .site-search .site-search__field {
      padding: 4px 8px;
      border: 1px solid #E7E7E7;
      background: #f7f7f7;
      display:inline-block;
      float:left;
       }
    .product-module .category-overview .search-settings .search-settings__no-results .site-search .site-search__button {
      background: #0a457a;
      border: none;
      padding: 5px 9px;
      margin-left: -4px;
      color: #fff;
      display:inline-block;
      float:left;  }
      .product-module .category-overview .search-settings .search-settings__no-results .site-search .site-search__button i {
        font-size: 12px;
        font-size: 0.75rem; }
.product-module .category-overview .category-subcategories2 .category-subcat-item {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .product-module .category-overview .category-subcategories2 .category-subcat-item .category-subcat-item-imageholder .imageholder-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(46, 53, 55, 0.04);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#590a457a,endColorstr=#590a457a);
    zoom: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .product-module .category-overview .category-subcategories2 .category-subcat-item .category-subcat-item-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    background: #0a457a;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    padding: 4px 10px;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .product-module .category-overview .category-subcategories2 .category-subcat-item:hover .imageholder-overlay {
    background-color: rgba(122, 15, 17, 0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000a457a,endColorstr=#000a457a);
    zoom: 1; }
  .product-module .category-overview .category-subcategories2 .category-subcat-item:hover .category-subcat-item-title {
    color: #313739;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.5); }
.product-module .product-detail {
  position: relative;
  margin-top: 10px; }
  .product-module .product-detail .product-pagination {
    position: absolute;
    right: 0;
    top: -68px; }
  .product-module .product-detail .product-detail-image-carousel .fotorama .fotorama__thumb-border {
    display: none; }
  .product-module .product-detail .product-detail-image-carousel .fotorama .fotorama__nav--thumbs .fotorama__nav__frame {
    border: 2px solid transparent;
    margin-right: 4px; }
  .product-module .product-detail .product-detail-image-carousel .fotorama .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active{
    border: 2px solid #0a457a;
    }
  .product-module .product-detail .product-detail-information .product-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem; }
    .product-module .product-detail .product-detail-information .detailbrandimg {
    	/*max-height: 25px;*/
    }
	.product-module .product-detail .product-detail-information .product-detailink {
	    font-size: 0.9em;
	    margin-right: 10px;
	}
    .product-module .product-detail .product-detail-information .product-description {
	    margin: 20px 0;
	    color: #3C3C3C;
	    background: whitesmoke;
	    padding: 5px 10px;
	    word-break: break-word;
	    font-size: 0.94em;
    }
	.product-module .product-detail .product-detail-information .product-description ul {
	    list-style-type: disc;
	    margin: 10px 0;
	    padding-left: 40px;
	    list-style-image: none;
	}
	.product-module .product-detail .product-detail-information .product-description ul li {
	        padding: 1px 0;
	    border-bottom: none;
	}
  .product-module .product-detail .product-detail-information .product-title .product-model {
   font-weight: normal;}
  .product-module .product-detail .product-detail-information .product-reference-nr {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 10px; }
  .product-module .product-detail .product-detail-information .product-pricing .product-price {
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem; }
    .product-module .product-detail .product-detail-information .product-pricing .product-price.strikethrough {
      font-size: 16px;
      font-size: 1rem;
      text-decoration: line-through;
      color: #949494; }
    .product-module .product-detail .product-detail-information .product-pricing .product-price.promo {
      color: #0a457a; }
  .product-module .product-detail .product-detail-information .product-pricing .incl-vat {
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    font-style: italic; }
  .product-rating {
    margin: 0px 10px 0 0;
    position: relative;
    width: 75px;
    display: inline-block; }
    .product-rating .rating-stars {
      width: 75px;
      height: 15px;
      display: inline-block; }
      .product-rating .rating-stars.blank {
        background: url("../images/rating_stars_blank.png"); }
      .product-rating .rating-stars.filled {
        position: absolute;
        left: 0;
        top: 2px;
        background: url("../images/rating_stars_filled.png"); }
       #writeReview {
	    color: black;
	    font-size: 0.8em;
	    cursor: pointer;
	}
	div#review-popup {
	    height: auto !important;
	}
  .product-module .product-detail .product-detail-information .product-brand {
    margin-top: 10px; }
    .product-module .product-detail .product-detail-information .product-brand img {
      height: 40px; }
  .product-module .product-detail .product-detail-information .product-description-short {
    font-size: 13px;
    font-size: 0.8125rem; }
   .product-module .product-detail .product-detail-information .proddetail {
    width: 100%;
    font-size: 0.96em;
    margin-top: 20px;
	}
	.product-module .product-detail .product-detail-information .proddetail td {
    padding: 3px 0;
    position: relative;
	}
  .product-module .product-detail .product-detail-information .product-options {
    margin-top: 15px; }
    .product-module .product-detail .product-detail-information .product-options .product-sticky-options {
      font-size: 13px;
      font-size: 0.8125rem; }
      .product-module .product-detail .product-detail-information .product-options .product-sticky-options label {
        display: inline-block;
        width: 120px; }
      .product-module .product-detail .product-detail-information .product-options .product-sticky-options select {
        margin-bottom: 8px;
        padding: 4px 8px;
        width: 60%; }
  .product-module .product-detail .product-detail-information .product-actions {
    margin-top: 15px; }
    .product-module .product-detail .product-detail-information .product-actions .product-quantity-chooser {
      float: left;
      margin-right: 8px; }
      .product-module .product-detail .product-detail-information .product-actions .product-quantity-chooser .minus, .product-module .product-detail .product-detail-information .product-actions .product-quantity-chooser .plus {
		background: #F1F1F1;
	    border: solid 1px #DCDCDC;
	    padding: 6px 14px;
	    border-radius: 3px;
	    color: #949494;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .product-module .product-detail .product-detail-information .product-actions .product-quantity-chooser .minus:hover, .product-module .product-detail .product-detail-information .product-actions .product-quantity-chooser .plus:hover {
          background-color: #e4e4e4; }
      .product-module .product-detail .product-detail-information .product-actions .product-quantity-chooser .qty {
	    font-size: 14px;
	    font-size: 0.875rem;
	    text-align: center;
	    padding: 7px 0;
	    border: 1px solid #DCDCDC;
	    border-radius: 3px; }
    .product-module .product-detail .product-detail-information .product-actions .btn.add-to-cart, .nostock, .feedbackbtn {
	    float: left;
	    padding: 7px 0 !important;
	    color: white;
	    border-radius: 3px;
	    width: 70% !important;
	    background-color: #0a457a;
	    border: 1px solid #062e52 !important;
	    box-shadow: inset 0 -2px 0 0 #062e52 !important;
	}
	.nostock, .feedbackbtn {
	    text-align: center;
	    float: none;
	    display: block;
	    width: 100% !important;
	    margin-top: 20px;
	}
	.feedbackbtn {
		margin-top: 0;
	}
    .product-module .product-detail .product-detail-information .product-actions .btn.add-to-cart:hover, .nostock:hover, .feedbackbtn:hover {
    	background-color: #062e52;
    	border: 1px solid #062e52 !important;
	}
	    .product-module .product-detail .product-detail-information .product-actions .btn.add-to-cart i, .nostock i {
	    margin-right: 10px; }
      .product-module .product-detail .product-detail-information .product-actions .btn.add-to-cart.disabled {
        cursor: auto;
        background-color: #C0C0C0; }
  .product-module .product-detail .product-extra-info {
    margin-top: 25px; border: 0; font-family: 'Open Sans', sans-serif;}
    .product-module .product-detail .product-extra-info .product-extra-info__description {
      font-size: 14px;
      font-size: 0.875rem; }
    .product-module .product-detail .product-extra-info .product-extra-info__specifications ul {
      list-style: none;
      margin: 0;
      padding: 0;
      *zoom: 1; }
      .product-module .product-detail .product-extra-info .product-extra-info__specifications ul:before, .product-module .product-detail .product-extra-info .product-extra-info__specifications ul:after {
        content: "";
        display: table; }
      .product-module .product-detail .product-extra-info .product-extra-info__specifications ul:after {
        clear: both; }
      .product-module .product-detail .product-extra-info .product-extra-info__specifications ul li {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 4px 0;
        border-bottom: 1px solid #ECECEC; }
        .product-module .product-detail .product-extra-info .product-extra-info__specifications ul li .specification__label {
              display: inline-block;
    	      width: 50%;
    	      word-break: break-word;
			}
        .product-module .product-detail .product-extra-info .product-extra-info__specifications ul li .specification__value {
		    display: inline-block;
		    width: 50%;
		    word-break: break-word;
		}
	.product-amount {
		font-size: 1.7em;
		padding-top: 58px;
	}

  .product-module .product-detail .product-related-products {
     position: relative;
    padding: 20px 10px;
    border: solid 1px #CCC;
    margin-top: 50px; }
    .product-related-products .related-title {
	    position: absolute;
	    top: -49px;
	    left: -20px;
	    font-size: 1.2em !important;
	    text-transform: none;
	    font-weight: normal !important;
	    color: #5E5858 !important;
	    background: #fefefe;
	    padding: 10px 20px !important;
	    border: solid 1px #ccc !important;
	    z-index: 999;
	    background: rgb(240,249,255);
	}
	.product-module .product-detail .product-related-products .product-detailink {
    font-size: 0.5em;
}
	.product-module .product-detail .product-related-products .product-incompare {
  	font-size: 10px;
  }
  .stButton {
  	margin: 0 !important;
  }
  td.social span {
    vertical-align: top;
    margin-top: 1px;
  }

  .product-module .product-detail ul {
    padding-left: 20px;
    margin: 0;
    list-style-image: url(../images/arrow_small.png);
   }
  .product-module .product-detail ul li {
    padding: 4px 0;
    border-bottom: dotted 1px #ccc;
   }
  .product-module .product-detail .amount {
      float: right;
  }
  .productfilter {
    padding: 4px 10px 7px 10px;
  }
  .sort label {
  	float:left;
  	margin-top: 4px;
  }
  #sortselect {
    display: inline-block;
    margin-top: 4px;
    width: auto;
    float: left;
    padding: 0 6px;
    margin: 0 10px;
    position: relative;
    bottom: -3px;
    border-radius: 3px;
  }
  #sortselect:focus {
    outline-color: #0a457a;
  }
  .legendHolder {
  	float:left;
  	margin-top: 4px;
  }
  .paginationHolder {
  	float:right;
    margin-top: 2px;
  }
  .paginationHolder a {
    background-color: #4d4d4d;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-left: 3px;
    padding: 0px 5px;
    text-shadow: none;
}
  .paginationHolder a:hover {
        background: #0a457a;
}
a.jp-current {
    background-color: #0a457a;
    color: #fff !important;
}
.product-module  .product-related-products .product {
  	width: 50%;
}
.product-module .product-related-products .product:nth-child(3), .product-related-products .product:nth-child(4) {
	border-top: solid 1px #ccc;
}
.product-module .product-related-products .product:nth-child(3n) {
	border-right: solid 1px #ccc;
}
.product-module .product-related-products .product:nth-child(2n) {
	border-right: none;
}
.product-module .product-related-products .product-title {
    font-size: 13px;
}
.product-module .product-related-products .product-title:hover {
    text-decoration: none;
}
aside#productSelectors {
    padding: 1px 10px;
    font-size: 0.8em;
    border-radius: 6px;
}
aside#productSelectors h2 {
	margin: 10px 0;
}
aside#productSelectors h3 {
    margin: 10px 0;
    background: #4D4D4D;
    border: solid 1px white;
    color: white;
    font-size: 1em;
    padding: 4px 8px;
    position: relative;
}
aside#productSelectors .productSpec {
    word-break: break-word;
}
span.lightgray {
    color: #777;
}
.hoverData {
    position: absolute;
    right: 3px;
    width: 24px;
    cursor: help;
}
.hoverData i{
    background: #4BC4FF;
    padding: 4px 8px;
    border-radius: 50%;
    color: white;
}
.visibleOnHover {
	display: none;
    position: absolute;
    width: 450px;
    left: 25px;
    top: 0px;
    font-size: 0.8125rem;
    line-height: 1.65em;
    padding: 14px;
    background: #FFFFFF;
    z-index: 9999;
    color: black;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 !important;
}
.visibleOnHover:before {
	content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    width: 0;
    height: 0;
    border-right: solid 10px #ffffff;
    border-left: solid 10px transparent;
    border-bottom: solid 10px transparent;
}
.visibleOnHover p {
	margin-top: 0;
}
.hoverData:hover .visibleOnHover {
	display: block;
}
/*
 * Brands module specific styles
 *
 * Contents:
 * -
 *
 */

/*
 * Video module specific styles
 *
 * Contents:
 * -
 *
 */
/*
 * Blokken module specific styles
 *
 * Contents:
 * -
 *
 */

.shopping-cart-table, .service-table {
  width: 100%; }
  .shopping-cart-table thead th, .service-table th {
        line-height: 18px;
    padding: 9px 12px;
    border: 2px solid #F0F0F0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    background: #F5F5F5;
    display: table-cell;
    color: #231f20; }
  .shopping-cart-table .shopping-cart__item {
    border-bottom: 1px solid #F5F5F5; }
    .shopping-cart-table .shopping-cart__item td, .service-table td {
      padding: 20px 10px;
      vertical-align: middle;
      font-size: 13px;
      font-size: 0.8125rem;
      border: 1px solid #F3F3F3; }
      .service-table th {
      	font-weight: 600;
      }
      .service-table th, .service-table td {
	    border: 1px solid #ccc;
	    text-align: left;
	    padding: 8px 10px;
	}
    .shopping-cart-table .shopping-cart__item .product-remove {
      text-align: center; }
      .shopping-cart-table .shopping-cart__item .product-remove a {
        font-size: 18px;
        font-size: 1.125rem;
        color: #9B9B9B; }
        .shopping-cart-table .shopping-cart__item .product-remove a:hover {
          color: #a71517; }
    .shopping-cart-table .shopping-cart__item .product-thumbnail img {
      margin: auto; }
    .shopping-cart-table .shopping-cart__item .product-name a {
       color: #0a457a; }
      .shopping-cart-table .shopping-cart__item .product-name a:hover {
        color: #9B9B9B; }
    .shopping-cart-table .shopping-cart__item .product-name .product-reference-nr {
      color: #9B9B9B; }
    .shopping-cart-table .shopping-cart__item .product-price {
          padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
    font-size: 0.8125rem;
    border: 1px solid #F3F3F3;
    display: table-cell;
    text-align: center;
    color: #231f20;
    font-weight: normal;}
    .shopping-cart-table .shopping-cart__item .product-quantity {
	text-align: center;}
    .shopping-cart-table .shopping-cart__item .product-quantity .product-quantity-chooser {
      min-width: 100px;
      text-align: center; }
      .shopping-cart-table .shopping-cart__item .product-quantity .product-quantity-chooser .minus, .shopping-cart-table .shopping-cart__item .product-quantity .product-quantity-chooser .plus {
        background: #FFFFFF;
        border: none;
        padding: 8px 14px;
        color: #949494;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .shopping-cart-table .shopping-cart__item .product-quantity .product-quantity-chooser .minus:hover, .shopping-cart-table .shopping-cart__item .product-quantity .product-quantity-chooser .plus:hover {
          background-color: #e4e4e4; }
      .shopping-cart-table .shopping-cart__item .product-quantity .product-quantity-chooser .qty {
        font-size: 14px;
        font-size: 0.875rem;
        text-align: center;
        padding: 7px 0;
        border: 1px solid #F1F1F1; }
    .shopping-cart-table .shopping-cart__item .product-subtotal {
      text-align: center; }
	button.shopping-cart__update {
		margin: 4px auto 0 auto;
		padding: 4px;
		display: block;
		text-align: center;
		background: none;
		border: none;
		color: green;
		font-size: 1.2em;
		float: none;
	}
.shopping-cart__summary {
  margin: 15px 0;
  float: right; }
  .shopping-cart__summary .shopping-cart__coupon {
    font-size: 13px;
    font-size: 0.8125rem;
    float: left;
    border: 2px solid #E9E9E9;
    margin-right: 20px; }
    .shopping-cart__summary .shopping-cart__coupon input[type=text] {
      padding: 10px 8px;
      border: 1px solid #ECECEC; }
  .shopping-cart__summary .shopping-cart__totals {
    float: left;
    font-size: 13px;
    font-size: 0.8125rem;
    border: 2px solid #E9E9E9; }
    .shopping-cart__summary .shopping-cart__totals ul {
      list-style: none;
      margin: 0;
      padding: 0;
      *zoom: 1; }
      .shopping-cart__summary .shopping-cart__totals ul:before, .shopping-cart__summary .shopping-cart__totals ul:after {
        content: "";
        display: table; }
      .shopping-cart__summary .shopping-cart__totals ul:after {
        clear: both; }
      .shopping-cart__summary .shopping-cart__totals ul li {
        padding: 4px 0; }
        .shopping-cart__summary .shopping-cart__totals ul li span {
          display: inline-block;
          width: 150px; }
          .shopping-cart__summary .shopping-cart__totals ul li span.shopping-cart__totals__label {
            text-align: left; }
          .shopping-cart__summary .shopping-cart__totals ul li span.shopping-cart__totals__value {
            text-align: right; }
        .shopping-cart__summary .shopping-cart__totals ul li.coupon {
          position: relative;
          color: #0a457a; }
          .shopping-cart__summary .shopping-cart__totals ul li.coupon .delete-coupon {
            display: block;
            position: absolute;
            left: -39px;
            top: 0px;
            font-size: 15px;
            background: #E7E7E7;
            padding: 4px 10px;
            color: #fff; }
            .shopping-cart__summary .shopping-cart__totals ul li.coupon .delete-coupon:hover {
              background-color: #0a457a; }
  .shopping-cart__summary h4 {
    margin: 0;
    background: #F5F5F5;
    padding: 6px 12px;
    font-size: 14px;
    color: #4C4C4C; }
  .shopping-cart__summary .shopping-cart__inner-container {
    padding: 8px 12px; }

.checkout .step-tracker {
  margin-bottom: 15px;
  border-radius: 10px;
  border: solid 1px #ccc;
  padding: 12px 12px;
}
  .checkout .step-tracker ul {
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .checkout .step-tracker ul:before, .checkout .step-tracker ul:after {
      content: "";
      display: table; }
    .checkout .step-tracker ul:after {
      clear: both; }
    .checkout .step-tracker ul .step-tracker__step{
      float: left;
      color: #919191;
      padding: 4px 0;
      font-size: 13px; }
      .checkout .step-tracker ul .step-tracker__step i {
        padding: 0 8px;
        display: inline-block;
        font-size: 12px;
        vertical-align: middle;
        color: #DADADA; }
        .checkout .step-tracker ul .step-tracker__step a {
        	 color: #919191;
        }
        .checkout .step-tracker ul .step-tracker__step span.active, .checkout .step-tracker ul .step-tracker__step span.active a{
        	color: #0a457a !important;
        	font-weight:bold;
        }
      float: left;
      color: #919191;
      padding: 4px 0;
      font-size: 13px; }
.checkout .step-actions {
  margin-top: 15px; }
.checkout .shopping-cart__actions .btn {
  border: none; }
.back-to-shop {
  float: left; }
.checkout .shopping-cart__actions .proceed {
  float: right; }
.checkout .checkout__shipping-method {
  cursor: pointer; }
  .checkout .checkout__shipping-method .shipping-methods .shipping-method {
    margin-bottom: 10px;
    border: 3px solid #E9E9E9;
    padding: 12px 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .checkout .checkout__shipping-method .shipping-methods .shipping-method .shipping-method-radio .shipping-method-title {
      display: inline-block;
      margin-left: 8px; }
    .checkout .checkout__shipping-method .shipping-methods .shipping-method .shipping-method-info {
      border-left: 3px solid #F0F0F0;
      padding-left: 12px; }
    .checkout .checkout__shipping-method .shipping-methods .shipping-method:hover, .checkout .checkout__shipping-method .shipping-methods .shipping-method.active {
      border: 3px solid #0a457a; }
.checkout .checkout__client-address .checkout__client-address__actions {
  float: right; }
.checkout .checkout__client-address ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .checkout .checkout__client-address ul:before, .checkout .checkout__client-address ul:after {
    content: "";
    display: table; }
  .checkout .checkout__client-address ul:after {
    clear: both; }
.checkout .checkout__payment-method .payment-methods .payment-method {
  cursor: pointer;
  margin-bottom: 10px;
  border: 3px solid #E9E9E9;
  padding: 12px 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .checkout .checkout__payment-method .payment-methods .payment-method .payment-method-radio .payment-method-title {
    display: inline-block;
    margin-left: 8px; }
  .checkout .checkout__payment-method .payment-methods .payment-method .payment-method-options {
    margin-top: 5px; }
    .checkout .checkout__payment-method .payment-methods .payment-method .payment-method-options ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .checkout .checkout__payment-method .payment-methods .payment-method .payment-method-options ul li {
        float: left;
        margin-right: 4px;
        margin-bottom: 4px; }
  .checkout .checkout__payment-method .payment-methods .payment-method .payment-method-info {
    border-left: 3px solid #F0F0F0;
    padding-left: 12px; }
  .checkout .checkout__payment-method .payment-methods .payment-method:hover, .checkout .checkout__payment-method .payment-methods .payment-method.active {
    border: 3px solid #0a457a; }
.block-action {
  float: right; }
.block-action a {
    display: inline-block; }
.block-action.service {
	margin-top: -45px;
}
.checkout .checkout__order-confirmation .content-block {
  font-size: 13px;
  font-size: 0.8125rem; }
  .checkout .checkout__order-confirmation .content-block ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.checkout .checkout__order-confirmation .order-confirmation__order-payment-method .payment-methods li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px; }
.checkout .checkout__order-placed .content-block {
  font-size: 13px;
  font-size: 0.8125rem; }
  .checkout .checkout__order-placed .content-block ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.checkout .checkout__order-placed .order-info .billing-information .billing-data {
  margin: 10px 0;
  background: #E9E9E9;
  padding: 5px 10px; }
.checkout .checkout__order-placed .order-info .billing-information span {
  display: inline-block; }
  .checkout .checkout__order-placed .order-info .billing-information span.label {
    width: 120px; }
.checkout .checkout__order-placed .order-info .payment-banks .wraptocenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  padding-right: 10px; }
.checkout .checkout__order-placed .order-info .payment-banks .wraptocenter * {
  vertical-align: middle; }
.checkout .checkout__order-placed .order-info .payment-banks .wraptocenter img {
	max-height: 30px;
}
.checkout .checkout__order-placed .order-info .payment-banks ul {
  margin-top: 15px; }
.checkout .checkout__order-placed .order-info .payment-banks a {
  display: block;
  float: left; }
.checkout .checkout__order-placed .order-overview ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.checkout .checkout__order-placed .order-overview .order__items {
  margin-top: 25px; }
.btn.shopping-cart_place_order {
    padding: 8px 15px !important;
    color: white;
    border-radius: 3px;
    background-color: #0a457a;
    border: 1px solid #062e52 !important;
    box-shadow: inset 0 -2px 0 0 #062e52 !important;
}
.btn.shopping-cart_place_order:hover {
    background-color: #0a457a;
}
/*
 * Client module specific styles
 *
 * Contents:
 * -
 *
 */
.latest-orders {
	width: 100%;
}
.latest-orders th {
	text-align: left;
}
.client .client__dashboard .client__dasboard__latest-orders .client__dashboard__account-data__actions {
  float: right; }
.client .client__dashboard .client__dashboard__account-data ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.client .client__dashboard .client__dashboard__account-data .client__dashboard__account-data__actions {
  float: right; }
.client .latest-orders ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .client .latest-orders ul li {
    padding: 4px 0;
    font-size: 13px;
    font-size: 0.8125rem; }
    .client .latest-orders ul li span {
      display: inline-block; }
    .client .latest-orders ul li .col-header__order-nr {
      text-transform: uppercase;
      width: 100px;
      font-weight: 700; }
    .client .latest-orders ul li .col-header__total-price {
      text-transform: uppercase;
      width: 120px;
      font-weight: 700; }
    .client .latest-orders ul li .col-header__date {
      text-transform: uppercase;
      width: 120px;
      font-weight: 700; }
    .client .latest-orders ul li .col-header__shipping-method {
      text-transform: uppercase;
      width: 135px;
      font-weight: 700; }
    .client .latest-orders ul li .col-header__payment-service {
      text-transform: uppercase;
      width: 140px;
      font-weight: 700; }
    .client .latest-orders ul li .col-header__status {
      text-transform: uppercase;
      width: 90px;
      font-weight: 700; }
    .client .latest-orders ul li .col-value__order-nr {
      width: 100px; }
    .client .latest-orders ul li .col-value__total-price {
      width: 120px; }
    .client .latest-orders ul li .col-value__date {
      width: 120px; }
    .client .latest-orders ul li .col-value__shipping-method {
      width: 135px; }
    .client .latest-orders ul li .col-value__payment-service {
      width: 140px; }
    .client .latest-orders ul li .col-value__status {
      width: 90px; }
    .client .latest-orders ul li.order-row {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .client .latest-orders ul li.order-row:hover {
        background-color: #F5F5F5; }
.client .client__order ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.client .client__order .order__items {
  margin-top: 25px; }
.client .client__address-settings .client__address-settings__billing ul, .client .client__address-settings .client__address-settings__delivery ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.client .client__address-settings .client__address-settings__actions {
  float: right; }


/*
 *
 * Service status
 *
 */
table.tablesorter tbody tr td.af {
    background: rgb(191, 255, 191);
    color: #00730A;
}
table.tablesorter tbody tr td.bezig {
    background: #B3E3FF;
    color: #5F5C00;
}
table.tablesorter tbody tr td.planning {
    background: #FFD59E;
    color: #713500;
}

.detailserviceorder .label {
	font-weight: bold;
	display: inline-block;
	width: 40%;
}
.detailserviceorder .serviceprice {
    font-weight: bold;
    display: inline-block;
    width: 60%;
    text-align: right;
}
.servicetotals {
    padding: 9px 6px;
    border: 1px solid #F0F0F0;
    font-weight: 400;
    background: #F5F5F5;
    color: #231f20;
}
.servicetotals1 {
	padding: 9px 6px;
    font-weight: 400;
}

.infofield {
	text-align: right;
	font-style: italic;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a{
	color: #0a457a;
}
.user-action-container {
  padding-top: 0px;
}
#headerphone, #headeropenclosed {
	padding-top: 14px;
    width: 100%;
    text-align: right;
}
#headeropenclosed {
	padding-top: 6px;
}
#headeropenclosed::last-word {
  color: #0a457a;
}
.phonenumber {
	color: #0a457a;
	font-weight: bold;
}
.contactPageLink {
	color: #231f20
}
.openclosed {
	font-weight: bold;
}
.user-action-panel {
  background: #8e9293;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #8e9293 0%, #394143 55%, #2c3234 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e9293), color-stop(55%,#394143), color-stop(100%,#2c3234));
  background: -webkit-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
  background: -o-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
  background: -ms-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
  background: linear-gradient(to bottom, #8e9293 0%,#394143 55%,#2c3234 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9293', endColorstr='#2c3234',GradientType=0 );
  border-radius: 10px;
  border: solid 2px #474747;
  padding: 16px 10px;
}
.user-actions {
	padding-top: 3px;
}
.user-action-img, .user-action-text {
  float: left;
}
.user-action-text {
	color: white;
	font-size: 0.9em;
	font-weight: 300;
	padding-left: 6px;
}
.user-action-title {
	color: white;
	display: block;
	line-height: 1.3em;
}
.user-action-detail {
    color: white;
    display: block;
    font-size: 0.7em;
    line-height: 1.3em;
    min-height: 10px;
}
.part2 {
	margin-left: 20px;
    display: inline-block;
}
.language {
	padding-top: 4px;
}
.styled select {
  background: transparent;
  width: 180px;
  font-size: 14px;
  border: none;
  height: 30px;
  color: #8C8C8C;
  padding: 3px 5px;
  cursor: pointer;
}
.styled{
    width: 150px;
  height: 29px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  background: url(../images/select.png) 100% / 20% no-repeat #fff;
}
.feedback {

}
.feedback .trigger {
    color: white;
    padding-top: 5px;
    cursor: pointer;
    padding-bottom: 10px;
}
.feedbackform {
	display: none;
	position: absolute;
	width: 300px;
    font-size: 0.8125rem;
    line-height: 1.65em;
    padding: 14px;
    background: #FFFFFF;
    z-index: 9999;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 !important;
}
.feedbackform:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 20px;
    width: 0;
    height: 0;
    border-bottom: solid 7px #ffffff;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
}
/*.feedback:hover .feedbackform {
    display: block;
}*/
.feedback .g-recaptcha {
    transform:scale(0.9);
    transform-origin:0 0;
}
.social{
	padding-top: 7px;
}
.social i{
	color: #fff;
	font-size: 1.5em;
	margin-left: 16px;
}
.topmenu ul {
	list-style: none;
	padding-left: 0px;
}
.topmenu ul li{
	display:inline;
	position: relative;
  margin-left: -5px;
}
.topmenu ul li a{
   text-decoration: none;
   color: #000;
   padding: 20px 12px;
   font-size: 1.12em;
   font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.topmenu>.row>.c9>ul>li:first-child a{
  padding-left: 0;
}
.topmenu>.row>.c9>ul>li:last-child a{
  border:none;
  padding-right: 0;
}
.topmenu ul li a.active, .topmenu ul li a:hover{
  color: #000;
}

.topmenu .c9 {
    width: 72%;
}
.topmenu .c3 {
	padding-left: 0px;
	width: 28%;
}
#container>.row>.c3, #container>.row>.c9 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.showleft {
    background: #0a457a;
    color: white;
    padding: 4px 6px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    display: none;
    width: 50px;
    text-align: center;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: 0.65em;
    line-height: 1.4em;
    top: 338px;
    cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.showleft:hover {
	 background: #4D4D4D;
}

#p-navigatie .subMenu,
#p-navigatie .subMenuPanel {
  background-color: #FFF;
  border-top: 5px solid #e52520;
  color: #fff;
  display: none;
  padding: 12px 0;
  position: absolute;
  top: 59px;
  left: 0;
  text-shadow: none;
  z-index: 2000;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
  -moz-box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
  box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
}
#p-navigatie .subMenuLarge {
    left: 20px;
    right: 0;
    top: 47px;
}
#p-navigatie .subMenuLarge ul {
    padding: 0;
    width: 25%;
}
#p-navigatie .subMenu li {
	position: relative;
    width: 100%;
    display: block;
    padding: 0 10px;
}
#p-navigatie .subMenuLarge li {
    position: static;
}

#p-navigatie .subMenu li .subsubmenuul{
	display:none;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	background: #F1F1F1;
	-webkit-box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
    -moz-box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
    box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
}
#p-navigatie .subMenuLarge li .subsubmenuul{
  left: 25%;
  width: 25%;
  box-shadow: none;
  top: 0;
  min-height: 100%;
  padding: 12px 0;
}
#p-navigatie .subMenu li .subsubmenuul li{
	position: relative;
    width: 100%;
    display: block;
    padding: 0 10px;
}
#p-navigatie .subMenuLarge li .subsubmenuul li{
  position: static;
}
#p-navigatie .subMenuLarge li .subsubmenuul>li:last-child a{
  border-bottom: none;
}
#p-navigatie .subMenu li .subsubmenuul li .subsubsubmenuul {
	display:none;
	position: absolute;
	left: 100%;
	margin-left: 1px;
	top: 0;
	padding: 0;
	margin: 0;
	background: white;
	-webkit-box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
    -moz-box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
    box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
}
#p-navigatie .subMenuLarge li .subsubmenuul li .subsubsubmenuul {
  left: 100%;
  width: 100%;
  box-shadow: none;
  top: 0;
  min-height: 100%;
  padding: 12px 0;
}
#p-navigatie .subMenu li .subsubmenuul li .subsubsubmenuul li {
	position: relative;
    width: 100%;
    display: block;
    padding: 0 10px;
}
#p-navigatie .subMenuLarge li .subsubmenuul li .subsubsubmenuul li {
	position: static;
}
#p-navigatie .subMenuLarge li .subsubmenuul li .subsubsubmenuul>li:last-child a{
  border-bottom: none;
}
#p-navigatie .subMenu li .subsubmenuul li .subsubsubmenuul li .subsubsubsubmenuul {
	display:none;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	background: #F1F1F1;
	-webkit-box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
    -moz-box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
    box-shadow: 0px 2px 4px -1px rgba(112,112,112,1);
}
#p-navigatie .subMenuLarge li .subsubmenuul li .subsubsubmenuul li .subsubsubsubmenuul {
  left: 100%;
  width: 100%;
  box-shadow: none;
  top: 0;
  min-height: 100%;
  padding: 12px 0;
}
#p-navigatie .subMenu li .subsubmenuul .subsubsubmenuul li .subsubsubsubmenuul li{
	position: relative;
    width: 100%;
    display: block;
    padding: 0 10px;
}
#p-navigatie .subMenuLarge li .subsubmenuul .subsubsubmenuul li .subsubsubsubmenuul li{
	position: static;
}
#p-navigatie .subMenuLarge li .subsubmenuul .subsubsubmenuul li .subsubsubsubmenuul>li:last-child a{
  border-bottom: none;
}
#p-navigatie .subMenu li:hover .subsubmenuul{
	display:block;
}
#p-navigatie .subMenu li .subsubmenuul li:hover .subsubsubmenuul {
	display:block;
}
#p-navigatie .subMenu li .subsubmenuul li .subsubsubmenuul li:hover .subsubsubsubmenuul {
	display:block;
}
#p-navigatie .subMenu a {
	padding: 5px 10px;
	font-size: 0.8em;
	white-space: nowrap;
	border-right: none;
}

#p-navigatie .subMenuPanel {
	/*width: 600px; */
    top: 75px;
    min-height: 270px;
}

#p-navigatie li:hover .subMenu,
#p-navigatie li:hover .subMenuPanel {
	display: block;
}

#p-navigatie .subMenuPanel .col {
	float: left;
	padding: 2px;
	position: relative;
	width: 150px;
}

#p-navigatie .subMenuPanel h4 {
  margin-bottom: 15px;
  padding-left: 10px;
  margin-top: 10px;
}
#p-navigatie .subMenuPanel menu {
	padding-left: 10px;
}
#p-navigatie .subMenuPanel menu li {
	margin: 0;
	position: initial;
}

#p-navigatie .subMenu a,
#p-navigatie .subMenuPanel a {
	color: #222;
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
	text-shadow: none;
	font-size: 0.8em;
	border-bottom: dashed 1px #ccc;
	border-right: none;
  background-color: #FFF;
}
#p-navigatie .subMenu>ul>li:last-child a {
	border-bottom: none;
}
#p-navigatie .subMenuPanel a {
	font-size: 0.7em;
}
#p-navigatie .subMenuPanel .col .col {
	border-left: 1px solid #999;
	position: absolute;
	top: 0;
}

#p-navigatie .subMenuPanel .col .bridge {
	background: transparent;
	bottom: 0;
	left: 140px;
	min-height: 100px;
	position: absolute;
	top: 0;
	width: 50px;
}

#p-navigatie .subMenuPanel li:hover .col,
#p-navigatie .subMenuPanel li:hover .bridge{
	display: block;
}

#p-navigatie .subMenuPanel .col .col:nth-child(3) {
	left: 190px;
}

#p-navigatie .subMenuPanel .col .col:nth-child(4) {
	left: 380px;
}

#p-navigatie .subMenuPanel .col .col:nth-child(5) {
	left: 570px;
}

#p-navigatie .subMenuPanel .col .col:nth-child(6) {
	left: 760px;
}

#p-navigatie .subMenuPanel #categories {
}

#p-navigatie .subMenu a:hover,
#p-navigatie .subMenuPanel a:hover {
	color: #0a457a;
}
.site-search{
  background-color: #0a457a;
}
.site-search .c12{
  text-align: center;
}
.site-search form {
	position: relative;
  padding: 10px 0px;
}
.site-search__field, select#brand {
  padding: 7.5px 8px;
  border-radius: 50px;
  border: solid 1px #ccc;
  font-size: 0.8em;
  margin-right: 0px;
  width: 50%;
  height: 36px;
}
select#brand {
    width: 100px;
    padding: 7.5px 0 7.5px 0;
    box-shadow: none;
}
.site-search__field:focus, select#brand:focus {
    outline-color: #404040;
}
#filtertags {
    background-color: white;
    position: absolute;
    top: 100%;
    width: 100%;
    font-size: 0.9em;
    z-index: 999;
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}
#filtertags a {
    display: block;
    padding: 6px 12px;
    color: #0a457a;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
button.site-search__button {
  position: relative;
  margin-left: -40px;
  top: 3px;
  background: #ffd800;
  border-left: 10px solid #ffd800;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  color: #fff;
  padding: 0;
  float: none;
}
button.site-search__button img{
  width: 15px;
}
.header-outer-bottom {
  margin-top: -20px;
}
#ytvid {
    max-height: 400px;
}
.fotorama img {
	border-radius: 10px;
}
.main-slideshow{
	position: relative;
	overflow: hidden;
}
.slideshow-nav {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    top: 0;
    bottom: 1px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.16) 78%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(78%,rgba(0,0,0,0.16)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.16) 78%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.16) 78%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.16) 78%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.16) 78%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}
.slideshow-nav ul {
	padding: 0;
	margin: 0;
	height: 100%;
	list-style:none;
}
.slideshow-nav ul li {
    height: 20%;
    display: table;
    width: 100%;
}
.slideshow-nav ul li a {
	background: white;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fffcfc 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcfc), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffcfc 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffcfc 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffcfc 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fffcfc 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	color: #545454;
	text-decoration: none;
	font-size: 1.3em;
	border-bottom: solid 1px #EAEAEA;
	outline: none;

    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
}
.slideshow-nav ul li a img {
	display: inline;
	height: 32px;
	width: 32px;
	margin-top: -2px;
	margin-right: 10px;
}
.slideshow-nav ul li a.active {
    background: none;
	color: #fff;
	text-shadow: 1px 1px #242424;
	border-bottom: none;
}
.nav-sibling-top {
	border-bottom-right-radius: 8px;
}
.nav-sibling-bottom {
	border-top-right-radius: 8px;
}
.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 1px;
    right: 0;
    left: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    background: rgba(0,0,0,0.4);
    padding: 20px 20px 20px 350px;
    text-align: right;
    color: #fff !important;
    font-size: 2em !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#container h3 {
  padding-bottom: 20px;
  border-bottom: solid 1px #dadada;
  font-weight: 400;
  color: #5A5858;
}
#container h3:after {
    content: ' ';
    width: 3.684em;
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    top: 59px;
    border-color: #0a457a;
}
#container h1 {
  border-bottom: solid 1px #dadada;
    font-weight: 400;
    font-size: 1.6em;
    padding-bottom: 20px;
    line-height: 1.3em;
    padding-right: 110px;
    /*min-height: 66px;*/
}
#container h1 a:hover{
  text-decoration: underline;
}
#container h1 i{
  margin: 0 4px;
}
#container ul.arrow {
	padding-left: 20px;
	margin:0;
	list-style-image: url(../images/arrow_small.png);
}
#container ul.arrow li{
}
#container ul.arrow li a{
	text-decoration: none;
	display: block;
	padding: 4px 6px;
	color: #333e48;
  font-size:0.9em;
}
#container ul li:last-child a{
	border-bottom: none;
}
#container ul.arrow li a.active, #container ul.arrow li a:hover {
    color: #0a457a !important;
}
#container ul.arrow li ul {
	margin: 6px 0 12px 0;
}
#container ul.arrow li ul li{
	border-bottom: none;
}
.assortiment .c3{
  margin: 25px 0px;

}
span.product-category-amount {
    float: right;
    font-size: 0.8em;
    display: none;
}
ul.product-categories-sub {
    margin: 4px 0 4px 0 !important;
    font-size:0.85em;
    list-style-type: none;
    margin: 0 -1px 5px 0 !important;
    padding: 0px;

}
ul.product-categories-sub li a {
    font-size: 0.9em;
    padding: 1px 6px !important;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    color: #737373 !important;
}
ul.product-categories-sub-sub {
  background: #fdfdfd;
  border: solid 1px #e4e4e4;
  margin: -1px -1px 5px 0 !important;
  padding: 3px 0 3px 25px; }
ul.product-categories-sub-sub-sub {
  background: #f6f7f7;
  border: solid 1px #e4e4e4;
  margin: -1px -1px 5px 0 !important;
  padding: 3px 0 3px 25px; }
.red{
	color: #0a457a;
}
.category-product-actions {
    display: block;
    margin: 3px 0;
    font-size: 1.3em;
}
.user-action-text span:hover {
	color: #FF6C7C;
	cursor: pointer;
}
a.category-product-action.add-to-cart.disabled {
    text-decoration: line-through;
}
.product-detailink:hover, .specificaties h3:hover, .social i:hover {
	color: #0a457a;
	cursor:pointer;
}
.product, .product33 {
	float:left;
	width: 25%;
	padding: 5px 14px;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	margin-top: 10px;
	position: relative;
}
.product33 {
	width: 33%;
}
.product:after, .product33:after {
   content: '';
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 99;
}
.product:nth-child(1), .product:nth-child(2), .product:nth-child(3), .product:nth-child(4) {
	border-top: none;
}
.product:nth-child(4n) {
	border-right: none;
}
.product33:nth-child(1), .product33:nth-child(2), .product33:nth-child(3) {
	border-top: none;
}
.product33:nth-child(3n) {
	border-right: none;
}

.compareproduct.product33:nth-child(1), .compareproduct.product33:nth-child(2), .compareproduct.product33:nth-child(3), .compareproduct.product33:nth-child(4) {
	border-top: none;
}
.compareproduct.product33:nth-child(3n) {
	border-right: solid 1px #ccc;
}
.compareproduct.product33:nth-child(3n+1) {
    border-right: none;
}

.favorites .product:nth-child(5) {
	border-top: none;
}
.favorites .product:nth-child(4n) {
	border-right: solid 1px #ccc;
}
.favorites .product:nth-child(4n+1) {
	border-right: none;
}
.product-incompare {
    font-size: 13px;
    margin: 3px 0 1px 0;
}
.product-incompare a {
	color: #231f20;
}
.product-incompare label {
	padding-left: 5px;
	cursor: pointer;
}
.product-incompare input {
	height: 14px;
	width: 14px;
	margin-top: -2px;
	vertical-align: middle;
	cursor: pointer;
}
.product-infavorite {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
    font-size: 20px;
}
.product-infavorite .icon-star-empty {
	color: #A7A7A7;
}
.product-infavorite .icon-star, .product-infavorite .icon-star-empty:hover {
	color: #F79708;
}
.compareCheck, .favoriteCheck {
	cursor: pointer;
}
.product-brand {
	position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
}
.product-brand img {
	max-height: 15px;
}
.product-brand2 img {
	max-height: 35px;
    margin-top: 4px;
    border-radius: 0;
}
.product-image {
  margin-top: 7px;
  height: 151px;
  position: relative;
}
.product-image a {
	display: block;
}
.product-image img {
    width: auto;
    max-height: 151px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -ms-transform: translateY(-50%) translateX(-50%); /* IE 9 */
   	-webkit-transform: translateY(-50%) translateX(-50%); /* Safari */
   	-moz-transform: translateY(-50%) translateX(-50%); /* Mozilla */
    transform: translateY(-50%) translateX(-50%);
}
.product-freeproduct {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: white;
    font-size: 0.9em;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 2px 2px 2px;
    background: #0a457a;
}
.product-freeproduct img {
	position: relative;
	left: 0;
	top: 0;
	max-height: 60px;
    max-width: 60px;
	-ms-transform: translateY(0) translateX(0); /* IE 9 */
   	-webkit-transform: translateY(0) translateX(0); /* Safari */
   	-moz-transform: translateY(0) translateX(0); /* Mozilla */
    transform: translateY(0) translateX(0);
}
.product-title {
	font-size: 14px;
	line-height: 1.3em;
    margin: 10px 0 0 0;
    padding: 0 !important;
    border: none !important;
    font-weight: bold !important;
    text-transform: uppercase;
    color: #231f20 !important;
    max-height: 60px;
    overflow-y: hidden;
    word-break: break-word;
}
.productleft .product-title {
	font-size: 12px;
}
.product-title:hover {
	text-decoration: underline;
}
.product-title.nodecoration:hover {
	text-decoration: none;
}
.product-specification {
	display: block;
	margin-bottom: 10px;
}
.product-specificationsshort {
	margin: 5px 0;
}
.product-specificationsshort-ul {
	padding: 4px 3px 4px 22px !important;
    margin: 0;
    font-size: 0.8em;
    color: #3C3C3C;
    line-height: 1.3em;
    list-style-type: disc;
    background: whitesmoke;
    border-radius: 2px;
}
.product-specificationsshort-ul .specification__value {
    font-weight: 600;
}
.product-price-actions {
	line-height: 1em;
	margin-top: 7px;
}
.product-price {
	color: #0a457a;
    font-weight: bold;
    font-size: 0.98em;
    display: inline-block;
    margin-top: 2px;
}
.product-price.strikethrough {
    color: #7B7B7B;
    text-decoration: line-through;
    font-size: 0.9em;
}
.product-promo-price {
	color: #0a457a;
	font-weight: bold;
}
.product-staffel {
	font-size: 0.9em;
	margin-left: 10px;
	color: #105F06;
	position: relative;
	cursor: pointer;
}
.staffeldiv {
	display: none;
    padding: 8px 12px;
    position: absolute;
    bottom: 25px;
    right: -20px;
    width: 160px;
    z-index: 99;
    color: black;
    border-radius: 0px;
    background: #F3F3F3;
    border: solid 1px #105F06;
}
.staffeldiv:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-top: solid 7px #105F06;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
}
.product-staffel:hover .staffeldiv {
	display: block;
}
.staffeldiv table {
	width: 100%;
}
.staffeldiv td, .staffeldiv th {
	width: 50%;
	text-align: left;
}
.staffeldiv th {
	padding: 0 0 6px 0;
}

.product-detailink {
  font-size: 0.6em;
  margin-left: 1px;
  text-transform: uppercase;
  color: #231F20;
}
.productleft .product-detailink {
	font-size: 0.55em;
}
.product-detailink img {
	display: inline-block;
	margin: -3px 4px 0 0;
}
.productleft {
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}
.productleft:last-child {
	border-bottom: none;
}
.product-left-row {
	margin: 0 -5px;
}
.padding5 {
	padding: 0 5px;
}
.productleft .product-image {
    padding-top: 8px;
    min-height: 80px;
    height: auto;
}
.productleft .product-image img {
	max-height: 80px;
	width: auto;
}
.productleft .product-specification {
	margin-bottom: 2px;
	font-size: 0.9em;
}
.productleft .product-price, .productleft .product-promo-price {
	font-size: 0.9em;
  display: inline-block;
}
.productleft .category-product-actions {
	margin-top: 0;
	font-size: 1.3em;
    line-height: 0.6em;
}
.comparedSpecs {
    margin: 5px 0 8px 0;
    color: #545454;
}
.compareSpec {
    border-top: 1px solid #dedede;
    padding: 6px 0;
    font-size: 0.9em;
    word-break: break-word;
}
.compareSpec:first-child {
    border-top: none;
}

.blackprod {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9293', endColorstr='#2c3234',GradientType=0 );
    border: solid 1px #e5e5e5;
    padding: 2px 10px 10px 10px;
    position: relative;
    color: black;
    margin-right: 20px;
    min-height: 180px;
}
#container .blackprod h3.product-title {
    color: black !important;
    font-weight: normal !important;
}
.blackprod .product-detailink {
	color: black;
}
.blackprod img.transparentimg {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-height: 120px;
}
.blackprod .category-product-actions {
    position: absolute;
    bottom: 10px;
}
.blackprod .category-product-action {
    display: block;
    line-height: 0.9em;
    font-size: 1em;
}


.subpages {
	position: absolute;
    left: 120px;
    top: -3px;
}
.subpages ul {
	padding:0;
	margin:0;
	list-style: none;
	float:none;
}
.subpages ul li{
	display:inline !important;
}
.subpages ul li a{
	display:inline !important;
	color: #8a8e90;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	margin-right: 4px;
}
.product-detailpage .product-title {
	display:inline;
	font-size: 1.2em;
}
.product-detailpage .product-specification {
	display: inline;
	font-size: 1.2em;
}
.product-detailpage .product-detailink {
	margin-top: 5px;
	font-size: 0.9em;
	  margin-left: 0px;
	  margin-right: 5px;
}
.product-detailpage p{
	clear:both;
	padding-top: 10px;
}
.product-detailpage ul li {
	padding: 4px 0;
	border-bottom: dotted 1px #ccc !important;
}
.beschikbaarheid, .tabs .tab {
	margin-top: 40px;
	padding: 20px 20px 20px 20px;
	position: relative;
	border: solid 1px #ccc;
}
.beschikbaarheid.delivery {
	padding: 15px 20px 0px 20px;
}
.beschikbaarheid ul{
	margin-top: 20px !important;
}
.beschikbaarheid h3{
	position: absolute;
	top: -36px;
	left: -10px;
	font-size: 1.1em;
	background: #fefefe;
    padding: 10px 20px !important;
	background: rgb(240,249,255); /* Old browsers */
}
.beschikbaarheid i.grayi {
    font-size: 1.3em;
    background: #D8D8D8;
    text-align: center;
    color: #2B2A2A;
    padding: 5px 6px;
    border-radius: 4px;
    width: 35px;
    height: 30px;
    display: block;
}
.beschikbaarheid p {
   margin-top: 0;
}
#stockSubmit {
    margin-top: 10px;
}
i.text-error {
	color: red;
}
.delivertext {
    min-height: 40px;
    line-height: 30px;
    font-size: 0.95rem;
    padding: 0 10px;
}
.delivertext-detail {
    font-size: 0.9em;
    line-height: 1.5em;
    display: none;
    background: #F3F3F3;
    padding: 10px 20px 0px 20px;
    border-top: dotted 1px #ccc;
}
.showfulltext i {
	font-size: 1.4em;
	color: #000;
	padding-top: 3px;
	display: inline-block !important;
}
.deliverytrigger {
	cursor: pointer;
}
.bedoord {
	left: 160px !important;
}
.video {
	left: 330px !important;
}
.specificaties ul, .specificaties li {
	list-style: none;
	padding-left: 0 !important;
	font-size: 0.9em;
}
.specificaties h3 {
	  width: 33%;
	  text-align: center;
}

.contactpage input, textarea, select {
	width: 100%;
	padding: 10px 20px;
	border: none;
}
.feedbackform textarea, .feedbackform input[type="text"] {
    box-shadow: none;
    border-radius: 0 !important;
    border: solid 1px #CCCCCC;
}
input[type="radio"] {
    width: 30px;
    height: 20px;
    margin-top: 20px;
    margin-right: 0px;
    padding: 0;
    box-shadow: none;
}
.contactpage input:focus, textarea:focus {
    outline: none;
}
.contact-form>.row {
    margin-bottom: 20px;
}
textarea {
	height: 100px;
}
button  {
  padding: 9px 13px;
  border-radius: 6px;
  border: 0px;
  background: #F7F7F7;
  color: rgb(221, 29, 49);
  float: right;
}
.contactdetail ul {
	list-style:none !important;
	padding: 0 !important;
}
.contactdetail ul li{
	list-style:none !important;
	padding: 0 !important;
	border-bottom: none !important;
	text-align:left;
}
article.question {
  padding: 8px;
  border: solid 1px #2A2A2A;
  border-radius: 6px;
  margin-bottom: 10px;
  background: #2E3436;
  color: white;
}
.expand {
	cursor: pointer;
}
.collapse {
  background: white;
  color: black;
  padding: 1px 12px;
  margin-top: 10px;
  border-radius: 6px;
  font-size: 0.9em;
}
.expand-icon {
    float: right;
    margin-right: 10px;
}



.optionDelivery, .optionPickup {
    background-color: #F7F7F7;
    padding: 40px 200px;
}
.addrowservice {
	cursor: pointer;
	padding: 4px 10px;
	background: #8e9293;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #8e9293 0%, #394143 55%, #2c3234 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e9293), color-stop(55%,#394143), color-stop(100%,#2c3234));
    background: -webkit-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
    background: -o-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
    background: -ms-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
    background: linear-gradient(to bottom, #8e9293 0%,#394143 55%,#2c3234 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9293', endColorstr='#2c3234',GradientType=0 );
    border-radius: 6px;
    border: solid 1px #474747;
    color: white;
    font-size: 0.8em;
    display: inline-block;
    margin-top: 10px;
}




/* =Import project vendor styles
-------------------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

a [class^="icon-"], a [class*=" icon-"] {
  display: inline; }

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em; }

[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em; }

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide, [class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: #ffffff; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
  margin-left: .3em; }

[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
  line-height: inherit; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

a .icon-stack, a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-alt:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-power-off:before, .icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-gear:before, .icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-alt:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-rotate-right:before, .icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before, .icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-gears:before, .icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up-alt:before {
  content: "\f087"; }

.icon-thumbs-down-alt:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-unchecked:before, .icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip:before, .icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before, .icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-text-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before, .icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before, .icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before, .icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before, .icon-usd:before {
  content: "\f155"; }

.icon-rupee:before, .icon-inr:before {
  content: "\f156"; }

.icon-yen:before, .icon-jpy:before {
  content: "\f157"; }

.icon-renminbi:before, .icon-cny:before {
  content: "\f158"; }

.icon-won:before, .icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before, .icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2.4em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}


/*!
 * Fotorama 4.4.9 | http://fotorama.io/license/
 */
.fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__html, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 0 !important; }

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.fotorama__img, .fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important; }

.fotorama__img {
  margin: -50% 0 0 -50%;
  width: 100%;
  height: 100%; }

.fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__video-play, .fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__caption, .fotorama__stage:before, .fotorama__stage:after, .fotorama__nav:before, .fotorama__nav:after {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.fotorama__wrap--video .fotorama__stage__shaft, .fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms; }

.fotorama__wrap, .fotorama__no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fotorama__nav, .fotorama__nav__frame {
  margin: 0;
  padding: 0; }

.fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__caption__wrap {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

.fotorama__wrap * {
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fotorama__caption__wrap {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1; }

.fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__nav, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  background: url(../images/vendor/fotorama/fotorama.png) no-repeat; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
    background: url(../images/vendor/fotorama/fotorama@2x.png) no-repeat;
    background-size: 96px 160px; } }
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2); }

.fotorama {
  min-width: 1px;
  overflow: hidden;
  max-height: 421px; }

.fotorama > .fotorama__wrap {
  visibility: visible; }

.fotorama--hidden-before-ready > * {
  visibility: hidden; }

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000; }

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }

.fotorama--fullscreen .fotorama__stage, .fotorama--fullscreen .fotorama__nav {
  background: #000; }

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr; }

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

.fotorama__stage, .fotorama__nav {
  overflow: hidden;
  position: relative;
  max-width: 100%; }

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important; }

.fotorama__stage__frame {
  overflow: hidden; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active, .fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: 0 !important; }

.fotorama__loaded .fotorama__img, .fotorama__error .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.fotorama__img--full {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

.fotorama__wrap--only-active .fotorama__stage, .fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important; }

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5; }

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left; }

.fotorama__nav__frame {
  position: relative;
  cursor: pointer; }

.fotorama__nav--dots {
  display: block; }

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px; }

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none; }

.fotorama__nav--thumbs {
  display: block; }

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none; }

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid; }

.fotorama__nav__frame.fotorama__active {
  pointer-events: none;
  cursor: default; }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 6px;
  height: 6px;
  border: 0; }

.fotorama__dot {
  border-color: #7f7f7f; }

.fotorama__active .fotorama__dot {
  background-color: #7f7f7f; }

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }


.fotorama__caption a {
  text-decoration: none;
  color: #fff;
  }

.fotorama__caption a:hover {
  color: #DEDEDE;
 }

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0; }

.fotorama__caption__wrap {
	margin-right: 20px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear; }

.fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__caption {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.fotorama__select {
  cursor: auto; }

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10; }

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent; } }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  display: block;
  position: absolute;
  z-index: 11;
  cursor: pointer; }

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px; }

.fotorama__arr--prev {
  left: 0;
  background-position: 0 0; }

.fotorama__arr--next {
  right: 0;
  background-position: -32px 0; }

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1; }

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: 0 -32px;
  z-index: 20; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px; }

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  display: none; }

.fotorama__wrap--css3 .fotorama__video-play {
  display: block;
  opacity: 0; }

.fotorama__loaded .fotorama__video-play, .fotorama__error .fotorama__video-play {
  display: block;
  opacity: 1; }

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
  opacity: 1 !important;
  display: block !important; }

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  display: none;
  background-position: -64px 0;
  z-index: 20; }

.fotorama__wrap--no-controls .fotorama__arr, .fotorama__wrap--no-controls .fotorama__fullscreen-icon, .fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none;
  opacity: 0; }

.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon, .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: block;
  -webkit-transform: translate3d(32px, -32px, 0);
  -ms-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--prev, .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  display: block;
  -webkit-transform: translate3d(-48px, 0, 0);
  -ms-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--next, .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  display: block;
  -webkit-transform: translate3d(48px, 0, 0);
  -ms-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0); }

.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none; }

.fotorama__wrap--video .fotorama__video-close {
  display: block; }

.fotorama__wrap--css3 .fotorama__video-close {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(32px, -32px, 0);
  -ms-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: block;
  opacity: 0;
  z-index: -1; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__video-play, .fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.fotorama__stage:before, .fotorama__stage:after, .fotorama__nav:before, .fotorama__nav:after {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%,5px 100%; }

.fotorama__stage:before, .fotorama__nav:before {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px; }

.fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before {
  left: 0; }

.fotorama__stage:after, .fotorama__nav:after {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px; }

.fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after {
  right: 0; }

.fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after {
  display: none; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/vendor/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/vendor/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/vendor/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 9999;
  background: url("../images/vendor/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/vendor/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../images/vendor/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.holder {
  margin: 15px 0; }

.holder a {
  font-size: 12px;
  cursor: pointer;
  margin: 0 5px;
  color: #333; }

.holder a:hover {
  background-color: #222;
  color: #fff; }

.holder a.jp-previous {
  margin-right: 15px; }

.holder a.jp-next {
  margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover {
  color: #0a457a;
 }

.holder a.jp-disabled, a.jp-disabled:hover {
  color: #bbb; }

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default;
  background: none; }

.holder span {
  margin: 0 5px; }

.holder {
  margin: 15px 0;
  text-align: right;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 0; }

.holder a {
  display: inline-block;
  cursor: pointer;
  margin: 0 2px;
  padding: 4px;
  border-radius: 50%;
  background-color: #DFDFDF; }

.holder a:hover {
  background-color: #CCC;
  color: #fff; }

.holder a.jp-previous {
  margin-right: 15px; }

.holder a.jp-next {
  margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover {
  color: #0a457a; }

.holder a.jp-disabled, a.jp-disabled:hover {
  color: #bbb; }

.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default;
  background-color: #0a457a; }

.holder span {
  margin: 0 5px; }

/*  --------------------------------------------------
    Reveal Modals
    -------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: white url(modal-gloss.png) no-repeat -200px -80px;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); }

.reveal-modal.small {
  width: 200px;
  margin-left: -140px; }

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px; }

.reveal-modal.large {
  width: 600px;
  margin-left: -340px; }

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px; }

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer; }

/*

NOTES

Close button entity is &#215;

Example markup

<div id="myModal" class="reveal-modal">
    <h2>Awesome. I have it.</h2>
    <p class="lead">Your couch.  I it's mine.</p>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
    <a class="close-reveal-modal">&#215;</a>
</div>

*/
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
.tooltipster-content img {
	margin: 0 auto;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right sster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.tooltipster-shadow {
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
  color: #2c2c2c; }

.tooltipster-shadow .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

/*! jQuery UI - v1.10.4 - 2014-03-18
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    left: -25px;
    z-index: 99;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    margin-right: 10px;
    border-bottom: none !important;
    white-space: nowrap;
    margin-top: -9px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    text-decoration: none;
    padding: 9px 18px;
    border: solid 1px #ccc !important;
    border-radius: 6px;
    font-weight: 400;
    color: #5A5858;
    font-size: 1.2em;
    background-color: #ffffff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:focus, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor:focus, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor:focus {
	outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
    color: #5A5858;
    background-color: #F3F9FC; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
    display: block;
    margin-top: 12px;
    padding-top: 45px;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

#print-header {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	display: none;
}
#print-header #print-logo {
	width: 25%;
	float: left;
	padding-top: 20px;
}
#print-header #print-logo img {
	width: 100%;
}
#print-header #print-header-contact {
	width: 50%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
#print-header #print-header-contact p {
	margin-top: 0;
    margin-bottom: 0;
}
#print-header #print-header-contact strong.redc {
    color: #0a457a;
}
#print-header #print-header-qr {
	width: 25%;
	float: left;
}
#print-header #print-header-qr img {
	width: 150px;
	float: right;
}
#configuratorTable .conf-top-row td {
	border-top: none;
}
#configuratorTable tr td:first-of-type {
	border-left: none;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px; }

.bxslider-controls {
  position: absolute;
  right: 0;
  top: 0; }
  .bxslider-controls .bx-prev, .bxslider-controls .bx-next {
    background-color: #F0F0F0;
    padding: 2px 8px;
    display: inline-block;
    margin-left: 4px;
    color: white;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .bxslider-controls .bx-prev:hover, .bxslider-controls .bx-next:hover {
      background-color: #0a457a; }


.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}



/*
 * Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
 */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */ }
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */ }
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */ }
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */ }
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */ }
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */ }
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1400px) {
  /* Styles */
	.logo {
	    padding-top: 20px;
	}
	.user-action-container {
	    padding-top: 70px !important;
	}
	.user-actions {
	    width: 55%;
	}
	.language {
	    width: 25%;
	}
	.user-action-panel .social {
	    width: 20%;
	}
	.mini-shopping-cart.sticky {
		top: 10px;
		right: 20px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-right: solid 2px #474747;
	}
	.slideshow-nav {
    	bottom: -1px;
    }
 }
 @media only screen and (max-width: 1240px) {
  /* Styles */
	.user-action-container>.row>.c4 {
		position: absolute;
	    top: -14px;
	    width: 100%;
	}
	#headerphone, #headeropenclosed {
		text-align: left;
	}
	.user-action-container>.row>.c8 {
		width: 100%;
	}
	.user-action-panel .social {
	    width: 20%;
	    text-align: right;
	    padding-right: 40px;
	}
	.topmenu ul {
	    padding-left: 0px;
	}
  .topmenu ul li{
    margin-left: -5px;
  }
	.topmenu ul li a {
	    font-size: 1em;
	    padding: 0px 10px;
	    line-height: 2em;
      text-transform: uppercase;
	}
	.header-bottom {
	    padding: 0 6px;
	}
    .topmenu .c9 {
    	width: 65%;
    }
    .topmenu .c3 {
    	width: 35%;
    }
    .site-search {
    	padding-right: 12px;
    }
    .site-search__field {
   		width: 150px;
    }
    button.site-search__button {
    	margin-top: 0px;
    	display: inline-block;
    }
    .slideshow-nav ul li a {
    	font-size: 1em;
    }
    .slideshow-nav ul li a img {
	    height: 23px;
	    width: 23px;
	}
	.fotorama__caption {
    	padding: 12px 20px 12px 250px;
    	font-size: 1.5em !important;
   }
    #container>.row>.c3 {
    	width: 30%;
    }
    #container>.row>.c9 {
    	width: 70%;
    }
    .product, .product33 {
    	width: 33.33%;
    }
    .product:nth-child(4) {
    	border-top: solid 1px #ccc;
    }
    .product:nth-child(4n) {
    	border-right: solid 1px #ccc;
	}
	.product:nth-child(3n) {
    	border-right: none;
	}
	.optionDelivery, .optionPickup {
	    padding: 40px 100px;
	}
 }
  @media only screen and (max-width: 960px) {
  /* Styles */
 	.header-top>.row>.c12>.c3 {
 		width: 35%;
 	}
 	.header-top>.row>.c12>.c9 {
 		width: 65%;
 	}
	.user-actions {
	    width: 70%;
	    padding-left: 8px;
	}
	.language {
	    width: 30%;
	}
	.user-action-panel .social {
	    width: 100%;
	    position: absolute;
	    top: -63px;
	    left: -100px;
	}
	.user-action-panel .social i {
    	color: #303638;
    }
 	#container>.row>.c3 {
    	width: 35%;
    }
    #container>.row>.c9 {
    	width: 65%;
    }
	.product, .product33 {
    	width: 50%;
    }
    .product:nth-child(3), .product:nth-child(4) {
    	border-top: solid 1px #ccc;
    }
	.product:nth-child(3n) {
    	border-right: solid 1px #ccc;
	}
	.product:nth-child(2n) {
    	border-right: none;
	}
	.optionDelivery, .optionPickup {
	    padding: 40px 50px;
	}
 }

/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
  body {
    font-size: 90%; }

  .row {
    margin-bottom: 0 !important; }

  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;}
  .user-actions {
    width: 70%;
    padding-left: 8px;
  }
  .language {
	    width: 30%;
	}
    .styled {
    	width: 130px;
    	height: 26px;
    }
    .styled select {
    	width: 150px;
    	height: 26px;
    }
    .topmenu .c9, .product-left-row>.c8 {
	    width: 70%;
	}
	.topmenu .c3, .product-left-row>.c4 {
	    width: 30%;
	}
	.site-search__field {
	    width: 140px;
	}
	.site-search {
	    padding-right: 3px;
	    padding-top: 28px;
	}
	.category-subcategories2 .c4 {
	    margin-bottom: 20px;
	    width: 50%;
	}
	.blackprod {
		min-height: 125px;
	}
	.blackprod img.transparentimg {
	    bottom: -10px;
	    max-height: 90px;
	}
	.fotorama__caption {
	    padding: 12px 20px 12px 250px;
	    font-size: 1.2em !important;
	}
	.slicknav_menu {
		display: block !important;
	}
	.topmenu .c9 {
    	display: none;
    }
    .topmenu .c3 {
	    width: 100%;
	}
	.header-bottom {
		border: none;
		padding: 0;
	}
	.site-search__field {
	    width: 200px;
	}
	.site-search {
	    padding: 0;
	}
	button.site-search__button {
	    height: 31px;
	    width: 31px;
	}
	#container>.row>.c3, #container>.row>.c9 {
	    width: 100%;
	    float: right;
	}
	.pagination {
    	padding: 0 0 0 20px;
    }
    #footernav li a {
    	text-align: left;
    	width: 25%;
    }
    .deliverytrigger .c2 {
    	width: 14%;
	}
    .deliverytrigger .c8 {
    	 width: 72%;
    }
    #stockForm .c6 {
    	width: 50%;
    }
    .product-module .product-detail .product-detail-information .product-actions .btn.add-to-cart {
    	width: 57% !important;
    }
}
/* =Media query for SmartPhones
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 600px), only screen and (max-device-width: 600px) and (orientation: portrait) {
   .mini-shopping-cart.sticky {
   	right: 10px;
   	top: 10px;
   }
   .mini-shopping-cart.sticky .mini-shopping-cart__trigger--sticky i {
	    font-size: 26px;
	}
   .mini-shopping-cart.sticky .mini-shopping-cart__trigger--sticky {
    font-size: 0.8em;
   }
   .header-top {
	    padding: 10px 0 20px 0;
	}
   .header-top>.row>.c12>.c3, .header-top>.row>.c12>.c9 {
	    width: 100%;
	}
	.logo {
		padding-top: 0;
	}
	.logo a {
		display: block;
	}
	.logo a img {
		display: block;
		margin: 0 auto;
		width: 200px;
	}
	.user-action-container>.row>.c4 {
	    position: absolute;
	    top: -7px;
	    width: 100%;
	    left: -10px;
	}
  .user-actions {
    width: 100%;
    padding-left: 8px;
  }
  .user-action-panel .social {
    width: 100%;
    position: absolute;
    top: -45px;
    left:auto;
    right: -10px;
  }
  .product-module .product-detail .product-detail-information .proddetail td {
  	width: 50%;
  }
  .language {
	    width: 100%;
	}
	.styled {
	    width: 130px;
	    height: 26px;
	    margin-top: 6px;
	    margin-left: 8px;
	}
    .styled select {
    	width: 150px;
    	height: 26px;
    }
    .header-outer-bottom, .recentProducts, .showleft {
    	display: none !important;
    }
	.topmenu .c3 {
	    width: 100%;
	}
	.header-bottom {
		border: none;
		padding: 0;
	}
	.site-search__field {
	    width: 200px;
	}
	.site-search {
	    padding: 0;
	}
	button.site-search__button {
	    height: 31px;
	    width: 31px;
	}
	#container>.row>.c3, #container>.row>.c9 {
	    width: 100%;
	    float: right;
	}
	#container h1{
   		padding-right: 0;
    }
	.category-subcategories2 .c4 {
	    width: 100%;
	}
	.blackprod {
		min-height: 125px;
	}
	.blackprod img.transparentimg {
	    bottom: -10px;
	    max-height: 90px;
	}
	.product, .product33, .product-module .product-related-products .product {
    	width: 100%;
    	border-right: none !important;
    	padding-bottom: 20px;
    }
   .product:nth-child(2), .product:nth-child(3), .product:nth-child(4) {
    	border-top: solid 1px #ccc;
    }
    .product-price, .mini-shopping-cart__totals__value {
    	white-space: nowrap;
    }
    .product-price {
    	font-size: 1.2em;
    }
    .category-product-actions {
	    font-size: 1.4em;
	}
	.equalheight, .equalheight2 {
		height: auto !important;
	}
	.footercontact {
    	margin-top: 32px;
   }
   div#filialen table td {
	    width: 100%;
	    display: block;
	}
	.checkout .step-tracker {
	    padding: 6px 8px;
	}
	.checkout .step-tracker ul .step-tracker__step {
    	padding: 0px 0;
    	font-size: 12px;
    }
    .shopping-cart-table .shopping-cart__item .product-quantity .product-quantity-chooser .minus, .shopping-cart-table .shopping-cart__item .product-quantity .product-quantity-chooser .plus, .shopping-cart-table .shopping-cart__item .product-price {
    	padding: 6px;
    }
    .shopping-cart-table .shopping-cart__item .product-quantity .product-quantity-chooser .qty {
	    width: 35px;
	}
	.shopping-cart-table thead th, .service-table th {
	    padding: 6px 6px;
	    border: 1px solid #F0F0F0;
	}
    .shopping-cart-table .shopping-cart__item td, .service-table td {
	    padding: 0px 5px;
	    vertical-align: middle;
	    font-size: 13px;
	    font-size: 0.7rem;
	    border: 1px solid #F3F3F3;
	}
	.shopping-cart-table .shopping-cart__item .product-price {
		font-size: 11px;
	}
	.shopping-cart__summary .shopping-cart__coupon {
	    font-size: 0.75rem;
	    float: left;
	    border: 1px solid #E9E9E9;
	    margin-right: 0px;
	    margin-bottom: 15px;
	}
	.shopping-cart__summary .shopping-cart__totals {
	    font-size: 0.75rem;
	    border: 1px solid #E9E9E9;
	    width: 100%;
	}
	.order-confirmation__order-payment-method {
		margin-bottom: 15px;
	}
	.shopping-cart__summary {
	    width: 100%;
	}
	td.product-thumbnail, th.product-thumbnail {
		display: none !important;
	}
	.shopping-cart__summary .shopping-cart__totals ul li span {
	    display: inline-block;
	    width: 135px;
	}
}


/*
 * Print style sheet
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm; }

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

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


/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_brand { float:left }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
    box-sizing:border-box;
}
.slicknav_menu * {
  box-sizing:border-box;
}
/* Button */
.slicknav_btn {
    margin: 5px 14px 5px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	background: #8e9293;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #8e9293 0%, #394143 55%, #2c3234 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e9293), color-stop(55%,#394143), color-stop(100%,#2c3234));
    background: -webkit-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
    background: -o-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
    background: -ms-linear-gradient(top, #8e9293 0%,#394143 55%,#2c3234 100%);
    background: linear-gradient(to bottom, #8e9293 0%,#394143 55%,#2c3234 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9293', endColorstr='#2c3234',GradientType=0 );
    border: solid 2px #474747;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
    padding:5px;
}
.slicknav_nav {
    color:##545454;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 0px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a {
    padding: 5px 10px !important;
    margin: 3px 5px;
    text-align: left;
    text-decoration: none;
    color: #3A3A3A;
    background: #F7F7F7;
}
.slicknav_nav a a {
	padding: 0 !important;
}
.slicknav_nav a i {
    display: inline-block;
    width: 50px;
    text-align: left;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color:#545454;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color:#222;
}
.slicknav_nav a.active {
    background: #545454;
    color: white;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:0px;
}
.slicknav_brand {
	color:#fff;
	font-size: 18px;
	line-height:30px;
	padding:7px 12px;
	height:44px;
}
.slicknav_menu {
	display: none;
}


/* tablesorter */
table.tablesorter thead tr th {
    padding: 8px 16px 8px 8px;
    text-align: left;
    color: #6B6C6E;
    font-weight: 600;
    font-size: 0.85rem;
}
table.tablesorter tbody tr td {
    font-size: 0.8rem;
}
table.tablesorter tbody tr:nth-child(even) {
    background-color: #fbfbfb;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

  /*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
#slider {
	margin: 34px 20px 0 20px;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 13px;
}
.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -6px;
    top: -3px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 1px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
    background: #0a457a;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    width: 1px;
    background: #E8E7E6;
    left: 6px;
    top: 4px;
}
.noUi-handle:after {
    left: 10px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    /* border: 1px solid #D9D9D9; */
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 0 3px;
    text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
  white-space: nowrap;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
#footerTopContainer{
	background-color:#e40613;
	float: left;
	width: 100%;
}
footer .social{
	background-color:#e40613;
	float: left;
    padding: 10px 20px;
}
footer .social li a{
	color: #fff;
	font-size: 18px;
}
footer .social li{
	padding: 0 10px;
}
footer .social:after{
	content: ' ';
    border-right: 54px solid #FFFFFF;
    position: absolute;
    right: -60px;
     bottom: 0;
    border-bottom: 42px solid #E40613;
     width: 10px;
}
.footerTop{
	position: relative;
	float: left;
}
footer .copyright{
	color: #fff;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	text-align: center;
}
footer .copyright a{
	color: #fff;
}
.btn:hover{
	color: #fff;
	background-color:#062e52;
    border-color: #000010;
}
footer .up{
	position: absolute;
    right: 0;
    top: 10px;
    width: 100px;
    background-color: #E40613;
    height: 32px;
}
footer{
  margin-top: 75px;
	position: relative;
}
footer .up:before{
	content: ' ';
    border-left: 54px solid #FFFFFF;
    position: absolute;
    left: -50px;
    bottom: 0;
    border-bottom: 32px solid #E40613;
}


.homMapTriangle {
    background: #E40613;
    width: 60%;
    left: -23%;
    top: 0;
    height: 460px;
    /*height: 300px;*/
    position: absolute;
    /*outline: 20px solid rgba(0, 0, 0, .1);*/
    transform: skew(45deg, 0deg);
    -moz-transform: skew(45deg, 0deg);
    -webkit-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    -o-transform: skew(45deg, 0deg);
}
.contact-address{
    position: relative;
    z-index: 9;
    width: 100%;
    bottom: -20px;
    left: 70%;
    transform: skew(-45deg, 0deg);
    -moz-transform: skew(-45deg, 0deg);
    -webkit-transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    -o-transform: skew(-45deg, 0deg);
}

.contact-address .common-title{
    color: #FF9800;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    line-height: .75;
    padding-bottom: 30px;
    display: none;
}
.contact-address span{
    font-weight: 300;
}

.contact-address p{
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 100;
    padding: 14px 56px;
    width: 100%;
    margin: 0;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}
.contact-address p:hover{
    color: #000010;
}
.contact-address p i{
    display: inline-block;
    padding-right: 20px;
    color: #fff;
    font-size: 24px;
}
.contact-social{
    position: absolute;
    top: 410px;
    left: -120%;
    transform: skew(-45deg, 0deg);
    -moz-transform: skew(-45deg, 0deg);
    -webkit-transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    -o-transform: skew(-45deg, 0deg);
}
.contact-social li{
    display: inline-block;
    padding: 10px;
    background: #fff;
    font-size: 20px;
}
.contact-social a{
	color: #E40613;
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.block-occasie{
    padding: 20px;
}
header .merken{
    padding: 0px;
}
#copyright,#copyright a{
    color: #000;
    padding: 20px 0px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}
#footermyweb{
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D4000000,endColorstr=#D4000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D4000000,endColorstr=#D4000000);
    zoom:1;
    text-align: center;
}
.contactlink {
	float: left;
	padding: 6px 12px;
	background: #0076f9;
	color: white;
}
.contactlink.route {
	float: right;
}
.btn{
    background-color:#ffd800 ;
    color: #000;
    border:0px;
}
.contact-form .c4,.contact-form .c8,.contact-form .c6{
    padding: 0 18px;
}
.contactlink {
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #E40613;
    cursor: pointer;
    z-index: 9;
}
.gsv.contactlink{top: 40px;}
body,h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins';
}
.nopadding{
  padding: 0px;
}
header .merken{
  padding: 0px 20px;
}

.companydata{
  padding-top: 28px;
  color: gray;
  font-size:14px;
}
.label_skitter {
    position: absolute;
    top: 20%;
    /*background: rgba(64,64,64,0.5);*/
    /* z-index: 9999999; */
    /*text-align: center;*/
    font-size: 25px;
    line-height: 2;
    left: 30%;
    color: #fff;
    /*width: 980px !important;*/
}
.info_slide{
	display: none !important;
}
.label_skitter span{
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    background: #E40613;
    padding: 0 16px;
}
.box_skitter .label_skitter p{
        padding: 4px 10px;
    float: left;
    background: white;
    color: #000010;
    margin: 0;
}
.top-nav{
  padding-top: 28px;
}
.support-icon i{
  font-size: 3.571em;
  float: left;
  color:#ffd800;
  margin-right: 10px;
}
.nopadding{
  padding: 0px;
}
.team{
  border-radius: 50%;
}
footer{
  line-height: 1.6em;
}
footer a{
  color:#ffd800;
}
footer form{
  margin-top: 20px;
}
footer input{
  border:#F5F5F5;
  padding: 7px;
  margin-top:15px;
  width: 100%;
}
footer .btn{
  width: 100%;
  margin-top: 15px;
  text-transform: uppercase;
}
#footer{
  color:#FFF;
  line-height: normal;
  padding: 35px 0px;
  background-color: #0a457a;
  font-size:0.90em;
}
#footer h4{
  font-size:1.15em;
  margin: 0px;
  font-weight: bold;
  color: #FFF;
}
#footer a{
  color: #FFF;
}
#footer .row{
  margin: 0px;
}
#footer .slogan{
  padding: 40px 0px 60px 0px;
  font-size:2.2em;
  font-weight: bold;
  color: #FFF;

}
#footer .footer-block-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.subtitle{
  color:#ffd800;
  font-weight: bold;
  text-transform: uppercase;
  font-size:1.2em;
  line-height: 1em;
}
.title{
  color:#333e48;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
.pagecontent{
  margin-top: 50px;
}
#smallbanner{
  margin: 50px 0px 25px 0px;
  background-color: #0a457a;
  padding: 30px 0px 15px 0px;
  color: #FFF;
}
#smallbanner .c3{
  padding:35px 35px 20px 50px;
  border-left: 1px solid #FFF;
}
#smallbanner .c3:first-child{
  border: 0px;
}

#smallbanner i{
  float: left;
  margin-right: 15px;
  font-size:50px;
}
#bigbanner .c4 div{
  background-color: #f5f5f5;
  padding-top: 35px;
  padding-bottom: 10px;
}
#bigbanner img{
  position: relative;
  z-index: 2;
  float: left;
  margin: 0px 35px;
  flex: 0 0 30%;
  max-width: 30%;
}
#bigbanner .c4 .bannertekst{
  padding: 0px;
  margin: 0;
  font-size:20px;
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translate(0,-50%);
}
#bigbanner .c4 .bannertekst span{
  font-size:15px;
  margin-top: 15px;
}
#bigbanner i{
  background-color: #0a457a;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.beschikbaarheid h3:after{
  border:0px !important;
}
.assortiment, .nieuws{
  background-color: #f5f5f5;
  padding: 40px 0px 15px 0px;
  margin: 35px 0px;
}
.banner{
  margin: 50px 0px;
}
.nieuws .c4{
  margin: 25px 0px;
}
.fa {
  font-size:25px;
}
