@import url("https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700|Noto+Serif:400,400i");
.c {
  *zoom: 1; }
  .c:before, .c:after, .person figure:after, .person figure:before{
    content: "";
    display: table; }
  .c:after,
   .person figure:after {
    clear: both; }

.hide, .hidden {
  display: none; }

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

.success {
  color: #99c269; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.lt {
  text-decoration: line-through; }

.fr {
  float: right; }

.fl {
  float: left; }

.cf-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  top: -1px;
  position: relative;
  background-size: 24px; }
  .cf-icon.border {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #111111;
    padding: 3px;
    background-repeat: no-repeat;
    background-position: center center; }
  .cf-icon.border-light {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 3px;
    background-repeat: no-repeat;
    background-position: center center; }
  .cf-icon.bg-s {
    background: #111111;
    padding: 3px;
    background-repeat: no-repeat;
    background-position: center center; }
  .cf-icon.bg-p {
    background: #2babe6;
    padding: 3px;
    background-repeat: no-repeat;
    background-position: center center; }
  .cf-icon.c-p {
    cursor: pointer; }
  .cf-icon.bg-g {
    background-color: #eaeff4; }
  .cf-icon.m-t {
    margin-top: 7px; }
  .cf-icon.m-l {
    margin-left: 7px; }
  .cf-icon.m-r {
    margin-right: 7px; }
  .cf-icon.m-b {
    margin-bottom: 7px; }
  .cf-icon.s-8 {
    width: 8px;
    height: 8px;
    background-size: 8px; }
  .cf-icon.s-12 {
    width: 12px;
    height: 12px;
    background-size: 12px; }
  .cf-icon.s-16 {
    width: 16px;
    height: 16px;
    background-size: 16px; }
  .cf-icon.s-20 {
    width: 20px;
    height: 20px;
    background-size: 20px; }
  .cf-icon.s-24 {
    width: 24px;
    height: 24px;
    background-size: 24px; }
  .cf-icon.s-32 {
    width: 32px;
    height: 32px;
    background-size: 32px; }
  .cf-icon.s-48 {
    width: 48px;
    height: 48px;
    background-size: 48px; }
    .cf-icon.s-48.border, .cf-icon.s-48.border-light {
      padding: 8px; }
  .cf-icon.s-64 {
    width: 64px;
    height: 64px;
    background-size: 64px; }
  .cf-icon.i-star {
    background-image: url(../media/icons/icon-star.svg); }
  .cf-icon.i-tick {
    background-image: url(../media/icons/icon-tick.svg); }
  .cf-icon.i-cart {
    background-image: url(../media/icons/icon-cart.svg); }
  .cf-icon.i-cube {
    background-image: url(../media/icons/icon-cube.svg); }
  .cf-icon.i-search {
    background-image: url(../media/icons/icon-search.svg); }
  .cf-icon.i-help {
    background-image: url(../media/icons/icon-help.svg); }
  .cf-icon.i-help-light {
    background-image: url(../media/icons/icon-help-light.svg); }
  .cf-icon.i-doc {
    background-image: url(../media/icons/icon-doc.svg); }
  .cf-icon.i-doc-light {
    background-image: url(../media/icons/icon-doc-light.svg); }
  .cf-icon.i-add {
    background-image: url(../media/icons/icon-add.svg); }
  .cf-icon.i-add-light {
    background-image: url(../media/icons/icon-add-light.svg); }
  .cf-icon.i-trash {
    background-image: url(../media/icons/icon-trash.svg); }
  .cf-icon.i-gift {
    background-image: url(../media/icons/icon-gift.svg); }
  .cf-icon.i-user {
    background-image: url(../media/icons/icon-user.svg); }
  .cf-icon.i-pencil {
    background-image: url(../media/icons/icon-pencil.svg); }
  .cf-icon.i-pencil-edit {
    background-image: url(../media/icons/icon-pencil-edit.svg); }
  .cf-icon.i-reload {
    background-image: url(../media/icons/icon-reload.svg); }
  .cf-icon.i-upload {
    background-image: url(../media/icons/icon-upload.svg); }
  .cf-icon.i-upload-light {
    background-image: url(../media/icons/icon-upload-light.svg); }
  .cf-icon.i-arrow-up {
    background-image: url(../media/icons/icon-arrow-up.svg); }
  .cf-icon.i-arrow-right-small {
    background-image: url(../media/icons/icon-arrow-right-small.svg); }
  .cf-icon.i-arrow-down {
    background-image: url(../media/icons/icon-arrow-down.svg); }
  .cf-icon.i-arrow-down-light {
    background-image: url(../media/icons/icon-arrow-down-light.svg); }
  .cf-icon.i-arrow-right {
    background-image: url(../media/icons/icon-arrow-right.svg); }
  .cf-icon.i-editor-preview-action {
    background-image: url(../media/icons/icon-editor-preview-action.svg); }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 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.
 */
mark {
  background: #ff0;
  color: #000; }

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

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }

input[type="radio"] + label span.input-click-trigger {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: #eaeff4;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

input[type="radio"]:checked + label span.input-click-trigger {
  background: #111111; }
  input[type="radio"]:checked + label span.input-click-trigger:after {
    content: "+";
    color: #fff;
    display: block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

input[type="checkbox"] + label span.input-click-trigger {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 4px 10px 0 0;
  vertical-align: middle;
  background: #eaeff4;
  cursor: pointer; }

span.input-click-trigger {
  float: left; }

.accordion-component input[type="checkbox"] + label span.input-click-trigger, #calculator-component input[type="checkbox"] + label span.input-click-trigger {
  background: #fff; }
.accordion-component input[type="checkbox"]:checked + label span.input-click-trigger:after, #calculator-component input[type="checkbox"]:checked + label span.input-click-trigger:after {
  color: #111111; }

input[type="checkbox"]:checked + label span.input-click-trigger {
  background: #111111; }
  input[type="checkbox"]:checked + label span.input-click-trigger:after {
    content: "+";
    color: #fff;
    display: block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.lbl {
  display: inline-block;
  width: 80%;
  line-height: 18px; }

.form-desc-checkbox {
  margin-left: 29px; }

.form-item {
  padding: 8px 0; }
  .form-item label {
    font-weight: 700; }

#change-paymethod {
  padding: 40px 0 30px 30px; }

[data-tooltip] {
  cursor: help; }

.select-style select {
  padding: 7px 11px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  position: relative;
  z-index: 3;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select-style {
  width: 150px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff; }
  .select-style:after {
    background: #fff url(../media/icons/icon-arrow-down.svg) no-repeat 50% 50%;
    background-size: 12px 12px;
    width: 30px;
    position: absolute;
    z-index: 1;
    right: 0;
    height: 100%;
    top: 0;
    content: " "; }
  .select-style.w25 {
    width: 23%;
    margin-right: 2%; }
    .select-style.w25.l {
      margin-right: 0;
      margin-left: 2%; }
  .select-style.w50 {
    width: 48%;
    margin-right: 2%; }
    .select-style.w50.l {
      margin-right: 0;
      margin-left: 2%; }
  .select-style.w60 {
    width: 58%;
    margin-right: 2%; }
  .select-style.disabled {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 40 ")";
    filter: alpha(opacity=40);
    zoom: 1; }
  .select-style.bordered {
    border: 1px solid #111111; }
  .select-style.w100 {
    width: 100%; }

form label {
  display: block;
  line-height: 26px; }
form input, form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 12px;
  border: 1px solid #111111; }
  form input.no-border, form textarea.no-border {
    border: none;
    padding: 7px 12px; }
  form input.fitem, form textarea.fitem {
    float: left; }
    form input.fitem.f70, form textarea.fitem.f70 {
      width: 70%; }
    form input.fitem.f40, form textarea.fitem.f40 {
      width: 32%; }
    form input.fitem.f30, form textarea.fitem.f30 {
      width: 25%; }
    form input.fitem.fr, form textarea.fitem.fr {
      float: right; }
  form input:disabled, form textarea:disabled {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 40 ")";
    filter: alpha(opacity=40);
    zoom: 1; }
form textarea {
  height: 100px;
  padding: 12px 12px; }
form .form-item {
  *zoom: 1; }
  form .form-item:before, form .form-item:after {
    content: "";
    display: table; }
  form .form-item:after {
    clear: both; }
form.one-line label {
  width: 30%;
  float: left;
  line-height: 30px; }
form.one-line input, form.one-line .input-placeholder {
  width: 60%;
  float: left; }

form .col .heading-checkbox {
  *zoom: 1;
  padding: 30px 0 18px 0; }
  form .col .heading-checkbox:before, form .col .heading-checkbox:after {
    content: "";
    display: table; }
  form .col .heading-checkbox:after {
    clear: both; }
  form .col .heading-checkbox label {
    width: 100%;
    float: none;
    line-height: inherit; }

.disabled-form-holder.disabled {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 40 ")";
  filter: alpha(opacity=40);
  zoom: 1; }

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.button, .ghostButton, .menu a:link, .menu a:visited, a:link, a:visited {
  transition: all .2s ease-in-out;
  text-decoration: none; }

svg:not(:root) {
  overflow: hidden; }

.ripple-obj {
  height: 100%;
  pointer-events: none;
  width: 100%;
  z-index: 0;
  fill: #000; }

.ripple-obj {
  position: absolute;
  left: 0;
  top: 0; }

.ripple-obj use {
  opacity: 0; }

.button-group.space-top {
  margin-top: 40px; }

.button {
  position: relative;
  cursor: pointer;
  background: #2babe6;
  padding: .85rem 2.75rem .65rem;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 1px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  display: inline-block; }
  .button.white {
    background: #FFF;
    color: #111111; }
  .button.mr {
    margin-right: 20px; }

.row {
  *zoom: 1;
  max-width: 1100px;
  margin: 0 auto;
  position: relative; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row.mw {
    width: 100%; }
  .row.mt {
    margin-top: 24px; }
  .row.mb {
    margin-bottom: 24px; }
  .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .row .col.pad {
      padding: 0 12px; }
    .row .col .padbig {
      margin:  0 20px; }
    .row .col .ml {
      margin-left: 12px; }
    .row .col .mr {
      margin-right: 12px; }
  .row .col-1-1 {
    width: 100%; }
  .row .col-1-2 {
    width: 50%; }
  .row .col-1-3 {
    width: 33.3333333333%; }
  .row .col-1-4 {
    width: 25%; }
  .row .col-1-5 {
    width: 20%; }
  .row .col-1-6 {
    width: 16.6666666667%; }
  .row .col-1-7 {
    width: 14.2857142857%; }
  .row .col-1-8 {
    width: 12.5%; }
  .row .col-1-9 {
    width: 11.1111111111%; }
  .row .col-1-10 {
    width: 10%; }
  .row .col-1-11 {
    width: 9.0909090909%; }
  .row .col-1-12 {
    width: 8.3333333333%; }
  .row .col-2-3 {
    width: 66.6666666667%; }
  .row .col-2-4 {
    width: 50%; }
  .row .col-2-5 {
    width: 40%; }
  .row .col-2-6 {
    width: 33.3333333333%; }
  .row .col-2-7 {
    width: 28.5714285714%; }
  .row .col-2-8 {
    width: 25%; }
  .row .col-2-9 {
    width: 22.2222222222%; }
  .row .col-2-10 {
    width: 20%; }
  .row .col-2-11 {
    width: 18.1818181818%; }
  .row .col-2-12 {
    width: 16.6666666667%; }
  .row .col-3-4 {
    width: 75%; }
  .row .col-3-5 {
    width: 60%; }
  .row .col-3-6 {
    width: 50%; }
  .row .col-3-7 {
    width: 42.8571428571%; }
  .row .col-3-8 {
    width: 37.5%; }
  .row .col-3-9 {
    width: 33.3333333333%; }
  .row .col-3-10 {
    width: 30%; }
  .row .col-3-11 {
    width: 27.2727272727%; }
  .row .col-3-12 {
    width: 25%; }
  .row .offset-10 {
    padding-left: 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .offset-9 {
    padding-left: 9%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .offset-8 {
    padding-left: 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .offset-7 {
    padding-left: 7%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .offset-6 {
    padding-left: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .offset-5 {
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .offset-4 {
    padding-left: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .offset-3 {
    padding-left: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .offset-2 {
    padding-left: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .offset-1 {
    padding-left: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row .col-100 {
    width: 100%; }
  .row .col-90 {
    width: 90%; }
  .row .col-80 {
    width: 80%; }
  .row .col-70 {
    width: 70%; }
  .row .col-60 {
    width: 60%; }
  .row .col-50 {
    width: 50%; }
  .row .col-40 {
    width: 40%; }
  .row .col-30 {
    width: 30%; }
  .row .col-20 {
    width: 20%; }
  .row .col-10 {
    width: 10%; }
  .row .col-105 {
    width: 105%; }
  .row .col-95 {
    width: 95%; }
  .row .col-85 {
    width: 85%; }
  .row .col-75 {
    width: 75%; }
  .row .col-65 {
    width: 65%; }
  .row .col-60 {
    width: 60%; }
  .row .col-55 {
    width: 55%; }
  .row .col-45 {
    width: 45%; }
  .row .col-35 {
    width: 35%; }
  .row .col-25 {
    width: 25%; }
  .row .col-15 {
    width: 15%; }

body {
  font-family: "PT Sans", serif;
  font-weight: 300;
/*  border: 10px solid #e10814; */
  font-size: 14px;
  font-size: 0.875rem;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

*, :after, :before {
  box-sizing: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word; }

nav {
	margin-top: 25px;
}
  nav ul {
    text-align: center;
    position: relative;
    
    padding: 0;
    margin: 0;
    list-style: none; }
    
    
    nav ul li{
	    display: inline-block;
	    margin-left: 30px;
      padding: 0 10px;
    }
    nav ul li a {
      display: inline-block;
      font-size: 14px;
      padding-bottom: 3px;
      color: #111;
      
	    border-bottom: 1px solid #fff;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      
      }
      nav ul li a:hover {
        background-size: 100% 100%;
	    color: #e10814;
        cursor: pointer; }
    nav ul li.current-menu-item a {
	    color:  #e10814;
	    text-decoration: line-through;
    }
    #copyright .phone{
	    display: block;
	    line-height: 25px;
    }
    
    #copyright form{
	    width: 30%;
    }
    
     #copyright form button{
	     text-indent: -9999px;
	     height: 25px;
	     width: 35px;
	     padding: 0;
	     margin: 0 0 0 5px;
	     border: none;
	     display: block;
     }
    
     #copyright form input{
	     width: 200px;
	     border: 1px solid #e1e0e0;
	     padding: 4px 8px;
	     height: 25px;
	     box-sizing: border-box;
     }
#close-search span{

	font-family: "PT Sans", sans-serif;
	font-size: 20px;	
}
#copyright{
	color: #828383;
	font-family: "PT Sans", sans-serif;
	padding: 5px 0;
  position: absolute;
  top: 0;
  border-bottom: 1px solid #e1e0e0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: right;
}
#copyright a{
	color: #828383;
}

#copyright span.div{
	padding: 0 10px;
	display: inline-block;
}

#copyright #search-handler{
	margin-right: 10px;
	cursor: pointer;
	     background: url(../media/lupe.png) right center no-repeat;
	     background-size: 12px 15px;
	     padding-right: 20px;
}

header {
      position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 24px 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background-size: cover;
    transition: all 0.5s ease;}




.bb{
	margin-bottom: 60px;
}
#brand a{
	display: block;
	height: 60px;
}
#brand {
	height: 60px;
	margin-top: 0px;
  z-index: 10;}
  #brand img {
    width: auto;
    height: 100%; }
    #brand img.dark {
      display: none; }



#img-comp img{
	width: 100%;
	height: auto;
	float: left;
}

#img-comp{
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	
}


#img-comp .caption{
	position: absolute;
	width: 80%;
	left: 10%;
	text-align: center;
	bottom: 100px;
	
}

#contact-data{
	float: right;
	text-align: right;
	color: #111;
	padding-top: 12px;
	font-size: 14px;
}

#contact-data a{
	color: #111;
}

#img-comp .caption .more,
#img-comp .caption .more-link{
	display: inline-block;
	padding: 8px 16px;
	font-weight: 600;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	background: #e53935;
	letter-spacing: 2px;
}

#img-comp .caption h1{
	padding: 0;
	margin: 0 0 30px 0;
	color: #fff;
	font-size: 52px;
}

p.ref{
	font-size: 20px;
	margin-top: 50px;
	color: #fff;
	font-style: italic;
}

h3.cent{
	margin-left: 40px
}

.textbox{
	text-align: center;
}
.textbox h3{
	margin-bottom: 0;
}
.textbox img{
	max-width: 140px;
}

.primary.textbox img{
	width: 100%;
	max-width: inherit;
	float: left;
}

.textbox p a, footer a, .imp a{
	color: #e53935;
}

section{
	padding: 80px 0;
}

footer{
	padding: 40px 0;
} 
  section h1,
  section h2{
    font-size: 32px;
    
    margin-top: 0; 
    padding-bottom: 30px;
    
    margin-bottom: 45px; 
    color: #424242;
    font-weight: 400;
    position: relative;
    text-align: center;
    
    }
      section h2{
    font-size: 30px;
    
    }
    
  section.secondary{
	  background: #efefef;
  }
  
  section.primary{
	  background: #e53935;
  }
  
  section.primary h2{
	  color: #fff;
  }
  .primary.textbox a{
	  display: block;
	  background: #fff;
  }
  .rtext{
	  text-align: right;
  }
  .content{
	  line-height: 1.5;
	  font-size: 16px;
	  max-width: 800px;
	  padding: 0 40px;
	  margin: 0 auto;
  }
  
  .content li:before {
    display: inline-block;
    content: "–";
    width: 2em;
    margin-left: -2em;
}
  
  .content li{
	  margin-bottom: 10px;    list-style-type: none;
  }
  