/*--------------------------------------*/
/*------------- FUNCTIONS --------------*/
/*--------------------------------------*/
/*--------------------------------------*/
/*------------- COLOURS ----------------*/
/*--------------------------------------*/
.cl-white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.hover-white:hover {
  color: #fff;
}
.bg-hover-white:hover {
  background-color: #fff;
}
.bd-bottom-white {
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
.bd-top-white {
  border-top: 1px solid #fff;
  margin: 0 auto;
}
.bd-left-white {
  border-left: 1px solid #fff;
  margin: 0 auto;
}
.bd-right-white {
  border-right: 1px solid #fff;
  margin: 0 auto;
}
.bd-full-white {
  border: 1px solid #fff;
  margin: 0 auto;
}
.cl-black {
  color: #000;
}
.bg-black {
  background-color: #000;
}
.hover-black:hover {
  color: #000;
}
.bg-hover-black:hover {
  background-color: #000;
}
.bd-bottom-black {
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
.bd-top-black {
  border-top: 1px solid #000;
  margin: 0 auto;
}
.bd-left-black {
  border-left: 1px solid #000;
  margin: 0 auto;
}
.bd-right-black {
  border-right: 1px solid #000;
  margin: 0 auto;
}
.bd-full-black {
  border: 1px solid #000;
  margin: 0 auto;
}
.cl-cyan {
  color: #00abe4;
}
.bg-cyan {
  background-color: #00abe4;
}
.hover-cyan:hover {
  color: #00abe4;
}
.bg-hover-cyan:hover {
  background-color: #00abe4;
}
.bd-bottom-cyan {
  border-bottom: 1px solid #00abe4;
  margin: 0 auto;
}
.bd-top-cyan {
  border-top: 1px solid #00abe4;
  margin: 0 auto;
}
.bd-left-cyan {
  border-left: 1px solid #00abe4;
  margin: 0 auto;
}
.bd-right-cyan {
  border-right: 1px solid #00abe4;
  margin: 0 auto;
}
.bd-full-cyan {
  border: 1px solid #00abe4;
  margin: 0 auto;
}
.cl-gold-1 {
  color: #b39743;
}
.bg-gold-1 {
  background-color: #b39743;
}
.hover-gold-1:hover {
  color: #b39743;
}
.bg-hover-gold-1:hover {
  background-color: #b39743;
}
.bd-bottom-gold-1 {
  border-bottom: 1px solid #b39743;
  margin: 0 auto;
}
.bd-top-gold-1 {
  border-top: 1px solid #b39743;
  margin: 0 auto;
}
.bd-left-gold-1 {
  border-left: 1px solid #b39743;
  margin: 0 auto;
}
.bd-right-gold-1 {
  border-right: 1px solid #b39743;
  margin: 0 auto;
}
.bd-full-gold-1 {
  border: 1px solid #b39743;
  margin: 0 auto;
}
.cl-gold-2 {
  color: #756c5d;
}
.bg-gold-2 {
  background-color: #756c5d;
}
.hover-gold-2:hover {
  color: #756c5d;
}
.bg-hover-gold-2:hover {
  background-color: #756c5d;
}
.bd-bottom-gold-2 {
  border-bottom: 1px solid #756c5d;
  margin: 0 auto;
}
.bd-top-gold-2 {
  border-top: 1px solid #756c5d;
  margin: 0 auto;
}
.bd-left-gold-2 {
  border-left: 1px solid #756c5d;
  margin: 0 auto;
}
.bd-right-gold-2 {
  border-right: 1px solid #756c5d;
  margin: 0 auto;
}
.bd-full-gold-2 {
  border: 1px solid #756c5d;
  margin: 0 auto;
}
.cl-transparent {
  color: transparent;
}
.bg-transparent {
  background-color: transparent;
}
.hover-transparent:hover {
  color: transparent;
}
.bg-hover-transparent:hover {
  background-color: transparent;
}
.bd-bottom-transparent {
  border-bottom: 1px solid transparent;
  margin: 0 auto;
}
.bd-top-transparent {
  border-top: 1px solid transparent;
  margin: 0 auto;
}
.bd-left-transparent {
  border-left: 1px solid transparent;
  margin: 0 auto;
}
.bd-right-transparent {
  border-right: 1px solid transparent;
  margin: 0 auto;
}
.bd-full-transparent {
  border: 1px solid transparent;
  margin: 0 auto;
}
/*--------------------------------------*/
/*------------- DISPLAY ----------------*/
/*--------------------------------------*/
.dp-ib {
  display: inline-block;
  vertical-align: top;
}
.dp-block {
  display: block;
}
.dp-table {
  display: table;
  position: relative;
  table-layout: auto;
}
.dp-table-cell {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.dp-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dp-none {
  display: none;
}
.overprint-fixed,
.overprint-absolute {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.overprint-fixed {
  position: fixed;
}
.overprint-absolute {
  position: absolute;
}
.parallax-mirror {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.parallax {
  background-attachment: fixed;
  background-position: 50% 0px;
}
.relative {
  position: relative;
}
.clickable {
  cursor: pointer;
}
.ui-effects-transfer {
  background-color: #800000;
  border: 2px dotted #000;
  z-index: 50;
}
.multiply {
  mix-blend-mode: multiply;
}
#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
}
#scrollUp i {
  font-size: 30px;
}
.wow {
  opacity: 0;
}
.sz-0 {
  font-size: 0pt;
}
.lnhg-0 {
  line-height: 0pt;
}
.pad-0 {
  padding: 0px;
}
.sz-2 {
  font-size: 2pt;
}
.lnhg-2 {
  line-height: 2pt;
}
.pad-2 {
  padding: 2px;
}
.sz-4 {
  font-size: 4pt;
}
.lnhg-4 {
  line-height: 4pt;
}
.pad-4 {
  padding: 4px;
}
.sz-6 {
  font-size: 6pt;
}
.lnhg-6 {
  line-height: 6pt;
}
.pad-6 {
  padding: 6px;
}
.sz-7 {
  font-size: 7pt;
}
.lnhg-7 {
  line-height: 7pt;
}
.pad-7 {
  padding: 7px;
}
.sz-8 {
  font-size: 8pt;
}
.lnhg-8 {
  line-height: 8pt;
}
.pad-8 {
  padding: 8px;
}
.sz-9 {
  font-size: 9pt;
}
.lnhg-9 {
  line-height: 9pt;
}
.pad-9 {
  padding: 9px;
}
.sz-10 {
  font-size: 10pt;
}
.lnhg-10 {
  line-height: 10pt;
}
.pad-10 {
  padding: 10px;
}
.sz-11 {
  font-size: 11pt;
}
.lnhg-11 {
  line-height: 11pt;
}
.pad-11 {
  padding: 11px;
}
.sz-12 {
  font-size: 12pt;
}
.lnhg-12 {
  line-height: 12pt;
}
.pad-12 {
  padding: 12px;
}
.sz-14 {
  font-size: 14pt;
}
.lnhg-14 {
  line-height: 14pt;
}
.pad-14 {
  padding: 14px;
}
.sz-16 {
  font-size: 16pt;
}
.lnhg-16 {
  line-height: 16pt;
}
.pad-16 {
  padding: 16px;
}
.sz-18 {
  font-size: 18pt;
}
.lnhg-18 {
  line-height: 18pt;
}
.pad-18 {
  padding: 18px;
}
.sz-20 {
  font-size: 20pt;
}
.lnhg-20 {
  line-height: 20pt;
}
.pad-20 {
  padding: 20px;
}
.sz-22 {
  font-size: 22pt;
}
.lnhg-22 {
  line-height: 22pt;
}
.pad-22 {
  padding: 22px;
}
.sz-24 {
  font-size: 24pt;
}
.lnhg-24 {
  line-height: 24pt;
}
.pad-24 {
  padding: 24px;
}
.sz-26 {
  font-size: 26pt;
}
.lnhg-26 {
  line-height: 26pt;
}
.pad-26 {
  padding: 26px;
}
.sz-28 {
  font-size: 28pt;
}
.lnhg-28 {
  line-height: 28pt;
}
.pad-28 {
  padding: 28px;
}
.sz-30 {
  font-size: 30pt;
}
.lnhg-30 {
  line-height: 30pt;
}
.pad-30 {
  padding: 30px;
}
.sz-36 {
  font-size: 36pt;
}
.lnhg-36 {
  line-height: 36pt;
}
.pad-36 {
  padding: 36px;
}
.sz-40 {
  font-size: 40pt;
}
.lnhg-40 {
  line-height: 40pt;
}
.pad-40 {
  padding: 40px;
}
.sz-46 {
  font-size: 46pt;
}
.lnhg-46 {
  line-height: 46pt;
}
.pad-46 {
  padding: 46px;
}
.wd-0 {
  width: 0%;
}
.hg-0 {
  height: 0%;
}
.op-0 {
  opacity: 0;
}
.cl-gray-0 {
  color: #fff;
}
.bg-gray-0 {
  background-color: #fff;
}
.hover-gray-0:hover {
  color: #fff;
}
.bg-hover-gray-0:hover {
  background-color: #fff;
}
.bd-bottom-gray-0 {
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
.bd-top-gray-0 {
  border-top: 1px solid #fff;
  margin: 0 auto;
}
.bd-left-gray-0 {
  border-left: 1px solid #fff;
  margin: 0 auto;
}
.bd-right-gray-0 {
  border-right: 1px solid #fff;
  margin: 0 auto;
}
.bd-full-gray-0 {
  border: 1px solid #fff;
  margin: 0 auto;
}
.wd-5 {
  width: 5%;
}
.hg-5 {
  height: 5%;
}
.op-5 {
  opacity: 0.05;
}
.cl-gray-5 {
  color: #f2f2f2;
}
.bg-gray-5 {
  background-color: #f2f2f2;
}
.hover-gray-5:hover {
  color: #f2f2f2;
}
.bg-hover-gray-5:hover {
  background-color: #f2f2f2;
}
.bd-bottom-gray-5 {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 auto;
}
.bd-top-gray-5 {
  border-top: 1px solid #f2f2f2;
  margin: 0 auto;
}
.bd-left-gray-5 {
  border-left: 1px solid #f2f2f2;
  margin: 0 auto;
}
.bd-right-gray-5 {
  border-right: 1px solid #f2f2f2;
  margin: 0 auto;
}
.bd-full-gray-5 {
  border: 1px solid #f2f2f2;
  margin: 0 auto;
}
.wd-10 {
  width: 10%;
}
.hg-10 {
  height: 10%;
}
.op-10 {
  opacity: 0.1;
}
.cl-gray-10 {
  color: #e6e6e6;
}
.bg-gray-10 {
  background-color: #e6e6e6;
}
.hover-gray-10:hover {
  color: #e6e6e6;
}
.bg-hover-gray-10:hover {
  background-color: #e6e6e6;
}
.bd-bottom-gray-10 {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto;
}
.bd-top-gray-10 {
  border-top: 1px solid #e6e6e6;
  margin: 0 auto;
}
.bd-left-gray-10 {
  border-left: 1px solid #e6e6e6;
  margin: 0 auto;
}
.bd-right-gray-10 {
  border-right: 1px solid #e6e6e6;
  margin: 0 auto;
}
.bd-full-gray-10 {
  border: 1px solid #e6e6e6;
  margin: 0 auto;
}
.wd-15 {
  width: 15%;
}
.hg-15 {
  height: 15%;
}
.op-15 {
  opacity: 0.15;
}
.cl-gray-15 {
  color: #d9d9d9;
}
.bg-gray-15 {
  background-color: #d9d9d9;
}
.hover-gray-15:hover {
  color: #d9d9d9;
}
.bg-hover-gray-15:hover {
  background-color: #d9d9d9;
}
.bd-bottom-gray-15 {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 auto;
}
.bd-top-gray-15 {
  border-top: 1px solid #d9d9d9;
  margin: 0 auto;
}
.bd-left-gray-15 {
  border-left: 1px solid #d9d9d9;
  margin: 0 auto;
}
.bd-right-gray-15 {
  border-right: 1px solid #d9d9d9;
  margin: 0 auto;
}
.bd-full-gray-15 {
  border: 1px solid #d9d9d9;
  margin: 0 auto;
}
.wd-20 {
  width: 20%;
}
.hg-20 {
  height: 20%;
}
.op-20 {
  opacity: 0.2;
}
.cl-gray-20 {
  color: #ccc;
}
.bg-gray-20 {
  background-color: #ccc;
}
.hover-gray-20:hover {
  color: #ccc;
}
.bg-hover-gray-20:hover {
  background-color: #ccc;
}
.bd-bottom-gray-20 {
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}
.bd-top-gray-20 {
  border-top: 1px solid #ccc;
  margin: 0 auto;
}
.bd-left-gray-20 {
  border-left: 1px solid #ccc;
  margin: 0 auto;
}
.bd-right-gray-20 {
  border-right: 1px solid #ccc;
  margin: 0 auto;
}
.bd-full-gray-20 {
  border: 1px solid #ccc;
  margin: 0 auto;
}
.wd-25 {
  width: 25%;
}
.hg-25 {
  height: 25%;
}
.op-25 {
  opacity: 0.25;
}
.cl-gray-25 {
  color: #bfbfbf;
}
.bg-gray-25 {
  background-color: #bfbfbf;
}
.hover-gray-25:hover {
  color: #bfbfbf;
}
.bg-hover-gray-25:hover {
  background-color: #bfbfbf;
}
.bd-bottom-gray-25 {
  border-bottom: 1px solid #bfbfbf;
  margin: 0 auto;
}
.bd-top-gray-25 {
  border-top: 1px solid #bfbfbf;
  margin: 0 auto;
}
.bd-left-gray-25 {
  border-left: 1px solid #bfbfbf;
  margin: 0 auto;
}
.bd-right-gray-25 {
  border-right: 1px solid #bfbfbf;
  margin: 0 auto;
}
.bd-full-gray-25 {
  border: 1px solid #bfbfbf;
  margin: 0 auto;
}
.wd-30 {
  width: 30%;
}
.hg-30 {
  height: 30%;
}
.op-30 {
  opacity: 0.3;
}
.cl-gray-30 {
  color: #b3b3b3;
}
.bg-gray-30 {
  background-color: #b3b3b3;
}
.hover-gray-30:hover {
  color: #b3b3b3;
}
.bg-hover-gray-30:hover {
  background-color: #b3b3b3;
}
.bd-bottom-gray-30 {
  border-bottom: 1px solid #b3b3b3;
  margin: 0 auto;
}
.bd-top-gray-30 {
  border-top: 1px solid #b3b3b3;
  margin: 0 auto;
}
.bd-left-gray-30 {
  border-left: 1px solid #b3b3b3;
  margin: 0 auto;
}
.bd-right-gray-30 {
  border-right: 1px solid #b3b3b3;
  margin: 0 auto;
}
.bd-full-gray-30 {
  border: 1px solid #b3b3b3;
  margin: 0 auto;
}
.wd-35 {
  width: 35%;
}
.hg-35 {
  height: 35%;
}
.op-35 {
  opacity: 0.35;
}
.cl-gray-35 {
  color: #a6a6a6;
}
.bg-gray-35 {
  background-color: #a6a6a6;
}
.hover-gray-35:hover {
  color: #a6a6a6;
}
.bg-hover-gray-35:hover {
  background-color: #a6a6a6;
}
.bd-bottom-gray-35 {
  border-bottom: 1px solid #a6a6a6;
  margin: 0 auto;
}
.bd-top-gray-35 {
  border-top: 1px solid #a6a6a6;
  margin: 0 auto;
}
.bd-left-gray-35 {
  border-left: 1px solid #a6a6a6;
  margin: 0 auto;
}
.bd-right-gray-35 {
  border-right: 1px solid #a6a6a6;
  margin: 0 auto;
}
.bd-full-gray-35 {
  border: 1px solid #a6a6a6;
  margin: 0 auto;
}
.wd-40 {
  width: 40%;
}
.hg-40 {
  height: 40%;
}
.op-40 {
  opacity: 0.4;
}
.cl-gray-40 {
  color: #999;
}
.bg-gray-40 {
  background-color: #999;
}
.hover-gray-40:hover {
  color: #999;
}
.bg-hover-gray-40:hover {
  background-color: #999;
}
.bd-bottom-gray-40 {
  border-bottom: 1px solid #999;
  margin: 0 auto;
}
.bd-top-gray-40 {
  border-top: 1px solid #999;
  margin: 0 auto;
}
.bd-left-gray-40 {
  border-left: 1px solid #999;
  margin: 0 auto;
}
.bd-right-gray-40 {
  border-right: 1px solid #999;
  margin: 0 auto;
}
.bd-full-gray-40 {
  border: 1px solid #999;
  margin: 0 auto;
}
.wd-45 {
  width: 45%;
}
.hg-45 {
  height: 45%;
}
.op-45 {
  opacity: 0.45;
}
.cl-gray-45 {
  color: #8c8c8c;
}
.bg-gray-45 {
  background-color: #8c8c8c;
}
.hover-gray-45:hover {
  color: #8c8c8c;
}
.bg-hover-gray-45:hover {
  background-color: #8c8c8c;
}
.bd-bottom-gray-45 {
  border-bottom: 1px solid #8c8c8c;
  margin: 0 auto;
}
.bd-top-gray-45 {
  border-top: 1px solid #8c8c8c;
  margin: 0 auto;
}
.bd-left-gray-45 {
  border-left: 1px solid #8c8c8c;
  margin: 0 auto;
}
.bd-right-gray-45 {
  border-right: 1px solid #8c8c8c;
  margin: 0 auto;
}
.bd-full-gray-45 {
  border: 1px solid #8c8c8c;
  margin: 0 auto;
}
.wd-50 {
  width: 50%;
}
.hg-50 {
  height: 50%;
}
.op-50 {
  opacity: 0.5;
}
.cl-gray-50 {
  color: #808080;
}
.bg-gray-50 {
  background-color: #808080;
}
.hover-gray-50:hover {
  color: #808080;
}
.bg-hover-gray-50:hover {
  background-color: #808080;
}
.bd-bottom-gray-50 {
  border-bottom: 1px solid #808080;
  margin: 0 auto;
}
.bd-top-gray-50 {
  border-top: 1px solid #808080;
  margin: 0 auto;
}
.bd-left-gray-50 {
  border-left: 1px solid #808080;
  margin: 0 auto;
}
.bd-right-gray-50 {
  border-right: 1px solid #808080;
  margin: 0 auto;
}
.bd-full-gray-50 {
  border: 1px solid #808080;
  margin: 0 auto;
}
.wd-55 {
  width: 55%;
}
.hg-55 {
  height: 55%;
}
.op-55 {
  opacity: 0.55;
}
.cl-gray-55 {
  color: #737373;
}
.bg-gray-55 {
  background-color: #737373;
}
.hover-gray-55:hover {
  color: #737373;
}
.bg-hover-gray-55:hover {
  background-color: #737373;
}
.bd-bottom-gray-55 {
  border-bottom: 1px solid #737373;
  margin: 0 auto;
}
.bd-top-gray-55 {
  border-top: 1px solid #737373;
  margin: 0 auto;
}
.bd-left-gray-55 {
  border-left: 1px solid #737373;
  margin: 0 auto;
}
.bd-right-gray-55 {
  border-right: 1px solid #737373;
  margin: 0 auto;
}
.bd-full-gray-55 {
  border: 1px solid #737373;
  margin: 0 auto;
}
.wd-60 {
  width: 60%;
}
.hg-60 {
  height: 60%;
}
.op-60 {
  opacity: 0.6;
}
.cl-gray-60 {
  color: #666;
}
.bg-gray-60 {
  background-color: #666;
}
.hover-gray-60:hover {
  color: #666;
}
.bg-hover-gray-60:hover {
  background-color: #666;
}
.bd-bottom-gray-60 {
  border-bottom: 1px solid #666;
  margin: 0 auto;
}
.bd-top-gray-60 {
  border-top: 1px solid #666;
  margin: 0 auto;
}
.bd-left-gray-60 {
  border-left: 1px solid #666;
  margin: 0 auto;
}
.bd-right-gray-60 {
  border-right: 1px solid #666;
  margin: 0 auto;
}
.bd-full-gray-60 {
  border: 1px solid #666;
  margin: 0 auto;
}
.wd-65 {
  width: 65%;
}
.hg-65 {
  height: 65%;
}
.op-65 {
  opacity: 0.65;
}
.cl-gray-65 {
  color: #595959;
}
.bg-gray-65 {
  background-color: #595959;
}
.hover-gray-65:hover {
  color: #595959;
}
.bg-hover-gray-65:hover {
  background-color: #595959;
}
.bd-bottom-gray-65 {
  border-bottom: 1px solid #595959;
  margin: 0 auto;
}
.bd-top-gray-65 {
  border-top: 1px solid #595959;
  margin: 0 auto;
}
.bd-left-gray-65 {
  border-left: 1px solid #595959;
  margin: 0 auto;
}
.bd-right-gray-65 {
  border-right: 1px solid #595959;
  margin: 0 auto;
}
.bd-full-gray-65 {
  border: 1px solid #595959;
  margin: 0 auto;
}
.wd-70 {
  width: 70%;
}
.hg-70 {
  height: 70%;
}
.op-70 {
  opacity: 0.7;
}
.cl-gray-70 {
  color: #4d4d4d;
}
.bg-gray-70 {
  background-color: #4d4d4d;
}
.hover-gray-70:hover {
  color: #4d4d4d;
}
.bg-hover-gray-70:hover {
  background-color: #4d4d4d;
}
.bd-bottom-gray-70 {
  border-bottom: 1px solid #4d4d4d;
  margin: 0 auto;
}
.bd-top-gray-70 {
  border-top: 1px solid #4d4d4d;
  margin: 0 auto;
}
.bd-left-gray-70 {
  border-left: 1px solid #4d4d4d;
  margin: 0 auto;
}
.bd-right-gray-70 {
  border-right: 1px solid #4d4d4d;
  margin: 0 auto;
}
.bd-full-gray-70 {
  border: 1px solid #4d4d4d;
  margin: 0 auto;
}
.wd-75 {
  width: 75%;
}
.hg-75 {
  height: 75%;
}
.op-75 {
  opacity: 0.75;
}
.cl-gray-75 {
  color: #404040;
}
.bg-gray-75 {
  background-color: #404040;
}
.hover-gray-75:hover {
  color: #404040;
}
.bg-hover-gray-75:hover {
  background-color: #404040;
}
.bd-bottom-gray-75 {
  border-bottom: 1px solid #404040;
  margin: 0 auto;
}
.bd-top-gray-75 {
  border-top: 1px solid #404040;
  margin: 0 auto;
}
.bd-left-gray-75 {
  border-left: 1px solid #404040;
  margin: 0 auto;
}
.bd-right-gray-75 {
  border-right: 1px solid #404040;
  margin: 0 auto;
}
.bd-full-gray-75 {
  border: 1px solid #404040;
  margin: 0 auto;
}
.wd-80 {
  width: 80%;
}
.hg-80 {
  height: 80%;
}
.op-80 {
  opacity: 0.8;
}
.cl-gray-80 {
  color: #333;
}
.bg-gray-80 {
  background-color: #333;
}
.hover-gray-80:hover {
  color: #333;
}
.bg-hover-gray-80:hover {
  background-color: #333;
}
.bd-bottom-gray-80 {
  border-bottom: 1px solid #333;
  margin: 0 auto;
}
.bd-top-gray-80 {
  border-top: 1px solid #333;
  margin: 0 auto;
}
.bd-left-gray-80 {
  border-left: 1px solid #333;
  margin: 0 auto;
}
.bd-right-gray-80 {
  border-right: 1px solid #333;
  margin: 0 auto;
}
.bd-full-gray-80 {
  border: 1px solid #333;
  margin: 0 auto;
}
.wd-85 {
  width: 85%;
}
.hg-85 {
  height: 85%;
}
.op-85 {
  opacity: 0.85;
}
.cl-gray-85 {
  color: #262626;
}
.bg-gray-85 {
  background-color: #262626;
}
.hover-gray-85:hover {
  color: #262626;
}
.bg-hover-gray-85:hover {
  background-color: #262626;
}
.bd-bottom-gray-85 {
  border-bottom: 1px solid #262626;
  margin: 0 auto;
}
.bd-top-gray-85 {
  border-top: 1px solid #262626;
  margin: 0 auto;
}
.bd-left-gray-85 {
  border-left: 1px solid #262626;
  margin: 0 auto;
}
.bd-right-gray-85 {
  border-right: 1px solid #262626;
  margin: 0 auto;
}
.bd-full-gray-85 {
  border: 1px solid #262626;
  margin: 0 auto;
}
.wd-90 {
  width: 90%;
}
.hg-90 {
  height: 90%;
}
.op-90 {
  opacity: 0.9;
}
.cl-gray-90 {
  color: #1a1a1a;
}
.bg-gray-90 {
  background-color: #1a1a1a;
}
.hover-gray-90:hover {
  color: #1a1a1a;
}
.bg-hover-gray-90:hover {
  background-color: #1a1a1a;
}
.bd-bottom-gray-90 {
  border-bottom: 1px solid #1a1a1a;
  margin: 0 auto;
}
.bd-top-gray-90 {
  border-top: 1px solid #1a1a1a;
  margin: 0 auto;
}
.bd-left-gray-90 {
  border-left: 1px solid #1a1a1a;
  margin: 0 auto;
}
.bd-right-gray-90 {
  border-right: 1px solid #1a1a1a;
  margin: 0 auto;
}
.bd-full-gray-90 {
  border: 1px solid #1a1a1a;
  margin: 0 auto;
}
.wd-95 {
  width: 95%;
}
.hg-95 {
  height: 95%;
}
.op-95 {
  opacity: 0.95;
}
.cl-gray-95 {
  color: #0d0d0d;
}
.bg-gray-95 {
  background-color: #0d0d0d;
}
.hover-gray-95:hover {
  color: #0d0d0d;
}
.bg-hover-gray-95:hover {
  background-color: #0d0d0d;
}
.bd-bottom-gray-95 {
  border-bottom: 1px solid #0d0d0d;
  margin: 0 auto;
}
.bd-top-gray-95 {
  border-top: 1px solid #0d0d0d;
  margin: 0 auto;
}
.bd-left-gray-95 {
  border-left: 1px solid #0d0d0d;
  margin: 0 auto;
}
.bd-right-gray-95 {
  border-right: 1px solid #0d0d0d;
  margin: 0 auto;
}
.bd-full-gray-95 {
  border: 1px solid #0d0d0d;
  margin: 0 auto;
}
.wd-100 {
  width: 100%;
}
.hg-100 {
  height: 100%;
}
.op-100 {
  opacity: 1;
}
.cl-gray-100 {
  color: #000;
}
.bg-gray-100 {
  background-color: #000;
}
.hover-gray-100:hover {
  color: #000;
}
.bg-hover-gray-100:hover {
  background-color: #000;
}
.bd-bottom-gray-100 {
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
.bd-top-gray-100 {
  border-top: 1px solid #000;
  margin: 0 auto;
}
.bd-left-gray-100 {
  border-left: 1px solid #000;
  margin: 0 auto;
}
.bd-right-gray-100 {
  border-right: 1px solid #000;
  margin: 0 auto;
}
.bd-full-gray-100 {
  border: 1px solid #000;
  margin: 0 auto;
}
/*--------------------------------------*/
/*------------- THUMBS -----------------*/
/*--------------------------------------*/
.thumb-cover {
  background-size: cover;
  background-position: center center;
}
.thumb-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.thumb-fullx380 {
  height: 380px;
}
.thumb-fullx280 {
  height: 280px;
}
.thumb-fullx80 {
  height: 80px;
}
.thumb-fullx180 {
  height: 180px;
}
.thumb-80x80 {
  height: 80px;
  width: 80px;
}
.thumb-100x100 {
  height: 100px;
  width: 100px;
}
.thumb-150x150 {
  height: 150px;
  width: 150px;
}
.thumb-200x200 {
  height: 200px;
  width: 200px;
}
.img-wide {
  width: 100%;
}
/*--------------------------------------*/
/*------------- FONTS ------------------*/
/*--------------------------------------*/
.ff-opensans {
  font-family: 'Open Sans', sans-serif;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.required {
  background-color: rgba(255,0,0,0.025) !important;
  border: 1px solid #f00 !important;
}
/*--------------------------------------*/
/*------------- STYLES -----------------*/
/*--------------------------------------*/
body {
  font-family: 'Alegreya', serif;
  smoothing: antialiased;
}
section,
footer,
header {
  position: relative;
}
section .container,
footer .container,
header .container {
  position: relative;
}
.container {
  max-width: 980px;
}
a {
  -webkit-transition: color 400ms ease-out;
  -o-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
}
.btn-transparent-success {
  background-color: transparent;
  border-color: #4cae4c;
  color: #4cae4c;
}
.btn-transparent-success:hover,
.btn-transparent-success:focus,
.btn-transparent-success:active,
.btn-transparent-success:active:hover,
.btn-transparent-success .active:hover {
  background-color: #5cb85c;
  color: #fff;
}
.btn-transparent-danger {
  background-color: transparent;
  border-color: #d9534f;
  color: #d9534f;
}
.btn-transparent-danger:hover,
.btn-transparent-danger:focus,
.btn-transparent-danger:active,
.btn-transparent-danger:active:hover,
.btn-transparent-danger .active:hover {
  background-color: #d9534f;
  color: #fff;
}
.btn-transparent-warning {
  background-color: transparent;
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.btn-transparent-warning:hover,
.btn-transparent-warning:focus,
.btn-transparent-warning:active,
.btn-transparent-warning:active:hover,
.btn-transparent-warning .active:hover {
  background-color: #f0ad4e;
  color: #fff;
}
.btn-transparent-primary {
  background-color: transparent;
  border-color: #337ab7;
  color: #337ab7;
}
.btn-transparent-primary:hover,
.btn-transparent-primary:focus,
.btn-transparent-primary:active,
.btn-transparent-primary:active:hover,
.btn-transparent-primary .active:hover {
  background-color: #337ab7;
  color: #fff;
}
.btn-transparent {
  background-color: transparent;
  border-color: #666;
  color: #666;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent:active:hover,
.btn-transparent .active:hover {
  background-color: #666;
  color: #fff;
}
.btn-cyan {
  background-color: #00abe4;
  border-color: #0085b1;
  color: #fff;
}
.btn-cyan:hover,
.btn-cyan:focus,
.btn-cyan:active,
.btn-cyan:active:hover,
.btn-cyan .active:hover {
  background-color: #0085b1;
  color: #fff;
}
#pop_photo .pop-photo-container {
  height: 80%;
  left: 10%;
  position: absolute;
  top: 10%;
  width: 80%;
}
#pop_photo .fa-times {
  position: absolute;
  right: 5%;
  top: 5%;
}
.slider {
  overflow: hidden;
  position: relative;
}
.slider .container {
  background-color: #fafafa;
  overflow: hidden;
}
.slider .container .blank {
  width: 100%;
}
.slider .slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateX(100%) scale3d(0.8, 0.8, 1);
          transform: translateX(100%) scale3d(0.8, 0.8, 1);
  top: 0;
}
.slider .slide .caption {
  color: #fff;
  bottom: 0;
  padding: 26px 0;
  max-width: 400px;
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.slider .slide .caption .title {
  color: #00abe4;
  font-size: 20pt;
  font-family: 'Alegreya', serif;
  font-weight: 400;
  text-transform: uppercase;
}
.slider .slide .caption .title b {
  font-weight: 700;
}
.slider .slide .caption h1,
.slider .slide .caption h2,
.slider .slide .caption p {
  margin: 4px 0;
}
.slider .slide .caption .text {
  margin: 2px 0 16px 0;
  color: #808080;
  font-size: 12pt;
  text-transform: uppercase;
}
.slider .slide .caption-left {
  padding: 26px;
  left: 0;
}
.slider .slide.active {
  -webkit-transform: translateX(0) scale3d(0.95, 0.95, 1);
          transform: translateX(0) scale3d(0.95, 0.95, 1);
  opacity: 1;
}
.slider .slide.active .caption {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.slider .prev,
.slider .next {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 20px 0 20px;
  position: absolute;
  top: 0;
}
.slider .prev .bg,
.slider .next .bg {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.slider .prev .fa-circle,
.slider .next .fa-circle {
  color: #000;
}
.slider .prev:hover .bg,
.slider .next:hover .bg {
  opacity: 1;
}
.slider .prev {
  left: 0;
}
.slider .prev .bg {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.6)), to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0));
  background-image: linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.slider .next {
  right: 0;
}
.slider .next .bg {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.6)), to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.6), rgba(0,0,0,0));
  background-image: linear-gradient(right, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.slider .navigation {
  bottom: 16px;
  right: 16px;
  position: absolute;
  padding: 8px 15px;
  text-align: right;
}
.slider .navigation i {
  font-size: 12pt;
  color: #00abe4;
  margin: 0 2px;
}
.slider .navigation i.active {
  color: #fff;
}
header.header .container {
  background-color: #f2f2f2;
}
header.header .container .logo {
  padding: 26px 0;
}
header.header .container .logo img {
  max-width: 358px;
  width: 100%;
}
header.header .container .nav-icon {
  padding: 8px 0;
  color: #00abe4;
}
header.header .container .languages {
  position: absolute;
  top: 8px;
  right: 16px;
}
header.header .container .languages ul {
  margin: 0;
  padding: 0;
}
header.header .container .languages ul li {
  display: inline-block;
  vertical-align: top;
}
header.header .container .languages ul li a {
  display: block;
  font-size: 8pt;
  font-family: 'Raleway', sans-serif;
  padding: 0 6px;
  text-transform: uppercase;
}
header.header .container .languages ul li a:hover {
  color: #000;
  text-decoration: none;
}
header.header .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}
header.header .container nav ul li {
  display: inline-block;
  vertical-align: middle;
}
header.header .container nav ul li a {
  display: block;
  color: #00abe4;
  font-family: 'Alegreya', serif;
  font-size: 12pt;
  padding: 8px 0;
  text-transform: uppercase;
}
header.header .container nav ul li a:hover,
header.header .container nav ul li a:focus {
  text-decoration: none;
  color: #7edfff;
}
header.header .container nav ul li a .fa-stack i.fa:first-of-type {
  color: #0ea8e4;
}
header.header .container nav ul li a .fa-stack i.fa:last-of-type {
  color: #fff;
}
header.header .container nav ul li.active a {
  color: #000;
}
header.header .container nav ul li.socials a {
  display: inline-block;
  padding: 4px 0;
}
.secondary-nav .container {
  background-color: #fafafa;
  border-bottom: 1px solid #fff;
}
.secondary-nav .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 16px 0;
}
.secondary-nav .container ul li {
  display: inline-block;
  margin: 0 16px;
}
.secondary-nav .container ul li a {
  background-color: #fff;
  border: 1px solid #00abe4;
  color: #00abe4;
  display: block;
  font-family: 'Alegreya', serif;
  padding: 8px 26px;
  text-transform: uppercase;
}
.secondary-nav .container ul li a:hover,
.secondary-nav .container ul li a:focus {
  text-decoration: none;
  background-color: #00abe4;
  color: #fff;
}
.secondary-nav .container ul li a.active {
  background-color: #00abe4;
  color: #fff;
}
footer .container {
  background-color: #f2f2f2;
  color: #808080;
  font-family: 'Alegreya', serif;
  padding: 26px 15px;
  letter-spacing: 0.1em;
  text-align: center;
}
.rope .container {
  background-image: url("../assets/rope-bg.jpg");
  height: 11px;
}
.showcase .container {
  background-color: #f2f2f2;
}
.showcase .container .showcase-wrapper {
  padding: 10px 0 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.showcase .container .showcase-wrapper .left,
.showcase .container .showcase-wrapper .right {
  height: 560px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.showcase .container .showcase-wrapper .left .title,
.showcase .container .showcase-wrapper .right .title {
  background-color: #e6e6e6;
  color: #00abe4;
  font-family: 'Alegreya', serif;
  font-size: 12pt;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}
.showcase .container .showcase-wrapper .right {
  width: 60%;
}
.showcase .container .showcase-wrapper .left {
  width: 40%;
}
.showcase .container .showcase-wrapper .left .image {
  background-color: #fff;
}
.showcase .container .showcase-wrapper .left .image img {
  height: 100%;
}
.testimonies {
  height: 520px;
  overflow: auto;
}
.testimonies .mod {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0;
  min-height: 76px;
}
.testimonies .mod .image {
  background-color: #000;
  min-width: 100px;
  width: 100px;
}
.testimonies .mod .caption {
  padding: 8px 16px;
}
.testimonies .mod .caption .name {
  color: #00abe4;
}
.testimonies .mod .caption .content {
  font-size: 8pt;
  font-family: 'Open Sans', sans-serif;
  color: #808080;
}
.gral-section .container {
  padding: 26px 15px;
}
.gral-section .container .title {
  background-color: #e6e6e6;
  color: #00abe4;
  font-size: 14pt;
  margin-bottom: 8px;
  padding: 8px 16px;
  text-transform: uppercase;
}
.gral-section .container .content .subtitle {
  font-size: 22pt;
  padding: 80px 0 10px 0;
  color: #4d4d4d;
}
.gral-section .container .content p {
  color: #808080;
  font-size: 13pt;
}
.gral-section .container .white-wrapper {
  background-color: #fff;
  padding: 46px 16px;
  position: relative;
}
.gral-section .container .white-wrapper .center-list {
  position: relative;
  text-align: center;
}
.gral-section .container .white-wrapper .center-list li {
  display: block;
  margin: 36px 0;
}
.gral-section .container .white-wrapper .center-list li .name {
  color: #00abe4;
  font-size: 14pt;
  text-transform: uppercase;
}
.gral-section .container .white-wrapper .center-list li .location {
  color: #999;
  padding: 0;
  font-size: 12pt;
}
.gral-section .container .white-wrapper .center-list li .location a {
  color: #999;
}
.gral-section .container .white-wrapper .center-list li .web a {
  color: #00abe4;
}
#form_contact input[type="text"],
#form_contact input[type="email"],
#form_contact textarea {
  border: 2px solid #00abe4;
}
#form_contact label {
  color: #00abe4;
  text-transform: uppercase;
}
.merchandising {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.merchandising .mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px;
  min-width: 33.333333333333336%;
  width: 33.333333333333336%;
}
.merchandising .mod .wrapper {
  background-color: #f2f2f2;
  width: 100%;
}
.merchandising .mod .wrapper .image {
  background-color: #fff;
  position: relative;
}
.merchandising .mod .wrapper .image .slide {
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  opacity: 0;
}
.merchandising .mod .wrapper .image .slide.active {
  opacity: 1;
}
.merchandising .mod .wrapper .image img {
  width: 100%;
}
.merchandising .mod .wrapper .image .navigation {
  position: absolute;
  bottom: 6px;
  text-align: center;
  width: 100%;
}
.merchandising .mod .wrapper .image .navigation i {
  color: #ccc;
  cursor: pointer;
  font-size: 9pt;
  margin: 2px;
}
.merchandising .mod .wrapper .image .navigation i.active {
  color: #00abe4;
}
.merchandising .mod .wrapper .caption {
  padding: 16px;
}
.merchandising .mod .wrapper .caption .name {
  color: #00abe4;
  font-size: 16pt;
  text-transform: uppercase;
}
.merchandising .mod .wrapper .caption .description {
  font-family: 'Raleway', sans-serif;
  font-size: 9pt;
  color: #808080;
  line-height: 12pt;
}
.merchandising .mod .wrapper .caption .price {
  color: #808080;
  font-size: 16pt;
  font-weight: 700;
}
.merchandising .mod .wrapper .caption .price span {
  cursor: pointer;
  float: right;
}
.merchandising .mod .wrapper .caption .price span:hover {
  color: #00abe4;
}
.merchandising .mod .wrapper .caption .price span i {
  font-size: 11pt;
}
.product-wrapper {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 26px;
}
.product-wrapper .title {
  background-color: transparent !important;
}
.product-wrapper .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-wrapper .gallery .big {
  min-width: 260px;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  width: 260px;
}
.product-wrapper .gallery .big .thumb {
  cursor: pointer;
  border: 1px solid rgba(128,128,128,0.25);
}
.product-wrapper .gallery .big .thumb img {
  width: 100%;
}
.product-wrapper .gallery .big .thumb:hover {
  opacity: 0.75;
}
.product-wrapper .gallery .content {
  padding: 0 0 0 26px;
  width: 100%;
}
.product-wrapper .gallery .content .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-wrapper .gallery .content .thumbs .thumb {
  background-repeat: no-repeat;
  cursor: pointer;
  border: 6px solid #fff;
  border: 1px solid rgba(128,128,128,0.25);
  display: inline-block;
  height: 156px;
  margin: 0 0.75rem 0.75rem 0;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  vertical-align: top;
  width: 31.746031746031747%;
}
.product-wrapper .gallery .content .thumbs .thumb:hover {
  opacity: 0.75;
}
.product-wrapper .gallery .content .thumbs .thumb img {
  width: 100%;
}
.product-wrapper .gallery .content .description {
  padding: 26px 0 0 0;
  color: #808080;
  width: 100%;
}
.zoom-image {
  background-color: rgba(0,0,0,0.75);
  left: 0;
  height: 100%;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}
.zoom-image .title {
  color: #fff;
  font-size: 18pt;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 8px 0;
}
.zoom-image .close {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 26px;
  padding: 10px;
  opacity: 1;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.zoom-image .close:hover {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}
.zoom-image .close i {
  color: #fff;
  font-size: 22pt;
}
.zoom-image .next,
.zoom-image .prev {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  padding: 16px;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
}
.zoom-image .next i,
.zoom-image .prev i {
  color: #fff;
  font-size: 22pt;
}
.zoom-image .prev {
  left: 0;
}
.zoom-image .prev:hover {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.zoom-image .next {
  right: 0;
}
.zoom-image .next:hover {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.zoom-image .image {
  left: 5%;
  height: 90%;
  position: absolute;
  top: 5%;
  width: 90%;
}
.zoom-image.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 999;
}
/*--------------------------------------*/
/*------------- ADMIN ------------------*/
/*--------------------------------------*/
body.admin {
  font-family: 'Open Sans', sans-serif;
  margin-left: 170px;
  padding: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
body.admin.shrink {
  margin-left: 50px;
}
header.admin-header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
          box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
header.admin-header .header-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}
header.admin-header .header-wrapper .logo {
  margin-left: 16px;
  padding: 0;
  width: 120px;
}
header.admin-header .header-wrapper .logo a {
  display: block;
}
header.admin-header .header-wrapper .logo a img {
  width: 100%;
}
header.admin-header .header-wrapper .nav-icon .btn {
  border: 1px solid #666;
  background-color: transparent;
  padding: 2px 6px;
}
header.admin-header .header-wrapper .nav-icon .btn:hover,
header.admin-header .header-wrapper .nav-icon .btn:focus {
  background-color: #00abe4;
  color: #fff;
}
header.admin-header .header-wrapper .user-menu {
  text-align: right;
  padding: 0 16px;
}
header.admin-header .header-wrapper .user-menu h1,
header.admin-header .header-wrapper .user-menu h2 {
  margin: 0;
}
header.admin-header .header-wrapper .user-menu h1 {
  margin: 0 0 5px 0;
  font-size: 10pt;
}
header.admin-header .header-wrapper .user-menu h2 {
  font-size: 8pt;
}
header.admin-header .header-wrapper .user-menu h2 a {
  color: #999;
}
header.admin-header .header-wrapper .user-menu h2 a:hover {
  color: #f00;
  text-decoration: none;
}
.side-bar {
  background-color: #00abe4;
  -webkit-box-shadow: 8px 0 8px rgba(0,0,0,0.1);
          box-shadow: 8px 0 8px rgba(0,0,0,0.1);
  left: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 60px;
  height: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 170px;
  z-index: 99;
}
.side-bar:hover {
  width: 170px !important;
}
.side-bar:hover .mainmenu li a span {
  display: inline !important;
}
.side-bar .logo {
  background-color: #fff;
  padding: 26px;
}
.side-bar .logo img {
  width: 100%;
}
.side-bar .mobile-nav {
  background-color: #fff;
  padding: 16px;
  display: block;
}
.side-bar .mobile-nav .btn {
  min-width: 0;
  padding: 6px 10px !important;
}
.side-bar .mainmenu {
  margin: 0;
  padding: 16px 0;
  width: 170px;
}
.side-bar .mainmenu li {
  display: block;
}
.side-bar .mainmenu li a {
  color: #fff;
  display: block;
  font-size: 10pt;
  font-weight: 500;
  padding: 10px 16px;
}
.side-bar .mainmenu li a i {
  width: 26px;
  text-align: center;
}
.side-bar .mainmenu li:hover {
  background-color: #0085b1;
}
.side-bar .mainmenu li:hover a {
  text-decoration: none;
}
.side-bar .mainmenu li.active a {
  background-color: #0085b1;
  border-left: 5px solid #fff;
  padding: 10px 16px 10px 11px;
}
.side-bar .pulse-design {
  position: absolute;
  bottom: 60px;
  font-size: 7pt;
  left: 0;
  width: 100%;
}
.side-bar .pulse-design a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  color: #7edfff;
}
.side-bar .pulse-design a img {
  margin-right: 6px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
  width: 14px;
}
.side-bar .pulse-design a:hover,
.side-bar .pulse-design a:focus {
  color: #fff;
  text-decoration: none;
}
.side-bar .pulse-design a:hover img,
.side-bar .pulse-design a:focus img {
  opacity: 1;
}
.side-bar.shrink {
  width: 50px;
}
.side-bar.shrink .logo {
  display: none;
}
.side-bar.shrink .user-data h4 {
  display: none;
}
.side-bar.shrink .mainmenu li a {
  padding: 10px 12px;
}
.side-bar.shrink .mainmenu li a span {
  display: none;
}
.side-bar.shrink .mainmenu li.active a {
  padding: 10px 7px;
}
.side-bar.shrink .pulse-design span {
  display: none;
}
.admin-wrapper {
  background-color: #f2f2f2;
  padding: 36px 30px;
}
.header-admin .logo {
  padding: 36px 10px;
}
.header-admin .nav-tabs li {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.header-admin .nav-tabs .active a {
  background-color: #f2f2f2;
  background-color: #add8e6;
  color: #fff;
}
.page-header {
  background-color: #fff;
  color: #666;
  margin: 60px 0 0 0;
}
.page-header .header-container {
  padding: 0;
}
.page-header .header-container hr {
  margin: 0 0 16px 0;
}
.page-header .header-container h1 {
  font-weight: 300;
}
.login-box {
  margin: 0 auto;
  padding: 66px 16px;
  width: 300px;
}
.login-box .logo {
  padding: 26px 0;
}
.login-box .logo img {
  width: 100%;
}
.mod-menu-container {
  min-height: 100px;
  max-height: 696px;
  overflow: auto;
}
.mod-menu-container .mod-menu {
  -webkit-transition: opacity, 300ms, ease-out;
  -o-transition: opacity, 300ms, ease-out;
  transition: opacity, 300ms, ease-out;
  margin-bottom: 2px;
}
.mod-menu-container .mod-menu:hover {
  opacity: 0.6;
}
.admin-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 280px;
  overflow: auto;
}
.admin-gallery .thumbnail {
  height: 220px;
  margin: 2px;
  position: relative;
  width: 220px;
}
.admin-gallery .thumbnail .redbg {
  background-color: rgba(0,0,0,0.65);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.admin-gallery .thumbnail .redbg button {
  margin: 0 2px;
}
.admin-gallery .thumbnail:hover .redbg {
  opacity: 1;
}
.mod-container {
  max-height: 580px;
  overflow: auto;
}
.mod-container .mod-item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin: 2px 0 6px 0;
  opacity: 1;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.25);
          box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.25);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.mod-container .mod-item:hover {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
          box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
}
.mod-container .mod-item .thumbnail {
  margin-bottom: 0;
  height: 80%;
  position: absolute;
  width: 80px;
}
.mod-container .mod-item .data {
  overflow: hidden;
  margin: 0 130px 0 90px;
}
.mod-container .mod-item .data hr {
  margin: 8px 0 8px 0;
}
.mod-container .mod-item .data .buttons {
  top: 10px;
  position: absolute;
  right: 10px;
}
.mod-container .mod-item .data .options {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
.admin-box {
  padding: 0 0 40px 0;
}
.admin-box .container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mod-card {
  margin: 0 0 6px 0;
  -webkit-transition: width 300ms ease-out;
  -o-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
}
.mod-card .card-inner {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
          box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 8px;
}
.mod-card .card-inner:hover {
  -webkit-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.16);
          box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.16);
}
.mod-card .card-inner .thumb {
  position: relative;
}
.mod-card .card-inner .thumb .buttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.mod-card .card-inner .caption {
  padding: 4px 16px 8px 16px;
  position: relative;
  overflow: hidden;
  height: 110px;
  white-space: nowrap;
}
.mod-card .card-inner .caption h1,
.mod-card .card-inner .caption h2,
.mod-card .card-inner .caption h3,
.mod-card .card-inner .caption h4 {
  font-size: 11pt;
  line-height: normal;
  overflow: hidden;
  margin-top: 4px;
}
.mod-card .card-inner .caption .title {
  font-weight: 600;
  font-size: 11pt;
}
.mod-card .card-inner .caption .subtitle {
  font-weight: 300;
  font-size: 9pt;
  color: #666;
}
.mod-card .card-inner .caption hr {
  margin: 2px 0;
}
.mod-card .card-inner .caption p {
  color: #999;
  padding: 4px 0 0 0;
  margin: 0;
  font-size: 8pt;
}
.mod-card .card-inner .caption p strong {
  color: #01957b;
}
.mod-card .card-inner .caption h1.sm {
  font-size: 9pt;
}
.mod-card .card-inner .caption .buttons {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mod-container-xs {
  height: 120px;
  overflow: auto;
}
.mod-container-sm {
  height: 240px;
  overflow: auto;
}
.mod-container-md {
  height: 360px;
  overflow: auto;
}
.mod-container-lg {
  height: 620px;
  overflow: auto;
}
.mod-list-thumb {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin: 2px 0 6px 0;
  opacity: 1;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.25);
          box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.25);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.mod-list-thumb:hover {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
          box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
}
.mod-list-thumb .thumbnail {
  margin-bottom: 0;
  height: 80%;
  position: absolute;
  width: 80px;
}
.mod-list-thumb .data {
  overflow: hidden;
  margin: 0 130px 0 90px;
}
.mod-list-thumb .data hr {
  margin: 8px 0 8px 0;
}
.mod-list-thumb .data .buttons {
  top: 10px;
  position: absolute;
  right: 10px;
}
.mod-list-thumb .data .options {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
.mod-list {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
  padding: 4px 10px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 300ms ease-out;
  transition: -webkit-box-shadow 300ms ease-out;
  -o-transition: box-shadow 300ms ease-out;
  transition: box-shadow 300ms ease-out;
  transition: box-shadow 300ms ease-out, -webkit-box-shadow 300ms ease-out;
}
.mod-list:hover {
  -webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.12);
          box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.12);
}
.mod-list .content,
.mod-list .buttons {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mod-list .content {
  padding: 8px;
}
.mod-list .content h4 {
  margin-right: 50px;
  font-size: 10pt;
  font-weight: 700;
}
.mod-list .content hr {
  margin: 2px 0 6px 0;
}
.mod-list .content p {
  font-size: 9pt;
  margin: 0;
  color: #999;
}
.mod-list .buttons {
  border-left: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 180px;
  min-width: 180px;
  padding: 16px;
}
.mod-list .buttons button {
  margin: 0 4px;
}
.mod-list.active {
  border: 1px solid #337ab7;
}
.mod-list.active h4 {
  margin-left: 10px;
}
.mod-list.active:before {
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #337ab7;
  content: '';
  left: 0;
  top: 26px;
  position: absolute;
}
.form-group {
  position: relative;
}
.input-search-suggestions {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  max-height: 220px;
  top: 34px;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
          box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  width: 100%;
  z-index: 11;
}
.input-search-suggestions li {
  display: block;
  cursor: pointer;
  margin: 2px 0;
  padding: 6px 10px;
}
.input-search-suggestions li:hover {
  background-color: #e6e6e6;
}
.panel-admin-mod .panel-heading {
  background-color: yellow_1;
  color: yellow_3;
}
.panel-admin-mod .panel-body .list-group .list-group-item {
  position: relative;
}
.panel-admin-mod .panel-body .list-group .list-group-item .buttons {
  right: 10px;
  top: 10px;
  position: absolute;
}
.panel-admin-mod .panel-body .list-group .list-group-item .item {
  margin-right: 50px;
}
.panel-admin-mod .panel-body .list-group .list-group-item .item i {
  cursor: pointer;
  margin: 0 8px 0 0;
}
.block-white {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin: 0 0 8px 0;
  padding: 36px 26px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tab-content {
  background-color: #fff;
  margin: 0 0 8px 0;
}
.tab-content .tab-panel {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 36px 26px;
  display: none;
}
.tab-content .tab-panel:first-of-type {
  display: block;
}
.flex-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-options .flex-item {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  padding: 10px 16px;
  margin: 0 10px 0 0;
}
.flex-options .flex-item:hover {
  background-color: #f2f2f2;
}
.cke_editable {
  padding: 18px;
}
.ck-editor__editable {
  min-height: 280px;
  padding: 0 !important;
}
.ck-editor__editable p {
  padding: 10px;
  margin: 0;
}
.ui-datepicker {
  padding: 16px;
}
.fa-toggle-on {
  color: #008000;
}
.fa-toggle-off {
  color: #f00;
}
#loading {
  z-index: 999;
}
.table-languages {
  overflow: hidden;
}
.table-languages tbody tr td .caption {
  white-space: normal;
  font-size: 11pt;
}
.table-languages tbody tr td small {
  margin-top: 10px;
  font-size: 8pt;
  display: block;
  color: #999;
}
.table-languages tbody tr td:first-of-type {
  max-width: 360px;
  width: 360px;
}
.table-languages tbody tr td:last-of-type {
  min-width: 360px;
}
@media screen and (max-width: 767px) {
  header.header .container nav {
    display: none;
  }
  header.header .container nav ul {
    display: block;
  }
  header.header .container nav ul li {
    display: block;
  }
  header.header .container nav ul li a {
    padding: 2px 0;
  }
  .product-wrapper .gallery {
    display: block;
  }
  .product-wrapper .gallery .big {
    padding: 6px;
    min-width: 260px;
    text-align: center;
    width: 100%;
  }
  .product-wrapper .gallery .content {
    padding: 0 0.475rem;
  }
  .product-wrapper .gallery .content .thumbs {
    padding: 0;
    margin: 0.775rem 0;
  }
  .product-wrapper .gallery .content .thumbs .thumb {
    display: block;
    width: 46.51162790697675%;
  }
  .merchandising .mod {
    min-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 597px) {
  .admin-wrapper {
    padding: 10px 0;
  }
  .admin-wrapper .block-white {
    padding: 16px;
  }
  .admin-wrapper .block-white.buttons .col {
    padding: 10px;
  }
  .admin-wrapper .block-white.buttons .col button {
    margin: 2px;
    width: 100%;
  }
  .secondary-nav .container ul {
    display: block;
  }
  .secondary-nav .container ul li {
    display: block;
    margin: 2px 0;
  }
  .secondary-nav .container ul li a {
    padding: 4px 0;
  }
  .showcase .container .showcase-wrapper {
    display: block;
  }
  .showcase .container .showcase-wrapper .left,
  .showcase .container .showcase-wrapper .right {
    width: 100%;
  }
  .page-header .header-container {
    padding: 0 16px;
  }
  .well {
    padding: 6px;
  }
  .mod-card {
    padding-left: 0;
    padding-right: 0;
  }
  .mod-list {
    display: block;
  }
  .mod-list .buttons {
    padding: 8px;
    border-left: none;
    border-top: 1px solid #e6e6e6;
    max-width: 100%;
    display: block;
  }
  .mod-list .buttons button {
    margin: 0 4px 0 0;
  }
  .merchandising .mod {
    min-width: 100%;
    width: 100%;
  }
  .product-wrapper .gallery .content .thumbs .thumb {
    width: 100%;
  }
}
