/*--------------------------------------*/
/*------------- 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-red {
  color: #ed0017;
}
.bg-red {
  background-color: #ed0017;
}
.hover-red:hover {
  color: #ed0017;
}
.bg-hover-red:hover {
  background-color: #ed0017;
}
.bd-bottom-red {
  border-bottom: 1px solid #ed0017;
  margin: 0 auto;
}
.bd-top-red {
  border-top: 1px solid #ed0017;
  margin: 0 auto;
}
.bd-left-red {
  border-left: 1px solid #ed0017;
  margin: 0 auto;
}
.bd-right-red {
  border-right: 1px solid #ed0017;
  margin: 0 auto;
}
.bd-full-red {
  border: 1px solid #ed0017;
  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: flex;
  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 {
  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 #ed0017 !important;
}
/*--------------------------------------*/
/*------------- STYLES -----------------*/
/*--------------------------------------*/
body {
  font-family: 'Barlow', sans-serif;
  smoothing: antialiased;
  font-size: 14pt;
}
h1,
h2,
h3,
h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}
label {
  font-size: 11pt;
}
small {
  font-size: 9pt;
}
section,
footer,
header {
  position: relative;
}
section .container,
footer .container,
header .container {
  position: relative;
}
a {
  transition: color 400ms ease-out;
}
.section-header {
  background-color: #540008;
  padding: 26px 0 0 0;
  position: relative;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4 {
  color: #fff;
  text-transform: uppercase;
}
.gral-section {
  padding: 70px 0;
}
.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: #ed0017;
  color: #ed0017;
}
.btn-transparent-danger:hover,
.btn-transparent-danger:focus,
.btn-transparent-danger:active,
.btn-transparent-danger:active:hover,
.btn-transparent-danger .active:hover {
  background-color: #ed0017;
  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: #333;
  color: #333;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent:active:hover,
.btn-transparent .active:hover {
  background-color: #e6e6e6;
}
.btn-white {
  background-color: #fff;
  color: #000;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #e6e6e6;
}
.btn {
  transition: all 200ms ease-out;
}
#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;
  min-height: 420px;
}
.slider img {
  width: 100%;
}
.slider .slide {
  background-color: #000;
  background-position: center bottom;
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.slider .slide .caption {
  background-color: rgba(0,0,0,0.45);
  color: #fff;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translateY(80px);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center;
}
.slider .slide .caption .wrapper {
  max-width: 600px;
}
.slider .slide .caption .wrapper .title {
  margin: 0 0 8px 0;
  font-size: 36pt;
  text-transform: uppercase;
}
.slider .slide .caption .wrapper p {
  font-size: 18pt;
  font-weight: 300;
}
.slider .slide.active {
  opacity: 1;
}
.slider .slide.active .caption {
  transform: translateY(0);
}
.slider .navigation {
  bottom: 0;
  padding: 16px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slider .navigation i {
  color: #fff;
  font-size: 10pt;
}
.slider .navigation i.active {
  opacity: 0.65;
}
.slider .prev,
.slider .next {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 100%;
  padding: 0 20px 0 20px;
  position: absolute;
  top: 0;
}
.slider .prev .bg,
.slider .next .bg {
  opacity: 0;
  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: linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.slider .next {
  right: 0;
}
.slider .next .bg {
  background-image: linear-gradient(right, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.margin-header {
  margin-top: 80px;
}
.bg-texture {
  background-image: url("../assets/overlay.png");
}
.main-title {
  border-bottom: 4px solid #ed0017;
  display: inline-block;
  text-transform: uppercase;
}
.paragraph {
  font-size: 15pt;
  margin: 26px 0;
  line-height: 22pt;
}
.tiles {
  display: flex;
  overflow: hidden;
}
.tiles .tile {
  width: 50%;
}
.tiles .tile-img {
  background-color: #ed0017;
  display: block;
  overflow: hidden;
  position: relative;
}
.tiles .tile-img:hover .overprint-absolute {
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.65;
}
.tiles .tile-img .overprint-absolute {
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.tiles .tile-content {
  padding: 126px 46px;
}
header.header {
  background-color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
header.header .header-container {
  background-color: #000;
  position: relative;
  z-index: 101;
}
header.header .header-container .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header.header .header-container .wrapper .logo img {
  padding: 16px 0;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  max-width: 200px;
}
header.header .header-container .wrapper nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
header.header .header-container .wrapper nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}
header.header .header-container .wrapper nav ul li a {
  color: #fff;
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12pt;
  font-weight: 600;
  padding: 4px 10px;
  position: relative;
  text-transform: uppercase;
  transition: all 300ms ease-out;
}
header.header .header-container .wrapper nav ul li a:hover,
header.header .header-container .wrapper nav ul li a:focus {
  text-decoration: none;
  color: #fff;
}
header.header .header-container .wrapper nav ul li a:hover:after,
header.header .header-container .wrapper nav ul li a:focus:after {
  background-color: #ed0017;
  bottom: -2px;
  content: '';
  left: 0;
  height: 3px;
  position: absolute;
  width: 100%;
}
header.header .header-container .wrapper nav ul li.active a {
  text-decoration: none;
  color: #808080;
}
header.header .header-container .wrapper nav ul li.active a:after {
  background-color: #ed0017;
  bottom: -2px;
  content: '';
  left: 0;
  height: 3px;
  position: absolute;
  width: 100%;
}
header.header .header-container .wrapper nav ul li.active:hover a,
header.header .header-container .wrapper nav ul li.active:focus a {
  background-color: transparent;
}
header.header .header-container .wrapper nav ul.open {
  display: block;
}
header.header .header-container .wrapper nav .mobile-nav {
  display: none;
  position: absolute;
  right: 26px;
  top: 26px;
}
header.header .header-container .wrapper nav .mobile-nav i {
  color: #fff;
  font-size: 16pt;
}
header.header .product-bar {
  background-color: #ed0017;
  box-shadow: 0 3px 4px rgba(0,0,0,0.1);
  position: absolute;
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(-200px);
  width: 100%;
  z-index: 100;
}
header.header .product-bar .container .wrapper-bar {
  display: flex;
  justify-content: center;
}
header.header .product-bar .container .wrapper-bar .tile {
  border: 1px solid rgba(255,255,255,0.45);
  display: block;
  min-width: 160px;
  padding: 4px 0;
  margin: 2px 2px;
}
header.header .product-bar .container .wrapper-bar .tile:hover,
header.header .product-bar .container .wrapper-bar .tile:focus {
  text-decoration: none;
  background-color: #ba0012;
}
header.header .product-bar .container .wrapper-bar .tile:hover .img .bg,
header.header .product-bar .container .wrapper-bar .tile:focus .img .bg {
  transform: scale3d(1.1, 1.1, 1);
}
header.header .product-bar .container .wrapper-bar .tile:hover .caption,
header.header .product-bar .container .wrapper-bar .tile:focus .caption {
  color: #fff;
  transition: background-color 400ms ease-out;
}
header.header .product-bar .container .wrapper-bar .tile .img {
  overflow: hidden;
  position: relative;
}
header.header .product-bar .container .wrapper-bar .tile .img .bg {
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.header .product-bar .container .wrapper-bar .tile .img img {
  width: 100%;
}
header.header .product-bar .container .wrapper-bar .tile .caption {
  color: #fff;
  font-size: 10pt;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 16px;
  text-align: center;
}
header.header .product-bar.active {
  transform: translateY(0);
}
header.slim .wrapper .logo img {
  max-width: 94px;
  padding: 12px 0;
}
footer {
  background-color: #000;
  padding: 10px 0 10px 0;
  text-align: center;
}
footer .info {
  color: #fff;
}
footer .info .item {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
footer .info .item div {
  font-size: 14pt;
  font-family: 'Barlow Condensed', sans-serif;
}
footer .info .item div a {
  color: #fff;
}
footer .info .item div i {
  color: #ed0017;
  margin-right: 6px;
}
footer .copy {
  color: #999;
  margin-top: 16px;
  font-size: 10pt;
}
.contact {
  padding: 46px 0;
}
.contact .contact-wrapper {
  padding: 26px 0;
}
.contact .contact-wrapper .info {
  padding: 0 26px;
}
.contact .contact-wrapper .info .item {
  align-items: center;
  margin: 16px 0;
  display: flex;
}
.contact .contact-wrapper .info .item .fa-stack {
  margin-right: 10px;
  min-width: 2em;
}
.contact .contact-wrapper .info .item .fa-stack i:first-of-type {
  color: #ed0017;
}
.contact .contact-wrapper .info .item .fa-stack i:last-of-type {
  color: #fff;
}
.contact .contact-wrapper .info a {
  color: #fff;
}
.videology {
  background-color: #000;
  position: relative;
}
.videology .wrapper {
  display: flex;
}
.videology .wrapper .video {
  background-color: #333;
  height: 580px;
  width: 50%;
}
.videology .wrapper .gallery {
  height: 580px;
  border-left: 1px solid #333;
  overflow: auto;
  width: 50%;
}
.videology .wrapper .gallery .mod {
  border-bottom: 1px solid #808080;
  display: flex;
  margin: 2px 0;
  transition: opacity 300ms ease-out;
}
.videology .wrapper .gallery .mod:hover {
  opacity: 0.5;
  cursor: pointer;
}
.videology .wrapper .gallery .mod .thumb {
  background-position: center top;
  min-width: 160px;
  width: 160px;
}
.videology .wrapper .gallery .mod .thumb img {
  width: 100%;
}
.videology .wrapper .gallery .mod .caption {
  padding: 6px 16px;
  width: 100%;
}
.videology .wrapper .gallery .mod .caption .title {
  color: #fff;
  font-weight: 600;
}
.videology .wrapper .gallery .mod .caption .description {
  color: #ccc;
  font-size: 10pt;
}
.videology .wrapper .gallery .mod.active {
  opacity: 0.5;
}
.highlight-text {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  font-size: 18pt;
  font-weight: 300;
  text-align: center;
  padding: 26px 46px;
}
.products {
  display: flex;
}
.products .filters {
  border-right: 1px solid #e6e6e6;
  min-width: 140px;
  width: 140px;
  display: none;
}
.products .filters h4 {
  text-transform: uppercase;
  font-weight: 400;
}
.products .filters .filter-menu {
  padding: 0;
  margin: 0;
}
.products .filters .filter-menu li {
  background-color: #e6e6e6;
  cursor: pointer;
  display: block;
  font-size: 10pt;
  padding: 4px 10px;
  margin: 2px 0;
}
.products .filters .filter-menu li:hover {
  background-color: #d9d9d9;
}
.products .filters .filter-menu li.active {
  background-color: #ed0017;
  color: #fff;
}
.gallery-products {
  padding: 0 26px;
  width: 100%;
}
.gallery-products .mod {
  background-color: #fff;
  border: 1px solid transparent;
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 300ms ease-out;
}
.gallery-products .mod:hover,
.gallery-products .mod:focus {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  text-decoration: none;
}
.gallery-products .mod:hover .thumb .bg,
.gallery-products .mod:focus .thumb .bg {
  filter: grayscale(100%);
  opacity: 0.75;
  transform: scale3d(1.1, 1.1, 1);
}
.gallery-products .mod:hover .caption,
.gallery-products .mod:focus .caption {
  color: #ed0017;
}
.gallery-products .mod:hover .caption .title,
.gallery-products .mod:focus .caption .title,
.gallery-products .mod:hover .caption .subtitle,
.gallery-products .mod:focus .caption .subtitle {
  transform: translateX(10px);
}
.gallery-products .mod .thumb {
  background-color: #000;
  border: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
}
.gallery-products .mod .thumb .bg {
  opacity: 1;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gallery-products .mod .thumb img {
  width: 100%;
}
.gallery-products .mod .tag {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 4px;
  top: 20px;
  z-index: 6;
}
.gallery-products .mod .tag:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #6e000b;
  content: '';
  height: 0;
  left: -10px;
  bottom: -10px;
  position: absolute;
  width: 0;
}
.gallery-products .mod .tag span {
  background-color: #ed0017;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  font-size: 9pt;
  padding: 4px 28px;
  text-transform: uppercase;
  z-index: 8;
}
.gallery-products .mod .caption {
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  height: 116px;
  color: #000;
}
.gallery-products .mod .caption .title {
  font-weight: 600;
  font-size: 11pt;
  line-height: 14pt;
  margin: 6px 0;
  transition: all 300ms ease-out;
}
.gallery-products .mod .caption .subtitle {
  font-size: 10pt;
  transition: all 500ms ease-out;
}
.gallery-products .mod .caption .foot {
  bottom: 0;
  background-color: #756c5d;
  left: 0;
  color: #fff;
  font-size: 9pt;
  padding: 2px 10px;
  position: absolute;
  width: 100%;
}
.overview {
  margin: 0;
  padding: 16px 0 86px 0;
}
.overview .overview-wrapper {
  display: flex;
  background-color: rgba(0,0,0,0.85);
}
.overview .overview-wrapper .caption {
  min-width: 400px;
  padding: 46px;
  width: 400px;
}
.overview .overview-wrapper .caption hr {
  border-top: 1px solid #fff;
}
.overview .overview-wrapper .caption .socials {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.overview .overview-wrapper .caption .socials .icon {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  margin: 0 4px 0 0;
  height: 40px;
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 40px;
}
.overview .overview-wrapper .caption .socials .icon:hover,
.overview .overview-wrapper .caption .socials .icon:focus {
  transform: translateY(-5px);
  text-decoration: none;
}
.overview .overview-wrapper .caption .socials .icon i {
  color: #fff;
}
.overview .overview-wrapper .gallery {
  padding: 10px;
  width: 100%;
}
.overview .overview-wrapper .gallery .image {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  position: relative;
}
.overview .overview-wrapper .gallery .image img {
  width: 100%;
}
.overview .overview-wrapper .gallery .image .tag {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  left: -12px;
  top: 20px;
  z-index: 6;
}
.overview .overview-wrapper .gallery .image .tag:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #6e000b;
  content: '';
  height: 0;
  left: -10px;
  bottom: -10px;
  position: absolute;
  width: 0;
}
.overview .overview-wrapper .gallery .image .tag span {
  background-color: #ed0017;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  font-size: 9pt;
  padding: 4px 28px;
  text-transform: uppercase;
  z-index: 8;
}
.overview .overview-wrapper .gallery .thumbs {
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
}
.overview .overview-wrapper .gallery .thumbs .thumb {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  height: 120px;
  overflow: hidden;
  position: relative;
  margin: 0 6px 6px 0;
  width: 120px;
}
.overview .overview-wrapper .gallery .thumbs .thumb .bg {
  opacity: 1;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  filter: grayscale(100%);
}
.overview .overview-wrapper .gallery .thumbs .thumb:hover .bg {
  transform: scale3d(1.1, 1.1, 1);
  filter: grayscale(0);
}
.overview .overview-wrapper .gallery .thumbs .thumb.active {
  border: 1px solid #ed0017;
}
.overview .overview-wrapper .gallery .thumbs .thumb.active .bg {
  transform: scale3d(1.1, 1.1, 1);
  filter: grayscale(0);
}
.bg-section {
  background-color: #000;
  min-height: calc(100vh - 240px);
}
.bg-section .bg {
  opacity: 0.3;
}
.bg-section .container,
.bg-section .main-title,
.bg-section .paragraph {
  color: #fff;
}
.black-section .container,
.black-section .main-title,
.black-section .paragraph {
  color: #fff;
}
/*--------------------------------------*/
/*------------- ADMIN ------------------*/
/*--------------------------------------*/
body.admin {
  margin-left: 170px;
  padding: 0;
  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;
  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 {
  align-items: center;
  justify-content: space-between;
  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: #b39743;
  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: #ed0017;
  text-decoration: none;
}
.side-bar {
  background-color: #4d4d4d;
  box-shadow: 8px 0 8px rgba(0,0,0,0.1);
  left: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 60px;
  height: 100%;
  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: #8e7835;
}
.side-bar .mainmenu li:hover a {
  text-decoration: none;
}
.side-bar .mainmenu li.active a {
  background-color: #8e7835;
  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 {
  align-items: center;
  display: flex;
  padding: 10px;
  color: #808080;
}
.side-bar .pulse-design a img {
  margin-right: 6px;
  opacity: 0.5;
  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;
}
.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 {
  transition: opacity, 300ms, ease-out;
  margin-bottom: 2px;
}
.mod-menu-container .mod-menu:hover {
  opacity: 0.6;
}
.admin-gallery {
  display: flex;
  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);
  align-items: center;
  justify-content: center;
  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;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.25);
  transition: all 300ms ease-out;
}
.mod-container .mod-item:hover {
  border: 1px solid #ccc;
  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;
  transition: width 300ms ease-out;
}
.mod-card .card-inner {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 8px;
}
.mod-card .card-inner:hover {
  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: 146px;
  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: 12pt;
  line-height: normal;
  overflow: hidden;
  margin-top: 4px;
}
.mod-card .card-inner .caption .title {
  font-weight: 600;
  font-size: 13pt;
}
.mod-card .card-inner .caption .subtitle {
  font-weight: 300;
  font-size: 11pt;
  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: 9pt;
}
.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;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.25);
  transition: all 300ms ease-out;
}
.mod-list-thumb:hover {
  border: 1px solid #ccc;
  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: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  padding: 4px 10px;
  position: relative;
  transition: box-shadow 300ms ease-out;
}
.mod-list:hover {
  box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.12);
}
.mod-list .content,
.mod-list .buttons {
  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: flex;
  align-items: 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: 40%;
  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;
  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: 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: #ed0017;
}
#loading {
  z-index: 999;
}
.whatsapp {
  align-items: center;
  background-color: #07bc4c;
  bottom: 1rem;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  height: 50px;
  transition: all 300ms ease-out;
  width: 50px;
}
.whatsapp:hover {
  height: 58px;
  width: 58px;
}
.whatsapp:hover .icon {
  font-size: 2.25rem;
}
.whatsapp .icon {
  font-size: 2rem;
  color: #fff;
  transition: all 300ms ease-out;
}
@media screen and (max-width: 997px) {
  header.header .header-container .wrapper {
    display: block;
  }
  header.header .header-container .wrapper nav ul {
    display: none;
    padding: 16px 0;
  }
  header.header .header-container .wrapper nav ul li {
    display: block;
  }
  header.header .header-container .wrapper nav ul li a {
    padding: 8px 16px;
  }
  header.header .header-container .wrapper nav ul li a:hover:after,
  header.header .header-container .wrapper nav ul li a:focus:after {
    height: 0;
  }
  header.header .header-container .wrapper nav ul li.active a:after {
    height: 0;
  }
  header.header .header-container .wrapper nav .mobile-nav {
    display: block;
  }
  header.header .product-bar {
    transform: translateY(-500px);
  }
  header.header .product-bar .container .wrapper-bar {
    justify-content: center;
    flex-wrap: wrap;
  }
  header.header .product-bar .container .wrapper-bar .tile {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .videology .wrapper {
    display: block;
  }
  .videology .wrapper .video {
    height: 480px;
    min-width: 0;
    width: 100%;
  }
  .videology .wrapper .gallery {
    width: 100%;
  }
  .parallax {
    background-position: center center !important;
  }
  .products .filters {
    display: none;
  }
  .overview .overview-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .overview .overview-wrapper .caption {
    min-width: 0;
    order: 2;
    width: 100%;
  }
  .overview .overview-wrapper .gallery {
    order: 1;
    width: 100%;
  }
  .contact .contact-wrapper .info {
    padding: 0;
  }
  .contact .contact-wrapper .info:first-of-type {
    margin: 46px 0 0 0;
  }
}
@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%;
  }
  .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;
  }
  .products .filters {
    border-right: 1px solid #e6e6e6;
    min-width: 120px;
    width: 120px;
  }
  .gallery-products {
    padding: 0;
  }
  .gallery-products .row .col {
    width: 50%;
  }
  .gallery-products .mod .caption {
    height: 100px;
  }
  .gallery-products .mod .caption .title {
    font-size: 9pt;
  }
  .gallery-products .mod .caption .subtitle {
    font-size: 8pt;
  }
  .slider .slide .caption .wrapper {
    padding: 0 76px;
  }
  .slider .slide .caption .wrapper .title {
    font-size: 16pt;
  }
  .slider .slide .caption .wrapper p {
    font-size: 12pt;
  }
  .slider .prev,
  .slider .next {
    padding: 0;
  }
  .slider .prev .fa-stack,
  .slider .next .fa-stack {
    font-size: 14pt;
  }
}
