/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

fieldset,
figure {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 62.5%;
  font-weight: 300;
  line-height: 1.4;
  color: #423326;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: #f1592a;
  background: #fff;
}

.likeh1,
.likeh2,
h2,
h3,
h4,
h5 {
  color: #f1592a;
  font-weight: 300;
  margin: 0.45em 0;
}

.likeh1,
h1 {
  color: #f1592a;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
}

.likeh1:after,
h1:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  width: 1em;
  height: 3em;
  left: 0;
  top: 0;
  border-right: 2px solid #f1592a;
  -moz-transform-origin: 2.85em -1.125em;
  -ms-transform-origin: 2.85em -1.125em;
  -webkit-transform-origin: 2.85em -1.125em;
  transform-origin: 2.85em -1.125em;
  -moz-transform: rotate(24.5deg);
  -ms-transform: rotate(24.5deg);
  -webkit-transform: rotate(24.5deg);
  transform: rotate(24.5deg);
}

.likeh2,
h2 {
  font-size: 4.5em;
  line-height: 1.1;
  color: #423326;
}

h3 {
  font-size: 3em;
  color: #423326;
  margin: 1.5em 0;
}

h4 {
  font-size: 1.8em;
}

h5 {
  font-size: 1.6em;
}

b,
strong {
  color: #f1592a;
  font-weight: 400;
}

a {
  color: #f1592a;
  text-decoration: none;
  -moz-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  -webkit-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
}

a img {
  border: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

.likep,
ol,
p,
ul {
  font-size: 2em;
  margin: 1.5em 0;
}

ol,
ul {
  padding-left: 2em;
}

ol ol,
ol ul,
ul ol,
ul ul {
  font-size: 1em;
  margin: 0;
}

table {
  width: 100%;
  font-size: 2em;
  border-collapse: collapse;
  border-bottom: 1px solid #e7e7e8;
  border-left: 1px solid #e7e7e8;
  margin: 2em 0 0 0;
}

table td,
table th {
  border-right: 1px solid #e7e7e8;
  border-top: 1px solid #e7e7e8;
  padding: 5px;
  text-align: center;
}

table td img,
table th img {
  max-height: 50px;
}

img {
  max-width: 100%;
}

fieldset {
  font-size: 2em;
  border: 0;
  padding: 0;
  margin: 1em 0;
}

input:not([type="checkbox"]),
select,
textarea {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 1em;
  color: #423326;
  padding: 3px;
  border: 1px solid #e7e7e8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-appearance: none;
}

input[type="radio"] {
  border: 0;
}

textarea {
  min-height: 150px;
}

.btnheader {
  position: relative;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #f1592a;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin: 0 1px 0 19px;
  border: none;
}

.btnheader:before {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  border-bottom: 40px solid transparent;
  border-right: 19px solid #f1592a;
  left: -19px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.btnheader:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  border-top: 40px solid transparent;
  border-left: 19px solid #f1592a;
  right: -19px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.btnheader.noright {
  padding-right: 20px;
}

.btnheader.noright:after {
  display: none;
}

.btnheader:hover {
  color: #fff;
  background-color: #e0552a;
}

.btnheader:hover:before {
  border-right-color: #e0552a;
}

.btnheader:hover:after {
  border-left-color: #e0552a;
}

.btn,
.imgCollection .collectionTitle {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  background: 0 0;
  line-height: 40px;
  padding: 0 40px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin: 0 0 1px 0;
  margin-left: -19px;
  border: none;
}

.btn.big,
.imgCollection .big.collectionTitle {
  font-size: 17px;
  line-height: 50px;
  padding: 0 50px;
}

.btn:after,
.imgCollection .collectionTitle:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  width: calc(100% - 18px);
  height: 100%;
  border: none;
  background: #f1592a;
  box-sizing: border-box;
  z-index: -1;
  -moz-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.btn:hover:after,
.imgCollection .collectionTitle:hover:after {
  background: #e0552a;
}

.btn:first-of-type,
.imgCollection .collectionTitle:first-of-type {
  margin-left: 0;
}

.smalltext ol,
.smalltext p,
.smalltext ul {
  font-size: 1.6em;
}

ol.smalltext,
p.smalltext,
ul.smalltext {
  font-size: 1.6em;
}

.nomargin {
  margin: 0 !important;
}

.notopmargin {
  margin-top: 0 !important;
}

.nobottommargin {
  margin-bottom: 0 !important;
}

.accent {
  color: #f1592a;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none !important;
}

.fullwidth {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  clear: both;
}

.fullwidth-padding {
  box-sizing: border-box;
  padding: 0 30px;
  margin-top: 12em !important;
  margin-bottom: 12em !important;
}

.transition {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.transition-fast {
  -webkit-transition: 125ms ease-in-out;
  transition: 125ms ease-in-out;
}

.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.aligncenter {
  text-align: center !important;
}

.alignright {
  text-align: right !important;
}

.columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
}

.columns p:first-child {
  margin-top: 0;
}

.separated:before {
  content: "";
  background: #e7e7e8;
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 2em;
  margin-bottom: 30px;
}

.margined {
  margin-top: 6em !important;
  margin-bottom: 6em !important;
}

.mw600 {
  display: block;
  position: relative;
  max-width: 600px;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.item {
  display: block;
  position: relative;
  margin-bottom: 6em;
}

.item .img {
  font-size: 10px;
  position: relative;
  margin: 0 4em;
}

.item .img.imgLeft {
  float: left;
  margin-left: 0;
}

.item .img.imgRight {
  float: right;
  margin-right: 0;
}

.item.layout3 .img,
.item.layout4 .img {
  margin-top: 0;
}

.item.layout5 .img,
.item.layout6 .img,
.item.layout7 .img {
  margin-right: 0;
  margin-left: 0;
}

.item.box {
  color: #fff;
  background: #7b6a5d;
  padding: 1em 4em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.item.box a,
.item.box h1,
.item.box h2,
.item.box p,
.item.box ul {
  color: #fff;
}

.item.box a strong,
.item.box h1 strong,
.item.box h2 strong,
.item.box p strong,
.item.box ul strong {
  color: #fff;
  font-size: 1.5em;
}

.item.intro p:first-of-type {
  font-size: 2.4em;
}

@media only screen and (max-width: 800px) {
  table {
    font-size: 1.2em;
  }

  .columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .fullwidth-padding,
  .margined {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }

  .ornament {
    max-width: 50% !important;
  }
}

.container {
  display: block;
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1440px;
}

.container-full {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

[class*="col-"] {
  float: left;
  min-height: 1px;
  padding-left: 2em;
  padding-right: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="col-"].right {
  float: right;
}

.col-2-5 {
  position: relative;
  width: 40%;
}

.col-3-5 {
  position: relative;
  width: 60%;
}

.col-3-5.withslider {
  padding: 0;
}

.col-1-5 {
  width: 20%;
}

.row {
  margin-left: -2em;
  margin-right: -2em;
  outline: 0;
}

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

.row:after {
  clear: both;
}

@media only screen and (max-width: 1100px) {
  .col-2-5,
  .col-3-5 {
    width: 100%;
  }

  .col-2-5 .alignright {
    text-align: left !important;
  }

  .col-2-5 .nobottommargin {
    margin-bottom: 2.25em !important;
  }
}

@media only screen and (max-width: 1000px) {
  .colGallery {
    width: 100%;
  }

  .col-3,
  .col-4 {
    width: 50%;
  }

  .col-1-5 {
    width: 25%;
  }
}

@media only screen and (max-width: 800px) {
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .container,
  .container-full {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .fullwidth-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-1-5 {
    width: 50%;
  }
}

.error {
  color: #c80000;
  background: #ffecec !important;
  border-color: #c80000 !important;
}

.formalert {
  text-align: center;
  display: block;
  position: fixed;
  top: 100px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  overflow: hidden;
  z-index: 10000;
}

.formalert div {
  display: block;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid rgba(241, 89, 42, 0.3);
}

.formalert div p {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px;
  color: #fff;
  background: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(241, 89, 42, 0.8);
}

.formalert div.error {
  border: 5px solid rgba(200, 0, 0, 0.3);
}

.formalert div.error p {
  background: #c80000;
  background: rgba(200, 0, 0, 0.8);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: block;
  position: relative;
  float: left;
  padding: 0 1em;
  margin-top: -40px;
  list-style: none;
}

.slick-slider * {
  outline: 0;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  margin: 0 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #f1592a;
}

.cc-wrapper .cc-item {
  position: fixed;
  bottom: 0;
  z-index: 99990;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  transition: 0.2s;
  width: 100%;
}

.cc-wrapper .cc-item .cc {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cc-description-con {
  margin: 10px 0 0;
}

.cc-description-con .cc-description {
  display: flex;
  align-items: flex-end;
  margin-bottom: 22px;
  font-weight: 700;
}

.cc-description-con .cc-description p {
  font-size: 22px;
  margin-left: 20px;
}

.cc-description-con .cc-description a {
  display: block;
}

.cc-description-con a {
  color: #7f7f7f;
  text-decoration: underline;
}

.cc-description-con a:hover {
  text-decoration: none;
}

.cc-top {
  display: flex;
  align-items: center;
}

.cc-top p {
  margin: 0;
}

.cc-operations {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  transition: 0.3s;
  will-change: transform;
  z-index: 99999;
}

.cc-operations-list {
  background: #fff;
  color: #1a1a1a;
  max-width: 810px;
  padding: 40px;
  margin: auto;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
  transition: 0.2s transform;
  will-change: transform;
}

.cc-operations-list .h6 {
  font-weight: 700;
  margin-top: 0 !important;
}

.cc-operations-item {
  display: block;
  padding-left: 60px;
  margin-bottom: 20px;
}

.cc-operations-item.disabled {
  color: #a9a9a9;
}

.cc-operations-item.disabled label::after {
  opacity: 0.3;
}

.cc-operations-item input {
  display: none;
}

.cc-operations-item input:checked + label:before {
  background-color: rgba(127, 192, 114, 0.6);
}

.cc-submit {
  color: #fff !important;
}

.cc-operations-item label {
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  display: block;
  position: relative;
  margin: 0;
}

.cc-button-close,
.cc-operations-itemlabel {
  font-size: 16px;
}

.cc-operations-item label::before {
  content: "";
  display: block;
  left: -60px;
  background: #dedede;
  height: 20px;
  border-radius: 20px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cc-operations-item label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #423326;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -58px;
  transition: 0.2s;
}

.cc-operations-item input:checked + label::after {
  transform: translate(20px, -50%);
}

.cc-button {
  display: block;
  color: #000;
  white-space: nowrap;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 30px;
  outline: 0 !important;
}

.cc-button-settings {
  color: #423326;
}

.cc-button-settings:after {
  background-color: transparent !important;
}

.cc-caption {
  padding: 10px 0;
}

.cc-caption p {
  margin-top: 10px;
  font-size: 12px !important;
}

.cc-button-close {
  color: #fff;
  margin: 40px 0 0 60px;
  padding: 2px 30px;
  outline: 0 !important;
}

.cc-logo {
  width: 230px;
  margin-right: 20px;
}

@media only screen and (max-width: 900px) {
  .cc {
    display: block;
  }

  .cc-bottom {
    margin-top: 20px;
  }

  .cc-button-close {
    margin: 40px 0 0;
  }
}

.cc-button-white:after {
  content: unset;
}

@media only screen and (max-width: 720px) {
  .cc-item {
    height: auto;
  }

  .cc-logo {
    display: none;
  }

  .cc-description-con .cc-description p {
    margin-left: 0;
  }
}

@media only screen and (min-width: 890px) {
  .cc-bottom {
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  .cc-button:not(:first-of-type) {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1140px) {
  .cc-button {
    margin: 0 10px 10px 0;
  }
}

@media only screen and (max-width: 520px) {
  .cc-caption {
    display: none;
  }

  .h6 {
    font-size: 18px !important;
  }

  p {
    font-size: 14px;
  }

  button {
    font-size: 12px !important;
  }

  label {
    font-size: 16px !important;
  }
}

div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite.png) -78px -93px
    no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite_x.png) top left
    repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite.png) -112px -93px
    no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite_y.png) top right
    repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite_next.png) center
    right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite_prev.png) center
    left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite.png) 2px 1px
    no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url(../img/prettyPhoto/prettyPhoto/default/default_thumb.png)
    center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite.png) -31px -3px
    no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite.png) -78px -127px
    no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite_x.png) bottom
    left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(../img/prettyPhoto/prettyPhoto/default/sprite.png) -112px -127px
    no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(../img/prettyPhoto/prettyPhoto/default/loader.gif) center
    center no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -88px -53px
    no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -110px -53px
    no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/btnNext.png)
    center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/btnPrevious.png)
    center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -26px
    no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -47px
    no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -71px
    no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -22px -71px
    no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -88px -80px
    no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -110px -80px
    no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -88px -53px
    no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -110px -53px
    no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png)
    top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png)
    top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/btnNext.png)
    center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/btnPrevious.png)
    center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -26px
    no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -47px
    no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -71px
    no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -22px -71px
    no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -88px -80px
    no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -110px -80px
    no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/loader.gif) center
    center no-repeat;
}

div.dark_square .pp_content,
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/loader.gif) center
    center no-repeat;
}

div.dark_square .pp_expand {
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -26px
    no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -47px
    no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -71px
    no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/sprite.png) -22px -71px
    no-repeat;
}

div.dark_square .pp_next:hover {
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/btnNext.png) center
    right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url(../img/prettyPhoto/prettyPhoto/dark_square/btnPrevious.png)
    center left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url(../img/prettyPhoto/prettyPhoto/light_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url(../img/prettyPhoto/prettyPhoto/light_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url(../img/prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -26px
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url(../img/prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -47px
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../img/prettyPhoto/prettyPhoto/light_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_nav .pp_play {
  background: url(../img/prettyPhoto/prettyPhoto/light_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(../img/prettyPhoto/prettyPhoto/light_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(../img/prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -71px
    no-repeat;
}

div.light_square .pp_arrow_next {
  background: url(../img/prettyPhoto/prettyPhoto/light_square/sprite.png) -22px -71px
    no-repeat;
}

div.light_square .pp_next:hover {
  background: url(../img/prettyPhoto/prettyPhoto/light_square/btnNext.png)
    center right no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url(../img/prettyPhoto/prettyPhoto/light_square/btnPrevious.png)
    center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) -88px -53px
    no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/contentPatternTop.png)
    top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) -110px -53px
    no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/contentPatternLeft.png)
    top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/contentPatternRight.png)
    top right repeat-y;
}

div.facebook .pp_expand {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/loader.gif) center
    center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) -32px -71px
    no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) -1px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) -32px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/btnNext.png) center
    right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/btnPrevious.png)
    center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) -88px -80px
    no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/contentPatternBottom.png)
    top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/sprite.png) -110px -80px
    no-repeat;
}

div.pp_pic_holder a:focus {
  outline: 0;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_next,
a.pp_arrow_previous {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../img/prettyPhoto/prettyPhoto/facebook/default_thumbnail.gif)
    0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/btnNext.png)
    10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/btnNext.png)
    10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_contract,
a.pp_expand {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.light_rounded .pp_content,
div.pp_default .pp_content {
  background-color: #fff;
}

div.facebook #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}

div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details,
div.pp_default .pp_details {
  position: relative;
}

div.facebook .pp_content,
div.light_rounded .pp_bottom .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_top .pp_middle,
div.light_square .pp_content,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
  background: #fff;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}

div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous {
  margin-top: 12px !important;
}

div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(../img/prettyPhoto/prettyPhoto/light_rounded/loader.gif)
    center center no-repeat;
}

div.dark_rounded .pp_bottom .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_top .pp_middle {
  background: url(../img/prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png)
    top left repeat;
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_bottom,
.pp_top {
  height: 20px;
  position: relative;
}

* html .pp_bottom,
* html .pp_top {
  padding: 0 20px;
}

.pp_bottom .pp_left,
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_bottom .pp_middle,
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.pp_bottom .pp_right,
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade,
.pp_gallery li.default a img {
  display: none;
}

.language-tunnel {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/cabbani-sfeer.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  z-index: 99999999999;
}

.language-tunnel:after {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 120%;
  bottom: 0;
  right: -380px;
  z-index: -1;
  background: #fff;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.language-tunnel .logo-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.language-tunnel .language-tunnel-content {
  text-align: center;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 100%;
  z-index: 2;
}

.language-tunnel .language-tunnel-logo {
  display: inline-block !important;
  margin: 0 0 4.5em 0;
}

.language-tunnel .language-tunnel-title {
  font-size: 3em;
  margin: 0 0 1.5em 0;
}

.imgCollection .language-tunnel .collectionTitle img,
.language-tunnel .btn img,
.language-tunnel .imgCollection .collectionTitle img {
  margin: 0 10px 0 0;
}

.imgCollection .language-tunnel .collectionTitle:after,
.language-tunnel .btn:after,
.language-tunnel .imgCollection .collectionTitle:after {
  background: #423326;
}

.imgCollection .language-tunnel .collectionTitle:hover:after,
.language-tunnel .btn:hover:after,
.language-tunnel .imgCollection .collectionTitle:hover:after {
  background: #f1592a;
}

.header p,
.header ul {
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header a {
  color: #423326;
  text-decoration: none !important;
}

.header .header-top {
  position: relative;
  border-bottom: 1px solid #e7e7e8;
  z-index: 2;
}

.header .header-top p,
.header .header-top ul {
  font-size: 12px;
}

.header .header-top .header-c2a {
  line-height: 40px;
  text-decoration: none;
  display: block;
  float: left;
  height: 40px;
  padding: 0 30px;
  position: relative;
}

.header .header-top .header-c2a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100%);
  height: 100%;
  border-right: 1px solid #e7e7e8;
  background: 0 0;
  box-sizing: border-box;
  z-index: -1;
  -moz-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.header .header-top .header-c2a.first:after {
  width: calc(100% + 8px);
  left: -8px;
}

.header .header-top .header-c2a img {
  vertical-align: -4px;
  margin-right: 5px;
  -webkit-transition: none;
  transition: none;
}

.header .header-top .header-c2a:hover:after {
  background: #e7e7e8;
}

.header .header-top .header-c2a:hover img {
  opacity: 1;
  filter: none;
}

.header .header-top .header-c2a-b img {
  vertical-align: -2px;
}

.header .header-top .meta-menu {
  line-height: 40px;
  float: left;
}

.header .header-top .meta-menu li {
  float: left;
}

.header .header-top .meta-menu li a {
  margin-right: 20px;
}

.header .header-top .meta-menu li a:hover {
  color: #f1592a;
}

.header .header-top .meta-menu li.active a {
  color: #f1592a;
}

.header .header-top .lang-active {
  line-height: 40px;
  float: left;
  margin-right: 30px;
}

.header .header-top .lang-active img {
  vertical-align: 2px;
}

.header .header-top .lang-countries {
  background: #fff;
  position: absolute;
  right: 0;
  top: 41px;
  padding: 2em 4em;
  border-left: 1px solid #e7e7e8;
  border-bottom: 1px solid #e7e7e8;
  min-width: 120px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.header .header-top .lang-countries li {
  line-height: 2em;
}

.header .header-top .lang-countries li a:hover {
  color: #f1592a;
}

.header .header-top .lang-countries li a.active {
  color: #f1592a;
}

.header .header-top .lang-countries li a img {
  margin-right: 1em;
}

.header .logo {
  display: block;
  position: relative;
  float: left;
  height: 60px;
  padding: 25px 30px;
  z-index: 2;
}

.header .logo:hover img {
  opacity: 1 !important;
}

.header .nav {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.header .nav .menu {
  line-height: 50px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header .nav .menu li {
  display: inline-block;
  padding: 30px 20px;
}

.header .nav .menu li:not(.fullwidth-subnav) {
  position: relative;
}

.header .nav .menu li:not(.fullwidth-subnav, .subnav-li):after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 10px;
  background: #e7e7e8;
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.header .nav .menu li:last-child:after {
  display: none;
}

.header .nav .menu li a {
  color: #423326;
}

.header .nav .menu li a:hover {
  color: #f1592a;
}

.header .nav .menu li.active a {
  color: #f1592a;
  padding-bottom: 15px;
}

.header .pos {
  line-height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  z-index: 1;
}

.header .pos .btn,
.header .pos .imgCollection .collectionTitle,
.imgCollection .header .pos .collectionTitle {
  vertical-align: middle;
  margin-left: 0;
}

.fullwidth-subnav:hover .submenu-con {
  display: block;
}

.fullwidth-subnav:hover \ .collectionTitle {
  z-index: 0 !important;
  background-color: red;
}

.submenu-con {
  display: none;
  height: 300px;
  min-height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 110px;
  width: 100%;
}

.submenu-con:hover {
  display: block;
}

.submenu-con .subnav {
  padding: 0 30px;
  height: 100%;
  display: flex;
  justify-content: center;
}

.submenu-con .subnav .subnav-li {
  padding: 60px 20px !important;
  height: 100%;
  width: 33.334%;
  background-color: #ececec;
  color: #fff;
}

.submenu-con .subnav .subnav-li:first-of-type {
  padding-left: 60px !important;
}

.submenu-con .subnav .subnav-li:last-of-type {
  padding-right: 60px !important;
}

.submenu-con .subnav .subnav-li img {
  height: 90%;
  width: 100%;
  object-fit: cover;
}

.submenu-con .subnav .subnav-li p {
  line-height: 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.bg-secondary {
  background-color: #2d2d2d;
}

.nobanner {
  width: 100%;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #e7e7e8;
}

.img {
  position: relative;
}

.img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.imgtrigrid {
  margin: 140px 0;
}

@media only screen and (max-width: 1100px) {
  .imgtrigrid .col-5 {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .imgtrigrid .col-7 {
    width: 100%;
    padding-bottom: 60px;
  }

  .imgtrigrid .col-7 img {
    width: 100%;
    max-height: 370px;
  }
}

.imgtrigrid h1:after {
  background: #2d2d2d;
}

.imgtrigrid p {
  color: #fff;
  font-family: "Open Sans";
}

.trigrid-img-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: -60px;
}

@media only screen and (max-width: 1100px) {
  .trigrid-img-con {
    position: unset;
  }
}

.trigrid-img-con img {
  height: 100%;
  object-fit: cover;
}

.trigrid-img-con p {
  font-weight: 700;
}

@media only screen and (max-width: 1465px) {
  .trigrid-img-con p {
    font-size: 1.8em;
  }
}

.trigrid-img-con .col-4 {
  padding-bottom: 40px;
}

.trigrid-txt-con {
  margin: 60px 0 220px 0;
}

@media only screen and (max-width: 1100px) {
  .trigrid-txt-con {
    margin-bottom: 100px;
  }
}

.section-cta {
  padding: 3rem 0;
}

.section-cta a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-right: 45px;
}

.section-cta .a-row .a-con {
  display: inline;
}

@media only screen and (max-width: 545px) {
  .section-cta .a-row .a-con:first-of-type {
    margin-bottom: 55px;
    display: block;
  }
}

.section-cta h2 {
  padding-bottom: 20px;
}

.section-cta p {
  padding-bottom: 20px;
}

.m-0 {
  margin: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.steps {
  display: block;
  padding-left: 40px;
  overflow: hidden;
}

.steps .step {
  font-size: 10px;
  display: block;
  position: relative;
  float: left;
  width: 19.667%;
  min-height: 60px;
  margin-left: -40px;
  padding: 10px 40px 10px 0;
  outline: 0;
  text-decoration: none;
}

.steps .step.active:after {
  background: #f4f4f4;
}

.steps .step .step-padding {
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  margin-right: -10px;
}

.steps .step .step-padding .step-nr {
  display: block;
  float: left;
  font-size: 4em;
  font-weight: 400;
  line-height: 50px;
  -moz-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  -webkit-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
}

.steps .step .step-padding .step-content {
  display: block;
  color: #423326;
  text-transform: uppercase;
  -moz-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  -webkit-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
}

.steps .step .step-padding .step-content .step-ttl {
  display: block;
  padding-top: 0.65em;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 2px;
}

.steps .step .step-padding .step-content .step-ttl-big {
  font-size: 2em;
  font-weight: 400;
  line-height: 50px;
}

.steps .step .step-padding .step-content .step-txt {
  display: block;
  font-weight: 400;
  line-height: 1.1;
}

.steps .step:after {
  content: "";
  position: absolute;
  left: 19px;
  top: -1px;
  width: calc(100% - 38px);
  height: 100%;
  border: 2px solid #e7e7e8;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  -moz-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.steps .step:hover {
  text-decoration: none;
}

.steps .step:hover .step-content,
.steps .step:hover .step-nr {
  color: #fff;
}

.steps .step:hover:after {
  background: #f1592a;
  border: none;
}

.margined .step {
  width: 16.667%;
}

.skewRight {
  display: block;
  position: relative;
  overflow: hidden;
}

.skewRight:after {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 120%;
  bottom: 0;
  right: -400px;
  background: #fff;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.skewRight.skewSlider:after {
  bottom: auto;
  top: 0;
  right: -300px;
  -moz-transform-origin: top left 50%;
  -ms-transform-origin: top left 50%;
  -webkit-transform-origin: top left 50%;
  transform-origin: top left 50%;
}

.skewLeft {
  display: block;
  position: relative;
  overflow: hidden;
}

.skewLeft:after {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 120%;
  top: 0;
  left: -400px;
  background: #fff;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.skewLeft.skewSlider:after {
  top: auto;
  bottom: 0;
  left: -300px;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.home {
  display: block;
  position: relative;
}

.home .col-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-right: 3em;
  z-index: -1;
  overflow: hidden;
}

.home .imgContainerHome {
  display: block;
  width: 100%;
  height: 100%;
}

.home .imgContainerHome img {
  display: none;
}

.link-ttl-block h2,
.link-ttl-block p {
  display: inline-block;
  width: auto;
  margin-right: 0.5em;
  margin-bottom: 1em;
}

.banner {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}

.banner .banner-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner .banner-container.maps-container {
  height: 0;
  padding-bottom: 30%;
}

.banner .banner-container .collectionTitle {
  color: #fff;
  font-size: 5.6em;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 2em;
  margin-top: -0.5em;
  z-index: 1;
}

.banner .banner-container img {
  width: 100%;
  display: block;
}

.banner .banner-container .banner-box1 {
  background: #fff url(../img/loader.gif) no-repeat center center;
  display: block;
  position: relative;
  float: left;
  width: 37%;
  height: 0;
  padding-bottom: 37%;
  border-right: 8px solid #fff;
  overflow: hidden;
}

.banner .banner-container .banner-box1 .banner-rotated {
  display: block;
  position: absolute;
  width: 125%;
  top: 22.5%;
  left: 0;
  border-top: 8px solid #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -ms-transform: rotate(35deg);
  -ms-transform-origin: left top;
  -webkit-transform: rotate(35deg);
  -webkit-transform-origin: left top;
  transform: rotate(35deg);
  transform-origin: left top;
  z-index: 1;
}

.banner .banner-container .banner-box1 .banner-rotated img {
  -ms-transform: rotate(-35deg);
  -ms-transform-origin: left top;
  -webkit-transform: rotate(-35deg);
  -webkit-transform-origin: left top;
  transform: rotate(-35deg);
  transform-origin: left top;
}

.banner .banner-container .banner-box2 {
  background: #fff url(../img/loader.gif) no-repeat center center;
  display: block;
  position: relative;
  float: left;
  width: 63%;
  height: 0;
  padding-bottom: 37%;
  overflow: hidden;
}

.banner .banner-over {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.banner .banner-over .bubble {
  float: right;
}

.banner-slick .slick-next,
.banner-slick .slick-prev {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  width: 30px;
  height: 38px;
  border: none;
  padding: 0;
  margin: auto 0;
  background: 0 0;
  z-index: 1;
  outline: 0;
  text-indent: -999999px;
}

.banner-slick .slick-next:after,
.banner-slick .slick-next:before,
.banner-slick .slick-prev:after,
.banner-slick .slick-prev:before {
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  width: 2px;
  height: 50%;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -moz-transition: all 0.1s, ease-in;
  -o-transition: all 0.1s, ease-in;
  -webkit-transition: all 0.1s, ease-in;
  transition: all 0.1s, ease-in;
}

.banner-slick .slick-next:after,
.banner-slick .slick-prev:after {
  position: absolute;
  left: 25%;
  top: 50%;
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.banner-slick .slick-next:hover:before,
.banner-slick .slick-prev:hover:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner-slick .slick-next:hover:after,
.banner-slick .slick-prev:hover:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.banner-slick .slick-prev {
  left: 10px;
}

.banner-slick .slick-next {
  right: 10px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collection {
  margin: 3em 0;
}

.collection-text-slide {
  outline: 0;
  margin: 0 0 4.5em 0;
}

.collection-slider-image {
  display: block;
  box-sizing: border-box;
  margin: 0 20px;
}

.finishtext b,
.finishtext strong {
  color: #423326;
  font-weight: 600;
  text-transform: uppercase;
}

.imgCollection {
  display: block;
  overflow: hidden;
  margin: 0 0 4em 0;
}

.imgCollection .imgCollection-holder {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120%;
}

.imgCollection .imgCollection-holder .imgCollection-zoom {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.imgCollection .imgCollection-holder .imgCollection-zoom img {
  width: 101%;
}

.imgCollection .imgCollection-holder .imgCollection-zoom .imgCollection-split {
  display: block;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  left: 40%;
  overflow: hidden;
  border-left: 1px solid #fff;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: rotate(39.667deg);
  -ms-transform: rotate(39.667deg);
  -webkit-transform: rotate(39.667deg);
  transform: rotate(39.667deg);
}

.imgCollection
  .imgCollection-holder
  .imgCollection-zoom
  .imgCollection-split
  img {
  display: block;
  position: absolute;
  top: 18%;
  left: -49%;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: rotate(-39.667deg);
  -ms-transform: rotate(-39.667deg);
  -webkit-transform: rotate(-39.667deg);
  transform: rotate(-39.667deg);
}

.imgCollection .imgCollection-holder .imgCollection-zoom:hover {
  left: -25%;
  right: -25%;
  top: -25%;
  bottom: -25%;
}

.imgCollection .imgCollection-holder .imgCollection-zoom:hover img {
  opacity: 1;
}

.imgCollection .collectionTitle {
  position: absolute;
  left: -18px;
  bottom: 0;
  margin: 0;
  z-index: 1;
  color: #423326;
}

.imgCollection .collectionTitle:after {
  background: #fff;
}

.imgCollection .collectionTitle:hover:after {
  background: #fff;
}

.imgCollection .collection-label {
  font-size: 1.6em;
  font-weight: 600;
  margin: 1em 0;
}

.imgCollection .collection-label small {
  font-weight: 300;
}

.imgCollection .collection-label img {
  vertical-align: middle;
}

.floor-type {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 40px;
  width: auto;
  padding: 10px;
}

.floor-type img {
  display: inline-block;
  height: 100%;
  width: auto;
}

.producttable {
  border-left-color: #fff;
}

.producttable th {
  color: #fff;
  background-color: #f1592a;
  border-color: #f1592a;
  border-left-color: #fff;
  border-right-color: #fff;
}

.producttable th strong {
  text-transform: uppercase;
  font-size: 1.5em;
}

.producttable .producttable-first {
  font-weight: 400;
  color: #fff;
  text-align: left;
  text-indent: 0.5em;
  border-left-color: #fff;
}

.producttable .producttable-first strong {
  color: #f1592a;
  text-transform: uppercase;
  font-weight: 900;
}

.producttable .producttable-white {
  background-color: #fff;
  border-color: #fff;
  border-bottom-color: #e7e7e8;
}

.styles-titles {
  display: none;
}

@media only screen and (min-width: 1400px) {
  .styles-titles {
    display: flex;
  }
}

.styles-titles > div:first-of-type {
  width: 57%;
  margin-right: 5%;
}

.styles {
  display: block;
  position: relative;
  margin: 0 -2px;
}

.styles .style {
  display: block;
  position: relative;
  float: left;
  padding: 0 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3334%;
}

@media only screen and (min-width: 1400px) {
  .styles .style {
    width: 19%;
  }

  .styles .style:nth-of-type(3) {
    margin-right: 5%;
  }
}

@media only screen and (max-width: 1024px) {
  .styles .style {
    width: 50%;
  }

  .styles .style:nth-child(2n + 1) {
    clear: left;
  }
}

@media only screen and (max-width: 480px) {
  .styles .style {
    width: 100%;
  }
}

.styles .style .style-con {
  display: block;
  position: relative;
}

.styles .style .style-img {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  overflow: hidden;
  z-index: 1;
}

.styles .style .style-img img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.styles .style .style-img-half {
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 70%;
  overflow: hidden;
  z-index: 2;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.styles .style .style-img-half:nth-child(2) {
  left: auto;
  right: 0;
  border-right: none;
}

.styles .style .style-label {
  color: #423326;
  font-size: 2em;
  font-weight: 600;
  display: block;
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
}

.styles .style .style-txt {
  position: relative;
  padding: 0 3em;
  z-index: 2;
}

.styles .style .style-txt .likeh1 {
  font-size: 2.8em;
  color: #423326;
  text-transform: none;
}

.styles .style .style-txt .likeh1:after {
  background: 0 0;
  left: -10px;
}

.styles .style img.style-zoom {
  display: block;
  position: absolute;
  width: 50%;
  top: auto;
  bottom: -20px;
  left: auto;
  right: 10px;
  border-radius: 50%;
  border: 3px solid #fff;
  z-index: 2;
}

.accessories-img {
  display: block;
  position: relative;
  font-size: 3em;
  margin-bottom: 3em;
}

.ttlnr {
  font-size: 0.75em;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  background: #f1592a;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ttlnr.accnr {
  display: block;
  position: absolute;
  margin-top: -0.7em;
  margin-left: -0.7em;
}

.arrow-navigation {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0 0 0 20px;
}

.arrow-navigation:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.arrow-navigation.right {
  float: none;
  right: 0;
  left: auto;
  margin: 0 18px 0;
}

.arrow-navigation.right:before {
  display: none;
}

.arrow-navigation .btn,
.arrow-navigation .imgCollection .collectionTitle,
.imgCollection .arrow-navigation .collectionTitle {
  padding: 0 30px;
  line-height: 0;
  float: left;
  outline: 0;
  margin-bottom: 0;
  margin-right: 3px;
}

.arrow-navigation .btn.slick-prev span,
.arrow-navigation .imgCollection .slick-prev.collectionTitle span,
.imgCollection .arrow-navigation .slick-prev.collectionTitle span {
  display: inline-block;
  width: 8px;
  height: 40px;
  background: url(../img/icon-arrow-left.png) no-repeat center center;
  background-size: 8px 12px;
}

.arrow-navigation .btn.slick-next span,
.arrow-navigation .imgCollection .slick-next.collectionTitle span,
.imgCollection .arrow-navigation .slick-next.collectionTitle span {
  display: inline-block;
  width: 8px;
  height: 40px;
  background: url(../img/icon-arrow-right.png) no-repeat center center;
  background-size: 8px 12px;
}

.slick-dots-decimal ul {
  font-size: 1.4em;
  font-weight: 900;
  margin: 0;
  padding: 0;
}

.slick-dots-decimal li {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  margin: 0 2px 2px 0;
  padding: 0;
  outline: 0;
}

.slick-dots-decimal li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e8;
  background: 0 0;
  box-sizing: border-box;
  z-index: -1;
  -moz-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.slick-dots-decimal li button {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0 25px;
  outline: 0;
  cursor: pointer;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.slick-dots-decimal li button:before {
  content: "0";
}

.slick-dots-decimal li.slick-active button,
.slick-dots-decimal li:hover button {
  color: #fff;
}

.slick-dots-decimal li.slick-active:after,
.slick-dots-decimal li:hover:after {
  background: #f1592a;
  border: none;
}

.bubble {
  text-decoration: none;
  background-size: contain;
  display: block;
  position: relative;
  float: left;
  width: 210px;
  height: 210px;
}

.bubble p {
  color: #fff;
  font-size: 3em;
  line-height: 1.1;
  text-align: right;
  text-decoration: none !important;
  margin: 1.5em 1.8em 0 0;
}

.bubble p img {
  vertical-align: top;
}

a.bubble:hover {
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  text-decoration: none !important;
}

.sepline {
  border-top: 1px solid #e7e7e8;
}

.tooltips ol {
  list-style: none;
  counter-reset: numList;
  padding: 0 0 0 50px;
}

.tooltips ol li:nth-child(2) {
  margin-left: 20px;
}

.tooltips ol li:nth-child(3) {
  margin-left: 40px;
}

.tooltips ol li:nth-child(4) {
  margin-left: 60px;
}

.tooltips ol li:nth-child(5) {
  margin-left: 80px;
}

.tooltips ol li:nth-child(6) {
  margin-left: 100px;
}

.tooltips ol li:nth-child(7) {
  margin-left: 120px;
}

.tooltips ol li:nth-child(8) {
  margin-left: 140px;
}

.tooltips ol li:nth-child(9) {
  margin-left: 160px;
}

.tooltips ol li:nth-child(10) {
  margin-left: 180px;
}

.tooltips ol li:nth-child(11) {
  margin-left: 200px;
}

.tooltips ol li:nth-child(12) {
  margin-left: 220px;
}

.tooltips ol li {
  position: relative;
  margin: 0 0 10px 0;
}

.tooltips ol li:before {
  counter-increment: numList;
  content: counter(numList, upper-alpha);
  float: left;
  position: absolute;
  top: -2px;
  left: -50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  width: 30px;
  height: 30px;
  background: #f1592a;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.tooltips a,
.tooltips strong {
  display: inline;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.tooltips a:after,
.tooltips strong:after {
  content: "";
  position: absolute;
  width: auto;
  height: 20px;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: auto;
}

.tooltips a .tooltip-content,
.tooltips strong .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 160px;
  left: 50%;
  margin: 0 0 20px -80px;
  padding: 20px;
  bottom: 100%;
  text-align: left;
  line-height: 1.4;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  box-sizing: border-box;
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltips a .tooltip-content p,
.tooltips strong .tooltip-content p {
  font-size: 0.7em;
  margin: 0;
  padding: 0;
}

.tooltips a .tooltip-content:after,
.tooltips strong .tooltip-content:after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.tooltips a:hover,
.tooltips strong:hover {
  pointer-events: auto;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltips a:hover .tooltip-content,
.tooltips strong:hover .tooltip-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

ol.faqlist {
  list-style: none;
  counter-reset: numList;
  padding: 0;
  margin-top: 3em;
}

ol.faqlist li {
  position: relative;
  margin: 0 0 10px 0;
}

ol.faqlist li:before {
  counter-increment: numList;
  content: counter(numList);
  display: inline-block;
  margin-top: -2px;
  margin-right: 1em;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  width: 30px;
  height: 30px;
  background: #f1592a;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.imageHotspot {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f1592a;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.content {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  clear: both;
  overflow: hidden;
  padding-bottom: 6em;
}

@media only screen and (min-width: 800px) {
  .content
    .container:last-of-type
    .row:last-of-type
    .item:last-of-type
    p:last-of-type {
    width: 85%;
  }
}

.collection-gallery {
  overflow: hidden;
}

.collection-gallery .collection-thumb {
  display: block;
  position: relative;
  float: right;
}

.collection-gallery .collection-thumb .thumb-holder {
  background: #fff;
  height: 0;
  width: 110%;
  padding-bottom: 230%;
  margin-left: -5%;
  margin-top: -20%;
  overflow: hidden;
  border-right: 8px solid #fff;
  -webkit-backface-visibility: hidden;
}

.collection-gallery .collection-thumb .thumb-holder .img-holder {
  background: #fff;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 216%;
  overflow: hidden;
}

.collection-gallery .collection-thumb .thumb-holder .img-holder img {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
}

.collection-gallery .collection-thumb .thumb-holder.rot1 {
  -ms-transform: rotate(3deg);
  -ms-transform-origin: left top;
  -webkit-transform: rotate(3deg);
  -webkit-transform-origin: left top;
  transform: rotate(3deg);
  transform-origin: left top;
}

.collection-gallery .collection-thumb .thumb-holder.rot1 .img-holder {
  -ms-transform: rotate(-3deg);
  -ms-transform-origin: left top;
  -webkit-transform: rotate(-3deg);
  -webkit-transform-origin: left top;
  transform: rotate(-3deg);
  transform-origin: left top;
}

.collection-gallery .collection-thumb .thumb-holder.rot2 {
  -ms-transform: rotate(-2deg);
  -ms-transform-origin: right bottom;
  -webkit-transform: rotate(-2deg);
  -webkit-transform-origin: right bottom;
  transform: rotate(-2deg);
  transform-origin: right bottom;
}

.collection-gallery .collection-thumb .thumb-holder.rot2 .img-holder {
  -ms-transform: rotate(2deg);
  -ms-transform-origin: right bottom;
  -webkit-transform: rotate(2deg);
  -webkit-transform-origin: right bottom;
  transform: rotate(2deg);
  transform-origin: right bottom;
}

.collection-gallery .collection-thumb .thumb-holder.rot3 {
  -ms-transform: rotate(1deg);
  -ms-transform-origin: left top;
  -webkit-transform: rotate(1deg);
  -webkit-transform-origin: left top;
  transform: rotate(1deg);
  transform-origin: left top;
}

.collection-gallery .collection-thumb .thumb-holder.rot3 .img-holder {
  -ms-transform: rotate(-1deg);
  -ms-transform-origin: left top;
  -webkit-transform: rotate(-1deg);
  -webkit-transform-origin: left top;
  transform: rotate(-1deg);
  transform-origin: left top;
}

.collection-gallery .collection-thumb .img-bubble {
  font-size: 1.6em;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  width: 60px;
  height: 40px;
  margin-left: -40px;
  margin-top: -40px;
  padding: 20px 10px;
  opacity: 0;
}

.collection-gallery .collection-thumb.ct-open img,
.collection-gallery .collection-thumb:hover img {
  opacity: 1 !important;
  filter: none !important;
}

.collection-gallery .collection-thumb.ct-open .thumb-holder .img-holder img,
.collection-gallery .collection-thumb:hover .thumb-holder .img-holder img {
  margin-top: -100%;
}

.collection-gallery .collection-thumb.ct-open .img-bubble,
.collection-gallery .collection-thumb:hover .img-bubble {
  top: 50%;
  opacity: 1;
}

.designer {
  overflow: hidden;
  margin: 30px 0;
}

.designer img {
  float: left;
  margin-right: 2em;
}

.moodwall {
  text-align: center;
  padding-top: 4em;
  margin: 4em 0;
  border-top: 1px solid #e7e7e8;
}

.moodwall h2 {
  font-size: 3.6em;
}

.thumb-gallery {
  text-align: center;
}

.thumb-gallery a {
  display: inline-block;
  margin: 0.1em 0.2em;
}

.thumb-gallery a img {
  display: block;
}

.collection-detail h1 {
  margin-bottom: 0.25em;
}

.collection-detail .ico-holder {
  margin-bottom: 0.5em;
}

.collection-detail .ico-holder img {
  margin-right: 0.5em;
}

.collection-detail .big-boards {
  text-align: center;
  padding: 4em 0 2em 0;
  margin-top: 4em;
  border-top: 1px solid #e7e7e8;
}

.collection-detail .big-boards a {
  display: inline-block;
}

.collection-detail .big-boards a img {
  display: block;
}

.collection-detail .big-boards a:hover img {
  opacity: 1;
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.overbanner-holder {
  position: absolute;
  width: 100%;
  top: -190px;
  z-index: 4;
}

.overbanner-holder .overbanner {
  float: right;
  padding-top: 50px;
  padding-right: 10px;
  margin-right: -10px;
  max-height: 180px;
  overflow: hidden;
}

.overbanner-holder .overbanner .banner-thumb {
  text-align: center;
  background: #fff;
  display: block;
  position: relative;
  float: left;
  margin-left: 10px;
  margin-bottom: 100px;
  border: 6px solid #fff;
  cursor: pointer;
}

.overbanner-holder .overbanner .banner-thumb .ico-holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 95px;
}

.overbanner-holder .overbanner .banner-thumb .thumb-img {
  display: block;
}

.overbanner-holder .overbanner .banner-thumb:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.overbanner-holder .overbanner .banner-thumb:hover .thumb-img {
  opacity: 0.8;
}

.overbanner-holder .overbanner .banner-thumb.big-banner-thumb {
  margin-top: -40px;
}

.overbanner-holder .overbanner .bubble {
  width: 125px;
  height: 125px;
  margin-right: 0.5em;
}

.overbanner-holder .overbanner .bubble p {
  font-size: 2em;
  margin: 1.3em 1.5em 0 0;
}

.ico-holder {
  display: block;
}

.ico-holder img {
  vertical-align: middle;
}

.ico-holder img.ico-bubble {
  background: #423326;
  padding: 0.25em;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}

a.ico-holder:hover {
  text-decoration: none;
  color: #f1592a;
}

a.ico-holder:hover strong {
  color: #f1592a;
}

.intro-title h1 {
  margin: 0 !important;
}

.home h1 {
  margin-top: 0 !important;
}

.product-menu {
  font-size: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4em;
  padding: 1em 0;
  overflow: hidden;
}

.product-menu:before {
  content: "";
  background: #f1592a;
  display: block;
  position: absolute;
  bottom: 0;
  width: 120%;
  height: 2px;
  -ms-transform: rotate(-3.4deg);
  -ms-transform-origin: left bottom;
  -webkit-transform: rotate(-3.4deg);
  -webkit-transform-origin: left bottom;
  transform: rotate(-3.4deg);
  transform-origin: left bottom;
}

.product-menu .product-btn {
  color: #7b6a5d;
  text-decoration: none;
  background: #fff;
  display: inline-block;
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 10px;
  border: 1px solid #7b6a5d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-menu .product-btn img {
  display: inline-block;
  margin-top: 30px;
}

.product-menu .product-btn:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.product-menu .product-btn:hover img {
  opacity: 1;
  filter: none;
}

.product-menu .product-btn.active {
  color: #f1592a;
  border-color: #f1592a;
  border-width: 2px;
}

.formcontact input,
.formcontact select {
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.formcontact input.checkbox,
.formcontact select.checkbox {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 20px 0 0;
  padding: 0;
  vertical-align: middle;
}

.formcontact textarea {
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.formcontact .label-check {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}

.formrow {
  margin-bottom: 1em;
}

.map {
  margin-top: 12em;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}

.map .infowindowcontainer {
  text-align: center;
  color: #423326;
}

.map .infowindowcontainer p {
  font-size: 12px !important;
}

.criteria-holder {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 6em;
}

.criteria-holder .criteria {
  display: block;
  position: relative;
  text-align: center;
  line-height: 50px;
  max-width: 900px;
  padding: 0.5em 0 0.5em 0;
  margin: auto;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.criteria-holder .criteria .criteria-title {
  text-transform: uppercase;
}

.criteria-holder .criteria .criterium {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}

.criteria-holder .criteria input,
.criteria-holder .criteria select {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.dealers-wrapper {
  margin: 4em -2em 0;
  padding: 0 22px;
  width: 100%;
}

.dealers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.dealers li.dealer {
  border-bottom: 1px solid #f2f2f2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
  .dealers li.dealer {
    width: 25%;
    padding: 45px 20px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .dealers li.dealer {
    width: 33.3334%;
    padding: 35px 20px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .dealers li.dealer {
    width: 50%;
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 600px) {
  .dealers li.dealer {
    width: 100%;
    padding: 20px 15px;
  }
}

.dealers li.dealer p {
  font-size: 1em;
  margin: 0;
}

.dealers li.dealer a.titlelink {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  color: #555;
  text-decoration: none;
}

.dealers li.dealer a.titlelink:hover {
  text-decoration: underline;
}

.dealers h3 {
  padding: 0 15px;
  margin: 0;
}

.dealers .experience-centers--wrapper {
  padding: 40px 22px 26px;
  width: 100%;
  background-color: #e7e7e8;
  display: flex;
  flex-direction: column;
}

.dealers .experience-centers--wrapper .dealer {
  border-bottom: 0;
}

a span.smallmarker:after {
  content: "";
  display: inline-block;
  background-image: url(../img/marker-c.png);
  background-size: 35px 40px;
  width: 35px;
  height: 40px;
  margin: 0 0 0 1em;
  content: "";
  vertical-align: -10px;
  overflow: hidden;
}

.loader {
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ornament {
  display: block;
  position: absolute;
  max-width: 25%;
  height: auto;
  right: -8%;
  bottom: 0;
  z-index: -1;
}

.footer {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  overflow: hidden;
  padding-top: 2em;
  border-top: 1px solid #e7e7e8;
}

.footer p {
  font-size: 1.6em;
  font-weight: 400;
  color: #7b6a5d;
}

.footer b,
.footer strong {
  color: #fff;
}

.footer a {
  color: #7b6a5d;
}

.footer .footer-bottom {
  margin-top: 2.5em;
  border-top: 1px solid #e7e7e8;
}

.footer .footer-bottom p {
  font-size: 12px;
}

.footer .footer-logo {
  display: inline-block;
  line-height: 65px;
  margin-left: 1.5em;
}

.footer .footer-logo:first-child {
  margin: 0;
}

.footer .footer-logo img {
  vertical-align: middle;
  height: auto;
}

.mobile-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.mobile-container .mobile {
  display: none;
}

.mobile-container .mobile .fullwidth-subnav ul {
  display: block !important;
}

.mobile-container .mobilemenubtn {
  background: #f1592a;
  display: block;
  position: absolute;
  right: 30px;
  top: 35px;
  width: 36px;
  height: 36px;
  padding: 0 6px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mobile-container .mobilemenubtn span {
  background: #423326;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 2px;
  margin: 2px 0;
}

.mobile-container .mobilemenubtn:hover {
  background: #f1592a;
  border-color: #f1592a;
}

.mobile-container .mobilemenubtn:hover span {
  background: #fff;
}

.mobile-container .mobilemenubtn.open span {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.mobile-container .mobilemenubtn.open span.top {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-container .mobilemenubtn.open span.middle {
  height: 0;
}

.mobile-container .mobilemenubtn.open span.bottom {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-container .mobile-dock {
  display: block;
  position: relative;
  background: #fff;
  margin-top: 100px;
}

.mobile-container .mobile-dock .mobile-menu {
  font-size: 2em !important;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
  display: none;
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: auto;
  border-bottom: 1px solid #e7e7e8;
}

.mobile-container .mobile-dock .mobile-menu li {
  display: block;
  position: relative;
  border-top: 1px solid #e7e7e8;
}

.mobile-container .mobile-dock .mobile-menu li a {
  background-color: #fff;
  color: #423326;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0 1em;
}

.mobile-container .mobile-dock .mobile-menu li a:hover {
  color: #fff;
  background-color: #e0552a;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.mobile-container .mobile-dock .mobile-menu li a.active {
  border-top: 1px solid #e7e7e8;
}

.mobile-container .mobile-dock .mobile-menu li a.active > a {
  color: #999;
  background-color: #f9f9f9;
}

.mobile-container .mobile-dock .mobile-menu li ul {
  display: none;
  font-size: 0.9em;
  font-weight: 300;
  background-color: #fff;
  line-height: 40px;
  padding-left: 0;
}

.mobile-container .mobile-dock .mobile-menu li ul li ul {
  display: none;
  text-transform: none;
}

.mobile-container .mobile-dock .mobile-menu li ul li ul li {
  border: 0 !important;
  display: none;
}

@media only screen and (max-width: 1280px) {
  .header .nav {
    display: none;
  }

  .header .nav .pos {
    position: relative;
    float: left;
    padding: 25px 30px 25px 5px;
  }

  .header .nav .pos .btnheader {
    padding-left: 5px;
    font-size: 12px;
  }

  .header .nav .menu {
    display: block;
    position: relative;
    float: left;
    font-size: 1em;
  }

  .header .nav .menu li,
  .header .pos .btnheader {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header .logo {
    width: 150px;
  }

  .header .logo img {
    margin-top: 10px;
    height: auto;
  }

  .steps .step {
    min-height: 40px;
  }

  .steps .step .step-nr {
    font-size: 3em !important;
    line-height: 30px !important;
  }

  .steps .step .step-txt {
    display: none !important;
  }

  .steps .step .step-ttl-big {
    display: block;
    font-size: 1.4em !important;
    font-weight: 600 !important;
    padding-top: 0.65em;
    line-height: 1.1 !important;
  }

  .imgLeft,
  .imgRight {
    max-width: 50%;
  }

  .home .margined {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
  }

  .btnWhiteHome {
    padding: 10px 30px 20px;
  }

  .footer .footer-logo-right {
    margin-left: 0.5em;
  }

  .mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  h1,
  h2 {
    font-size: 4em;
  }

  .header .nav .menu li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header .nav .menu li a {
    vertical-align: middle;
  }

  .criteria-title {
    display: none !important;
  }

  .header .nav {
    display: none;
  }

  .header .meta-menu {
    display: none;
  }

  .header .header-top {
    overflow: hidden;
  }

  .header .header-top .left {
    width: 50%;
  }

  .header .header-top .left .header-c2a {
    text-align: center;
    line-height: 60px;
    width: 100%;
    height: 60px;
    padding: 0;
    margin-right: -1px;
    border-bottom: 1px solid #e7e7e8;
  }

  .header .header-top .left .header-c2a:after {
    width: calc(100% + 30px);
  }

  .header .header-top .left .header-c2a.first:after {
    left: -30px;
  }

  .header .header-top .right {
    width: 100%;
  }

  .header .header-top .right .lang-active {
    float: right;
    margin-right: 15px;
  }

  .header .header-top .right .lang-countries {
    position: relative;
    float: left;
    width: 100%;
    min-width: auto;
    height: auto;
    top: auto;
    right: auto;
    clear: both;
    border-top: 1px solid #e7e7e8;
    border-left: 0;
  }

  .home .col-9 {
    width: 100%;
  }

  .home .col-4 {
    display: none;
  }

  .logo-detail {
    width: 200px;
    height: auto;
  }
}

@media only screen and (max-width: 800px) {
  .steps .step {
    width: 33.33% !important;
    min-height: 50px;
    margin-bottom: 0.5em;
  }

  .imgLeft,
  .imgRight {
    width: 100%;
    max-width: 100%;
    clear: both;
    margin-top: 0 !important;
    margin-bottom: 4em !important;
  }

  .footer {
    text-align: center;
  }

  .footer .footer-logo {
    display: inline-block;
  }

  .footer .alignright {
    display: flex;
    justify-content: center;
  }

  .footer .footer-bottom {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .footer .footer-bottom .left,
  .footer .footer-bottom .right {
    line-height: 1.7;
    display: inline;
    float: none !important;
    margin: 0 1em;
  }

  .btnWhiteHome {
    width: 100%;
    float: none;
    margin: 0 0 2px 0;
    padding: 20px 40px;
  }

  .btnWhiteHome .table {
    display: block;
    width: 100%;
    height: auto;
  }

  .btnWhiteHome .bigNumbre {
    display: inline;
    vertical-align: auto;
    height: auto;
    line-height: 1;
    font-size: 1.4em;
    font-weight: 900;
    margin: 0 5px 0 0;
  }

  .btnWhiteHome .btnWhiteHomeText {
    display: inline;
    vertical-align: auto;
    height: auto;
    line-height: 1;
    max-width: none;
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 57.5%;
  }

  .bubble,
  .img-bubble {
    display: none !important;
  }

  .overbanner-holder {
    position: relative;
    top: auto;
  }

  .overbanner-holder .overbanner {
    height: auto;
    max-height: none;
    margin: 0;
  }

  .overbanner-holder .overbanner .banner-thumb {
    margin: 0 !important;
    cursor: default;
  }

  .overbanner-holder .overbanner .banner-thumb:hover {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .overbanner-holder .overbanner .banner-thumb.big-banner-thumb {
    width: 100%;
  }

  .mobile-container .mobilemenubtn {
    right: 15px;
  }

  .header .logo {
    padding: 25px 15px;
  }

  .skewLeft:after,
  .skewRight:after {
    display: none;
  }

  .logo-detail {
    display: none;
  }

  .language-tunnel:after {
    right: -400px;
  }

  .tooltip-content {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .dealer {
    width: 100% !important;
  }

  .slick-dots-decimal li button {
    padding: 0 10px;
  }

  .tooltips li {
    margin-left: 0 !important;
  }

  .imageHotspot {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

.footer-logo.footer-logo-right {
  max-width: 90px;
}

@media only screen and (max-width: 1500px) {
  .footer-logo.footer-logo-right {
    margin-left: 0.5em;
    max-width: 50px;
  }
}

.lbl {
  background: #f1592a;
  padding: 5px;
  color: #fff;
  margin-top: 5px;
  position: relative;
  top: 5px;
  font-size: 0.6em;
  font-weight: 700;
}

.social-icon {
  display: inline-block;
  width: 20px;
}

.social-icon svg {
  fill: #7b6a5d;
  transition: all 250ms ease-out;
}

.social-icon:hover svg {
  fill: #f1592a;
}

.template-2947 .content {
  position: relative;
}

.template-2947 .content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333;
  z-index: -2;
}

.template-2947 .likeh1:after,
.template-2947 h1:after {
  background: #333;
}

.template-2947 .likeh2,
.template-2947 h2 {
  color: #fff;
}

.template-2947 ol,
.template-2947 p,
.template-2947 ul:not(.fullwidth-subnav) {
  color: #fff;
}

.fullwidth-subnav {
  color: #423326;
}

.fs-xs {
  text-transform: capitalize;
}

@media only screen and (max-width: 520px) {
  div#map {
    min-height: 300px;
  }
}

.parky-maps-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.parky-maps-title::after {
  display: none;
}

.parky-maps-p {
  font-size: 14px;
  color: #000;
  line-height: 0;
}

.parky-maps-link {
  color: #ffb800;
}

section.not-found.d-flex.mx-auto {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.col.aligncenter.not-found {
  padding-left: 1rem;
  padding-right: 1rem;
}

h1.fw-bold.not-found-heading:after {
  display: none;
}

/* iFrame styles */

.inspiration-embed {
  margin-top: -153px;
  display: block;
  border: none;
  min-height: 100vh;
  width: calc(100% + 17px);
}

@media only screen and (max-width: 1008px) {
  .inspiration-embed {
    margin-top: -212px;
  }
}

.inspiration-embed {
  overflow-x: hidden;
}

#inspiration-body {
  overflow-x: hidden;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

figcaption#baguetteBox-figcaption-0 {
  font-size: 1.6rem;
}

div#spotlight {
  background-color: rgba(0, 0, 0, 0.75);
}
