/*
 * 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.
 */

 @font-face {
     font-family: 'BankGothic';
     src: url('https://www.lost-found-it.com/font/BankGothicBold.woff2') format('woff2'),
         url('https://www.lost-found-it.com/font/BankGothicBold.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

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: #ef1724;
  font-family: 'Changa One', cursive;
  text-transform: uppercase;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 47px;
  line-height: 2.9375rem;
}

h2 {
  font-size: 37px;
  font-size: 2.6875rem; }

h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 33.75px;
  line-height: 2.10938rem; }

h4 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 26.9px;
  line-height: 1.68125rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.5625rem; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem; }

.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: #7a0f11; }

.page-sub-title {
  font-size: 25px;
  font-weight: normal;
  font-size: 1.625rem;
  padding-bottom: 4px; }

.block-title {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #ef1724;
  padding: 2px 10px;
  color: #fff; }

.page-sub-title-section {
  position: relative; }

/* =Links
-------------------------------------------------------------- */
a {
  text-decoration: none; }

/*
 * Components
 *
 * Reusable components such as buttons, breadcrumbs, ...
 *
 * Contents:
 * - Button
 * - ...
 *
 */
.content-block {
  padding: 10px 14px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333; }

/* =Button
-------------------------------------------------------------- */
.btn, #paymentSubmit {
  line-height: 24px;
  line-height: 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-size: 1rem;
  color: white;
  background-color: #ef1724;
  padding: 6px 14px;
  border: none;
  -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: #a71517;
    color: white !important; }
  .btn i.mr {
    margin-right: 8px; }
  .btn i.ml {
    margin-left: 8px; }
  .btn.flr {
    float: right; }
  .btn.grey {
    background: #DBDBDB !important; }
    .btn.grey:hover {
      background-color: #BEBEBE !important; }

.link {
  color: #949494;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 16px;
  padding: 4px 6px;
  background: #580404;
  border-radius: 3px; }
  .link:hover {
    color: white; }
  .link i.mr {
    margin-right: 6px; }
  .link i.ml {
    margin-left: 6px; }

.small-link {
  color: #7a0f11;
  border-bottom: 1px solid #7a0f11;
  padding-bottom: 2px; }

/* =Custom tabs
-------------------------------------------------------------- */
.tabs {
  padding: 0 !important; }
  .tabs .tabs__triggers {
    padding: 0  !important; }
    .tabs .tabs__triggers .tabs__trigger a {
      color: #4d4d4d;
      font-weight: 600; }
      .tabs .tabs__triggers .tabs__trigger a:hover {
        color: #7a0f11; }
    .tabs .tabs__triggers .tabs__trigger.ui-tabs-active a {
      color: #7a0f11;
      background: #FAFAFA; }
  .tabs .tab {
    padding: 10px !important;
    background: #FAFAFA !important;
    border-bottom: 3px solid #F1F1F1 !important;
    background: #FAFAFA !important; }

/* =Modal custom style
-------------------------------------------------------------- */
#add-to-cart-popup, #add-to-compare-popup{
	display:none;
	padding: 11px;
	height:120px !important;
}
#add-to-cart-popup p, #add-to-compare-popup p{
	margin-top:0;
	font-size:0.9em;
	padding-right: 30px;
	max-width: 98%;
}
#add-to-cart-popup a.btn,#add-to-compare-popup a.btn{
	margin-right:5px;
}
#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;
	right: 9px;
	cursor: pointer;
}
/* =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: #7A3600; }
  .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; }

/* =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 {
  display: inline-block;
  cursor: pointer; }
  .mini-shopping-cart i {
    display: inline-block;
    margin-right: 6px; }
  .mini-shopping-cart:hover {
    background-color: #EEEEEE; }
  .mini-shopping-cart.sticky {
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 70px;
    display: inline-block;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #7a0f11;
    color: white;
    box-shadow: 3px 2px 3px 1px #A2A2A2; }
    .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: #4d4d4d;
  display: none;
  width: 320px;
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid #E6E6E6;
  padding: 8px;
  background: #FCFCFC;
  border-bottom: 3px solid #E9E9E9;
  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; }

.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: #7a0f11; }
    .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: #7a0f11;
  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: 1rem; }
  .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 input[type=submit] {
    border: 0 !important; }
  .fieldset .forgotpassword {
    margin-left: 8px;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #4d4d4d; }
    .fieldset .forgotpassword:hover {
      color: #7a0f11; }

/*
*
FORM ERRORS
*
*/
.inputTextError, .inputTextareaError, .inputDropdownError, .inputPasswordError {
  border: 1px solid #EBA6A8 !important;
  background: #FFB6B6 !important; }

.formError {
  color: #ef1724;
  font-size: 11px;
  font-size: 1rem; }

/*
 * 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; }

/* =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%; }

.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: 1400px;
  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; }

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  .row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12 {
    width: 100%;
    margin-bottom: 20px; }

  .header-outer-top .main-nav{
    padding-top: 15px !important;
  }

  .row .row > div:last-child {
    margin-bottom: 0 !important; } }
/* =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;
    margin-bottom: 20px; } }
/*
 * 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 {
  background: url(../images/background2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: white;
  background-color: black;
  font-size: 14px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

body, html {
  height: 100%; }

/* =Site wrapper
-------------------------------------------------------------- */
.wrapper {
  margin-top: 25px;
  background-color: white;
  padding: 20px 30px;
  border: 1px solid #D6D6D6;
  box-shadow: 0px 0px 10px 2px #C2C2C2; }
  .wrapper .content-wrapper {
    margin-top: 25px; }

/* =Site header
-------------------------------------------------------------- */
header .header-top .logo {
  margin-bottom: 20px; }
  header .header-top .logo h1 {
    margin-top: 0 !important; }
header .header-top .user-action-container {
  margin-bottom: 15px; }
  header .header-top .user-action-container .user-action-panel {
    float: right; }
    header .header-top .user-action-container .user-action-panel .language-choice {
      margin-right: 10px;
      float: left;
      margin-top: 5px; }
      header .header-top .user-action-container .user-action-panel .language-choice ul {
        list-style: none;
        margin: 0;
        padding: 0;
        *zoom: 1; }
        header .header-top .user-action-container .user-action-panel .language-choice ul:before, header .header-top .user-action-container .user-action-panel .language-choice ul:after {
          content: "";
          display: table; }
        header .header-top .user-action-container .user-action-panel .language-choice ul:after {
          clear: both; }
        header .header-top .user-action-container .user-action-panel .language-choice ul li {
          float: left;
          display: inline-block; }
          header .header-top .user-action-container .user-action-panel .language-choice ul li a {
            float: left;
            display: inline-block;
            font-size: 12px;
            font-size: 0.75rem;
            text-transform: uppercase;
            color: #4d4d4d;
            border-bottom: 1px solid transparent;
            padding-bottom: 2px; }
            header .header-top .user-action-container .user-action-panel .language-choice ul li a:hover, header .header-top .user-action-container .user-action-panel .language-choice ul li a.active {
              color: #7a0f11; }
          header .header-top .user-action-container .user-action-panel .language-choice ul li .separator {
            float: left;
            display: inline-block;
            font-size: 9px;
            font-size: 0.5625rem;
            vertical-align: middle;
            margin-top: -1px;
            padding: 0 4px; }
    header .header-top .user-action-container .user-action-panel .user-actions {
      float: left; }
      header .header-top .user-action-container .user-action-panel .user-actions ul {
        list-style: none;
        margin: 0;
        padding: 0;
        *zoom: 1; }
        header .header-top .user-action-container .user-action-panel .user-actions ul:before, header .header-top .user-action-container .user-action-panel .user-actions ul:after {
          content: "";
          display: table; }
        header .header-top .user-action-container .user-action-panel .user-actions ul:after {
          clear: both; }
        header .header-top .user-action-container .user-action-panel .user-actions ul li {
          position: relative;
          float: left;
          display: inline-block;
          font-size: 13px;
          font-size: 0.8125rem;
          padding: 4px 0 4px 8px; }
          header .header-top .user-action-container .user-action-panel .user-actions ul li a {
            color: #4d4d4d;
            padding-bottom: 2px; }
            header .header-top .user-action-container .user-action-panel .user-actions ul li a:hover {
              color: #7a0f11; }
          header .header-top .user-action-container .user-action-panel .user-actions ul li .separator {
            display: inline-block;
            font-size: 10px;
            font-size: 0.625rem;
            vertical-align: middle;
            margin-top: -2px;
            padding: 0 4px; }
          header .header-top .user-action-container .user-action-panel .user-actions ul li .client-welcome .client-firstname {
            color: #7a0f11; }
          header .header-top .user-action-container .user-action-panel .user-actions ul li i {
            margin-right: 6px; }
header .header-bottom .header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1; }
  header .header-bottom .header-menu:before, header .header-bottom .header-menu:after {
    content: "";
    display: table; }
  header .header-bottom .header-menu:after {
    clear: both; }
header .header-bottom nav {
  float: left; }
  header .header-bottom nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    header .header-bottom nav ul:before, header .header-bottom nav ul:after {
      content: "";
      display: table; }
    header .header-bottom nav ul:after {
      clear: both; }
    header .header-bottom nav ul li {
      float: left;
      display: inline-block; }
      header .header-bottom nav ul li a {
        float: left;
        display: inline-block;
        color: #222;
        padding: 2px 16px;
        background-image: url("../images/nav-split-line.png");
        background-position: right 50%;
        background-repeat: no-repeat;
        font-size: 13px;
        font-size: 0.85rem;
        text-transform: uppercase; }
        header .header-bottom nav ul li a.active, header .header-bottom nav ul li a:hover {
          color: white;
          background: #680709; }
      header .header-bottom nav ul li:last-child a {
        background: none;}
        header .header-bottom nav ul li a.active, header .header-bottom nav ul li a:hover {
          color: white;
          background: #680709; }
header .header-bottom .site-search {
  float: right;
  padding-top: 8px;
  padding-right: 10px; }
  header .header-bottom .site-search form .site-search__field {
    padding: 6px 8px;
	font-size: 13px;
	background: #fff;
	border: solid 1px #ccc;
	color: #222; }
  header .header-bottom .site-search form .site-search__button {
    border: none;
    background: #460000;
    color: white;
    padding: 4px 10px;
    margin-left: -4px;
    /* margin-top: -4px; */
    line-height: 21px; }
    header .header-bottom .site-search form .site-search__button i {
      font-size: 13px;
      font-size: 0.8125rem; }
    header .header-bottom .site-search form .site-search__button:hover {
      background: #500000; }
header .header-bottom .slideshow-container {
  margin-top: 30px; }

/* =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;
     }
    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;
       }
      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; }

/*
 * 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 (min-width: 1224px) {
  /* Styles */ }
/* Large screens ----------- */
@media only screen and (min-width: 1624px) {
  /* Styles */ }
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */ }
/*
 * 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; } }
/* =Import project module specific styles
-------------------------------------------------------------- */
/*
 * Blokken module specific styles
 *
 * Contents:
 * -
 *
 */
.blokken .leftsideitems a {
  display: inline-block;
  border-bottom: 1px solid #7a0f11;
  padding-bottom: 3px; }
  .blokken .leftsideitems a#active, .blokken .leftsideitems a:hover {
    border-bottom: 1px solid transparent; }

/*
 * Contact module specific styles
 *
 * Contents:
 * -
 *
 */
.contact .contact-form .txtCaptcha {
  float: left;
  width: 120px !important; }
.contact .contact-form #captchaImg {
  float: left; }
.contact .contact-form label {
  display: inline-block;
  width: 120px; }
.contact .contact-form input[type=text], .contact .contact-form textarea {
  width: 100%;
  padding: 3px 6px; }
.contact .contact-form .row {
  margin-bottom: 15px; }
.contact .contact-short ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .contact .contact-short ul:before, .contact .contact-short ul:after {
    content: "";
    display: table; }
  .contact .contact-short ul:after {
    clear: both; }
  .contact .contact-short ul li .push-right {
    display: inline-block;
    width: 37px; }
  .contact .contact-short ul li i {
    display: inline-block;
    float: left;
    margin-right: 8px;
    background: #E7E7E7;
    color: #C2C2C2;
    padding: 4px 8px; }
    .contact .contact-short ul li i.icon-map-marker {
      padding: 4px 10px; }
    .contact .contact-short ul li i.icon-mobile-phone {
      margin-right: 10px;
      padding: 4px 12px; }
    .contact .contact-short ul li i.icon-phone {
      margin-right: 8px;
      padding: 4px 9px; }
.contact .contact-location {
  margin-bottom: 25px; }
  .contact .contact-location iframe {
    border: 4px solid #E9E9E9; }
  .contact .contact-location .link {
    font-size: 12px;
    font-size: 0.75rem; }
.contact .openingHours {
  margin-top: 30px; }
  .contact .openingHours ul {
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .contact .openingHours ul:before, .contact .openingHours ul:after {
      content: "";
      display: table; }
    .contact .openingHours ul:after {
      clear: both; }
    .contact .openingHours ul li {
      margin-bottom: 2px;
      border-bottom: 1px solid #E7E7E7;
      display: inline-block;
      padding-bottom: 4px; }
      .contact .openingHours ul li span {
        display: inline-block; }
        .contact .openingHours ul li span.day-label {
          width: 120px; }
        .contact .openingHours ul li span.day-am {
          width: 80px; }
        .contact .openingHours ul li span.day-pm {
          width: 80px; }
/*
 * FAQ module specific styles
 *
 * Contents:
 * -
 *
 */
.faq-category .expand{
    text-align: left;
    padding: 8px 40px 8px 10px;
    color: #EEE;
    margin: 5px 0 0 0;
    cursor: pointer;
    border: solid 1px #EEE;
    position: relative;
}
.faq-category .expand:hover{
  color: #555;
}
.faq-category .faq-plus {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 40px;
    padding-top: 8px;
    text-align: center;
    /* height: 100%; */
    background: #f5f5f5;
    color: #2c302f;
    border: solid 1px #EEE;
}
.faq-category .collapse{
    text-align: left;
    border: solid 1px #EEE;
    border-top: none;
    font-size: 1em;
    color: #222;
    padding: 20px;
    background: #F5F5F5;
}
.faq-category .collapse p{
    margin: 5px 0;
}
/*
 * 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: #7a0f11;
        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 #7a0f11; }

/*
 * 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=#B37A0F11,endColorstr=#B37A0F11);
      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-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 #7a0f11;
      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:
 * -
 *
 */
/*
 * Newsletter module specific styles
 *
 * Contents:
 * -
 *
 */
/*
 * Products module specific styles
 *
 * Contents:
 * -
 *
 */
.category-products .category-product {
  border: 1px solid #333;
  padding: 8px;
  margin-bottom: 25px;
  position: relative; }
  .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: #ef1724;
      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 {
        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: #ef1724;
    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; }
  .product-module .category-overview .search-settings .search-settings__results__count {
    font-style: italic; }
  .product-module .category-overview .search-settings .icon-remove {
    display: inline-block;
    margin-left: 4px;
    color: #FFB8B8;
    cursor: pointer; }
    .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; }
    .product-module .category-overview .search-settings .search-settings__no-results .site-search .site-search__button {
      background: #7a0f11;
      border: none;
      padding: 5px 9px;
      margin-left: -4px;
      color: #fff; }
      .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-subcategories .category-subcat-item {
  display: block;
  margin-bottom: 20px;
  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-subcategories .category-subcat-item .category-subcat-item-imageholder .imageholder-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(122, 15, 17, 0.35);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#597A0F11,endColorstr=#597A0F11);
    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-subcategories .category-subcat-item .category-subcat-item-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    padding: 4px 10px;
    -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-subcategories .category-subcat-item:hover .imageholder-overlay {
    background-color: rgba(122, 15, 17, 0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#007A0F11,endColorstr=#007A0F11);
    zoom: 1; }
  .product-module .category-overview .category-subcategories .category-subcat-item:hover .category-subcat-item-title {
    background-color: #7a0f11; }
.product-module .product-detail {
  position: relative; }
  .product-module .product-detail .product-pagination {
    position: absolute;
    right: 0;
    top: -83px; }
  .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: 1px solid #EBEBEB;
    margin-right: 4px; }
  .product-module .product-detail .product-detail-information .product-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem; }
  .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; }
    .product-module .product-detail .product-detail-information .product-pricing .product-price.promo {
      color: #7a0f11; }
  .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-module .product-detail .product-detail-information .product-pricing .product-rating {
    float: right;
    margin: 4px 0;
    position: relative;
    width: 75px;
    height: 15px; }
    .product-module .product-detail .product-detail-information .product-pricing .product-rating .rating-stars {
      width: 75px;
      height: 15px;
      display: inline-block; }
      .product-module .product-detail .product-detail-information .product-pricing .product-rating .rating-stars.blank {
        background: url("../images/rating_stars_blank.png"); }
      .product-module .product-detail .product-detail-information .product-pricing .product-rating .rating-stars.filled {
        position: absolute;
        left: 0;
        top: 2px;
        background: url("../images/rating_stars_filled.png"); }
  .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 .product-options {
    margin-top: 15px; }
    .product-module .product-detail .product-detail-information .product-options .select-montage {
      margin-bottom: 8px;
      font-size: 13px;
      font-size: 0.8125rem; }
      .product-module .product-detail .product-detail-information .product-options .select-montage label {
        display: inline-block;
        width: 120px; }
      .product-module .product-detail .product-detail-information .product-options .select-montage select {
        padding: 4px 8px;
        width: 60%; }
    .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: 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; }
        .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 #F1F1F1; }
    .product-module .product-detail .product-detail-information .product-actions .btn.add-to-cart {
      float: left;
      border: none;
      padding: 5px 20px; }
      .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; }
    .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: 140px; }
        .product-module .product-detail .product-extra-info .product-extra-info__specifications ul li .specification__value {
          display: inline-block; }
  .product-module .product-detail .product-related-products {
    position: relative; }
  #social-media a{
  	color:#7a0f11;
  }
  	.category-product .comparedSpecs {
	    margin: 5px 0 8px 0;
	    color: #545454;
	}
	.category-product .compareSpec {
	    border-top: 1px solid #dedede;
	    padding: 6px 0;
	    font-size: 0.9em;
	}
	.category-product .compareSpec:first-child {
		border-top: none;
	}
/*
 * Team module specific styles
 *
 * Contents:
 * -
 *
 */
/*
 * Video module specific styles
 *
 * Contents:
 * -
 *
 */
/*
 * Blokken module specific styles
 *
 * Contents:
 * -
 *
 */
.shopping-cart-table {
  width: 100%; }
  .shopping-cart-table thead th {
    line-height: 18px;
    padding: 9px 12px;
    border: 1px solid #333;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #FFF; }
  .shopping-cart-table .shopping-cart__item {
    border-bottom: 1px solid #F5F5F5; }
    .shopping-cart-table .shopping-cart__item td {
      padding: 20px 10px;
      vertical-align: middle;
      font-size: 13px;
      font-size: 0.8125rem;
      border: 1px solid #333; }
    .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: ##ef1724; font-weight: bold; font-size: 15px}
      .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 {
      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;
	}
.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: 1px solid #333; }
    .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;
          font-weight: bold;
          font-size: 15px;
          color: #ef1724; }
          .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: #7a0f11; }
  .shopping-cart__summary h4 {
    margin: 0;
    color: #FFF;
    padding: 6px 12px;
    font-size: 14px;
     }
  .shopping-cart__summary .shopping-cart__inner-container {
    padding: 8px 12px; }

.checkout .step-tracker {
  color:#FFF;
  padding: 4px 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333; }
  .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: #a71517 !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; }
.checkout .shopping-cart__actions .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 #7a0f11; }
.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 #7a0f11; }
.checkout .checkout__order-confirmation .block-action {
  float: right; }
  .checkout .checkout__order-confirmation .block-action a {
    display: inline-block; }
.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 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; }

/*
 * Client module specific styles
 *
 * Contents:
 * -
 *
 */
.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; }

/* =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"; }

/*!
 * 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: 0 !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; }

.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 {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000; }

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5); }

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5); }

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0; }

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px; }

@-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: #FF4242;
  font-weight: bold; }

.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: #FF4242;
  font-weight: bold; }

.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: #FF4242; }

.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: -50%;
  width: 100%;
  background: white url(modal-gloss.png) no-repeat -200px -80px;
  position: absolute;
  color:#000 !important;
  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-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* 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 span, .tooltipster-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-family: 'Arial', sans-serif;
  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: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.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,
.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; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.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; }

/**
 * 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-family: Arial;
  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;
  font-family: Arial;
  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: #7a0f11; }

/* Banner */
.cookie-banner {
  font-family: sans-serif;
  text-align: center;
  color: #fff;
  padding: 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .7);
  position: relative;
}

/* Banner top */
.cookie-banner--top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100000;
}

/* Banner bottom */
.cookie-banner--bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
}

/* Privacy link */
.cookie-banner__link {
  color: #fff;
}

/* Basic button */
.cookie-banner__button {
  color: #fff;
  transition: background 0.2s;
  text-decoration: none;
}

/* Consent button */
.cookie-banner__button--consent {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 3px;
  background-color: #7a0f11;
}

.cookie-banner__button--consent:hover {
  cursor: pointer;
  background-color: #a71517;
}
/* =Site wrapper
-------------------------------------------------------------- */
/* =Site header
-------------------------------------------------------------- */
/* line 52, scss/base/_global.scss */
.header-outer-top .logo {
  padding-top: 20px;
}
/* line 55, scss/base/_global.scss */
.header-outer-top .main-nav {
  padding-top: 0px;

}
/* line 58, scss/base/_global.scss */
.header-outer-top .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  *zoom: 1;
}
/* line 19, scss/base/_mixins.scss */
.header-outer-top .main-nav ul:before, .header-outer-top .main-nav ul:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
.header-outer-top .main-nav ul:after {
  clear: both;
}
/* line 61, scss/base/_global.scss */
.header-outer-top .main-nav ul li {
  /* float: left; */
  display: inline-block;
}
/* line 64, scss/base/_global.scss */
.backbutton {
  /* float: left;*/
  display: inline-block;
  width: auto;
  color: white;
  background-color: #ef1724;
  font-family: 'BankGothic';
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 100;
  font-style: normal;
  padding: 6px 10px;
  margin: 0px 0px 15px 10px;

  -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;
}

.header-outer-top .main-nav ul{
  background: #000;
  padding: 35px 0px;
}

.header-outer-top .main-nav ul li{
  display: block;
  padding: 5px 0px;
}

.header-outer-top .main-nav ul li a{
  display: block;
  color: #FFF;
  font-family: 'BankGothic';
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
}
.header-outer-top .main-nav ul li:after{
  content:"";
  display: block;
  text-align: center;
  border-bottom: 1px solid #FFF;
  width: 10%;
  padding-bottom: 10px;
  margin: 10px auto;
}
.header-outer-top .main-nav ul li:last-child:after{
  border:0px;
}
/* line 77, scss/base/_global.scss */
.header-outer-top .main-nav ul li a.active {
  color: white;

}
.header-outer-top .main-nav ul li a:hover{
  color: #ed1c24;
}
/* line 81, scss/base/_global.scss */
.header-outer-top .main-nav ul li a i {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 87, scss/base/_global.scss */
.header-outer-top .main-nav ul li .submenuul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 999;
  background-color: white;
}
/* line 93, scss/base/_global.scss */
.header-outer-top .main-nav ul li .submenuul li {
  float: none;
  display: block;
}
/* line 96, scss/base/_global.scss */
.header-outer-top .main-nav ul li .submenuul li a {
  float: none;
  display: block;
  padding: 10px 12px;
  border-bottom: 1px solid #DDD;
  border-radius: 0 !important;
  margin-left: 0;
}
/* line 107, scss/base/_global.scss */
.header-outer-top .main-nav ul li:hover .submenuul {
  display: block;
}
/* line 114, scss/base/_global.scss */
.header-outer-top .language-menu {
  padding-top: 30px;
  float: right;
}
/* line 117, scss/base/_global.scss */
.header-outer-top .language-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
/* line 19, scss/base/_mixins.scss */
.header-outer-top .language-menu ul:before, .header-outer-top .language-menu ul:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
.header-outer-top .language-menu ul:after {
  clear: both;
}
/* line 120, scss/base/_global.scss */
.header-outer-top .language-menu ul li {
  float: left;
  display: block;
}
/* line 123, scss/base/_global.scss */
.header-outer-top .language-menu ul li a {
  float: left;
  display: block;
  margin-left: 4px;
  color: #a7a7a7;
  background-color: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
/* line 134, scss/base/_global.scss */
.header-outer-top .language-menu ul li a:hover, .header-outer-top .language-menu ul li a.active {
  color: #ef1724;
}
.icoon{
  border:1px solid #333;
  padding: 15px;
}
.iconen{
  padding: 5px;
}
.flag img{
  margin: 0 auto;
}
.flag{
  padding: 5px;
  margin: 15px 0px;
  text-align: center;
}
.flag a{
  text-transform: uppercase;
  color:#000;
}
.footernav{
  list-style: none;
  margin: 0;
  margin-top: 50px;
  padding: 0;
  text-align: center;
}
.footernav li {
  display: inline-block;
}
.footernav li a{
  /* float: left; */
  display: inline-block;
  width: auto;
  color: #000;;
  background-color: rgba(255,255,255,0.8);
  font-family: 'Changa One', cursive;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
  font-style: normal;
  padding: 6px 10px;
  margin-left: 15px;
  -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;
}
.content{
  margin-top: 25px;
  border: 1px solid #333;
  padding: 25px;
  background-color: rgba(0,0,0,0.8);
}
.content a{
  color:#ef1724;
  text-decoration: underline;
}
.client__dashboard__account-data__actions a{
  color:#FFF;
}
#registreer{
  margin-top:25px
}
.compactMemberList {
	width: 100%;
}

.compactMemberList tr {
	border-top: 1px solid #333;
}

.compactMemberList tr:first-child {
	border-top: 0;
}

.compactMemberList tr:hover {
	background-color: #000;
}

.compactMemberList tr td {
	padding: 5px;
	word-wrap: break-word;
}

.compactMemberList tr td:first-child {
	width: 80px;
}

.compactMemberList td > a {
	display: block;
}

.compactMemberList tfoot td > a {
	display: inline-block;
}

.compactMemberList .button {
	display: inline-block;
}

.compactMemberList img {
	max-height: 100px;
	max-width: 100px;
}
.flashMessage-mid{
  color:#000;
}
