/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../../vendor/slick-carousel/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../../vendor/slick-carousel/slick/./fonts/slick.eot');
    src: url('../../../vendor/slick-carousel/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../vendor/slick-carousel/slick/./fonts/slick.woff') format('woff'), url('../../../vendor/slick-carousel/slick/./fonts/slick.ttf') format('truetype'), url('../../../vendor/slick-carousel/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/**
 * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: 10px;
  }
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
}
input,
textarea {
  border-radius: 0;
}
.btn {
  border-radius: 5px;
  font-weight: 600;
  padding: 0.85em 0.95em;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
.btn-red {
  background: #e74c46;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background: #333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-wide {
  width: 100%;
}
.cssAnimate .animated {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.cssAnimate .activate {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* Top Area */
.top-area {
  color: #fff;
  background: #e74c46;
  font-size: 13px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.top-area a:hover {
  text-decoration: underline;
}
.top-area i {
  margin-right: 5px;
}
.top-area ul {
  margin-bottom: 0;
}
.top-area .social {
  font-size: 20px;
}
.top-area .social a:hover {
  opacity: 0.7;
}
.top-area .langPicker {
  margin-left: 8px;
}
.top-area .langPicker .langPicker-content {
  position: relative;
  display: inline;
}
.top-area .langPicker .langPicker-content img {
  width: 22px;
}
.top-area .langPicker .langPicker-content:hover .langPicker-list {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.top-area .langPicker .langPicker-list {
  min-width: 140px !important;
  position: absolute;
  background: #fff;
  border: 1px solid #999;
  min-width: 118px;
  padding: 0.35rem 1.25rem;
  text-align: right;
  list-style: none;
  top: -0.55rem;
  right: -1.025em;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 5000;
}
.top-area .langPicker .langPicker-list li {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}
.top-area .langPicker .langPicker-list li a {
  color: #999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-area .langPicker .langPicker-list li a img {
  padding-left: 5px;
}
.top-area .langPicker .langPicker-list li a:hover {
  text-decoration: none;
  color: #555;
}
.top-area .langPicker .langPicker-list:hover {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* Menu */
.navbar {
  position: relative;
  text-align: center;
  background: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar .navbar-header {
  width: 100% !important;
  text-align: center;
  float: none;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar .navbar-header button {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}
@media only screen and (max-width: 479px) {
  .navbar .navbar-header button {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-header .logo {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-header .logo {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .navbar .navbar-header .logo {
    margin-left: -60px;
  }
}
.navbar .navbar-header .logo img {
  max-width: 175px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-header .logo img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 479px) {
  .navbar .navbar-header .logo img {
    max-width: 120px;
  }
}
.navbar .navbar-menu {
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-menu {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-menu {
    height: auto !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-menu.in .navbar-mobile {
    display: block;
  }
}
.navbar .navbar-menu .navbar-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-menu {
    text-align: left;
    text-transform: none;
    border-bottom: none;
  }
  .navbar .navbar-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-menu {
    border-top: 2px solid #e74c46;
    padding-top: 75px;
  }
}
.navbar .navbar-menu ul > li {
  text-transform: uppercase;
}
.navbar .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: inline-block;
  /*
        &.navbar-mobile
        {
            display: block;
            text-align: left;
        }
        */
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-nav.navbar-mobile {
    display: none !important;
  }
}
.navbar .navbar-nav .dropdown-menu {
  font-size: 1em;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-nav .dropdown-menu {
    border-style: solid;
    border-width: 5px 0 0 0;
    border-color: #e74c46 transparent transparent transparent;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(88, 88, 88, 0.15);
    -moz-box-shadow: 0px 3px 13px 0px rgba(88, 88, 88, 0.15);
    box-shadow: 0px 3px 13px 0px rgba(88, 88, 88, 0.15);
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .dropdown-menu {
    /*display: inline-block;*/
    float: none;
    position: relative;
    border: none !important;
    box-shadow: none;
  }
}
.navbar .navbar-nav .dropdown-menu:not(.menu-box) li a {
  color: #777;
  text-transform: none;
  font-weight: normal;
  line-height: 40px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: transparent #ddd #ddd #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .dropdown-menu:not(.menu-box) li a {
    border: none;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav li:first-child {
    border-top: 1px solid #ddd;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav li {
    border-bottom: 1px solid #ddd;
    float: none !important;
  }
}
.navbar .navbar-nav li a {
  color: #555555;
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 0;
  line-height: 20px !important;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 1em;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav li a {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
  }
  .navbar .navbar-nav li a:hover {
    color: inherit;
  }
}
.navbar .navbar-nav li a .ct-textEffect {
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav li a .ct-textEffect {
    display: block;
  }
}
.navbar .navbar-nav a:hover {
  color: #e74c46 !important;
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
  display: block;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .dropdown.open a {
    background: #fff;
    color: #e74c46;
    border-color: #ddd !important;
  }
  .navbar .navbar-nav .dropdown.open a:hover {
    border-color: #ddd !important;
  }
}
.navbar .navbar-nav ul {
  margin-bottom: 15px;
}
.navbar .navbar-nav ul ul {
  text-transform: none;
}
.navbar .navbar-nav ul ul a {
  font-weight: 500;
}
.navbar .navbar-nav .menu-box {
  padding: 15px;
  width: 650px;
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .menu-box a {
    border: none;
    color: #555555 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    display: block;
  }
  .navbar .navbar-nav .menu-box ul {
    margin-bottom: 0;
  }
}
.navbar .navbar-nav .menu-box ul li {
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .menu-box ul li {
    margin-bottom: 0;
    padding-left: 15px;
  }
}
.navbar .navbar-nav .menu-box ul li ul li {
  margin-bottom: 0;
}
.navbar .navbar-nav .menu-box .content {
  background: #e74c46;
  color: #fff;
  text-align: center;
}
.navbar .navbar-nav .menu-box .content .header {
  margin: 0;
  padding: 12px 0;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.navbar .navbar-actions {
  position: absolute;
  right: 10px;
  top: -85px;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-actions {
    top: 10px;
    left: 10px;
  }
}
.navbar .navbar-actions .operations {
  text-align: right;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-actions .operations {
    float: left;
    text-align: left;
  }
}
.navbar .navbar-actions .operations .icon-wrapper {
  position: relative;
}
.navbar .navbar-actions .operations .badge {
  background-color: #e74c46;
  width: 18px;
  height: 18px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -3px;
  font-weight: bold;
  font-size: 9px;
}
.navbar .navbar-actions .search-box {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-actions .search-box {
    float: right;
  }
}
.navbar .navbar-actions .search-box input {
  height: 30px;
  box-shadow: none !important;
  z-index: 9000;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 50px;
  font-size: 1rem;
  background-color: #ffffff;
  border: 1px solid #999;
  border-radius: 0;
  font-weight: 300;
  outline: none;
  line-height: 1;
  position: relative;
  z-index: 100;
}
.navbar .navbar-actions .search-box .search-button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: #444;
  color: #fff;
  text-align: center;
  height: 30px;
  width: 30px;
  z-index: 200;
}
.navbar .navbar-actions .search-box .search-button i {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
/* Footer */
footer {
  margin-top: 40px;
  background: #333;
  color: #aaa;
  position: relative;
  /*
    &:after
    {
        content: "";
        position: absolute;
        top: -9px;
        left: 0;
        right: 0;
        margin: auto;
        width: 20px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #333 transparent;
    }
    */
}
footer .content {
  padding-top: 30px;
  padding-bottom: 20px;
}
footer .content .footer-logo {
  margin-bottom: 20px;
}
footer .content p {
  font-size: 1.15em;
  line-height: 1.45em;
}
footer .content .usefull-links {
  text-align: right;
}
footer .content .usefull-links .title {
  margin-top: 0;
  color: #fff;
  font-size: 2em;
  font-weight: lighter;
  font-family: "Lato", sans-serif;
}
footer .content .usefull-links a {
  color: #aaa;
  font-size: 1.2em;
}
footer .content .usefull-links a:hover {
  color: #e74c46;
}
@media only screen and (max-width: 991px) {
  footer .content .usefull-links {
    margin-top: 30px;
    text-align: left;
  }
}
footer .footer-meta {
  background: #e74c46;
  font-size: 0.9em;
  line-height: 3.5em !important;
  color: #fff;
}
footer .footer-meta .copyright {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
footer .footer-meta .socials {
  margin: 0;
  font-size: 1.8em;
}
/* Homepage */
.section {
  padding-top: 50px;
  padding-bottom: 60px;
}
.section .header {
  margin-bottom: 60px;
  text-align: center;
}
.section .header .title {
  color: #000;
  font-size: 3em;
  font-weight: lighter;
  font-family: "Lato", sans-serif;
}
.section .header .title span {
  font-weight: 900;
}
.section.red {
  background: #e74c46;
}
.section.red .header .title {
  color: #fff;
}
#slideshow {
  margin-bottom: 50px;
}
#slideshow .carousel-control {
  font-size: 3em;
  line-height: 300px;
}
@media (min-width: 1281px) {
  #slideshow .carousel-control {
    line-height: 400px;
  }
}
#slideshow .item {
  height: 300px;
}
@media (min-width: 1281px) {
  #slideshow .item {
    height: 400px;
  }
}
#slideshow .bgimage {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#slideshow:after {
  background: rgba(0, 0, 0, 0) none no-repeat scroll center center;
  background-image: url("../../../images/shadow_2.png");
  bottom: -40px;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%;
}
.categories {
  padding-top: 15px !important;
}
.categories .header {
  margin-bottom: 30px !important;
}
.categories .category {
  margin-bottom: 20px;
}
.categories .category img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  transition: all 0.2s ease 0s;
}
.categories .category img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.categories .category .content {
  background: #e74c46;
  color: #fff;
  text-align: center;
}
.categories .category .content .header {
  margin: 0;
  padding: 12px 0;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.latest .gallery .product {
  background: #fff;
  padding: 1.1em 1em 1.8em 1em;
  margin-bottom: 3em;
}
.latest .gallery .product .image {
  text-align: center;
}
.latest .gallery .product .image img {
  display: inline-block;
}
.latest .gallery .product .content {
  margin-top: 1.1em;
  text-align: center;
}
.latest .gallery .product .content .title {
  font-size: 1.1em;
  height: 32px;
  overflow: hidden;
}
.latest .gallery .product .content .price {
  color: #e74c46;
  font-size: 1.2em;
  font-weight: bold;
}
.latest .gallery .product:after {
  border-color: transparent transparent #f8f8f8;
  border-style: solid;
  border-width: 0 10px 10px;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -9px;
}
.brands {
  padding-bottom: 30px;
}
.brands .brand-column {
  margin-bottom: 25px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  height: 80px;
}
.brands .brand-column a {
  line-height: 80px;
}
.brands .brand-column img {
  max-height: 80px;
  display: inline;
  width: 100%;
}
.brands .slick-prev,
.brands .slick-next {
  width: 20px;
  height: 20px;
  top: -25px;
  background: #555;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.brands .slick-prev {
  right: 25px;
  left: auto;
}
.brands .slick-next {
  right: 0;
}
.brands .slick-prev:before,
.brands .slick-next:before {
  font-family: fontawesome;
  font-size: 13px;
}
.brands .slick-prev:hover,
.brands .slick-next:hover {
  background: #222;
  background: rgba(0, 0, 0, 0.65);
}
.brands .slick-prev:before {
  content: "\f053";
}
.brands .slick-next:before {
  content: "\f054";
}
.ct-product-gallery .ct-product {
  width: 100% !important;
  padding: 0;
}
.ct-product-gallery {
  margin-top: 15px;
}
.filters {
  /*border-right: 1px solid #ddd;*/
  max-width: 240px;
  background-color: rgba(221, 221, 221, 0.2);
}
@media (max-width: 767px) {
  .filters {
    margin-bottom: 30px;
    max-width: none;
  }
  .filters:not(.opened) {
    display: none;
  }
}
.filters .nav-list {
  padding-top: 0.6em;
  /*
        .opened
        {
            .menu_level_2
            {
                display: block;
            }
        }
        */
  /*
        & > li:after
        {
            content: "+";
            position: absolute;
            right: 0;
            top: 15px;
            background: @red;
            width: 16px;
            line-height: 15px;
            color: #FFFFFF;
            border-radius: 5px;
            text-align: center;
            font-size: 12px;
        }
        */
}
.filters .nav-list > li {
  padding: 0 1em;
  border-bottom: 2px solid #fff;
}
.filters .nav-list ul {
  list-style-type: none;
}
.filters .nav-list > li > a {
  /*padding-left: 0;*/
  font-weight: 500;
}
.filters .nav-list .menu_level_2 {
  padding-left: 2em;
  margin-bottom: 1em;
  display: none;
}
.filters .nav-list .menu_level_3 {
  padding-left: 2em;
}
.filters .nav-list .current > a {
  color: #e74c46;
}
.filters .nav-list .current_ancestor > a {
  color: #e74c46;
}
.filters .nav-list .current_ancestor .menu_level_2,
.filters .nav-list .current .menu_level_2 {
  display: block;
}
.filters .nav-list a {
  color: #000;
}
.filters .nav-list a:hover {
  color: #e74c46;
  background: none;
}
.filters .nav-header {
  font-size: 1.2rem;
  /*padding-bottom: 0.5em;*/
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #ddd;
  padding: 0.6em 1em;
}
.product-show {
  margin-bottom: 60px;
}
.product-show h1 {
  color: #e74c46;
  font-size: 2rem;
  line-height: 2.2rem;
}
.product-show .ref {
  margin-top: 8px;
  color: #777;
  line-height: 1.86em;
  font-size: 1.3rem;
}
.product-show .description {
  color: #000;
  margin-bottom: 22px;
  font-size: 1.1rem;
}
.product-show table {
  margin-top: 15px;
}
.product-show table th,
.product-show table td {
  padding-left: 10px !important;
}
.product-show table th {
  text-transform: none;
  color: #e74c46;
}
.product-show .title {
  font-size: 1.6rem;
  margin-bottom: 0.6em;
}
.product-show .social {
  padding-left: 0;
}
.product-show .photos {
  padding-right: 30px;
}
.product-show .photos .list {
  margin-top: 10px;
}
.product-show .photos .list .item {
  width: 120px !important;
  cursor: pointer;
  margin-right: 8px;
}
.product-show .photos .list .item:not(.slick-current) {
  opacity: 0.4;
}
.product-show .photos .list .item:hover {
  opacity: 1;
}
.product-show .photos .slick-slide img {
  max-width: 100%;
}
.product-show .details {
  margin-top: 40px;
}
@media only screen and (max-width: 479px) {
  .product-show .details {
    margin-bottom: 50px;
  }
}
.product-show .details .title {
  font-size: 1.9rem;
}
.product-show .details p {
  color: #777;
  font-size: 1.2rem;
  line-height: 1.6rem !important;
}
.product-show .attributes-table {
  margin-bottom: 22px;
}
.product-show .price {
  font-size: 1.9rem;
}
.product-show .stock-label {
  font-size: 14px;
}
.product-show .shop-form {
  position: relative;
  font-size: 1.2rem;
}
.product-show .shop-form input {
  margin-top: 3px;
}
.product-show .shop-form .well {
  margin-top: 35px;
}
.product-show .shop-form .btn i {
  margin-right: 1em;
}
.product-show .btn-submit {
  margin-top: 23px;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .product-show .btn-submit {
    margin-top: 18px;
    font-size: 12px;
    max-width: 220px;
  }
}
@media (max-width: 479px) {
  .product-show .btn-submit i {
    display: none;
  }
}
.btn-red {
  background-color: #e74c46;
}
.btn-lg {
  font-size: 1.2rem;
}
.latest-products .ct-product .ct-product-content .ct-product-header {
  padding-top: 0.7em !important;
  padding-bottom: 0.7em !important;
  margin-bottom: 0 !important;
  font-size: 1.1rem;
}
.latest-products .ct-product .ct-product-content .ct-product-header:after {
  display: none;
}
.latest-products .ct-product-image {
  background: #FFFFFF;
  padding: 1em;
}
.latest-products .ct-product .ct-product-price {
  font-size: 1.2rem !important;
  margin-bottom: 1em;
}
.latest-products .ct-product-content h4 {
  min-height: 65px;
}
.list-header h2 {
  display: inline-block;
}
.page {
  min-height: 350px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.page h1 {
  color: #e74c46;
  font-size: 2.2rem;
  margin-bottom: 30px;
  margin-top: 0;
}
.page h1.small {
  font-size: 2rem;
}
.page h2 {
  margin-top: 30px;
  font-size: 1.8rem;
}
.page h2.small {
  font-size: 1.8rem;
}
.page p {
  color: #777;
  line-height: 2em;
  font-size: 1.2em;
}
.page ul {
  color: #777;
}
#who #who-gallery {
  margin-top: 30px;
}
#who #who-gallery .slick-arrow:before {
  color: #333;
}
@media only screen and (max-width: 991px) {
  #who #who-gallery .slick-arrow {
    opacity: 0 !important;
  }
}
#contacts .box {
  margin-bottom: 30px;
}
#contacts .box .header {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
#contacts .box .header .icon {
  width: 25px;
  color: #e74c46;
  display: inline-block;
}
#contacts .box .header a {
  margin-left: 10px;
  font-size: 14px;
  color: #e74c46;
}
#contacts .box .header a:hover {
  text-decoration: underline;
}
#contacts .box .content {
  font-size: 1.1rem;
}
#contacts .contact-form .title {
  font-size: 1.5rem;
  margin-bottom: 18px;
}
#contacts .form-control {
  font-size: 1.2rem;
  border-style: solid;
  border-width: 1px;
}
#map {
  height: 300px;
  margin-bottom: -40px;
}
#product-list .categories-more {
  padding-left: 15px;
  padding-right: 15px;
}
#product-list .categories-more .categories-show,
#product-list .categories-more .categories-hide {
  cursor: pointer;
  background: #e74c46;
  color: #ffffff;
  font-size: 1.3em;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#product-list .categories-more .categories-show i,
#product-list .categories-more .categories-hide i {
  margin-left: 7px;
}
#product-list .categories-more .categories-show {
  display: block;
}
#product-list .categories-more .categories-hide {
  display: none;
}
#product-list .categories-more.opened .categories-hide {
  display: block;
}
#product-list .categories-more.opened .categories-show {
  display: none;
}
#product-list .category-title {
  font-size: 1.8rem;
}
#product-list .category-title h1 {
  font-size: inherit;
  display: inline-block;
  margin-top: 0;
}
#product-list .total-results {
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  color: #777;
  font-family: "Lato", sans-serif;
}
#product-list .sort {
  /*
        @media only screen and (max-width: @screen-xs-max)
        {
            .selectize-dropdown
            {
                width: 120px !important;
                left: auto !important;
                right: 0 !important;
            }
        }
        */
}
#product-list .sort .item {
  font-size: 0.9rem;
}
@media only screen and (max-width: 479px) {
  #product-list .sort .item {
    content: "\f161";
    font-family: fontawesome;
  }
}
@media only screen and (max-width: 991px) {
  #product-list .sort {
    margin-top: 10px;
  }
}
#product-list .brand_selector {
  margin-top: 30px;
  max-width: 280px;
}
#product-list .brand_selector .selectize-control {
  margin-top: 8px;
}
#product-list .product-gallery {
  margin-top: 30px;
  /*margin-bottom: 80px;*/
}
#product-list .product-gallery .product {
  padding: 1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  #product-list .product-gallery .product {
    margin-bottom: 15px;
  }
}
#product-list .product-gallery .product .image img {
  max-height: 200px;
}
#product-list .product-gallery .product .content {
  margin-top: 1em;
  border: none;
  border-top: 1px solid #ddd;
  padding: 0;
  background: none;
  text-align: left;
}
#product-list .product-gallery .product .content .title {
  height: 38px;
  overflow: hidden;
  color: #000;
  font-weight: normal !important;
  font-size: 1.2rem !important;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1199px) {
  #product-list .product-gallery .product .content .title {
    /*                        line-height: ;
                        height: auto;*/
  }
}
@media only screen and (max-width: 479px) {
  #product-list .product-gallery .product .content .title {
    line-height: 1rem;
    height: auto;
  }
}
#product-list .product-gallery .product .content .title a {
  color: inherit;
}
#product-list .product-gallery .product .content .price {
  margin-top: 10px;
  color: #e74c46;
  font-size: 1.3rem;
}
#product-list .product-gallery .product .content .stock {
  margin-top: 10px;
}
@media only screen and (max-width: 479px) {
  #product-list .product-gallery .product {
    margin-bottom: 20px;
  }
}
.breadcrumb {
  background: none;
  margin-top: 20px;
  padding-left: 0;
  font-size: 1.2em;
  /*
    @media (max-width: @screen-xs-max)
    {
        display: none;
    }
    */
}
.breadcrumb a {
  color: #000000;
}
.breadcrumb a:hover {
  color: #e74c46;
}
.control-label {
  font-size: 0.9rem;
  font-weight: normal;
}
#login .login-btn {
  text-align: right;
  margin-top: 10px;
}
#login .ct-panel {
  height: 20rem;
}
#login .control-label {
  text-align: left !important;
}
#register {
  padding-bottom: 80px;
}
#register .register-btn {
  text-align: right;
  margin-top: 20px;
}
#account .nav-header {
  font-weight: bold;
  font-size: 1.2rem;
}
#account .nav-list {
  margin-top: 10px;
}
#account .nav-list li a {
  color: #000000;
}
@media (max-width: 767px) {
  #account .nav-list li a {
    width: 40px;
    padding: 10px;
  }
  #account .nav-list li a span {
    display: none;
  }
}
#account .nav-list li a:hover,
#account .nav-list li.current a {
  background: #e74c46;
  color: #FFFFFF;
}
#account .nav-list i {
  width: 20px;
  text-align: center;
}
#account h4 {
  margin-bottom: 40px;
}
#account #orders .btn {
  font-size: 12px;
}
@media (max-width: 767px) {
  #account #orders thead {
    display: none;
  }
  #account #orders td {
    display: block;
    border: none;
    padding: 4px;
  }
  #account #orders .label {
    display: inline-block !important;
    color: #000000;
    font-weight: bold;
  }
  #account #orders tr {
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c3c3c3;
  }
  #account #orders .btn {
    float: right;
  }
}
#account #information {
  margin: 0;
}
#account #addresses .btn {
  font-size: 12px;
}
.form-actions {
  background: none;
  padding: 0;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.form-actions .btn-primary {
  background-color: #e74c46;
}
.alerts {
  margin-top: 20px;
  margin-bottom: -20px;
}
.form-error {
  background: none;
}
.ct-buttons {
  text-align: right;
  padding-right: 5px;
}
.ct-buttons .ct-cart {
  vertical-align: middle;
}
.ct-buttons .ct-cart i {
  color: inherit;
}
.ct-buttons .ct-cart a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #555;
}
.ct-buttons .ct-cart a:hover {
  color: #e74c46;
}
.ct-buttons .ct-cart a:hover .badge {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.ct-buttons .ct-cart .icon-wrapper {
  position: relative;
  /*float:left;*/
}
.ct-buttons .ct-cart *.icon-blue {
  color: #0088cc;
}
.ct-buttons .ct-cart *.icon-grey {
  color: grey;
}
.ct-buttons .ct-cart .badge {
  background-color: #e74c46;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -3px;
  padding: 5px 6px;
  font-weight: bold;
  font-size: 11px;
}
#cart thead {
  background: none;
}
#cart th {
  background: none;
  color: #555;
  text-transform: none;
  border-bottom: 1px solid #ddd;
}
#cart td a {
  color: #000;
}
#cart tbody td {
  padding: 20px 8px;
}
#cart tbody td .btn {
  padding: 5px 10px;
}
#cart tfoot tr:not(.bordered) td {
  border: none;
}
#cart .ct-cart-clear {
  padding: 0.75em 0.95em;
}
#cart .thumbnail {
  margin-bottom: 0;
}
#cart .steps {
  font-size: 16px;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 1em 0;
  background: 0 0;
  box-shadow: none;
  line-height: 1.14285714em;
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
}
#cart .steps .step {
  width: 20%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 1.14285714em 2em;
  background: #FFF;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
}
#cart .steps .step.active {
  cursor: auto;
  background: #F3F4F5 !important;
}
#cart .steps .step.active .icon {
  color: #000000;
}
#cart .steps .step.active .title {
  color: #e74c46;
}
#cart .steps .step.active .description {
  color: rgba(0, 0, 0, 0.87);
}
#cart .steps .step.active:after {
  background: #F3F4F5 !important;
}
#cart .steps .step.disabled {
  color: rgba(40, 40, 40, 0.3);
  cursor: auto;
  background: #FFF;
  pointer-events: none;
}
#cart .steps .step.disabled:after {
  background: #FFF;
}
#cart .steps .step:first-child {
  padding-left: 2em;
  border-radius: 0.28571429rem 0 0 0.28571429rem;
}
#cart .steps .step:last-child {
  border-radius: 0 0.28571429rem 0.28571429rem 0;
  border-right: none;
  margin-right: 0;
}
#cart .steps .step:last-child:after {
  display: none;
}
#cart .steps .step:after {
  position: absolute;
  z-index: 2;
  content: '';
  top: 50%;
  right: 0;
  border: solid;
  background-color: #FFF;
  width: 1.14285714em;
  height: 1.14285714em;
  border-color: rgba(34, 36, 38, 0.15);
  border-width: 0 1px 1px 0;
  -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  background: #F3F4F5;
  display: block;
}
#cart .steps .step .icon {
  width: auto;
  display: block;
  line-height: 1;
  font-size: 1.5em;
  margin: 0 1rem 0 0;
}
#cart .steps .step .content {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex-grow: 1 0 auto;
  -ms-flex-positive: 1 0 auto;
  flex-grow: 1 0 auto;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: middle;
  -ms-flex-item-align: middle;
  align-self: middle;
  width: 80%;
}
#cart .steps .step .content .title {
  font-size: 1.14285714em;
  font-weight: 700;
}
#cart .steps .step .content .description {
  margin-top: 0.25em;
  font-weight: 400;
  font-size: 0.92857143em;
}
#cart .steps a.step {
  cursor: pointer;
}
#cart .well {
  background: #f3f4f5;
}
#cart .well legend {
  font-size: 1.3em;
  padding-bottom: 10px;
}
#cart h4 {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 25px;
}
.icon-white {
  color: #FFFFFF;
}
.btn.btn-lg i {
  margin: auto;
}
.transition {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-icon {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background: #E0E1E2;
  color: rgba(0, 0, 0, 0.6);
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0 0.25em 0 0;
  padding: 0.78571429em 1.5em;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.28571429rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
  padding: 0.78571429em;
  position: relative;
  padding-left: 4.07142857em !important;
  padding-right: 1.5em !important;
}
@media (max-width: 479px) {
  .btn-icon {
    font-size: 10px;
  }
}
.btn-icon:hover {
  background-color: #CACBCD;
  background-image: none;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  color: rgba(0, 0, 0, 0.8);
}
.btn-icon .icon {
  opacity: 0.9;
  vertical-align: top;
  position: absolute;
  height: 100%;
  line-height: 1;
  border-radius: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  text-align: center;
  margin: 0;
  width: 2.57142857em;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: -1px 0 0 0 transparent inset;
  top: 0;
  left: 0;
  transition: opacity 0.1s ease;
}
.btn-icon .icon:before {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-icon.btn-icon-right {
  padding-right: 4.07142857em !important;
  padding-left: 1.5em !important;
}
.btn-icon.btn-icon-right .icon {
  left: auto;
  right: 0;
}
.btn.btn-primary {
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  background-color: #2185D0;
  color: #FFF;
  text-shadow: none;
  background-image: none;
}
.btn.btn-primary:hover {
  background-color: #1678c2;
  color: #FFF;
  text-shadow: none;
}
.btn.btn-success {
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  background-color: #5cb85c;
  color: #FFF;
  text-shadow: none;
  background-image: none;
}
.btn.btn-success:hover {
  background-color: #47a447;
  color: #FFF;
  text-shadow: none;
}
/* NEW */
.ct-buttons .operations {
  margin-bottom: -5px;
  color: #444;
  font-size: 22px;
}
.ct-buttons .operations li {
  padding: 0;
}
.ct-buttons .operations a {
  color: inherit;
}
.ct-buttons .operations a:hover {
  color: #e74c46;
}
.search-results {
  margin-top: 40px;
  min-height: 300px;
}
.page-title {
  margin-top: 40px;
  font-size: 3.1rem;
  font-weight: lighter !important;
  font-family: "Lato", sans-serif;
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  .page-title {
    font-size: 2.8rem;
  }
}
#login .panel {
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 2rem;
  display: table;
  width: 100%;
  height: 20rem;
}
#login .panel .panel-inner {
  display: table-cell;
  vertical-align: middle;
}
#login .panel .subtitle {
  font-size: 2.1rem;
  margin-bottom: 30px;
}
a.red {
  color: #e74c46;
}
/* THEME SPECIFIC */
@media only screen and (min-width: 992px) {
  .navbar .navbar-nav li a > .ct-textEffect {
    overflow: hidden;
    display: inline-block;
    line-height: 1;
  }
  .navbar .navbar-nav li a > .ct-textEffect > span {
    position: relative;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .navbar .navbar-nav li a > .ct-textEffect > span:before {
    position: absolute;
    top: 100%;
    content: attr(data-content);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .navbar .navbar-nav li a:hover > .ct-textEffect > span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .navbar .navbar-nav li.dropdown > a {
    position: relative;
  }
  .navbar .navbar-nav > li.active > a:hover > .ct-textEffect > span,
  .navbar .navbar-nav > li.active > a:focus > .ct-textEffect > span,
  .navbar .navbar-nav > li.active > a:active > .ct-textEffect > span {
    transform: none;
  }
}
@media (max-width: 991px) {
  /*.navbar-header {
        float: none;
    }*/
  .navbar-toggle {
    display: block;
  }
  /*.navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }*/
}
#password-reset form {
  margin-top: 30px;
}
#thankyou {
  font-size: 1.2em;
}
#thankyou .title {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 14px;
}
#thankyou .title-colored {
  color: #3c763d;
}
#thankyou .proof {
  margin-top: 20px;
}
.stage3-vat-info {
  font-size: 1rem;
  color: #777;
}
/* utility */
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
