/*--------------------------------------*/
/*------------- 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-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-yellow {
  color: #cdc769;
}
.bg-yellow {
  background-color: #cdc769;
}
.hover-yellow:hover {
  color: #cdc769;
}
.bg-hover-yellow:hover {
  background-color: #cdc769;
}
.bd-bottom-yellow {
  border-bottom: 1px solid #cdc769;
  margin: 0 auto;
}
.bd-top-yellow {
  border-top: 1px solid #cdc769;
  margin: 0 auto;
}
.bd-left-yellow {
  border-left: 1px solid #cdc769;
  margin: 0 auto;
}
.bd-right-yellow {
  border-right: 1px solid #cdc769;
  margin: 0 auto;
}
.bd-full-yellow {
  border: 1px solid #cdc769;
  margin: 0 auto;
}
.cl-green {
  color: #585c2a;
}
.bg-green {
  background-color: #585c2a;
}
.hover-green:hover {
  color: #585c2a;
}
.bg-hover-green:hover {
  background-color: #585c2a;
}
.bd-bottom-green {
  border-bottom: 1px solid #585c2a;
  margin: 0 auto;
}
.bd-top-green {
  border-top: 1px solid #585c2a;
  margin: 0 auto;
}
.bd-left-green {
  border-left: 1px solid #585c2a;
  margin: 0 auto;
}
.bd-right-green {
  border-right: 1px solid #585c2a;
  margin: 0 auto;
}
.bd-full-green {
  border: 1px solid #585c2a;
  margin: 0 auto;
}
.cl-lightgreen {
  color: #7fa095;
}
.bg-lightgreen {
  background-color: #7fa095;
}
.hover-lightgreen:hover {
  color: #7fa095;
}
.bg-hover-lightgreen:hover {
  background-color: #7fa095;
}
.bd-bottom-lightgreen {
  border-bottom: 1px solid #7fa095;
  margin: 0 auto;
}
.bd-top-lightgreen {
  border-top: 1px solid #7fa095;
  margin: 0 auto;
}
.bd-left-lightgreen {
  border-left: 1px solid #7fa095;
  margin: 0 auto;
}
.bd-right-lightgreen {
  border-right: 1px solid #7fa095;
  margin: 0 auto;
}
.bd-full-lightgreen {
  border: 1px solid #7fa095;
  margin: 0 auto;
}
.cl-darkgreen {
  color: #272f24;
}
.bg-darkgreen {
  background-color: #272f24;
}
.hover-darkgreen:hover {
  color: #272f24;
}
.bg-hover-darkgreen:hover {
  background-color: #272f24;
}
.bd-bottom-darkgreen {
  border-bottom: 1px solid #272f24;
  margin: 0 auto;
}
.bd-top-darkgreen {
  border-top: 1px solid #272f24;
  margin: 0 auto;
}
.bd-left-darkgreen {
  border-left: 1px solid #272f24;
  margin: 0 auto;
}
.bd-right-darkgreen {
  border-right: 1px solid #272f24;
  margin: 0 auto;
}
.bd-full-darkgreen {
  border: 1px solid #272f24;
  margin: 0 auto;
}
.cl-lightred {
  color: #e35e5e;
}
.bg-lightred {
  background-color: #e35e5e;
}
.hover-lightred:hover {
  color: #e35e5e;
}
.bg-hover-lightred:hover {
  background-color: #e35e5e;
}
.bd-bottom-lightred {
  border-bottom: 1px solid #e35e5e;
  margin: 0 auto;
}
.bd-top-lightred {
  border-top: 1px solid #e35e5e;
  margin: 0 auto;
}
.bd-left-lightred {
  border-left: 1px solid #e35e5e;
  margin: 0 auto;
}
.bd-right-lightred {
  border-right: 1px solid #e35e5e;
  margin: 0 auto;
}
.bd-full-lightred {
  border: 1px solid #e35e5e;
  margin: 0 auto;
}
.cl-red {
  color: #af1932;
}
.bg-red {
  background-color: #af1932;
}
.hover-red:hover {
  color: #af1932;
}
.bg-hover-red:hover {
  background-color: #af1932;
}
.bd-bottom-red {
  border-bottom: 1px solid #af1932;
  margin: 0 auto;
}
.bd-top-red {
  border-top: 1px solid #af1932;
  margin: 0 auto;
}
.bd-left-red {
  border-left: 1px solid #af1932;
  margin: 0 auto;
}
.bd-right-red {
  border-right: 1px solid #af1932;
  margin: 0 auto;
}
.bd-full-red {
  border: 1px solid #af1932;
  margin: 0 auto;
}
.cl-darkred {
  color: #80071b;
}
.bg-darkred {
  background-color: #80071b;
}
.hover-darkred:hover {
  color: #80071b;
}
.bg-hover-darkred:hover {
  background-color: #80071b;
}
.bd-bottom-darkred {
  border-bottom: 1px solid #80071b;
  margin: 0 auto;
}
.bd-top-darkred {
  border-top: 1px solid #80071b;
  margin: 0 auto;
}
.bd-left-darkred {
  border-left: 1px solid #80071b;
  margin: 0 auto;
}
.bd-right-darkred {
  border-right: 1px solid #80071b;
  margin: 0 auto;
}
.bd-full-darkred {
  border: 1px solid #80071b;
  margin: 0 auto;
}
.cl-lightblue {
  color: #59bcb4;
}
.bg-lightblue {
  background-color: #59bcb4;
}
.hover-lightblue:hover {
  color: #59bcb4;
}
.bg-hover-lightblue:hover {
  background-color: #59bcb4;
}
.bd-bottom-lightblue {
  border-bottom: 1px solid #59bcb4;
  margin: 0 auto;
}
.bd-top-lightblue {
  border-top: 1px solid #59bcb4;
  margin: 0 auto;
}
.bd-left-lightblue {
  border-left: 1px solid #59bcb4;
  margin: 0 auto;
}
.bd-right-lightblue {
  border-right: 1px solid #59bcb4;
  margin: 0 auto;
}
.bd-full-lightblue {
  border: 1px solid #59bcb4;
  margin: 0 auto;
}
.cl-blue {
  color: #23457c;
}
.bg-blue {
  background-color: #23457c;
}
.hover-blue:hover {
  color: #23457c;
}
.bg-hover-blue:hover {
  background-color: #23457c;
}
.bd-bottom-blue {
  border-bottom: 1px solid #23457c;
  margin: 0 auto;
}
.bd-top-blue {
  border-top: 1px solid #23457c;
  margin: 0 auto;
}
.bd-left-blue {
  border-left: 1px solid #23457c;
  margin: 0 auto;
}
.bd-right-blue {
  border-right: 1px solid #23457c;
  margin: 0 auto;
}
.bd-full-blue {
  border: 1px solid #23457c;
  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-ease {
  transition: background-position 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.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;
  left: 10px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
}
#scrollUp i {
  font-size: 30px;
}
.wow {
  opacity: 0;
}
.bullet:after {
  content: '•';
  margin: 0 4px;
}
.grayscale {
  filter: grayscale(100%);
}
.bg-pattern {
  background-image: url("../assets/background-pattern.png");
  background-repeat: repeat;
  background-size: auto;
}
.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;
}
.thumb-300x300 {
  height: 300px;
  width: 300px;
}
.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 #af1932 !important;
}
/*--------------------------------------*/
/*------------- STYLES -----------------*/
/*--------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
section,
footer {
  position: relative;
}
section .container,
footer .container {
  position: relative;
}
a {
  transition: all 400ms ease-out;
}
a:hover,
a:focus {
  text-decoration: none;
}
header.header {
  background-color: #af1932;
}
header.header .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header.header .wrapper .logo {
  display: block;
  height: 90px;
  padding: 10px;
}
header.header .wrapper .logo img {
  height: 100%;
}
header.header .wrapper .logo .imgicon {
  display: none;
}
header.header .wrapper .menu {
  position: relative;
  width: auto;
}
header.header .wrapper .menu .navicon {
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  cursor: pointer;
  display: none;
  font-family: 'Raleway', sans-serif;
  text-align: right;
  text-transform: uppercase;
  padding: 8px 16px;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
header.header .wrapper .menu .navicon i {
  font-size: 10pt;
}
header.header .wrapper .menu .navicon span {
  font-size: 10pt;
}
header.header .wrapper .menu .mainmenu {
  margin: 0;
  padding: 0;
}
header.header .wrapper .menu .mainmenu li {
  display: inline-block;
  vertical-align: top;
}
header.header .wrapper .menu .mainmenu li a {
  color: #fff;
  display: block;
  font-size: 9pt;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
}
header.header .wrapper .menu .mainmenu li a:hover {
  opacity: 0.65;
}
header.header .wrapper .menu .mainmenu li .submenu {
  background-color: #af1932;
  display: none;
  margin: 26px 0 0 0;
  padding: 10px 0 10px 0;
  position: absolute;
  z-index: 96;
}
header.header .wrapper .menu .mainmenu li .submenu li {
  display: block;
}
header.header .wrapper .menu .mainmenu li .submenu li a {
  padding: 6px 16px;
}
nav.menu {
  align-items: center;
  background-color: rgba(175,25,50,0.95);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  transform: translateY(-100%);
  transition: all 700ms cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  width: 100%;
  z-index: 99;
}
nav.menu .close {
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 20px;
  transition: transform 500ms ease-out;
  right: 20px;
}
nav.menu .close i {
  font-size: 20pt;
}
nav.menu .close:hover {
  transform: rotate3d(0, 0, 1, 180deg) translateY(-2px);
}
nav.menu ul.mainmenu {
  text-align: center;
  margin: 0;
  padding: 0;
}
nav.menu ul.mainmenu li.image {
  margin-bottom: 20px;
}
nav.menu ul.mainmenu li.image img {
  max-height: 40px;
  mix-blend-mode: lighten;
}
nav.menu ul.mainmenu li.item {
  display: block;
  position: relative;
  vertical-align: top;
  width: 100%;
}
nav.menu ul.mainmenu li.item a {
  color: #fff;
  display: block;
  padding: 10px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 16pt;
  text-transform: uppercase;
}
nav.menu ul.mainmenu li.item a:hover {
  color: #000;
}
nav.menu ul.mainmenu li.item ul.submenu {
  display: none;
  left: 0;
  padding: 0;
  margin: 0 0 16px 0;
  position: relative;
}
nav.menu ul.mainmenu li.item ul.submenu li {
  display: block;
}
nav.menu ul.mainmenu li.item ul.submenu li a {
  color: rgba(255,255,255,0.7);
  font-size: 14pt;
  text-transform: none;
  padding: 6px 0;
}
nav.menu ul.mainmenu li.item ul.submenu li a:hover {
  color: #000;
}
nav.menu.active {
  transform: translateY(0);
  z-index: 999;
}
header.header.fixed {
  animation-name: slidenav;
  animation-duration: 1s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 888;
}
header.header.fixed .wrapper .logo {
  height: 56px;
}
header.header.fixed .wrapper .logo img.imgicon {
  display: block;
}
header.header.fixed .wrapper .logo img.imglogo {
  display: none;
}
header.header.fixed .wrapper .menu .navicon {
  top: 0;
}
header.header.fixed .wrapper .menu .mainmenu .item .submenu {
  margin-top: 8px;
}
footer {
  background-color: #262626;
  color: #b3b3b3;
  padding: 66px 0;
}
footer .address {
  font-size: 13pt;
  margin: 10px 0;
}
footer .address:first-of-type {
  margin-top: 20px;
}
footer .title {
  margin: 0;
  color: #dc1f3f;
}
footer .phrase {
  font-weight: normal;
}
footer .socials {
  display: flex;
  justify-content: flex-end;
}
footer .socials .icon {
  display: flex;
  align-items: center;
  background-color: #af1932;
  border-radius: 50%;
  justify-content: center;
  margin: 0 5px 0 0;
  height: 40px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 40px;
}
footer .socials .icon i {
  color: #fff;
}
footer .socials .icon:hover {
  transform: translateY(-4px);
}
footer a {
  color: #b3b3b3;
}
footer a:hover {
  color: #af1932;
}
.copyright {
  background-color: #000;
  color: #ccc;
  padding: 26px 0;
}
.copyright .container p {
  text-align: center;
}
.margin-header {
  display: none;
  height: 56px;
}
.margin-header.fixed {
  display: block;
}
.section-header {
  background-color: #80071b;
  padding: 146px 0 16px 0;
}
.section-header .bg {
  opacity: 0.3;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
.section-header .title {
  text-transform: uppercase;
  color: #fff;
}
.gral-section {
  padding: 50px 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: #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-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-transparent-white:hover,
.btn-transparent-white:focus,
.btn-transparent-white:active,
.btn-transparent-white:active:hover,
.btn-transparent-white .active:hover {
  background-color: #fff;
}
.btn-transparent-black {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.btn-transparent-black:hover,
.btn-transparent-black:focus,
.btn-transparent-black:active,
.btn-transparent-black:active:hover,
.btn-transparent-black .active:hover {
  background-color: #000;
  color: #fff;
}
.btn-red {
  background-color: #af1932;
  border-color: #80071b;
  color: #fff;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red:active:hover,
.btn-red .active:hover {
  background-color: #80071b;
  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 {
  background-color: #000;
  height: 620px;
  overflow: hidden;
  position: relative;
}
.slider .slide {
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  visibility: hidden;
}
.slider .slide .pattern {
  background-image: url("../assets/background-pattern.png");
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.slider .slide .image {
  opacity: 0.45;
}
.slider .slide .caption {
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  bottom: 0;
  height: 100%;
  padding: 26px 0;
  position: absolute;
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(200px);
  width: 100%;
}
.slider .slide .caption .title {
  margin: 0;
  font-size: 36pt;
  font-weight: 700;
  text-transform: uppercase;
}
.slider .slide .caption .description {
  font-size: 14pt;
}
.slider .slide.active {
  opacity: 1;
  visibility: visible;
}
.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;
  margin: 0 2px;
}
.slider .navigation i.active {
  opacity: 0.45;
}
.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));
}
/*.blocks
	margin 26px 0
	.blocks-wrapper
		display flex
		flex-wrap wrap
		justify-content center
		.block
			padding 40px
			text-align center
			width (100/5)%
			.icon
				font-size 46pt
			.title
				text-transform uppercase*/
.phrase-strip {
  text-align: center;
  padding: 126px 0;
}
.phrase-strip .bg {
  opacity: 0.3;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
.phrase-strip .phrase {
  color: #fff;
  line-height: 36pt;
}
.main-title {
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 6px;
}
.blocks {
  display: flex;
  padding: 10px;
  margin: 10px 0;
}
.blocks .mod {
  display: flex;
  text-align: center;
  position: relative;
  padding: 10px;
  min-width: 25%;
}
.blocks .mod .wrapper {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
}
.blocks .mod .wrapper .image {
  min-height: 160px;
  filter: grayscale(100%);
  width: 100%;
}
.blocks .mod .wrapper .content {
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  color: #000;
  position: relative;
  width: 100%;
  padding: 26px;
}
.blocks .mod .wrapper .content .caption {
  display: block;
  margin: 26px 0;
  color: #4d4d4d;
}
.blocks .mod .wrapper .content .title,
.blocks .mod .wrapper .content icon,
.blocks .mod .wrapper .content .caption {
  position: relative;
}
.blocks .mod .wrapper .content .title {
  font-size: 16pt;
}
.blocks .mod .wrapper .content .icon {
  margin: 26px 0 10px 0;
}
.blocks .mod .wrapper .content .icon i {
  font-size: 26pt;
}
.blocks .mod .wrapper .content .socials {
  display: flex;
  justify-content: center;
}
.blocks .mod .wrapper .content .socials .icon-social {
  align-items: center;
  background-color: #000;
  display: flex;
  margin: 16px 4px 0 0;
  justify-content: center;
  height: 30px;
  color: #fff;
  width: 30px;
}
.blocks .mod .wrapper .content .socials .icon-social i {
  font-size: 9pt;
}
.blocks .mod .wrapper .content .socials .icon-social:hover {
  background-color: #999;
}
.blocks .mod .wrapper:hover {
  box-shadow: 4px 4px 6px rgba(0,0,0,0.1);
}
.tiles {
  margin: 16px 0;
}
.tiles .tile-row {
  position: relative;
  color: #333;
}
.tiles .tile-row .wrapper {
  display: flex;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 26px;
  position: relative;
  margin: 16px 0;
}
.tiles .tile-row .wrapper .content,
.tiles .tile-row .wrapper .image {
  min-height: 258px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.tiles .tile-row .wrapper .content {
  padding: 26px;
}
.tiles .tile-row .wrapper .content .icon {
  margin: 26px 0 10px 0;
}
.tiles .tile-row .wrapper .content .icon i {
  font-size: 26pt;
}
.tiles .tile-row .wrapper .image {
  filter: grayscale(100%);
}
.tiles .tile-row .wrapper .image .bg {
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.tiles .tile-row .wrapper .content.top,
.tiles .tile-row .wrapper .image.top {
  order: 1;
}
.tiles .tile-row .wrapper .content.bottom,
.tiles .tile-row .wrapper .image.bottom {
  order: 2;
}
.tiles .tile-row:hover .image .bg {
  transform: scale3d(1.1, 1.1, 1);
}
.clients-row {
  margin: 46px 0;
}
.clients-row .mod {
  height: 86px;
  display: flex;
  justify-content: center;
}
.clients-row .owl-nav {
  margin-top: 26px;
}
/*.tiles
	padding 0
	.wrapper
		display flex
		overflow hidden
		.mod
			position relative
			width 50%
			.bg
				opacity .2
		.content
			display flex
			align-items center
			justify-content center
			padding 180px 46px
			.title
				color white
				margin 0
				position relative*/
.contact {
  padding: 86px 0;
}
.contact .data {
  padding: 0 66px;
}
.contact .data .title {
  margin-top: 0;
}
.contact .data .address {
  font-size: 13pt;
  margin: 20px 0;
}
.paragraph {
  font-size: 12pt;
  line-height: 2em;
}
.custom-list {
  margin: 16px 0 46px 0;
  padding: 0 0 0 16px;
}
.custom-list li {
  margin: 8px 0;
  display: block;
  position: relative;
}
.custom-list li:before {
  content: '\f111';
  font-family: 'fontAwesome';
  font-size: 4pt;
  left: -16px;
  position: absolute;
  top: 8px;
}
.boxes {
  display: flex;
}
.boxes .box {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 180px 96px;
  position: relative;
  min-width: 33.333333333333336%;
}
.boxes .box .content {
  color: #fff;
  position: relative;
}
.boxes .box .content .caption {
  font-size: 14pt;
}
.boxes .box .bg {
  opacity: 0.3;
  filter: grayscale(100%) contrast(40%);
  mix-blend-mode: multiply;
}
.adn {
  padding: 0;
}
.mod-client {
  padding: 10px;
  margin: 10px 0;
  height: 240px;
}
.mod-client .image {
  border: 1px solid #e6e6e6;
}
.mod-client .image img {
  width: 100%;
}
.mod-client .name {
  font-size: 9pt;
  padding: 6px 0;
  color: #999;
  text-align: center;
  text-transform: uppercase;
}
.timeline {
  padding: 66px 0;
}
.timeline .timeline-item {
  margin: 0 0;
}
.timeline .timeline-item .description {
  border-left: 1px solid #e6e6e6;
}
.timeline .timeline-item .description p {
  padding: 16px 46px 80px 46px;
  font-size: 12pt;
  color: #666;
}
.timeline .timeline-item .description:after {
  content: '\f192';
  font-family: 'fontAwesome';
  position: absolute;
  left: -7px;
  top: 15%;
}
.timeline .timeline-item .date {
  text-align: right;
  position: relative;
  color: #af1932;
}
.timeline .timeline-item .date h2 {
  padding: 16px 46px 80px 46px;
  margin: 0;
}
.metodologias,
.herramientas {
  min-height: 480px;
  padding: 66px 0;
}
.metodologias .bg,
.herramientas .bg {
  opacity: 0.2;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
.metodologias .box-wrapper,
.herramientas .box-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.metodologias .box-wrapper .box,
.herramientas .box-wrapper .box {
  padding: 26px 10px;
  min-width: 50%;
}
.metodologias .box-wrapper .box .wrapper,
.herramientas .box-wrapper .box .wrapper {
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
  height: 100%;
  padding: 46px 36px;
}
.metodologias .box-wrapper .box .wrapper ul,
.herramientas .box-wrapper .box .wrapper ul {
  margin: 10px 0;
  padding: 0;
}
.metodologias .box-wrapper .box .wrapper ul li,
.herramientas .box-wrapper .box .wrapper ul li {
  border-left: 1px solid #e6e6e6;
  display: block;
  font-size: 12pt;
  padding: 4px 16px;
  position: relative;
}
.metodologias .box-wrapper .box .wrapper ul li:after,
.herramientas .box-wrapper .box .wrapper ul li:after {
  content: '\f192';
  color: #999;
  font-family: 'fontAwesome';
  position: absolute;
  font-size: 10pt;
  left: -6px;
}
.metodologias {
  background-color: #0f978d;
}
.herramientas {
  background-color: #cdc769;
}
.marketing-corner {
  background-color: #f2f2f2;
  padding: 16px 0 66px 0;
}
.marketing-corner .marketing-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.marketing-corner .marketing-wrapper .mod {
  padding: 16px;
  width: 33.333333333333336%;
}
.marketing-corner .marketing-wrapper .mod .wrapper {
  height: 100%;
  background-color: #fff;
}
.marketing-corner .marketing-wrapper .mod .wrapper .image {
  background-color: #e6e6e6;
  min-height: 220px;
}
.marketing-corner .marketing-wrapper .mod .wrapper .caption {
  padding: 26px;
}
.marketing-corner .marketing-wrapper .mod .wrapper .caption .title {
  font-weight: 600;
}
.marketing-corner .marketing-wrapper .mod .wrapper .caption small {
  color: #999;
}
.marketing-corner .marketing-wrapper .mod .wrapper .caption p {
  font-size: 10pt;
}
.marketing-corner .marketing-wrapper .mod.highlight {
  width: 100%;
}
.marketing-corner .marketing-wrapper .mod.highlight .wrapper {
  display: flex;
}
.marketing-corner .marketing-wrapper .mod.highlight .wrapper .image {
  min-height: 340px;
  width: 40%;
}
.marketing-corner .marketing-wrapper .mod.highlight .wrapper .caption {
  width: 60%;
}
.marketing-corner .marketing-wrapper .mod.highlight .wrapper .caption .title {
  font-size: 16pt;
}
.marketing-corner .marketing-wrapper .mod.highlight .wrapper .caption p {
  font-size: 12pt;
  margin: 16px 0;
}
.developments {
  display: flex;
  flex-wrap: wrap;
}
.developments .mod {
  display: block;
  color: #000;
  padding: 10px;
  min-height: 232px;
  width: 25%;
}
.developments .mod .wrapper {
  background-color: #fff;
  color: #fff;
  border-radius: 4px;
  height: 100%;
  padding: 26px;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.developments .mod .wrapper .title {
  font-size: 16pt;
  font-weight: 700;
}
.developments .mod .wrapper small {
  display: block;
  font-size: 10pt;
  margin: 16px 0 0 0;
}
.developments .mod:hover .wrapper {
  box-shadow: 4px 4px 8px rgba(0,0,0,0.45);
  transform: translateY(-1px);
}
.team {
  background-color: #f2f2f2;
  padding: 26px 0 66px 0;
}
.team .container .blocks {
  flex-wrap: wrap;
}
.team .container .blocks .mod {
  width: 33.333333333333336%;
}
.team .container .blocks .mod .wrapper .image {
  filter: none;
}
.mktcorner-overview {
  background-color: #f2f2f2;
  padding: 26px 0;
}
.mktcorner-overview .container .wrapper {
  background-color: #fff;
  padding: 26px;
}
.mktcorner-overview .container .wrapper img {
  max-width: 100%;
}
.mktcorner-overview .container .wrapper .videodetector iframe {
  min-height: 480px;
  max-width: 720px;
  display: block;
  margin: 16px auto;
  width: 100%;
}
.mktcorner-overview .container .wrapper .videodetector .remove-videodetector {
  display: none;
}
.users-forms {
  padding: 66px 0;
}
.users-forms .wrapper {
  display: flex;
  justify-content: space-between;
}
.users-forms .wrapper .login,
.users-forms .wrapper .register {
  padding: 16px 0;
  width: 50%;
}
.users-forms .wrapper .login {
  padding-right: 46px;
}
.users-forms .wrapper .register {
  padding-left: 46px;
}
.menu-developments {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
}
.menu-developments li {
  display: block;
}
.menu-developments li a {
  border: 1px solid #e6e6e6;
  display: block;
  padding: 6px 16px;
  color: #999;
  font-size: 9pt;
}
.menu-developments li.active a {
  color: #fff;
}
#form_contact .file {
  background-color: #f2f2f2;
  margin: 8px 0;
  border: 1px solid #e6e6e6;
  padding: 6px 16px;
}
#form_contact .file .file-item {
  margin: 16px 0;
  padding: 10px;
  background-color: #fff;
}
#form_contact .file .file-item i {
  color: #af1932;
  cursor: pointer;
  float: right;
  margin: 3px 0 0 16px;
}
.focos .content ul {
  margin: 16px 0 46px 0;
  padding: 0 0 0 16px;
}
.focos .content ul li {
  margin: 8px 0;
  display: block;
  position: relative;
}
.focos .content ul li:before {
  content: '\f111';
  font-family: 'fontAwesome';
  font-size: 4pt;
  left: -16px;
  position: absolute;
  top: 8px;
}
.users {
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.users .user-menu {
  padding: 0;
  margin: 0;
  text-align: right;
}
.users .user-menu li {
  display: inline-block;
  padding: 4px 8px;
}
.users .user-menu li a {
  display: block;
  color: #000;
}
.users .user-menu li a:hover,
.users .user-menu li a:focus {
  color: #af1932;
  text-decoration: underline;
}
/*--------------------------------------*/
/*------------- 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 {
  padding: 8px;
  max-height: 60px;
}
header.admin-header .header-wrapper .nav-icon .btn {
  border: 1px solid #666;
  background-color: transparent;
  padding: 2px 6px;
  color: #000;
}
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: #af1932;
  text-decoration: none;
}
.side-bar {
  background-color: #000;
  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:hover .mainmenu li .submenu li {
  opacity: 1 !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:hover,
.side-bar .mainmenu li a:focus {
  text-decoration: none;
}
.side-bar .mainmenu li a i {
  width: 26px;
  text-align: center;
}
.side-bar .mainmenu li .submenu {
  display: none;
  margin: 0 0 8px 0;
  padding: 0;
}
.side-bar .mainmenu li .submenu li a {
  font-size: 9pt;
  color: #ccc;
  padding: 4px 0 4px 46px;
}
.side-bar .mainmenu li .submenu li a:hover {
  background-color: #333;
}
.side-bar .mainmenu li.has-children {
  position: relative;
}
.side-bar .mainmenu li.has-children .arrow {
  position: absolute;
  top: 12px;
  right: 0;
}
.side-bar .mainmenu li.item:not(.active):hover > a,
.side-bar .mainmenu li.item:not(.active):focus > a {
  background-color: #404040;
}
.side-bar .mainmenu li.active a {
  background-color: #800000;
  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 .submenu li {
  opacity: 0;
}
.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;
}
.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;
  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 {
  display: flex;
  flex-wrap: wrap;
}
.mod-container .mod-card {
  width: 20%;
}
.admin-box {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh;
  min-height: 520px;
}
.admin-box .login-box {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.05);
  padding: 26px;
  max-width: 320px;
  width: 320px;
}
.admin-box .login-box .title {
  font-size: 18pt;
}
.admin-box .login-box .logo {
  text-align: center;
  padding: 26px 0;
}
.admin-box .login-box .logo img {
  max-width: 120px;
  width: 100%;
}
.mod-card {
  margin: 0;
  padding: 10px;
  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);
  height: 100%;
}
.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;
}
.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;
  margin-top: 8px;
}
.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 .description {
  color: #666;
  line-height: 16pt;
  padding: 4px 0 0 0;
  margin: 0;
  font-size: 8pt;
}
.mod-card .card-inner .caption .description 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;
  width: 100%;
}
.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: 4px;
}
.mod-list .content .title {
  margin-right: 50px;
  font-size: 10pt;
  font-weight: 700;
}
.mod-list .content hr {
  margin: 2px 0 6px 0;
}
.mod-list .content .description {
  font-size: 9pt;
  margin: 0;
  color: #666;
}
.mod-list .content .comments {
  background-color: #f2f2f2;
  margin: 16px 0;
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.mod-list .content .comments a,
.mod-list .content .comments h4,
.mod-list .content .comments ul,
.mod-list .content .comments p {
  position: relative;
}
.mod-list .content .comments small {
  position: relative;
  color: #666;
  font-size: 11pt;
}
.mod-list .content .comments:before,
.mod-list .content .comments:after {
  color: #e8e8e8;
  font-family: 'FontAwesome';
  font-size: 46pt;
  position: absolute;
  transform: rotateZ(15deg);
}
.mod-list .content .comments:before {
  content: '\f10d';
  left: 0;
  top: -10px;
}
.mod-list .content .comments:after {
  content: '\f10e';
  right: 0;
  bottom: -20px;
}
.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: 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;
  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: #585c2a;
}
.fa-toggle-off {
  color: #af1932;
}
#loading {
  z-index: 999;
}
.admin-wrapper .well.row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .mod-container .mod-card {
    width: 33.333333333333336%;
  }
}
@media screen and (max-width: 1200px) {
  header.header .wrapper .menu .navicon {
    display: block;
  }
  header.header .wrapper .menu .mainmenu {
    display: none;
  }
  .mod-container .mod-card {
    width: 33.333333333333336%;
  }
}
@media screen and (max-width: 1024px) {
  .boxes {
    display: block;
  }
  .boxes .box {
    min-width: 0;
    width: 100%;
  }
  .developments .mod {
    width: 33.333333333333336%;
  }
  .mod-container .mod-card {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .timeline .timeline-item .description p {
    padding: 10px;
  }
  .timeline .timeline-item .date h2 {
    padding: 10px;
  }
  .marketing-corner .marketing-wrapper .mod {
    width: 50%;
  }
  .team .container .blocks .mod {
    width: 33.333333333333336%;
  }
}
@media screen and (max-width: 767px) {
  .blocks {
    display: block;
  }
  .blocks .mod {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer .socials {
    margin: 26px 0;
    justify-content: center;
  }
  .timeline .timeline-item {
    margin: 16px 0;
  }
  .timeline .timeline-item .description:after {
    content: '';
  }
  .timeline .timeline-item .date {
    text-align: left;
  }
  .contact .data {
    margin-top: 36px;
    padding: 0 16px;
  }
  .metodologias .box-wrapper,
  .herramientas .box-wrapper {
    flex-wrap: wrap;
  }
  .metodologias .box-wrapper .box,
  .herramientas .box-wrapper .box {
    min-width: 100%;
  }
  .developments .mod {
    width: 50%;
  }
  .mod-container .mod-card {
    width: 100%;
  }
  .marketing-corner .marketing-wrapper .mod {
    width: 100%;
  }
  .marketing-corner .marketing-wrapper .mod.highlight .wrapper {
    flex-wrap: wrap;
  }
  .marketing-corner .marketing-wrapper .mod.highlight .wrapper .image,
  .marketing-corner .marketing-wrapper .mod.highlight .wrapper .caption {
    width: 100%;
  }
  .team .container .blocks {
    display: flex;
  }
  .team .container .blocks .mod {
    width: 50%;
  }
  .users-forms .wrapper {
    flex-wrap: wrap;
  }
  .users-forms .wrapper .login,
  .users-forms .wrapper .register {
    padding: 16px 0;
    width: 100%;
  }
}
@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;
  }
  .slider {
    height: 460px;
  }
  .slider .prev,
  .slider .next {
    padding: 0;
  }
  .slider .slide .caption {
    text-align: center;
    padding: 0 46px;
  }
  .slider .slide .caption .title {
    font-size: 18pt;
  }
  .slider .slide .caption .description {
    font-size: 10pt;
  }
  nav.menu ul.mainmenu li a {
    font-size: 13pt;
    padding: 4px 0;
  }
  nav.menu ul.mainmenu li ul.submenu li a {
    font-size: 10pt;
  }
  .tiles .tile-row .wrapper {
    flex-wrap: wrap;
  }
  .tiles .tile-row .wrapper .content,
  .tiles .tile-row .wrapper .image {
    width: 100%;
  }
  .tiles .tile-row .wrapper .image {
    height: 160px;
    order: 1;
  }
  .tiles .tile-row .wrapper .content {
    order: 2;
  }
  .blocks {
    padding: 0;
  }
  .blocks .mod {
    margin: 10px 0;
    padding: 0;
  }
  .team .container .blocks {
    display: flex;
  }
  .team .container .blocks .mod {
    width: 100%;
  }
  .phrase-strip .phrase {
    font-size: 16pt;
  }
  .boxes .box {
    padding: 120px 36px;
  }
  .developments .mod {
    width: 100%;
  }
  .users-forms .wrapper {
    flex-wrap: wrap;
  }
  .users-forms .wrapper .login,
  .users-forms .wrapper .register {
    padding: 26px 0;
  }
}
@keyframes slidenav {
  from {
    transform: translateY(-60px);
  }
  to {
    transform: translateY(0);
  }
}
