﻿.txt-grey {
  color: #333;
}

.txt-grey-light {
  color: #717171;
}

.txt-gold {
  color: #e6ba65;
}

.bg-gold {
  background-color: #e6ba65;
}

.bg-grey {
  background-color: #333;
}

.bg-grey-vlight {
  background-color: #eee;
}

.txt-green {
  color: #65ac35;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #e6ba65;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #db9c24;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 846px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@keyframes loadingicon {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: "raleway";
  src: url("/media/packages/default/fonts/raleway/raleway-bold-webfont.eot");
  src: url("/media/packages/default/fonts/raleway/raleway-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/media/packages/default/fonts/raleway/raleway-bold-webfont.woff2") format("woff2"),
    url("/media/packages/default/fonts/raleway/raleway-bold-webfont.woff") format("woff"), url("/media/packages/default/fonts/raleway/raleway-bold-webfont.ttf") format("truetype"),
    url("/media/packages/default/fonts/raleway/raleway-bold-webfont.svg#ralewaybold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "raleway";
  src: url("/media/packages/default/fonts/raleway/raleway-bolditalic-webfont.eot");
  src: url("/media/packages/default/fonts/raleway/raleway-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/media/packages/default/fonts/raleway/raleway-bolditalic-webfont.woff2") format("woff2"),
    url("/media/packages/default/fonts/raleway/raleway-bolditalic-webfont.woff") format("woff"), url("/media/packages/default/fonts/raleway/raleway-bolditalic-webfont.ttf") format("truetype"),
    url("/media/packages/default/fonts/raleway/raleway-bolditalic-webfont.svg#ralewaybold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "raleway";
  src: url("/media/packages/default/fonts/raleway/raleway-italic-webfont.eot");
  src: url("/media/packages/default/fonts/raleway/raleway-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/media/packages/default/fonts/raleway/raleway-italic-webfont.woff2") format("woff2"),
    url("/media/packages/default/fonts/raleway/raleway-italic-webfont.woff") format("woff"), url("/media/packages/default/fonts/raleway/raleway-italic-webfont.ttf") format("truetype"),
    url("/media/packages/default/fonts/raleway/raleway-italic-webfont.svg#ralewayitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "raleway";
  src: url("/media/packages/default/fonts/raleway/raleway-light-webfont.eot");
  src: url("/media/packages/default/fonts/raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("/media/packages/default/fonts/raleway/raleway-light-webfont.woff2") format("woff2"),
    url("/media/packages/default/fonts/raleway/raleway-light-webfont.woff") format("woff"), url("/media/packages/default/fonts/raleway/raleway-light-webfont.ttf") format("truetype"),
    url("/media/packages/default/fonts/raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "raleway";
  src: url("/media/packages/default/fonts/raleway/raleway-regular-webfont.eot");
  src: url("/media/packages/default/fonts/raleway/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/media/packages/default/fonts/raleway/raleway-regular-webfont.woff2") format("woff2"),
    url("/media/packages/default/fonts/raleway/raleway-regular-webfont.woff") format("woff"), url("/media/packages/default/fonts/raleway/raleway-regular-webfont.ttf") format("truetype"),
    url("/media/packages/default/fonts/raleway/raleway-regular-webfont.svg#ralewayregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "raleway";
  src: url("/media/packages/default/fonts/raleway/raleway-thin-webfont.eot");
  src: url("/media/packages/default/fonts/raleway/raleway-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/media/packages/default/fonts/raleway/raleway-thin-webfont.woff2") format("woff2"),
    url("/media/packages/default/fonts/raleway/raleway-thin-webfont.woff") format("woff"), url("/media/packages/default/fonts/raleway/raleway-thin-webfont.ttf") format("truetype"),
    url("/media/packages/default/fonts/raleway/raleway-thin-webfont.svg#ralewaythin") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "ufw";
  src: url("/media/packages/default/fonts/ufw-icons/ufw-icons.eot");
  src: url("/media/packages/default/fonts/ufw-icons/ufw-icons.eot?#iefix") format("embedded-opentype"), url("/media/packages/default/fonts/ufw-icons/ufw-icons.woff") format("woff"),
    url("/media/packages/default/fonts/ufw-icons/ufw-icons.ttf") format("truetype"), url("/media/packages/default/fonts/ufw-icons/ufw-icons.svg#ufw-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*="ufw-"] {
  display: inline-block;
}

[class*="ufw-"]:before {
  display: inline-block;
  font-family: "ufw";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ufw-bag:before {
  content: "\0041";
}

body {
  font-family: "raleway", Arial, sans-serif;
  font-size: 15px;
}

h1 {
  font-size: 35px;
}

.txt-left {
  text-align: left;
}

.txt-centre {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-normal {
  font-weight: normal !important;
}

.txt-bold {
  font-weight: bold;
}

.txt-16,
.txt-16-fluid {
  font-size: 16px;
}

.txt-20,
.txt-20-fluid {
  font-size: 20px;
}

.txt-24,
.txt-24-fluid {
  font-size: 24px;
}

.txt-35,
.txt-35-fluid {
  font-size: 35px;
}

.txt-40,
.txt-40-fluid {
  font-size: 40px;
}

@media (min-width: 992px) {
  .txt-16-fluid {
    font-size: 9.92px !important;
  }

  .txt-20-fluid {
    font-size: 12.4px !important;
  }

  .txt-24-fluid {
    font-size: 14.88px !important;
  }

  .txt-35-fluid {
    font-size: 21.7px !important;
  }

  .txt-40-fluid {
    font-size: 24.8px !important;
  }
}

@media (min-width: 1100px) {
  .txt-16-fluid {
    font-size: 11px !important;
  }

  .txt-20-fluid {
    font-size: 13.75px !important;
  }

  .txt-24-fluid {
    font-size: 16.5px !important;
  }

  .txt-35-fluid {
    font-size: 24.0625px !important;
  }

  .txt-40-fluid {
    font-size: 27.5px !important;
  }
}

@media (min-width: 1300px) {
  .txt-16-fluid {
    font-size: 13px !important;
  }

  .txt-20-fluid {
    font-size: 16.25px !important;
  }

  .txt-24-fluid {
    font-size: 19.5px !important;
  }

  .txt-35-fluid {
    font-size: 28.4375px !important;
  }

  .txt-40-fluid {
    font-size: 32.5px !important;
  }
}

@media (min-width: 1600px) {
  .txt-16-fluid {
    font-size: 16px !important;
  }

  .txt-20-fluid {
    font-size: 20px !important;
  }

  .txt-24-fluid {
    font-size: 24px !important;
  }

  .txt-35-fluid {
    font-size: 35px !important;
  }

  .txt-40-fluid {
    font-size: 40px !important;
  }
}

address {
  font-style: normal;
  line-height: 1.5em;
}

.copy h2 {
  color: #e6ba65;
  font-weight: bold;
}

.copy ul,
.copy ol {
  padding: 0 0 1.5em 1.5em;
}

.copy ul li,
.copy ol li {
  padding: 0 0 0.5em 1.5em;
}

.copy ul li {
  list-style: outside disc;
}

.copy ol li {
  list-style: outside decimal;
}

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 0px !important;
}

select,
label,
button {
  cursor: pointer;
}

form .textleft {
  float: left;
  padding-top: 15px;
}

form .textleft i {
  color: #e6ba65;
  margin: 0 0.1em 0 0;
}

form .textleft+button {
  float: right;
}

form.underlined .element {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
}

form.underlined .element label {
  color: #e6ba65;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1.5em;
  padding: 1em 0;
  z-index: 1;
  text-align: center;
  line-height: 1.5em;
}

form.underlined .element select {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  form.underlined .element select {
    background: right no-repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAA7UlEQVQ4jbXTu0pDQRSF4U/fRGx9Kh/ACygoMkgqbUSws7GRjYWND2AnYqFiY2uTSoQgpAiIkmNxRIKey+QYF0wx+7L+vRmGf9ZcRWwRCx39XnHfVrSEdxQdznL7DCngqIP5LeZ/2v0KfKmHQfs03yqwJsU4D5BigN0pAGdSXFcl6jaAYzxmmI+wXZesB6T4wHoGYF+K/vSAEnKJi4aKPg6aLJoBpTbwVpPblGL0N0CKJxxWZK5w3taeswHs4XniPsaqFMVsACmG2JqInEjxkNOauwGc4g5D7OQ25QPKX7qCnhQvsweUkBvVD16rT6/NUZW7+PjfAAAAAElFTkSuQmCC");
    background-size: 12px 8px;
  }
}

form.underlined button {
  display: inline-block;
  font-size: 20px;
}

form.underlined input,
form.underlined select,
form.underlined textarea {
  padding: 1em 1em 1em 2em;
  border: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  line-height: 1.5em;
  height: 3.5em;
}

form.underlined input:focus,
form.underlined select:focus,
form.underlined textarea:focus {
  border-bottom: 1px solid #e6ba65;
}

form.underlined textarea {
  height: auto;
}

form.underlined .errors {
  text-align: left;
  margin-top: 10px;
  color: #f93939;
  font-size: 12px;
}

.checkbox {
  margin-bottom: 15px;
}

.checkbox input {
  display: none;
}

.checkbox input+label:before {
  font-family: "FontAwesome";
  content: "\f096";
  display: inline-block;
  width: 1.5em;
  color: #e6ba65;
  text-align: left;
}

.checkbox input:checked+label:before {
  content: "\f14a";
}

#login .btn {
  font-size: 20px;
}

#login .buttons {
  display: inline-block;
}

#login .buttons .btn {
  margin-bottom: 10px;
}

#login .create-account p {
  padding-top: 1em;
}

@media (max-width: 767px) {
  #login .create-account {
    margin-top: 60px;
  }
}

#search-page form.banner {
  padding: 0;
}

#search-page form.banner input,
#search-page form.banner button {
  height: 40px;
  line-height: 40px;
}

#search-page form.banner input {
  padding: 0 0.7em;
  border: 0;
}

#search-page form.banner button {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0.8;
  width: 120px;
}

.notifications {
  margin-bottom: 15px;
}

.notifications .notification {
  padding: 8px 15px;
  color: black;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  box-shadow: inset 0px 0px 1px black;
  margin-bottom: 5px;
}

.notifications .notification.error {
  background: #f8adaf;
}

.notifications .notification.notice {
  background: #f7eb69;
}

.notifications .notification.success {
  background: #bcf3b8;
}

.notifications p {
  margin: 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

.accerror {
  padding: 10px;
  background: #f4e7a5;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
  text-align: center;
}

#sidebar {
  background: #212121;
  position: relative;
  z-index: 100;
  color: white;
  font-weight: 300;
  position: fixed;
  top: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  #sidebar {
    float: none;
    width: 100%;
    height: 120px !important;
    min-height: 1px !important;
    position: fixed;
    left: 0px;
    top: 0px;
  }
}

#sidebar .cards-block {
  position: absolute;
  width: 200px;
  left: 20px;
  bottom: 20px;
}

#sidebar_top {
  width: 240px;
  background: #333333;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media (max-width: 991px) {
  #sidebar_top {
    width: 100% !important;
  }
}

#sidebar_content {
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  #sidebar_content {
    height: 120px !important;
    min-height: 1px !important;
    overflow: visible;
  }
}

#sidebar_scroll {
  min-height: 100%;
  padding-bottom: 240px;
}

@media (max-width: 991px) {
  #sidebar_scroll {
    min-height: 1px;
    padding-bottom: 0px;
  }
}

#sidebar_hidden {
  width: 0px;
  overflow: hidden;
  position: absolute;
  left: 240px;
  top: 0px;
  transition: width 0.25s linear;
}

#sidebar.open #sidebar_hidden {
  width: 240px;
}

#sidebar_hidden_inner {
  width: 240px;
  position: relative;
}

#main {
  width: 50%;
  height: 100%;
  padding-left: 240px;
}

#main>.container-fluid {
  width: 100%;
  position: relative;
  z-index: 0;
  height: 100%;
}

@media (max-width: 991px) {
  #main {
    width: 100%;
    margin: 0;
    padding: 120px 0 0;
  }
}

#sidebar_content #sidebar_scroll>* {
  width: 200px;
  margin: 20px;
}

@media (max-width: 991px) {
  #sidebar_content #sidebar_scroll>* {
    width: auto;
    margin: 0;
  }
}

#logo {
  display: block;
  margin-top: 0 !important;
  padding-top: 20px;
}

@media (max-width: 991px) {
  #logo {
    max-width: 120px;
    margin: 0 auto !important;
    padding-top: 0;
  }
}

#logo span {
  display: block;
  content: " ";
  height: 50px;
  background-image: url(/media/packages/default/images/logo.png);
  background-image: url(/media/packages/default/images/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -999em;
}

#client-zone {
  font-size: 15px;
}

@media (max-width: 991px) {
  #client-zone {
    margin: 10px 20px !important;
  }
}

#contact {
  position: relative;
  width: 240px;
  margin-top: -240px;
  height: 240px;
  padding: 20px;
}

@media (max-width: 991px) {
  #contact {
    display: none;
  }
}

.contact-section {
  font-size: 11px;
}

@media (max-width: 991px) {
  .contact-section {
    font-size: 12px;
  }
}

.contact-section .info {
  font-size: 12px;
  line-height: 2em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #717171;
}

@media (max-width: 991px) {
  .contact-section .info {
    font-size: 14px;
  }
}

.contact-section .social {
  margin-bottom: 15px;
}

#nav-mobile-toggle,
#telephone-mobile-show {
  display: none;
}

@media (max-width: 991px) {

  #nav-mobile-toggle,
  #telephone-mobile-show {
    display: block;
    position: absolute;
    top: 0px;
    width: 50px !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
  }
}

#nav-mobile-toggle {
  left: 0px;
}

#nav-mobile-toggle>.fa:before {
  content: "\f0c9";
}

#nav-mobile-toggle.active>.fa:before {
  content: "\f00d";
}

#nav-mobile-toggle.active+#nav {
  display: block;
}

#telephone-mobile-show {
  right: 0px;
}

#nav {
  position: relative;
  width: 240px;
  transition: width 0.25s linear;
  margin: 40px 0px !important;
}

@media (max-width: 991px) {
  #nav {
    position: fixed;
    left: 0px;
    top: 50px;
    right: 0px;
    bottom: 0px;
    display: none;
    margin: 0 !important;
    background: #212121;
  }
}

#sidebar.open #nav {
  width: 480px;
}

#nav li a,
#nav .category {
  display: block;
  padding: 15px 20px;
}

@media (min-width: 992px) {
  #nav li {
    width: 240px;
  }

  #nav li a {
    width: 240px;
  }

  #nav li.logout {
    margin: -30px 0 30px 0;
  }
}

#nav>li>a>i {
  width: 1.3em;
  text-align: center;
  color: #717171;
}

#nav li a:hover,
#nav li.active>a {
  background: #212121;
  transition: border-left 0.25s linear;
}

#nav li a:hover>i,
#nav li.active>a>i {
  color: #e6ba65;
}

#nav>li.active>a {
  border-left: 3px solid #e6ba65;
}

#nav li div.sub {
  position: absolute;
  left: 240px;
  top: -70px;
  bottom: 0px;
  padding-top: 70px;
  overflow: hidden;
  visibility: hidden;
  z-index: 1;
}

#nav li.active>div {
  width: 240px;
}

#nav>li>div.sub>ul>li>a:after {
  font-family: FontAwesome;
  color: #e6ba65;
  content: "\f105";
  display: inline-block;
  margin-left: 0.5em;
}

#nav div.sub a {
  position: relative;
}

#nav div.sub a:before {
  height: 0px;
  border-bottom: 1px solid #333;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: " ";
  overflow: hidden;
}

#nav div.sub a:hover {
  color: #e6ba65;
}

#nav .category {
  font-weight: bold;
}

#nav>li>div.sub {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s linear, visibility 0.25s linear 0.25s, width 0.25s linear 0.25s;
}

#nav li.active>div.sub {
  opacity: 1;
  visibility: visible;
}

#nav li>div.sub div.sub {
  left: 0px;
  top: 0px;
}

#nav li.active>div.sub>ul>li>a,
#nav li div.sub.sub-active>ul>li.sub-active>div.sub>ul>li>a,
#nav div.sub.sub-active>ul>li.sub-active>div.sub>span,
#nav li.sub-active>div.sub {
  opacity: 1;
  visibility: visible;
  transition: visibility 0.25s linear, opacity 0.25s linear 0.25s;
}

#nav li div.sub.sub-active>ul>li>a,
#nav li div.sub.sub-active>ul>li.sub-active>div.sub>ul>li.sub-active>a,
#nav li div.sub.sub-active>ul>li.sub-active>div.sub.sub-active>ul>li>a,
#nav div.sub>ul>li>div.sub>span,
#nav div.sub.sub-active>ul>li.sub-active>div.sub.sub-active>span,
#nav li div.sub>ul>li>a {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s linear, visibility 0.25s linear;
}

#nav li.sub-active>div.sub {
  width: 240px;
  left: 0px;
}

#nav .basket-count {
  float: right;
  text-align: center;
  font-size: 12px;
  width: 24px;
  line-height: 22px;
  border: 1px solid #e6ba65;
  margin-top: -1px;
  font-family: Arial;
}

.btn-back {
  position: absolute;
  width: 42px;
  height: 42px;
  color: white;
  text-align: center;
  font-size: 12px;
  display: block;
  cursor: pointer;
  line-height: 15px;
  border: 1px solid #333;
}

.btn-back:before {
  padding-top: 5px;
  font-family: "FontAwesome";
  color: #e6ba65;
  display: block;
}

.btn-back:hover {
  background: #333;
}

#nav .goback {
  left: 20px;
  top: 0px;
}

#nav .goback:before {
  content: "\f177";
  font-size: 21px;
}

#close {
  right: 0px;
  top: 0px;
  z-index: 5;
}

#close:before {
  content: "\f00d";
  font-size: 16px;
}

#submenu {
  display: none;
}

@media (min-width: 992px) {
  #submenu {
    display: block;
    transition: margin-left 0.25s linear;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 51px;
    padding-left: 240px;
    z-index: 10;
    text-align: center;
    border-bottom: 1px solid white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    font-weight: bold;
  }

  #submenu li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
  }

  #submenu li:before {
    width: 100%;
    height: 0px;
    background: white;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: " ";
    overflow: hidden;
    transition: height 0.25s linear;
  }

  #submenu li.active:before,
  #submenu li:hover:before {
    height: 4px;
  }

  #submenu li a {
    line-height: 50px;
    display: block;
  }

  body.menu-open #submenu {
    margin-left: 240px;
  }
}

#facets h3 {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}

#facets h3 i {
  float: right;
  color: #e6ba65;
}

#facets ul,
#facets .price {
  margin-bottom: 30px;
}

#facets li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -1%;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  #facets li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #facets li {
    width: 50%;
  }
}

#facets li a {
  padding-left: 1.3em;
  position: relative;
  display: inline-block;
  line-height: 1;
}

#facets li a i {
  color: #e6ba65;
  position: absolute;
  left: 0px;
  top: 0px;
}

#facets .checkbox {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin-right: -1%;
}

#facets .checkbox label:before {
  font-family: FontAwesome;
  content: "\f10c";
  display: inline-block;
  padding-right: 5px;
}

#facets .checkbox input {
  display: none;
}

#facets .checkbox input:checked+label:before {
  content: "\f058";
  color: #e6ba65;
}

#facets .checkbox:not(.disabled) label:hover {
  cursor: pointer;
}

#facets .checkbox:not(.disabled) label:hover:before {
  color: #e6ba65;
}

#facets .slider {
  margin-bottom: 15px;
  padding: 0 8px;
  height: 12px;
  border: 1px solid #ccc;
}

#facets .slider .wrap {
  position: relative;
  height: 10px;
}

#facets .slider .wrap .strip {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0%;
  right: 0%;
  background-color: #e6ba65;
}

#facets .slider .wrap .strip .grab {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: white;
  position: absolute;
  top: -3px;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

#facets .slider .wrap .strip .grab.min {
  left: -8px;
}

#facets .slider .wrap .strip .grab.max {
  right: -8px;
}

#facets .slider .wrap .strip .grab:active {
  cursor: ew-resize;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

#facets .price span {
  display: block;
}

#facets .price span.currency {
  text-align: center;
}

#facets .price span.currency span {
  display: inline;
}

#items-list .row,
#items-list .item-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

#items-list .item-row {
  min-height: 100px;
  font-size: 14px;
  margin-bottom: 15px;
}

#items-list .item-row .info {
  padding-left: 110px;
  position: relative;
  min-height: 100px;
}

#items-list .item-row img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  padding: 3px;
  background: white;
  border: 1px solid #ccc;
}

#items-list .item-row dl {
  margin: 0;
}

#items-list .item-row dt,
#items-list .item-row dd {
  margin: 0;
  padding: 0;
  display: inline;
}

#items-list .item-row .quantity-col {
  text-align: center;
}

#items-list .item-row .quantity-col .quantity_wrap {
  margin-top: 6px;
  position: relative;
}

#items-list .item-row .quantity-col .quantity_wrap .fa {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 30px;
  margin-top: -0.5em;
  font-size: 20px;
}

#items-list .item-row .quantity-col .quantity_wrap .fa-check {
  color: #65ac35;
}

#items-list .item-row .quantity-col input {
  width: 100%;
  padding: 0 30px 0 15px;
  border: 1px solid #ccc;
  height: 34px;
}

#items-list .item-row .quantity-col a {
  display: block;
  margin-top: 6px;
  line-height: 32px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0;
}

#items-list .item-row .quantity-col a i {
  color: #707070;
}

#items-list .item-row .price-col {
  text-align: right;
}

#items-list .item-row .price-col .price {
  display: block;
  margin-top: 6px;
  line-height: 34px;
  font-weight: bold;
}

#items-list .item-row.after-order .price-col .price {
  display: inline;
  margin-top: 0;
  line-height: 1;
}

@media (max-width: 767px) {
  #items-list .item-row.after-order>.pricing {
    padding: 0 !important;
    margin: 10px 0 0;
    min-height: 0px !important;
  }

  #items-list .item-row.after-order>.pricing>.quantity-col {
    position: static !important;
    width: auto !important;
    font-size: 16px;
    margin-bottom: 10px;
  }

  #items-list .item-row.after-order>.pricing>.quantity-col:before,
  #items-list .item-row.after-order>.pricing>.quantity-col:after {
    content: " ";
    display: table;
  }

  #items-list .item-row.after-order>.pricing>.quantity-col:after {
    clear: both;
  }

  #items-list .item-row.after-order>.pricing>.quantity-col>div {
    float: left;
  }

  #items-list .item-row.after-order>.pricing>.quantity-col>span {
    float: right;
  }

  #items-list .item-row.after-order>.pricing>.price-col {
    margin-bottom: 10px;
  }

  #items-list .item-row.after-order>.pricing>.price-col:before,
  #items-list .item-row.after-order>.pricing>.price-col:after {
    content: " ";
    display: table;
  }

  #items-list .item-row.after-order>.pricing>.price-col:after {
    clear: both;
  }

  #items-list .item-row.after-order>.pricing>.price-col>.price--label {
    float: left;
  }
}

#orders_list #items-list .item-row {
  min-height: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#basket_page #items-list .item-row {
  min-height: 120px;
  padding-bottom: 20px;
}

#basket_page #items-list .basket-under {
  height: 170px;
}

@media (max-width: 767px) {
  #basket_page #items-list .the-totals {
    float: none;
  }

  #basket_page #items-list .basket-under {
    height: auto;
  }
}

#basket_page #items-list .payment-column .btn {
  font-size: 20px;
}

#basket_page #items-list .payment-column .btn i {
  position: static;
  width: 1em;
}

@media (max-width: 767px) {
  #basket_page #items-list .headers {
    display: none;
  }

  #basket_page #items-list .item-row img {
    padding: 0;
    border: 0;
  }

  #basket_page #items-list .item-row>.info>dl {
    font-size: 12px;
    margin-top: 10px;
  }

  #basket_page #items-list .item-row>.pricing {
    padding-left: 110px;
    position: relative;
    min-height: 100px;
  }

  #basket_page #items-list .item-row>.pricing>.quantity-col {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
  }

  #basket_page #items-list .item-row>.pricing>.price-col>.price {
    font-size: 16px;
    font-weight: normal;
  }

  #basket_page #items-list .item-row>.pricing>.price-col>.price--label {
    text-align: left;
  }

  #basket_page #items-list .item-row>.pricing>.price-col>.price--total {
    font-weight: bold;
  }

  #basket_page #items-list .payment-column {
    float: none;
  }

  #basket_page #items-list .payment-column>dl {
    height: auto;
    margin-bottom: 15px;
  }

  #basket_page #items-list .payment-column>.basket-under {
    height: auto;
    margin: 30px 0;
  }

  #basket_page #items-list .payment-column>.terms-conditions-element {
    margin: 30px 0 15px;
  }

  #basket_page #items-list .payment-column>button {
    float: none;
    width: 100%;
  }
}

.items-totals {
  margin: 0;
}

.items-totals dt,
.items-totals dd {
  font-size: 16px;
  line-height: 32px;
}

.items-totals dt {
  clear: both;
  float: left;
  font-weight: bold;
}

.items-totals dd {
  float: right;
}

.items-totals dd.total {
  font-weight: bold;
  font-size: 20px;
}

.items-totals dd.delivery_select {
  clear: both;
  float: none;
  margin: 0;
}

.items-totals dd.delivery_select select {
  width: 100%;
  height: 38px;
  border: 1px solid #ccc;
  display: block;
}

#orders #items-list .row.order {
  padding: 0 0 25px;
}

#orders #items-list .row.order img {
  border: 0;
}

#checkout-addresses .address_wrap,
#items-list .delivery_select {
  position: relative;
}

#checkout-addresses .address_wrap select,
#items-list .delivery_select select {
  padding-left: 24px;
}

#checkout-addresses .address_wrap .fa,
#items-list .delivery_select .fa {
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 30px;
  margin-top: -0.5em;
  font-size: 20px;
  text-align: center;
}

#checkout-addresses .address_wrap .fa-check,
#items-list .delivery_select .fa-check {
  color: #65ac35;
}

.terms-conditions-element__wrap {
  display: block;
  position: relative;
  z-index: 0;
}

.terms-conditions-element__input {
  margin: 0 10px 2em 0;
}

.terms-conditions-element__text {
  position: absolute;
  width: 100%;
  padding-left: 20px;
  left: 0px;
  z-index: -1;
}

.terms-conditions-element__text>a {
  text-decoration: underline !important;
}

#lister_bar {
  background: #eee;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 15;
  margin-bottom: -50px;
}

#lister_bar .order,
#lister_bar .paginator {
  height: 50px;
  float: left;
  position: relative;
}

#lister_bar .order label {
  float: left;
  line-height: 50px;
  margin-bottom: -50px;
  position: relative;
  padding: 0 18px;
}

@media (max-width: 767px) {
  #lister_bar .order label {
    display: none;
  }
}

#lister_bar .order .options {
  width: 100%;
  padding-left: 90px;
}

@media (max-width: 767px) {
  #lister_bar .order .options {
    padding-left: 0px;
  }
}

#lister_bar .order .options select {
  width: 100%;
  height: 50px;
  display: block;
  border: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 10px;
}

#lister_bar .paginator>*,
#lister_bar .paginator>li>* {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 1px;
  text-align: center;
  color: white;
  background-color: #ccc;
  transition: background-color 0.25s linear;
  font-size: 20px;
}

#lister_bar .paginator>*.active,
#lister_bar .paginator>*:hover,
#lister_bar .paginator>li>*.active,
#lister_bar .paginator>li>*:hover {
  background-color: #e6ba65;
}

#lister_bar .filter {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  background: #eee;
  margin-right: -1px;
  border-left: 1px solid #ccc;
  min-width: 10%;
  transition: min-width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#lister_bar .search {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 16.66667%;
  padding-right: 50px;
  border-left: 1px solid #ccc;
}

#lister_bar .search input,
#lister_bar .search button {
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

#lister_bar .search input {
  width: 100%;
  text-indent: 15px;
}

#lister_bar .search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  text-align: center;
  background-color: #e6ba65;
  color: white;
  transition: background-color 0.25s linear;
}

#lister_bar .search button:hover {
  background-color: #333;
}

body.snap-lister-bar #lister_bar {
  position: fixed;
  right: 0px;
  left: 240px;
  top: 0px;
}

@media (max-width: 991px) {
  body.snap-lister-bar #lister_bar {
    left: 0px;
    top: 120px;
  }
}

#filter_toggle {
  line-height: 50px;
  padding: 0 32px;
  display: block;
  position: relative;
  color: inherit !important;
}

#filter_toggle i {
  color: #e6ba65;
}

#filter_toggle i.close {
  transition: opacity 0.25s linear, visibility 0.25s linear;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -0.5em;
}

#facets,
.products .product,
#lister_bar .order {
  width: 20%;
}

@media (max-width: 1500px) {

  #facets,
  .products .product,
  #lister_bar .order {
    width: 25%;
  }
}

@media (max-width: 1250px) {

  #facets,
  .products .product,
  #lister_bar .order {
    width: 33.3333333%;
  }
}

@media (max-width: 767px) {

  #facets,
  .products .product,
  #lister_bar .order {
    width: 50%;
  }
}

@media (max-width: 480px) {

  #facets,
  .products .product,
  #lister_bar .order {
    width: 100%;
  }
}

#product-lister>.products {
  padding-top: 50px;
}

#product-lister.facets_show #lister_bar .filter {
  min-width: 20%;
}

@media (max-width: 1500px) {
  #product-lister.facets_show #lister_bar .filter {
    min-width: 25%;
  }
}

@media (max-width: 1250px) {
  #product-lister.facets_show #lister_bar .filter {
    min-width: 33.3333333%;
  }
}

@media (max-width: 767px) {
  #product-lister.facets_show #lister_bar .filter {
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  #product-lister.facets_show #lister_bar .filter {
    width: 100%;
  }
}

#product-lister.facets_show #lister_bar .filter .close {
  transition: opacity 0.25s linear;
  visibility: visible !important;
  opacity: 1;
}

#product-lister.facets_show #facets {
  margin-right: 0%;
}

#product-lister.facets_show .products {
  padding-right: 20%;
}

@media (max-width: 1500px) {
  #product-lister.facets_show .products {
    padding-right: 25%;
  }
}

@media (max-width: 1250px) {
  #product-lister.facets_show .products {
    padding-right: 33.3333333%;
  }
}

@media (max-width: 767px) {
  #product-lister.facets_show .products {
    padding-right: 50%;
  }
}

@media (max-width: 480px) {
  #product-lister.facets_show .products {
    padding-right: 0px;
  }
}

#product-lister.facets_show .products .product {
  width: 25%;
}

@media (max-width: 1500px) {
  #product-lister.facets_show .products .product {
    width: 33.3333333%;
  }
}

@media (max-width: 1250px) {
  #product-lister.facets_show .products .product {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #product-lister.facets_show .products .product {
    width: 100%;
  }
}

#facets {
  overflow: hidden;
  transition: margin-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #eee;
  padding: 0 32px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  right: -1px;
  top: 50px;
  margin-right: -20%;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
}

@media (max-width: 1500px) {
  #facets {
    margin-right: -25%;
  }
}

@media (max-width: 1250px) {
  #facets {
    margin-right: -33.3333333%;
  }
}

@media (max-width: 767px) {
  #facets {
    margin-right: -50%;
  }
}

@media (max-width: 767px) {
  #facets {
    margin-right: -100%;
  }
}

body.snap-lister-bar #facets {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#facets>.facets-inr {
  padding: 32px 0;
}

.products .product {
  float: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .products .product .box-square {
    min-height: 300px;
  }
}

.products .product .sku {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}

.products .product .gallery {
  height: 60%;
  margin: 5% 0;
  padding: 0 20%;
  overflow: hidden;
  z-index: 0;
}

.products .product .gallery img {
  margin: 0 auto;
}

.products .product .gallery .owl-stage-outer,
.products .product .gallery .owl-stage,
.products .product .gallery .owl-item,
.products .product .gallery img {
  height: 100%;
}

.products .product .gallery .owl-stage-outer {
  overflow: visible;
}

.products .product .gallery .owl-stage-outer img {
  transition: opacity 0.1s linear;
  opacity: 0;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.products .product .gallery .owl-stage-outer .center img {
  opacity: 1 !important;
}

.products .product:hover .gallery .owl-stage-outer img {
  opacity: 0.5;
}

.products .product .title,
.products .product .variations,
.products .product .price {
  display: block;
}

.products .product .title {
  font-size: 16px;
}

.products .product .variations {
  font-size: 12px;
  color: #7c7c7c;
}

.products .product .price {
  color: #e6ba65;
  font-weight: bold;
  bottom: 20px;
  left: 0px;
  width: 100%;
}

.products .product .price .was {
  font-weight: normal;
  color: #333333;
  text-decoration: line-through;
}

.products .product .price .now {
  color: #cb2222;
}

.products .product .quick-view {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: auto !important;
  top: auto !important;
  background: #e6ba65;
  width: 60px;
  height: 60px;
  display: table;
  color: white;
  font-size: 13px;
  line-height: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0);
  transition: opacity 0.1s linear;
}

.products .product .quick-view span {
  display: table-cell;
  vertical-align: middle;
}

.products .product .quick-view i {
  font-size: 20px;
  display: block;
}

.products .product:hover .quick-view {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=100);
}

.products .product .tag {
  width: 84.85281px;
  height: 84.85281px;
  background: #cb2222;
  padding-top: 64.85281px;
  line-height: 20px;
  color: white;
  font-weight: bold;
  transform: rotate(-45deg);
  position: absolute;
  left: -42.42641px;
  top: -42.42641px;
  text-transform: uppercase;
  z-index: 1;
}

#brands .brand {
  float: left;
  width: 16.66667%;
  margin: -1px 0 0;
}

#brands .brand img {
  width: 100%;
  border: 1px solid #ccc;
  border-right: 0;
}

#brands .brand img,
#brands .brand .content {
  padding: 30px;
}

#brands .brand .product-count {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}

#brands .brand .btn {
  display: inline-block;
}

#brands .brand,
#lister_bar .search {
  width: 16.66667%;
}

@media (max-width: 1500px) {

  #brands .brand,
  #lister_bar .search {
    width: 25%;
  }
}

@media (max-width: 1100px) {

  #brands .brand,
  #lister_bar .search {
    width: 33.3333333%;
  }
}

@media (max-width: 767px) {

  #brands .brand,
  #lister_bar .search {
    width: 50%;
  }
}

#product .top-goback {
  margin: 20px 0 0 20px;
  display: inline-block;
  border: 1px solid #cccccc;
}

@media (max-width: 991px) {
  #product .top-goback {
    margin: 15px;
  }
}

#product .top-goback i {
  color: #e6ba65;
}

#product .top-goback:hover i {
  color: white;
}

#product .social {
  position: absolute;
  right: 20px;
  top: 60px;
  width: 50px;
}

#product .social a {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #ccc;
}

@media (max-width: 1199px) {
  #product .products {
    padding-top: 15px;
  }
}

#product .products .product {
  border-top: 1px solid #ccc;
  width: 33.3%;
}

@media (max-width: 767px) {
  #product .products .product {
    width: 50%;
  }
}

@media (max-width: 480px) {
  #product .products .product {
    width: 100%;
  }
}

@media (max-width: xxs) {
  #product .products .product {
    width: 100%;
  }
}

#product_image {
  position: relative;
  margin-bottom: 50px;
}

#product_image img.main {
  width: 100%;
  height: auto;
}

#product_image_scroll {
  position: absolute;
  left: 20px;
  top: 0px;
  height: 100%;
  overflow: hidden;
}

#product_image_scroll:after,
#product_image_scroll ul {
  display: inline-block;
  vertical-align: middle;
}

#product_image_scroll:after {
  content: " ";
  width: 0px;
  height: 100%;
  overflow: hidden;
}

#product_image_scroll ul {
  width: 100px;
}

#product_image_scroll ul li {
  width: 100%;
  height: 0px;
  padding-top: 100%;
  position: relative;
  margin: 10px 0;
}

#product_image_scroll ul li a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 2px;
  text-align: center;
}

#product_image_scroll ul li a:hover,
#product_image_scroll ul li a.active {
  border: 1px solid #e6ba65;
}

#product_image_scroll ul li a.loading img {
  opacity: 0.5;
}

#product_image_scroll ul li a.loading:after {
  font-family: "FontAwesome";
  content: "\f110";
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  color: #e6ba65;
  animation: loadingicon 1s steps(8) infinite;
}

#product_image_scroll ul li a img {
  height: 100%;
  background-color: white;
}

#quantity_selector {
  position: relative;
}

#quantity_selector input,
#quantity_selector button {
  float: left;
  width: 50%;
  display: block;
  height: 70px;
  font-size: 20px;
  text-align: left;
}

@media (max-width: 480px) {

  #quantity_selector input,
  #quantity_selector button {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: xxs) {

  #quantity_selector input,
  #quantity_selector button {
    width: 100%;
    margin-bottom: 10px;
  }
}

#quantity_selector input {
  padding-left: 15px;
}

#quantity_selector button i {
  margin-right: 20px;
}

#quantity_selector .confirm {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background-color: #bfe4a8;
  transition: width 0.25s linear;
  overflow: hidden;
}

@media (max-width: 480px) {
  #quantity_selector .confirm {
    height: 70px;
  }
}

@media (max-width: xxs) {
  #quantity_selector .confirm {
    height: 70px;
  }
}

#quantity_selector .confirm:after {
  content: " ";
  width: 0px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

#quantity_selector .confirm.active {
  width: 100%;
}

#quantity_selector .confirm>div {
  padding-left: 80px;
  padding-right: 40px;
  color: #699450;
  display: inline-block;
  max-width: 98%;
  vertical-align: middle;
}

#quantity_selector .confirm .fa-check {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #95d172;
  color: white;
  font-size: 28px;
  line-height: 70px;
}

#quantity_selector .confirm a {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 20px;
  line-height: 70px;
}

#product_info {
  background: #eeeeee;
  padding: 60px 30px;
  font-size: 16px;
}

@media (max-width: 767px) {
  #product_info {
    padding: 30px 15px;
    float: none;
  }
}

#product_info .brand {
  float: right;
  text-align: right;
  font-size: 14px;
}

@media (max-width: 767px) {
  #product_info .brand {
    float: none;
    display: block;
  }
}

#product_info .brand img {
  border: 1px solid #cccccc;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  background: white;
  max-height: 60px;
}

#product_info h1 {
  font-size: 24px;
  font-weight: bold;
}

#product_info .main-price {
  font-size: 35px;
  font-weight: bold;
}

#product_info p {
  margin-bottom: 24px;
}

#product_info .lined {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 38px;
}

#product_info .lined select {
  width: 50%;
  height: 38px;
  border: 1px solid #ccc;
  bottom: -1px;
  font-weight: normal;
  position: relative;
}

#product_info .lined i {
  line-height: 38px;
  padding: 0 10px;
  color: #e6ba65;
}

#product_info .btn.lister,
#product_info .btn.bag {
  font-size: 20px;
  padding: 1em 1em 1em 0.7em;
}

#product_info .btn.lister .fa-fw,
#product_info .btn.bag .fa-fw {
  width: 2em;
}

#product_info .btn.lister {
  width: 48%;
}

#product_info .btn.bag {
  width: 50%;
}

@media (max-width: 480px) {
  #product_info .btn.stack-buttons {
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: xxs) {
  #product_info .btn.stack-buttons {
    width: 100%;
    margin: 5px 0;
  }
}

#product_variations {
  position: relative;
}

#product_variations .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(238, 238, 238, 0.8);
  text-align: center;
  font-size: 64px;
  display: none;
}

#product_variations .loading:before,
#product_variations .loading:after {
  width: 0px;
  height: 100%;
  content: " ";
  display: inline-block;
  vertical-align: middle;
}

#product_variations .loading>i {
  vertical-align: middle;
}

html,
body,
#sidebar,
#sidebar_top,
#sidebar_content,
#sidebar_hidden,
#sidebar_hidden_inner {
  height: 100%;
  min-height: 100%;
}

#outer-wrap {
  width: 100%;
  overflow: hidden;
}

html,
body {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

a,
a:visited,
a:active,
a:hover {
  text-decoration: none !important;
  color: inherit;
}

label>a:hover {
  text-decoration: underline !important;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p,
li {
  line-height: 1.5em;
}

abbr {
  border: 0 !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  font-weight: normal;
}

p {
  margin: 0 0 1.5em;
}

* {
  box-sizing: border-box;
  outline: 0 !important;
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

#wrap {
  width: 200%;
}

@media (max-width: 991px) {
  #wrap {
    width: 100%;
  }
}

.clear {
  clear: both;
}

.clearfix:after,
.pre-clearfix:before {
  display: block;
  position: relative;
  width: 100%;
  height: 0px;
  content: " ";
  overflow: hidden;
  clear: both;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.container {
  border: 1px solid #ccc;
  background: white;
  padding: 80px 45px;
}

@media (max-width: 767px) {
  .container {
    padding: 30px 15px;
  }
}

.gutter {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .gutter {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-pad-top,
.page-pad {
  padding-top: 80px;
}

@media (max-width: 767px) {

  .page-pad-top,
  .page-pad {
    padding-top: 30px;
  }
}

.page-pad-bottom,
.page-pad {
  padding-bottom: 80px;
}

@media (max-width: 767px) {

  .page-pad-bottom,
  .page-pad {
    padding-bottom: 30px;
  }
}

.gutter-5-overflow {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-5-overflow [class|="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-10-overflow {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-10-overflow [class|="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-15-overflow {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-15-overflow [class|="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

.relative {
  position: relative;
}

.inline {
  display: inline-block !important;
}

.btn {
  padding: 0.7em;
  border: 1px solid #e6ba65;
  color: white;
  display: block;
  position: relative;
  transition: background-color 0.25s linear, color 0.25s linear;
}

.btn i.fa-angle-right {
  color: #e6ba65;
  position: absolute;
  right: 0.7em;
  top: 50%;
  margin-top: -0.5em;
  transition: color 0.25s linear;
}

.btn.inner-border {
  padding: 2em;
  text-align: center;
  z-index: 0;
}

.btn.inner-border:after {
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  border: 1px solid white;
  content: " ";
  display: block;
  z-index: -1;
}

.btn.txt-left {
  padding-right: 2em;
}

.btn:hover {
  background-color: #e6ba65;
  color: white;
}

.btn.bg-gold {
  color: white;
  border: 0;
}

.btn.bg-gold i {
  color: white;
}

.btn.bg-gold:hover {
  background-color: #333;
}

.btn.bg-grey {
  color: white;
  border: 0;
}

.btn.bg-grey i {
  color: white;
}

.btn.bg-grey:hover {
  background-color: #e6ba65;
}

.btn.txt-grey {
  color: #333;
  border: 1px solid #333;
}

.btn.txt-grey:hover {
  color: white;
  background-color: #333;
}

.btn.txt-grey.hover-gold {
  border: 1px solid #e6ba65;
}

.btn.txt-grey.hover-gold:hover {
  background-color: #e6ba65;
}

.btn.disabled {
  color: #8f8f8f;
  border: 1px solid #8f8f8f;
  background-color: #bcbcbc;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
  opacity: 0.8;
}

.btn.disabled i {
  color: #8f8f8f;
}

.half-height {
  height: 50%;
  position: relative;
}

.full-height {
  height: 100%;
  position: relative;
}

.vertical-align:after,
.vertical-align>.anchor {
  content: " ";
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.vertical-align:after {
  margin-left: -0.25em;
}

.vertical-align>.content {
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.box-square {
  height: 0px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.box-square>* {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

.bdr-gold-inr {
  position: relative;
  z-index: 0;
}

.bdr-gold-inr:before {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  display: block;
  z-index: -1;
  content: " ";
  border: 1px solid #e6ba65;
}

.border-right {
  border-right: 1px solid #ccc;
}

@media (min-width: 768px) {
  .border-right--sm {
    border-right: 1px solid #ccc;
  }
}

.image-attachment {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}

.social>a {
  display: inline-block;
  font-size: 24px;
  color: #717171;
  transition: color 0.25s linear;
  margin-right: 0.7em;
  vertical-align: middle;
}

.social>a.facebook:hover {
  color: #3765a3 !important;
}

.social>a.twitter:hover {
  color: #659fcb !important;
}

.social>a.linkedin:hover {
  color: #0177b5 !important;
}

.social>a.youtube:hover {
  color: #e22c28 !important;
}

#breadcrumbs i {
  color: #e6ba65 !important;
}

#breadcrumbs .breadcrumb_last {
  font-weight: bold;
}

@media (max-width: 767px) {
  #breadcrumbs {
    font-size: 28px;
  }
}

#banner_caption {
  text-align: center;
  height: 300px;
  margin-bottom: -300px;
  padding-top: 50px;
  position: relative;
  z-index: 2;
  color: blue;
}

table.list {
  width: 100%;
}

table.list th,
table.list tr {
  vertical-align: top;
  padding: 0 0 10px;
}

table.list th {
  font-weight: normal;
  text-align: left;
  padding-right: 30px;
  width: 1%;
}

table.list tr {
  white-space: nowrap;
}

@media (max-width: 991px) {
  table.list tr td:last-child {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }
}

#contact-footer {
  display: none;
}

@media (max-width: 991px) {
  #contact-footer {
    display: block;
    padding: 15px;
    background: #333;
    color: white;
  }

  #contact-footer.ryanair-sidebar__content--contact {
    background: #005dab;
  }

  #contact-footer.estee-lauder-sidebar__content--contact {
    background: black;
  }
}

.downloads-list {
  list-style: none;
  margin: 30px 0;
  padding: 0 !important;
  text-align: center;
}

.downloads-list__item {
  list-style: none !important;
  padding: 0 !important;
  margin: 5px 0.2% !important;
  width: 32%;
  vertical-align: top;
  display: inline-block;
}

@media (max-width: 991px) {
  .downloads-list__item {
    width: 49%;
    margin: 10px 0.2% !important;
  }
}

@media (max-width: 640px) {
  .downloads-list__item {
    width: 100%;
    margin: 10px 0 !important;
  }
}

.downloads-list__button {
  padding: 1em !important;
  word-wrap: break-word;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../../../media/packages/default/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../../../media/packages/default/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
    url("../../../media/packages/default/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("../../../media/packages/default/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("../../../media/packages/default/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("../../../media/packages/default/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
}

.blueimp-gallery>.slides>.slide>.slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.blueimp-gallery-display {
  display: block;
  opacity: 1;
}

.blueimp-gallery>.slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.blueimp-gallery-carousel>.slides {
  position: absolute;
}

.blueimp-gallery>.slides>.slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.blueimp-gallery>.slides>.slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
  opacity: 0;
}

.blueimp-gallery>.slides>.slide-error {
  background: url(../img/error.png) center no-repeat;
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
  display: none;
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}

.blueimp-gallery>.next {
  left: auto;
  right: 15px;
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}

.blueimp-gallery>.close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.blueimp-gallery>.play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

.blueimp-gallery-playing>.play-pause {
  background-position: -15px 0;
}

.blueimp-gallery>.prev:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.close:hover,
.blueimp-gallery>.title:hover,
.blueimp-gallery>.play-pause:hover {
  color: #fff;
  opacity: 1;
}

.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.title,
.blueimp-gallery-controls>.play-pause {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
  display: none;
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body:last-child .blueimp-gallery>.slides>.slide-error {
  background-image: url(../img/error.svg);
}

body:last-child .blueimp-gallery>.play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}

body:last-child .blueimp-gallery-playing>.play-pause {
  background-position: -20px 0;
}

*+html .blueimp-gallery>.slides>.slide {
  min-height: 300px;
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
  position: relative;
}

.blueimp-gallery>.indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}

.blueimp-gallery>.indicator>li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}

.blueimp-gallery>.indicator>li:hover,
.blueimp-gallery>.indicator>.active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.blueimp-gallery-controls>.indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery-single>.indicator {
  display: none;
}

.blueimp-gallery>.indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*+html .blueimp-gallery>.indicator>li {
  display: inline;
}

.blueimp-gallery>.slides>.slide>.video-content>img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -moz-backface-visibility: hidden;
}

.blueimp-gallery>.slides>.slide>.video-content>video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blueimp-gallery>.slides>.slide>.video-content>iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.blueimp-gallery>.slides>.slide>.video-playing>iframe {
  top: 0;
}

.blueimp-gallery>.slides>.slide>.video-content>a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../img/video-play.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.blueimp-gallery>.slides>.slide>.video-content>a:hover {
  opacity: 1;
}

.blueimp-gallery>.slides>.slide>.video-playing>a,
.blueimp-gallery>.slides>.slide>.video-playing>img {
  display: none;
}

.blueimp-gallery>.slides>.slide>.video-content>video {
  display: none;
}

.blueimp-gallery>.slides>.slide>.video-playing>video {
  display: block;
}

.blueimp-gallery>.slides>.slide>.video-loading>a {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
  background-image: url(../img/video-play.svg);
}

*+html .blueimp-gallery>.slides>.slide>.video-content {
  height: 100%;
}

*+html .blueimp-gallery>.slides>.slide>.video-content>a {
  left: 50%;
  margin-left: -64px;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.cards-block span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}

.cards-block .card {
  width: 37px;
  height: 24px;
  background-image: url(/media/packages/default/images/cards.png);
  overflow: hidden;
  text-indent: -99em;
  margin: 3px -1px 3px 0;
}

.cards-block .sagepay {
  background-position: 0px 0px;
}

.cards-block .visa {
  background-position: -37px 0px;
}

.cards-block .electron {
  background-position: -74px 0px;
}

.cards-block .mastercard {
  background-position: -111px 0px;
}

.cards-block .maestro {
  background-position: -148px 0px;
}

.cards-block .worldpay {
  background-position: -185px 0px;
}

#home {
  position: absolute;
  height: 100%;
  width: 100%;
}

#home>a {
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
}

#home .small {
  text-align: right;
  color: white;
}

#home .small .header {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #e6ba65;
  background: rgba(230, 186, 101, 0.8);
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.3em;
  line-height: 32px;
}

#home .small .header:after {
  content: " ";
  overflow: hidden;
  position: absolute;
  left: -32px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-color: #e6ba65 #e6ba65 transparent transparent;
  border-color: rgba(230, 186, 101, 0.8) rgba(230, 186, 101, 0.8) transparent transparent;
  border-style: solid;
  border-width: 16px;
}

#home .small .content {
  font-size: 40px;
  margin-right: 30px;
  font-weight: bold;
  line-height: 0.8em;
}

#home .small .content i {
  display: block;
  color: #e6ba65;
}

#home .small .btn {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 20px;
}

@media (max-width: 991px) {
  #home {
    position: relative;
  }

  #home>a {
    padding-top: 100%;
    position: relative;
  }

  #home>a>div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}

#main_banner .content .top,
#small_banner .content .top {
  position: relative;
  padding-bottom: 10px;
}

#main_banner .content .top span,
#small_banner .content .top span {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=50);
}

#main_banner .content .top:after,
#small_banner .content .top:after {
  content: " ";
  display: block;
  overflow: hidden;
  width: 60px;
  height: 2px;
  background: #e6ba65;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
}

#main_banner {
  color: white;
}

#main_banner>div {
  background: #1d1d1d;
  background: rgba(29, 29, 29, 0.8);
}

#main_banner .content {
  width: 90%;
}

#main_banner .content .mid {
  font-size: 35px;
  font-weight: bold;
  margin: 30px 0;
}

#main_banner .content .btn {
  font-size: 20px;
  display: inline-block;
}

#small_banner {
  color: white;
  position: relative;
  z-index: 1;
  text-align: center;
}

#small_banner .banner {
  height: 300px;
  padding-top: 50px;
  background-size: cover;
  background-position: center;
  text-align: center;
  background-image: url("/media/packages/default/images/banners/account.jpg");
  position: relative;
  z-index: 0;
}

#small_banner .banner__overlay {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=50);
}

#small_banner .banner .content {
  max-width: 730px;
}

#small_banner .banner .content .top {
  margin-bottom: 15px;
}

#small_banner .banner .content .top span {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=90);
}

#small_banner .banner .content p:last-child {
  margin: 0;
}

#small_banner .banner .buttons a,
#small_banner .banner .buttons span {
  float: left;
  margin: 0 5px;
  padding: 0 0.7em;
  line-height: 50px;
  font-size: 20px;
}

#small_banner .banner .buttons a i,
#small_banner .banner .buttons span i {
  position: static;
  margin: 0 0.5em;
}

@media (max-width: 767px) {

  #small_banner .banner .buttons a,
  #small_banner .banner .buttons span {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}

#small_banner .banner .buttons.one-button {
  text-align: center;
}

#small_banner .banner .buttons.one-button a,
#small_banner .banner .buttons.one-button span {
  float: none;
  display: inline-block;
}

#small_banner .banner .progress-bar {
  display: inline-block;
  width: 100%;
  max-width: 230px;
  height: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#small_banner .banner .progress-bar:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=30);
  z-index: -1;
}

#small_banner .banner .progress-bar span {
  animation: progressbar 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: block;
  position: relative;
  z-index: 0;
  height: 100%;
  background: #e6ba65;
}

@keyframes progressbar {
  0% {
    left: -25%;
  }

  50% {
    left: -25%;
  }

  100% {
    left: 0%;
  }
}

#small_banner.client {
  position: relative;
}

#small_banner.client .banner {
  width: 60%;
}

#small_banner.client .logo-area {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
}

#small_banner.client .logo-area img {
  max-width: 90%;
}

@media (max-width: 991px) {
  #small_banner .banner {
    height: auto;
    min-height: 140px;
    padding: 30px 15px;
  }

  #small_banner .banner .content {
    max-width: 98%;
  }
}

#account_dashboard .box {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#account_dashboard .box i.icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 45px;
  color: #e6ba65;
}

#account_dashboard .box a.btn {
  display: inline-block;
  font-size: 20px;
}

@media (max-width: 530px) {
  #account_dashboard .box h2 {
    font-size: 16px;
  }

  #account_dashboard .box i.icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    font-size: 30px;
  }

  #account_dashboard .box .btn {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  #account_dashboard .box h2 {
    font-size: 16px;
  }

  #account_dashboard .box i.icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    font-size: 30px;
  }

  #account_dashboard .box .btn {
    font-size: 12px;
  }
}

#orders .row {
  border-bottom: 1px solid #ccc;
}

#orders .row.order {
  padding: 25px 0;
}

#orders .row .btn {
  font-size: 14px;
}

#orders .items-totals dt {
  text-align: right;
}

#order h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

#order .row {
  margin-bottom: 30px;
}

#order .wrap {
  display: table;
  width: 100%;
}

#order .wrap dl {
  display: table-row;
}

#order .wrap dl dt,
#order .wrap dl dd {
  display: table-cell;
  margin: 0;
  padding-bottom: 15px;
}

#search_banner {
  padding-top: 0px !important;
}

#search_banner form input,
#search_banner form .btn {
  padding: 0.7em;
  display: inline-block;
  border: 0;
  font-size: 16px;
}

#search_banner form input {
  width: 300px;
}

#search_banner form .btn {
  width: 150px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=90);
}

#search-page .banner .extra {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 13px;
  margin-bottom: 30px;
  position: relative;
}

#search-page .banner .extra:after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
  content: " ";
  background: #e6ba65;
  width: 50px;
  height: 1px;
  border: 1px solid rgba(230, 186, 101, 0.5);
  background-clip: padding-box;
  box-sizing: content-box;
  border-radius: 2px;
}

#size-charts .size-chart-row {
  border-bottom: 1px solid #ccc;
}

#size-charts .copy ol {
  counter-reset: diamond;
}

#size-charts .copy ol li {
  list-style: none;
  position: relative;
  z-index: 0;
}

#size-charts .copy ol li:before {
  content: counter(diamond);
  counter-increment: diamond;
  display: block;
  position: absolute;
  left: -0.8em;
  top: 0.375em;
  color: white;
  width: 1.5em;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
}

#size-charts .copy ol li:after {
  width: 1.41421em;
  height: 1.41421em;
  display: block;
  content: " ";
  background: black;
  color: white;
  font-weight: bold;
  transform: rotate(-45deg);
  position: absolute;
  left: -0.70711em;
  top: 0.35355em;
  text-transform: uppercase;
  z-index: -1;
}

#size-charts .copy .size-table {
  margin-bottom: 15px;
  background: #1b1c1f;
  padding: 10px;
}

#size-charts .copy .size-table caption {
  color: white;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  background: #1b1c1f;
  text-align: left;
  padding: 0 5px 5px;
}

#size-charts .copy .size-table tbody {
  background: white;
  font-family: Arial;
}

#size-charts .copy .size-table tbody tr th,
#size-charts .copy .size-table tbody tr td {
  padding: 2px;
  font-size: 0.8em;
}

#size-charts .copy .size-table tbody tr th:first-child {
  text-align: right;
  padding-right: 20px;
  width: 160px;
}

#size-charts .copy .size-table tbody tr:first-child th {
  height: 3em;
  font-size: 1.1em;
}

#size-charts .copy .size-table tbody tr td {
  text-align: center;
}

#size-charts .copy .size-table tbody tr:nth-child(even)>* {
  background: #d7dadc;
}

#size-charts .sizeguide-image {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eeeeee;
}

#bespoke-services-steps {
  overflow: hidden;
}

#bespoke-services-steps .column {
  padding: 30px 30px 530px 130px;
  margin-bottom: -500px;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  position: relative;
}

#bespoke-services-steps .column .icon {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
  background: #e6ba65;
  color: white;
  border-radius: 50%;
}

#bespoke-services-steps .column .icon i {
  vertical-align: bottom;
  margin: 0 -0.1em;
}

#bespoke-services-steps .column .icon i:first-child {
  font-size: 40px;
}

#bespoke-services-steps .column p {
  margin: 0;
}

#bespoke-services-types .column img {
  width: 100%;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 1px;
}

#bespoke-services-types .column .content {
  padding: 30px;
}

#landing-page-generic .column img {
  width: 100%;
  border: 1px solid #ccc;
  border-right: 0;
}

#landing-page-generic .column .content {
  padding: 30px;
}

#footer-special-info {
  display: table;
  color: white;
  margin-top: 100px;
}

#footer-special-info .row {
  display: table-row;
}

#footer-special-info .column {
  display: table-cell;
  float: none;
  padding: 30px 185px 30px 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer-special-info .icon,
#footer-special-info h2 {
  color: #e6ba65;
}

#footer-special-info .icon {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 38px;
}

#footer-special-info h2 {
  font-weight: bold;
}

#footer-special-info p {
  margin: 0;
}

#footer-special-info .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  padding-top: 0;
  padding-bottom: 0px;
  line-height: 3em;
  margin-top: -1.5em;
}

#google_map {
  min-height: 375px;
  position: relative;
  z-index: 0;
}

#google_map .content {
  margin: 30px;
  border: 1px solid #e6ba65;
  padding: 30px;
  color: white;
  position: relative;
  z-index: 0;
}

#google_map .content:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: black;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=50);
  z-index: -1;
  content: " ";
}

#google_map .content h2 {
  font-size: 35px;
}

#google_map .content>* {
  line-height: 1.6em;
}

#google_map #google_map_canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#checkout-addresses {
  margin-bottom: 50px;
}

#checkout-addresses select {
  height: 38px;
  border: 1px solid #ccc;
  width: 100%;
}

#checkout-addresses .btn {
  margin: 15px 0 0;
}

@media (max-width: 767px) {
  #checkout-addresses .btn {
    margin: 0 0 30px;
  }
}

#account-choose-address table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  padding: 0;
  border-spacing: 0;
  margin-bottom: 30px;
}

#account-choose-address table tr,
#account-choose-address table th,
#account-choose-address table td {
  padding: 5px;
}

#account-choose-address table tr:nth-child(odd)>* {
  background: #eee;
}

#account-choose-address table tr:hover td {
  background: #f8ebd3;
}

#account-choose-address table .actions {
  text-align: right;
}

#account-choose-address table .actions a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

@media (max-width: 767px) {

  #account-choose-address table,
  #account-choose-address tbody,
  #account-choose-address tr {
    display: block;
  }

  #account-choose-address .table-headers {
    display: none;
  }

  #account-choose-address .table-rows {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  #account-choose-address .table-rows>td {
    display: table-row;
    background: transparent !important;
    padding: 0;
  }

  #account-choose-address .table-rows>td:before,
  #account-choose-address .table-rows>td>* {
    display: table-cell;
    vertical-align: middle;
  }

  #account-choose-address .table-rows>td:before {
    content: attr(data-title);
    width: 1%;
    padding-right: 20px;
  }

  #account-choose-address .table-rows>td[data-title]:before,
  #account-choose-address .table-rows>td[data-title]>* {
    padding-top: 10px;
  }

  #account-choose-address .table-rows>td.actions {
    display: block;
  }

  #account-choose-address .table-rows>td.actions:before {
    display: none;
  }

  #account-choose-address .table-rows>td.actions>span {
    display: block;
    margin-top: 10px;
  }

  #account-choose-address .table-rows>td.actions .edit-address {
    float: left;
    width: auto;
    padding: 0 15px;
  }

  #account-choose-address .table-rows>td.actions .edit-address:after {
    content: "Edit Address";
    display: inline-block;
    margin-left: 0.5em;
  }

  #account-choose-address .table-rows>td.actions .delete-address {
    float: right;
  }
}

@media (max-width: 767px) {
  #orders_list .headers {
    display: none;
  }

  #orders_list .item-row {
    width: 100%;
    font-size: 16px;
  }

  #orders_list .item-row>div {
    position: relative;
    padding-left: 100px;
    text-align: left !important;
    margin-top: 10px;
  }

  #orders_list .item-row>div:before {
    content: attr(data-title);
    position: absolute;
    left: 0px;
    top: 0px;
  }

  #orders_list .item-row>div.actions:before {
    top: 50%;
    margin-top: -0.5em;
  }

  #orders_list .item-row>div.actions>.btn {
    display: inline-block;
  }
}

.order-notes {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.order-notes__textarea {
  padding: 15px;
  width: 100%;
}

@media (max-width: 767px) {
  #order-information [class|="col"]:nth-child(n + 1) {
    margin-top: 15px;
  }
}

.landing-page {
  background-image: url("/media/default/images/landing-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 100%;
  width: 50%;
  text-align: center;
  padding-top: 150px;
  overflow: scroll;
}

@media (max-width: 991px) {
  .landing-page {
    width: 100%;
  }
}

.landing-page .overlay {
  display: none;
  overflow: hidden;
}

.landing-page .overlay .login-popup form {
  margin: 0px;
}

.landing-page .overlay .login-popup form dd {
  margin: 0 20px 20px 20px;
}

.landing-page.login-active .overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 999;
  display: block;
}

.landing-page.login-active .login-popup {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  min-height: 185px;
  background: #e2e2e2;
  top: 200px;
  position: relative;
}

.landing-page img {
  padding-bottom: 80px;
}

.landing-page h1 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.landing-page h2 {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
}

.landing-page hr {
  width: 70px;
  border: 0px;
  border-bottom: 4px solid #e6ba65;
}

.landing-page a,
.landing-page span {
  color: #e6ba65;
}

.landing-page a {
  font-weight: bold;
}

.landing-page a:hover {
  color: #eee;
}

.landing-page .row--footer {
  background: url("/media/default/images/footer-fade.png") no-repeat 50% 0%;
  margin-top: 200px;
  padding: 30px 0;
}

.landing-page .row--footer p {
  color: #fff;
  font-size: 14px;
}

.landing-page .row--footer p.small {
  font-size: 12px;
}

.landing-page .row--footer p span {
  color: #e6ba65;
}

.landing-page .login-popup-toggle,
.landing-page .login-popup-close {
  cursor: pointer;
}

.landing-page .login-popup-close {
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -15px;
  color: #fff;
  font-size: 40px;
}

.order-notes__textarea.error {
  border: 2px solid #f00;
}

.ryanair-sidebar #nav-mobile-toggle.active {
  background: #508fc2;
}

.ryanair-sidebar a.hollow i.fa-fw {
  color: #508fc2;
}

.ryanair-sidebar a.hollow:hover {
  background: #508fc2;
}

.ryanair-sidebar a.hollow:hover i.fa-fw {
  color: #e6ba65;
}

.ryanair-sidebar #nav a i.fa,
.ryanair-sidebar #nav a .ufw-bag {
  color: #508fc2;
}

.ryanair-sidebar #nav a:hover {
  background: #508fc2;
}

.ryanair-sidebar #nav a:hover i.fa,
.ryanair-sidebar #nav a:hover .ufw-bag {
  color: #e6ba65;
}

@media (max-width: 991px) {
  .ryanair-sidebar #nav {
    background: #508fc2;
  }

  .ryanair-sidebar #nav a i.fa,
  .ryanair-sidebar #nav a .ufw-bag {
    color: #005dab;
  }

  .ryanair-sidebar #nav a:hover {
    background: #005dab;
  }

  .ryanair-sidebar #nav a:hover i.fa,
  .ryanair-sidebar #nav a:hover .ufw-bag {
    color: #e6ba65;
  }
}

.ryanair-sidebar__content .social a {
  cursor: pointer;
}

.ryanair-sidebar__content .social a i.fa {
  color: #508fc2;
}

.ryanair-sidebar__content .social a:hover i.fa {
  color: #e6ba65;
}

.about-page {
  background-color: #232323;
}

.about-page section {
  padding: 50px 0;
}

.about-page section h2 {
  color: #e6ba65;
  font-weight: bold;
}

.about-page section p {
  color: white;
}

.about-page section:nth-child(odd) {
  background-color: #333333;
}

.about-page section .btn {
  color: white;
  display: inline-block;
}

.about-page section.services {
  background-image: url("/media/default/images/services-bg.jpg");
  background-size: cover;
  background-position: center;
}

.about-page section span.sector {
  color: #e6ba65;
}

@media (max-width: 992px) {

  .about-page section h1,
  .about-page section h2,
  .about-page section h3,
  .about-page section h4,
  .about-page section h5,
  .about-page section h6,
  .about-page section p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about-page .what-customers-say .author {
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
  text-align: left;
  display: inline-block;
  overflow: visible;
}

.about-page .what-customers-say .author .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  overflow: hidden;
}

.about-page .what-customers-say .author .image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-page .what-customers-say .author h3 {
  font-size: 16px;
  color: #e6ba65;
  font-weight: bold;
}

.about-page .what-customers-say .author p {
  margin-bottom: 0;
}

.about-page .what-customers-say .slick-list {
  overflow: visible;
}

.about-page .what-customers-say .slider {
  position: relative;
}

.about-page .what-customers-say .slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.about-page .what-customers-say .slider .slick-next,
.about-page .what-customers-say .slider .slick-prev {
  font-family: "FontAwesome";
  font-size: 50px;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  font-style: normal;
  cursor: pointer;
  font-weight: 300;
  z-index: 10;
}

.about-page .what-customers-say .slider .slick-next {
  left: auto;
  right: 50px;
}

.about-page .what-customers-say .slick-dots {
  text-align: center;
  padding-top: 20px;
}

.about-page .what-customers-say .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}

.about-page .what-customers-say .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #393939;
  border-radius: 50%;
  border: 0;
  text-indent: -99999px;
  padding: 0;
}

.about-page .what-customers-say .slick-dots li.slick-active button {
  background: #e6ba65;
}

.about-page .manufacture-stock {
  padding: 0;
}

.about-page .manufacture-stock .content {
  padding: 50px;
}

.about-page .manufacture-stock .content .btn {
  width: 100%;
  margin-top: 20px;
}

.about-page .manufacture-stock .image-bg {
  background-image: url("/media/default/images/manufacture-stock.jpg");
  background-size: cover;
  background-position: center;
}

.about-page .cta {
  padding: 25px;
}

.about-page .cta div[class^="col"] {
  padding: 25px;
}

.about-page .cta div[class^="col"] img {
  width: 100%;
  height: auto;
}

.about-page .cta div[class^="col"] .overlay {
  width: calc(100% - 100px);
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.about-page .cta div[class^="col"] .overlay .btn {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.modal {
  position: fixed;
  width: calc(100% - 240px);
  height: 100%;
  top: 0;
  left: 240px;
  z-index: -1;
  transition: ease-in-out all 0.3s;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 100px;
}

@media (max-width: 992px) {
  .modal {
    width: 100%;
    left: 0;
    padding-top: 140px;
  }
}

.modal .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out all;
  position: absolute;
  left: 0;
  top: 0;
}

.modal .content {
  width: 80%;
  background: #232323;
  padding: 50px;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: 0.3s ease-in-out all;
  top: 20px;
  left: 10%;
}

.modal .content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  color: white;
}

.modal.active {
  z-index: 999999;
}

.modal.active .overlay {
  opacity: 1;
}

.modal.active .content {
  opacity: 1;
  top: 0;
}

.faq {
  background-color: #232323;
  padding: 50px 0;
}

.faq .accordion .title,
.faq .accordion .content {
  color: white;
}

@media (max-width: 1200px) {
  .accordion {
    padding: 0 20px;
  }
}

.accordion .item {
  border-bottom: 1px solid white;
  padding: 10px 0;
}

.accordion .item .title {
  font-weight: bold;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}

.accordion .item .title:after {
  content: "\f055";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  color: #e6ba65;
}

.accordion .item .content {
  padding: 10px 0 0 0;
}

.accordion .item.active .title:after {
  content: "\f056";
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*# sourceMappingURL=theme.min.css.map */


















.lauder-sidebar #nav-mobile-toggle.active {
  background: #757575;
}

.lauder-sidebar a.hollow i.fa-fw {
  color: #757575;
}

.lauder-sidebar a.hollow:hover {
  background: #757575;
}

.lauder-sidebar a.hollow:hover i.fa-fw {
  color: #fff;
}

.lauder-sidebar #nav a i.fa,
.lauder-sidebar #nav a .ufw-bag {
  color: #757575;
}

.lauder-sidebar #nav a:hover {
  background: #ec4961;
}

.lauder-sidebar #nav a:hover i.fa,
.lauder-sidebar #nav a:hover .ufw-bag {
  color: #fff;
}

@media (max-width: 991px) {
  .lauder-sidebar #nav {
    background: #757575;
  }

  .lauder-sidebar #nav a i.fa,
  .lauder-sidebar #nav a .ufw-bag {
    color: #005dab;
  }

  .lauder-sidebar #nav a:hover {
    background: #005dab;
  }

  .lauder-sidebar #nav a:hover i.fa,
  .lauder-sidebar #nav a:hover .ufw-bag {
    color: #fff;
  }
}

.lauder-sidebar__content .social a {
  cursor: pointer;
}

.lauder-sidebar__content .social a i.fa {
  color: #757575;
}

.lauder-sidebar__content .social a:hover i.fa {
  color: #fff;
}












.buzz-sidebar #nav-mobile-toggle.active {
  background: #757575;
}

.buzz-sidebar a.hollow i.fa-fw {
  color: #757575;
}

.buzz-sidebar a.hollow:hover {
  background: #757575;
}

.buzz-sidebar a.hollow:hover i.fa-fw {
  color: #fff;
}

.buzz-sidebar #nav a i.fa,
.buzz-sidebar #nav a .ufw-bag {
  color: #757575;
}

.buzz-sidebar #nav a:hover {
  background: #884959;
}

.buzz-sidebar #nav a:hover i.fa,
.buzz-sidebar #nav a:hover .ufw-bag {
  color: #fff;
}

@media (max-width: 991px) {
  .buzz-sidebar #nav {
    background: #757575;
  }

  .buzz-sidebar #nav a i.fa,
  .buzz-sidebar #nav a .ufw-bag {
    color: #005dab;
  }

  .buzz-sidebar #nav a:hover {
    background: #005dab;
  }

  .buzz-sidebar #nav a:hover i.fa,
  .buzz-sidebar #nav a:hover .ufw-bag {
    color: #fff;
  }
}

.buzz-sidebar__content .social a {
  cursor: pointer;
}

.buzz-sidebar__content .social a i.fa {
  color: #757575;
}

.buzz-sidebar__content .social a:hover i.fa {
  color: #fff;
}