@charset "UTF-8";
/* Layout
================================================================================================= */
/* Display */
.block {
  display: block; }

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

.inline {
  display: inline; }

.flex {
  display: flex; }

.inline-flex {
  display: inline-flex; }

.table {
  display: table; }

.table-caption {
  display: table-caption; }

.table-cell {
  display: table-cell; }

.table-column {
  display: table-column; }

.table-column-group {
  display: table-column-group; }

.table-footer-group {
  display: table-footer-group; }

.table-header-group {
  display: table-header-group; }

.table-row-group {
  display: table-row-group; }

.table-row {
  display: table-row; }

.flow-root {
  display: flow-root; }

.grid {
  display: grid; }

.inline-grid {
  display: inline-grid; }

.contents {
  display: contents; }

.none,
.hidden {
  display: none; }

/* Float */
.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: none; }

/* Object Fit */
.object-contain {
  object-fit: contain; }

.object-cover {
  object-fit: cover; }

.object-fill {
  object-fit: fill; }

.object-none {
  object-fit: none; }

.object-scale-down {
  object-fit: scale-down; }

/* Object Position */
.object-bottom {
  object-position: bottom; }

.object-center {
  object-position: center; }

.object-left {
  object-position: left; }

.object-left-bottom {
  object-position: left bottom; }

.object-left-top {
  object-position: left top; }

.object-right {
  object-position: right; }

.object-right-bottom {
  object-position: right bottom; }

.object-right-top {
  object-position: right top; }

.object-top {
  object-position: top; }

/* Clear */
.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.clear-none {
  clear: none; }

/* Overflow */
.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

.overflow-x-auto {
  overflow-x: auto; }

.overflow-y-auto {
  overflow-y: auto; }

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

.overflow-y-hidden {
  overflow-y: hidden; }

.overflow-x-visible {
  overflow-x: visible; }

.overflow-y-visible {
  overflow-y: visible; }

.overflow-x-scroll {
  overflow-x: scroll; }

.overflow-y-scroll {
  overflow-y: scroll; }

/* Position */
.static {
  position: static; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.sticky {
  position: sticky; }

.p-top {
  position: absolute;
  left: 0;
  top: 0; }

.p-center {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.p-center-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.p-bottom {
  position: absolute;
  left: 0;
  bottom: 0; }

.pin-t {
  top: 0; }

.pin-r {
  right: 0; }

.pin-b {
  bottom: 0; }

.pin-l {
  left: 0; }

.pin-lc {
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.pin-cc {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.pin-y {
  top: 0;
  bottom: 0; }

.pin-x {
  right: 0;
  left: 0; }

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }

/* Visibility */
.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

/* Z-Index */
.z-auto {
  z-index: auto; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-99 {
  z-index: 99; }

.z-999 {
  z-index: 999; }

.z-9999 {
  z-index: 9999; }

/* Fontsize
================================================================================================= */
.font-size-10 {
  font-size: 10px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-40 {
  font-size: 40px !important; }

.font-size-50 {
  font-size: 50px !important; }

.font-size-60 {
  font-size: 60px !important; }

.font-size-70 {
  font-size: 70px !important; }

.font-size-80 {
  font-size: 80px !important; }

.font-size-90 {
  font-size: 90px !important; }

.font-size-100 {
  font-size: 100px !important; }

.font-size-110 {
  font-size: 110px !important; }

.font-size-120 {
  font-size: 120px !important; }

.font-size-130 {
  font-size: 130px !important; }

.font-size-140 {
  font-size: 140px !important; }

.font-size-150 {
  font-size: 150px !important; }

.font-size-160 {
  font-size: 160px !important; }

.font-size-170 {
  font-size: 170px !important; }

.font-size-180 {
  font-size: 180px !important; }

.font-size-190 {
  font-size: 190px !important; }

.font-size-200 {
  font-size: 200px !important; }

/* Typography
================================================================================================= */
/* Font Weight */
.font-hairline {
  font-weight: 100 !important; }

.font-thin {
  font-weight: 200 !important; }

.font-light {
  font-weight: 300 !important; }

.font-normal {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-semibold {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }

.font-extrabold {
  font-weight: 800 !important; }

.font-black {
  font-weight: 900 !important; }

/* Variant Numeric */
.normal-nums {
  font-variant-numeric: normal; }

.ordinal {
  font-variant-numeric: ordinal; }

.slashed-zero {
  font-variant-numeric: slashed-zero; }

.lining-nums {
  font-variant-numeric: lining-nums; }

.oldstyle-nums {
  font-variant-numeric: oldstyle-nums; }

.proportional-nums {
  font-variant-numeric: proportional-nums; }

.tabular-nums {
  font-variant-numeric: tabular-nums; }

.diagonal-fractions {
  font-variant-numeric: diagonal-fractions; }

.stacked-fractions {
  font-variant-numeric: stacked-fractions; }

/* Smoothing */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

/* Colors */
.text-white {
  color: #ffffff !important; }

.text-light-gray {
  color: #f6f6f6 !important; }

.text-gray {
  color: #333333 !important; }

.text-black {
  color: #111111 !important; }

.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) !important; }

.text-shadow-inside {
  text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def !important; }

/* Style Type */
.list-none {
  list-style-type: none; }

.list-disc {
  list-style-type: disc; }

.list-decimal {
  list-style-type: decimal; }

/* Alignment */
.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

/* Style */
.italic {
  font-style: italic; }

.not-italic {
  font-style: normal; }

.roman {
  font-style: normal; }

/* Line Height */
.leading-0 {
  line-height: 0; }

.leading-3 {
  line-height: .75rem; }

.leading-4 {
  line-height: 1rem; }

.leading-5 {
  line-height: 1.25rem; }

.leading-6 {
  line-height: 1.5rem; }

.leading-7 {
  line-height: 1.75rem; }

.leading-8 {
  line-height: 2rem; }

.leading-9 {
  line-height: 2.25rem; }

.leading-10 {
  line-height: 2.5rem; }

.leading-none {
  line-height: 1; }

.leading-tight {
  line-height: 1.25; }

.leading-snug {
  line-height: 1.375; }

.leading-normal {
  line-height: 1.5; }

.leading-relaxed {
  line-height: 1.625; }

.leading-loose {
  line-height: 2; }

/* Letter Spacing */
.tracking-tighter {
  letter-spacing: -0.05em; }

.tracking-tight {
  letter-spacing: -0.05em; }

.tracking-normal {
  letter-spacing: 0; }

.tracking-wide {
  letter-spacing: 0.05em; }

.tracking-wider {
  letter-spacing: 0.05em; }

.tracking-widest {
  letter-spacing: 0.1em; }

/* Vertical Alignment */
.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.align-text-top {
  vertical-align: text-top; }

.align-text-bottom {
  vertical-align: text-bottom; }

/* Decoration */
.underline {
  text-decoration: underline; }

.line-through {
  text-decoration: line-through; }

.no-underline {
  text-decoration: none; }

/* Transform */
.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.normal-case {
  text-transform: none; }

/* Overflow */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.overflow-ellipsis {
  text-overflow: ellipsis; }

.overflow-clip {
  text-overflow: clip; }

/* Word Break */
.break-normal {
  overflow-wrap: normal;
  word-break: normal; }

.break-words {
  overflow-wrap: break-word; }

.break-all {
  word-break: break-all; }

/* SVG
================================================================================================= */
.fill-current {
  fill: currentColor; }

.stroke-current {
  stroke: currentColor; }

.stroke-0 {
  stroke-width: 0; }

.stroke-1 {
  stroke-width: 1; }

.stroke-2 {
  stroke-width: 2; }

/* Bullets
================================================================================================= */
ul.ul-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }

@media (min-width: 992px) {
  ul.ul-lg-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; } }

.list-h {
  margin: 0;
  list-style: 0;
  display: inline-block; }

.list-h li {
  margin: 0;
  display: block;
  padding: 0 10px; }

@media (min-width: 768px) {
  .list-h li {
    float: left; } }

/* Background
================================================================================================= */
/* Background Attachment */
.bg-fixed {
  background-attachment: fixed; }

.bg-local {
  background-attachment: local; }

.bg-scroll {
  background-attachment: scroll; }

/* Background Color */
.bg-transparent {
  background-color: transparent; }

.bg-white {
  background-color: #ffffff; }

.bg-light-gray {
  background-color: #f6f6f6; }

.bg-dark-gray {
  background-color: #333333; }

.bg-black {
  background-color: #111111; }

.bg-silver-light {
  background-color: #F6F6F6;
  background-image: linear-gradient(to right top, #F6F6F6, #999); }

.bg-style-01-animate {
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite; }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

/* Background Position */
.bg-bottom {
  background-position: bottom; }

.bg-center {
  background-position: center; }

.bg-left {
  background-position: left; }

.bg-left-bottom {
  background-position: left bottom; }

.bg-left-top {
  background-position: left top; }

.bg-right {
  background-position: right; }

.bg-right-bottom {
  background-position: right bottom; }

.bg-right-top {
  background-position: right top; }

.bg-top {
  background-position: top; }

/* Background Repeat */
.bg-repeat {
  background-repeat: repeat; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.bg-repeat-x {
  background-repeat: repeat-x; }

.bg-repeat-y {
  background-repeat: repeat-y; }

/* Background Size */
.bg-auto {
  background-size: auto; }

.bg-cover {
  background-size: cover; }

.bg-contain {
  background-size: contain; }

/* Sizing
================================================================================================= */
/* Width */
.width-full {
  width: 100%; }

.width-screen {
  width: 100vw; }

/* Height */
.height-0 {
  height: 0 !important; }

.height-1 {
  height: 100px !important; }

.height-2 {
  height: 200px !important; }

.height-3 {
  height: 300px !important; }

.height-4,
.height-5,
.height-6,
.height-7,
.height-8 {
  height: 400px !important; }

.height-auto {
  height: auto !important; }

.height-px {
  height: 1px !important; }

.height-full {
  height: 100% !important; }

.height-screen {
  height: 100vh !important; }

@media (min-width: 992px) {
  .height-5 {
    height: 500px !important; }
  .height-6 {
    height: 600px !important; }
  .height-7 {
    height: 700px !important; }
  .height-8 {
    height: 800px !important; }
  .height-lg-1 {
    height: 100px !important; }
  .height-lg-2 {
    height: 200px !important; }
  .height-lg-3 {
    height: 300px !important; }
  .height-lg-4 {
    height: 400px !important; }
  .height-lg-5 {
    height: 500px !important; }
  .height-lg-6 {
    height: 600px !important; }
  .height-lg-7 {
    height: 700px !important; }
  .height-lg-8 {
    height: 800px !important; } }

/* Min-Width */
.min-width-0 {
  min-width: 0; }

.min-width-full {
  min-width: 100%; }

/* Max-Width */
.max-width-1 {
  max-width: 100px; }

.max-width-2 {
  max-width: 200px; }

.max-width-3 {
  max-width: 300px; }

.max-width-4 {
  max-width: 400px; }

.max-width-5 {
  max-width: 500px; }

.max-width-6 {
  max-width: 600px; }

.max-width-7 {
  max-width: 700px; }

.max-width-8 {
  max-width: 800px; }

.max-width-sm {
  max-width: 540px; }

.max-width-md {
  max-width: 720px; }

.max-width-lg {
  max-width: 960px; }

.max-width-xl {
  max-width: 1140px; }

.max-width-full {
  max-width: 100%; }

/* Min-Height */
.min-height-0 {
  min-height: 0; }

.min-height-full {
  min-height: 100%; }

.min-height-screen {
  min-height: 100vh; }

/* Max-Height */
.max-height-full {
  max-height: 100%; }

.max-height-screen {
  max-height: 100vh; }

/* Miscellaneous
================================================================================================= */
img.img-full {
  width: 100%;
  height: auto; }

/* Box Shadow */
.box-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.box-shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); }

.box-shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08); }

.box-shadow-inner {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); }

.box-shadow-outline {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.5); }

.box-shadow-none {
  box-shadow: none; }

/* Opacity */
.opacity-0 {
  opacity: 0; }

.opacity-5 {
  opacity: 0.05; }

.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-25 {
  opacity: 0.25; }

.opacity-30 {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-75 {
  opacity: 0.75; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.opacity-95 {
  opacity: 0.95; }

.opacity-100 {
  opacity: 1; }

.outline-none {
  outline: 0; }

/* Appearance */
.appearance-none {
  appearance: none; }

/* Less Margin */
.less-mx-default {
  margin-left: -15px !important;
  margin-right: -15px !important; }

[class*="less-"] {
  z-index: 5; }

.less-ml-1 {
  margin-left: -50px; }

.less-ml-2 {
  margin-left: -100px; }

.less-ml-3 {
  margin-left: -150px; }

.less-ml-4 {
  margin-left: -200px; }

.less-ml-5 {
  margin-left: -250px; }

.less-mt-1 {
  margin-top: -50px; }

.less-mt-2 {
  margin-top: -100px; }

.less-mt-3 {
  margin-top: -150px; }

.less-mt-4 {
  margin-top: -200px; }

.less-mt-5 {
  margin-top: -250px; }

.less-mr-1 {
  margin-right: -50px; }

.less-mr-2 {
  margin-right: -100px; }

.less-mr-3 {
  margin-right: -150px; }

.less-mr-4 {
  margin-right: -200px; }

.less-mr-5 {
  margin-right: -250px; }

.less-mb-1 {
  margin-bottom: -50px; }

.less-mb-2 {
  margin-bottom: -100px; }

.less-mb-3 {
  margin-bottom: -150px; }

.less-mb-4 {
  margin-bottom: -200px; }

.less-mb-5 {
  margin-bottom: -250px; }

@media (min-width: 992px) {
  .less-ml-lg-1 {
    margin-left: -50px; }
  .less-ml-lg-2 {
    margin-left: -100px; }
  .less-ml-lg-3 {
    margin-left: -150px; }
  .less-ml-lg-4 {
    margin-left: -200px; }
  .less-ml-lg-5 {
    margin-left: -250px; }
  .less-mt-lg-1 {
    margin-top: -50px; }
  .less-mt-lg-2 {
    margin-top: -100px; }
  .less-mt-lg-3 {
    margin-top: -150px; }
  .less-mt-lg-4 {
    margin-top: -200px; }
  .less-mt-lg-5 {
    margin-top: -250px; }
  .less-mr-lg-1 {
    margin-right: -50px; }
  .less-mr-lg-2 {
    margin-right: -100px; }
  .less-mr-lg-3 {
    margin-right: -150px; }
  .less-mr-lg-4 {
    margin-right: -200px; }
  .less-mr-lg-5 {
    margin-right: -250px; }
  .less-mb-lg-1 {
    margin-bottom: -50px; }
  .less-mb-lg-2 {
    margin-bottom: -100px; }
  .less-mb-lg-3 {
    margin-bottom: -150px; }
  .less-mb-lg-4 {
    margin-bottom: -200px; }
  .less-mb-lg-5 {
    margin-bottom: -250px; } }

/* Animation Duration
================================================================================================= */
.animated-duration-1 {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s; }

.animated-duration-2 {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }

.animated-duration-3 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.animated-duration-4 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s; }

/* Animation Delay
================================================================================================= */
.animated-delay-1 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s; }

.animated-delay-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.animated-delay-3 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.animated-delay-4 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s; }

/* Others
================================================================================================= */
.layer {
  position: relative; }

.layer-content {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }

#wrapper-loading {
  z-index: 1060; }

.current-date,
.counter-box {
  display: inline-block; }

.sep {
  padding-left: 4px;
  padding-right: 4px; }

.showcase-img,
.showcase-img-2 {
  position: relative;
  min-height: 480px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.showcase-text {
  padding: 60px 15px !important; }

.box-search {
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  padding: 20px; }

.bd-callout {
  padding: 20px;
  border: 1px solid;
  border-top-color: #eee !important;
  border-right-color: #eee !important;
  border-bottom-color: #eee !important;
  border-left-width: 5px;
  border-radius: 3px; }

.gutter-h-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.gutter-h {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.remove-gutter-h {
  margin-left: -15px !important;
  margin-right: -15px !important; }

#cookie-privacy-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  color: #111;
  border-top: 1px solid #e1e1e1;
  padding: 30px 0;
  z-index: 999; }

.list-phones {
  list-style: none;
  margin: 0; }

.list-phones li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e1e1e1; }

.list-phones li:last-child {
  border-bottom: none; }

.list-phones li h4 {
  font-size: 18px;
  margin-bottom: 5px; }

.list-phones li .phone-number {
  display: inline-block;
  font-size: 20px; }

.list-phones li .btn-to-call {
  display: inline-block;
  color: #FFF;
  font-weight: 600;
  background: #2c8f45;
  margin-left: 10px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.list-phones li .btn-to-call i {
  font-size: 90%;
  margin-right: 10px; }

ul.instagram-feed {
  list-style: none; }

ul.instagram-feed li {
  float: left; }

ul.instagram-feed li img {
  width: 100%;
  height: auto; }

.list-animate li {
  display: none; }

.scroll-horizontal {
  overflow: auto;
  white-space: nowrap; }

.background-video {
  height: 100vh;
  width: 100%;
  object-fit: fill;
  position: absolute; }

.background-video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%; }

/* Hovers */
.hover-bounce:hover {
  -webkit-animation: bounce 1s;
  animation: bounce 1s; }

.hover-flash:hover {
  -webkit-animation: flash 1s;
  animation: flash 1s; }

.hover-pulse:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s; }

.hover-rubberBand:hover {
  -webkit-animation: rubberBand 1s;
  animation: rubberBand 1s; }

.hover-shake:hover {
  -webkit-animation: shake 1s;
  animation: shake 1s; }

.hover-swing:hover {
  -webkit-animation: swing 1s;
  animation: swing 1s; }

.hover-tada:hover {
  -webkit-animation: tada 1s;
  animation: tada 1s; }

.hover-wobble:hover {
  -webkit-animation: wobble 1s;
  animation: wobble 1s; }

.hover-jello:hover {
  -webkit-animation: jello 1s;
  animation: jello 1s; }

.hover-lift {
  transition: box-shadow .25s ease,transform .25s ease; }

.hover-lift:hover {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.2), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.2) !important;
  transform: translate3d(0, -3px, 0); }

.hover-submenu-lift ul {
  transition: all .2s ease-in-out;
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  display: block !important; }

.hover-submenu-lift li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* Sections
================================================================================================= */
.section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem; }

.section-sm {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.section-lg {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.section-xl {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.section-hero {
  min-height: 500px; }

.section-shaped {
  position: relative; }

.section-shaped .shape {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%; }

.section-shaped .shape-style-1.shape-default {
  background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%); }

.section-shaped .shape-style-1.shape-primary {
  background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%); }

.section-shaped .shape + .container {
  position: relative;
  height: 100%; }

.separator {
  position: absolute;
  z-index: 1;
  top: auto;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 150px;
  transform: translateZ(0);
  pointer-events: none; }

.separator-top {
  top: 0;
  bottom: auto; }

.separator-bottom {
  top: auto;
  bottom: 0; }

.separator-inverse {
  transform: rotate(180deg); }

.separator-skew {
  height: 60px; }

@media (max-width: 992px) {
  .separator-skew {
    z-index: 0; } }

/* Fullwidth 
================================================================================================= */
.fullwidth {
  position: relative; }

.wrapper-default.wide .fullwidth {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

.wrapper-default.boxed .fullwidth {
  margin-left: -15px;
  margin-right: -15px; }

.wrapper-side-header .fullwidth {
  margin-left: -15px;
  margin-right: -15px; }

/* Overlay 
================================================================================================= */
.overlay-layer {
  position: absolute; }

.overlay-backdrop {
  position: fixed;
  background-color: rgba(58, 59, 60, 0.5);
  z-index: 1050; }

.overlay-before:before {
  content: '';
  position: absolute;
  background-color: rgba(58, 59, 60, 0.5); }

.overlay-layer,
.overlay-backdrop,
.overlay-before:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* Menus 
================================================================================================= */
ul.list-border li {
  border-right: 1px solid #e1e1e1; }

ul.list-border li:last-child {
  border-right: none; }

.menu-line {
  list-style: none;
  margin: 0; }

.menu-line li {
  display: inline-block;
  margin: 0 8px 0 0; }

/* Bullets 
================================================================================================= */
ul.circle,
ul.dot-circle,
ul.ok,
ul.angle-right,
ul.angle-double-right,
ul.asterisk,
ul.star,
ul.heart,
ul.plus,
ol.decimal,
ol.roman {
  list-style-type: none; }

ul.circle li,
ul.dot-circle li,
ul.ok li,
ul.angle-right li,
ul.angle-double-right li,
ul.asterisk li,
ul.star li,
ul.heart li,
ul.plus li,
ol.decimal li,
ol.roman li {
  position: relative;
  padding-left: 20px; }

ul.circle li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f111';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .55em; }

ul.dot-circle li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f192';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .55em; }

ul.ok li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .7em; }

ul.angle-right li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .9em; }

ul.angle-double-right li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f101';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .7em; }

ul.asterisk li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f069';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  color: #666;
  font-size: .5em; }

ul.star li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f005';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  color: #fecc2f;
  font-size: .7em; }

ul.heart li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f004';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  color: #AE070A;
  font-size: .7em; }

ul.plus li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f067';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .6em; }

ol.decimal,
ol.roman {
  counter-reset: mega-step; }

ol.decimal > li,
ol.roman > li {
  counter-increment: mega-step; }

ol.decimal > li:before {
  content: counter(mega-step) ".";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%); }

ol.roman > li:before {
  content: counter(mega-step, upper-roman) ".";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%); }

ul.circle ul,
ul.dot-circle ul,
ul.ok ul,
ul.angle-right ul,
ul.angle-double-right ul,
ul.asterisk ul,
ul.star ul,
ul.heart ul,
ul.plus ul,
ol.decimal ul,
ol.roman ul {
  margin-left: 0; }

ul.circle ul li:before,
ul.dot-circle ul li:before,
ul.ok ul li:before,
ul.angle-right ul li:before,
ul.angle-double-right ul li:before,
ul.asterisk ul li:before,
ul.star ul li:before,
ul.heart ul li:before,
ul.plus ul li:before,
ol.decimal ul li:before,
ol.roman ul li:before {
  display: none; }

/* Custom Headings 
================================================================================================= */
.heading {
  margin-bottom: 20px;
  overflow: hidden; }

.heading-left,
.heading-center,
.heading-right {
  text-align: left; }

@media (min-width: 768px) {
  .heading-left {
    text-align: left; }
  .heading-center {
    text-align: center; }
  .heading-right {
    text-align: right; }
  .heading-left:after {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -100%;
    margin-left: 20px; }
  .heading-center:before,
  .heading-center:after {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: middle; }
  .heading-center:before {
    margin-left: -100%;
    margin-right: 20px; }
  .heading-center:after {
    margin-right: -100%;
    margin-left: 20px; }
  .heading-right:before {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -100%;
    margin-right: 20px; }
  .heading-single-solid:before,
  .heading-single-solid:after {
    border-bottom: 1px #e1e1e1 solid; }
  .heading-single-dotted:before,
  .heading-single-dotted:after {
    border-bottom: 3px #e1e1e1 dotted; }
  .heading-single-dashed:before,
  .heading-single-dashed:after {
    border-bottom: 3px #e1e1e1 dashed; }
  .heading-double-solid:before,
  .heading-double-solid:after {
    border-top: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    height: 8px;
    margin-top: -4px; } }

/* Slider
================================================================================================= */
.slide-title {
  font-size: 30px;
  line-height: 40px; }

.slide-title-large {
  font-size: 40px;
  line-height: 50px; }

.slide-title-larger {
  font-size: 50px;
  line-height: 60px; }

@media (min-width: 992px) {
  .slide-title {
    font-size: 40px;
    line-height: 50px; }
  .slide-title-large {
    font-size: 50px;
    line-height: 60px; }
  .slide-title-larger {
    font-size: 60px;
    line-height: 70px; } }

/* Separators 
================================================================================================= */
.divider-candy-top:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100; }

.divider-candy-bottom:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  bottom: -20px;
  margin-left: -20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100; }

.divider-candy-light:before {
  background-color: #ffffff;
  border-bottom: #ffffff;
  border-left: #ffffff; }

.divider-candy-dark:before {
  background-color: #333;
  border-bottom: #333;
  border-left: #333; }

.divider-candy-light-gray:before {
  background-color: #f6f6f6;
  border-bottom: #f6f6f6;
  border-left: #f6f6f6; }

/* hr 
================================================================================================= */
hr.sexy-line {
  border-top: 1px solid #e0dede;
  background: radial-gradient(ellipse at 50% -100%, rgba(0, 0, 0, 0.6) 0, rgba(255, 255, 255, 0) 70%);
  height: 6px; }

hr.double-line {
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  height: 6px; }

hr.small-highlight {
  width: 50px;
  border-top: 3px solid #e0dede; }

hr.small-highlight-center {
  width: 50px;
  border-top: 3px solid #e0dede;
  margin-left: auto;
  margin-right: auto; }

hr.sexy-line-white {
  border-top: 1px solid #ffffff;
  background: radial-gradient(ellipse at 50% -100%, rgba(0, 0, 0, 0.6) 0, rgba(255, 255, 255, 0) 70%);
  height: 6px; }

hr.double-line-white {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  height: 6px; }

hr.small-highlight-white {
  width: 50px;
  border-top: 3px solid #ffffff; }

hr.small-highlight-center-white {
  width: 50px;
  border-top: 3px solid #ffffff;
  margin-left: auto;
  margin-right: auto; }

/* Data 
================================================================================================= */
[data-url],
[data-video-url],
[role="button"] {
  cursor: pointer; }

[data-animate] {
  visibility: hidden; }

/* Parallax
================================================================================================= */
.bg-parallax {
  background-attachment: scroll;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

@media (min-width: 992px) {
  .bg-parallax {
    background-attachment: fixed; } }

/* Gallery
================================================================================================= */
/* Gallery Mosaico */
.gallery-mosaico .image-wrapper {
  margin-bottom: 10px; }

/* Gallery Masonry */
.masonry-gallery:after {
  content: '';
  display: block;
  clear: both; }

.masonry-gallery .image-wrapper {
  margin-bottom: 10px; }

/* Transitions */
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s; }

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top; }

/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

/* Gallery Carousel */
.owl-gallery {
  display: none; }

/* General Info 
================================================================================================= */
.wrapper-general-info {
  list-style: none;
  margin: 0; }

.wrapper-general-info li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 24px; }

.wrapper-general-info li:before {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px; }

.wrapper-general-info li.general-info-location:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900; }

.wrapper-general-info li.general-info-phone:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900; }

.wrapper-general-info li.general-info-email:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900; }

.wrapper-general-info li.general-info-whatsapp:before {
  font-family: "Font Awesome 5 Free";
  content: "\f232";
  font-weight: 900; }

.wrapper-general-info li.general-info-document:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15b";
  font-weight: 900; }

.wrapper-general-info-large {
  list-style: none;
  margin: 0; }

.wrapper-general-info-large li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 32px; }

.wrapper-general-info-large li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px; }

.wrapper-general-info-large li.general-info-location:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900; }

.wrapper-general-info-large li.general-info-phone:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900; }

.wrapper-general-info-large li.general-info-email:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900; }

.wrapper-general-info-large li.general-info-whatsapp:before {
  font-family: "Font Awesome 5 Free";
  content: "\f232";
  font-weight: 900; }

.wrapper-general-info-large li.general-info-document:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15b";
  font-weight: 900; }

/* Float Buttons 
================================================================================================= */
.sticky-side-buttons-left {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%; }

.sticky-side-buttons-right {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%; }

ul.sticky-side-buttons {
  display: flex;
  margin: 0;
  list-style: none; }

ul.sticky-side-buttons li {
  flex: 1;
  margin: 0;
  text-align: center; }

a.btn-sticky-side {
  display: block;
  width: 100%;
  color: #FFF; }

a.btn-sticky-side:hover {
  color: #FFF;
  opacity: 0.9; }

a.btn-sticky-side i {
  width: 48px;
  height: 48px;
  text-align: center; }

a.btn-sticky-side i:before {
  line-height: 48px; }

a.btn-sticky-side h6 {
  color: #FFF;
  letter-spacing: 1px;
  margin-bottom: 0; }

.btn-sticky-side-whatsapp {
  background-color: #2ecc71; }

.btn-sticky-side-whatsapp i {
  font-size: 27px; }

.btn-sticky-side-phone {
  background-color: #3498db; }

.btn-sticky-side-phone i {
  font-size: 24px; }

.btn-sticky-side-mail {
  background-color: #34495e; }

.btn-sticky-side-mail i {
  font-size: 22px; }

.btn-sticky-side-download {
  background-color: #e74c3c; }

.btn-sticky-side-download i {
  font-size: 20px; }

@media (min-width: 992px) {
  .showcase-img-2 {
    min-height: 640px; }
  .showcase-text {
    padding: 110px !important; }
  .sticky-side-buttons-left {
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto; }
  .sticky-side-buttons-right {
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto; }
  ul.sticky-side-buttons {
    flex-flow: column; } }

/* Slidebar 
================================================================================================= */
.slidebar {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 80%;
  background-color: white;
  z-index: 1060;
  animation-duration: .3s; }

.slidebar-left {
  left: 0; }

.slidebar-right {
  right: 0; }

.slidebar-close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 22px; }

.content-slidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  padding: 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 568px) {
  .slidebar {
    width: 380px; } }

/* Social Media
================================================================================================= */
.wrapper-social-media {
  display: inline-block; }

.wrapper-social-media a {
  margin-right: 10px; }

.wrapper-social-media a:last-child {
  margin-right: 0; }

/* Decorative Divider 
================================================================================================= */
svg.decorative-divider {
  display: none; }

@media (min-width: 992px) {
  svg.decorative-divider {
    display: block; }
  svg.decorative-divider-top {
    position: absolute;
    top: 0;
    width: 100%; }
  svg.decorative-divider-bottom {
    position: absolute;
    bottom: 0;
    width: 100%; } }

/* Navegation
================================================================================================= */
/* Paged */
.page-nav {
  position: relative;
  margin: 0;
  text-align: center; }

/* Previous and Next */
.previous-posts, .next-posts {
  display: inline-block; }

.previous-posts a,
.next-posts a {
  display: inline-block;
  border: 1px solid #e1e1e1;
  color: #666;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.previous-posts a:hover,
.next-posts a:hover {
  border: 1px solid #e1e1e1;
  background: #f6f6f6; }

.previous-posts {
  margin-right: 10px; }

/* Button Load More */
a.btn-load-more {
  display: inline-block;
  border: 1px solid #e1e1e1;
  padding: 12px 20px;
  border-radius: 4px;
  letter-spacing: 1px; }

a.btn-load-more:hover {
  border: 1px solid #adadad; }

/* Load Infinite */
.infinite-Loader {
  display: none; }

/* Google Map
================================================================================================= */
.wrapper-gmaps {
  position: relative;
  background-color: #f6f6f6; }

.wrapper-gmaps .apps-destination {
  display: none;
  position: relative;
  background: #FFF;
  font-size: 14px;
  padding: 20px 10px; }

.wrapper-gmaps .apps-destination h5 {
  margin-bottom: 5px; }

.wrapper-gmaps .apps-destination ul {
  list-style: none;
  margin: 0;
  display: inline-block; }

.wrapper-gmaps .apps-destination ul li {
  border-bottom: 1px solid #e1e1e1;
  margin: 0; }

.wrapper-gmaps .apps-destination ul li a {
  display: inline-block;
  padding: 8px 12px; }

.wrapper-gmaps .wp_gmaps_canvas img {
  max-width: none !important; }

@media (max-width: 767px) {
  .wrapper-gmaps .apps-destination ul li {
    border: 1px solid #e1e1e1;
    float: left;
    margin-right: 2px; } }

@media (min-width: 768px) {
  .wrapper-gmaps .apps-destination {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 2; }
  .wrapper-gmaps .apps-destination {
    position: absolute;
    top: 10px;
    left: 10px; }
  .wrapper-gmaps .apps-destination ul li:last-child {
    border-bottom: none; }
  .wrapper-gmaps .apps-destination ul li a {
    padding: 5px 0; } }

/* Form
================================================================================================= */
.custom-file-input {
  cursor: pointer !important; }

.btn-file-clone {
  background-color: #f6f6f6;
  color: #666;
  border: 1px solid #e1e1e1;
  margin-left: 5px; }

.required {
  color: red !important; }

form input.error,
form textarea.error,
form select.error {
  border-color: red !important; }

form label.error {
  width: 100%;
  float: none;
  color: red;
  display: none; }

.form-progress {
  margin-top: 10px; }

.switch {
  font-size: 1rem;
  position: relative; }

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0; }

.switch input + label {
  position: relative;
  min-width: calc(calc(1.75rem * .8) * 2);
  border-radius: calc(1.75rem * .8);
  height: calc(1.75rem * .8);
  line-height: calc(1.75rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(1.75rem * .8) * 2) + .5rem); }

.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(1.75rem * .8) * 2);
  bottom: 0;
  display: block; }

.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(1.75rem * .8);
  transition: 0.2s all; }

.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(1.75rem * .8) - calc(2px * 2));
  height: calc(calc(1.75rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all; }

.switch input:checked + label::before {
  background-color: #666; }

.switch input:checked + label::after {
  margin-left: calc(1.75rem * .8); }

.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.25); }

.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed; }

.switch input:disabled + label::before {
  background-color: #e9ecef; }

.switch.switch-sm {
  font-size: 0.875rem; }

.switch.switch-sm input + label {
  min-width: calc(calc(1.5rem * .8) * 2);
  height: calc(1.5rem * .8);
  line-height: calc(1.5rem * .8);
  text-indent: calc(calc(calc(1.5rem * .8) * 2) + .5rem); }

.switch.switch-sm input + label::before {
  width: calc(calc(1.5rem * .8) * 2); }

.switch.switch-sm input + label::after {
  width: calc(calc(1.5rem * .8) - calc(2px * 2));
  height: calc(calc(1.5rem * .8) - calc(2px * 2)); }

.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.5rem * .8); }

.switch.switch-lg {
  font-size: 1.25rem; }

.switch.switch-lg input + label {
  min-width: calc(calc(2rem * .8) * 2);
  height: calc(2rem * .8);
  line-height: calc(2rem * .8);
  text-indent: calc(calc(calc(2rem * .8) * 2) + .5rem); }

.switch.switch-lg input + label::before {
  width: calc(calc(2rem * .8) * 2); }

.switch.switch-lg input + label::after {
  width: calc(calc(2rem * .8) - calc(2px * 2));
  height: calc(calc(2rem * .8) - calc(2px * 2)); }

.switch.switch-lg input:checked + label::after {
  margin-left: calc(2rem * .8); }

.switch + .switch {
  margin-left: 1rem; }

.wrapper-form-progressbar {
  position: relative;
  z-index: 1; }

.wrapper-form-progressbar .form-progressbar {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
  counter-reset: step;
  list-style: none; }

.form-progressbar li {
  position: relative;
  list-style-type: none;
  width: 33.33%;
  float: left;
  text-align: center;
  margin: 0;
  font-weight: 600; }

.wrapper-form-progressbar .form-progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 44px;
  height: 44px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: #333;
  background-color: #f6f6f6;
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  margin: 0 auto 5px auto; }

.wrapper-form-progressbar .form-progressbar li:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #e1e1e1;
  position: absolute;
  left: -50%;
  top: 22px;
  z-index: -1; }

.wrapper-form-progressbar .form-progressbar li:first-child:after {
  content: none; }

.wrapper-form-progressbar .form-progressbar li.active:before {
  background-color: #8bc34a;
  color: #FFF;
  border-color: #8bc34a; }

.wrapper-form-progressbar .form-progressbar li.active:after {
  background-color: #8bc34a; }

.multi-step-form fieldset:not(:first-of-type) {
  display: none; }

/* Social Media
================================================================================================= */
a.fa.bg-facebook {
  background-color: #3b5998;
  color: #ffffff; }

a.fa.bg-facebook:hover {
  background-color: #2e4982; }

a.fa.bg-twitter {
  background-color: #55acee;
  color: #ffffff; }

a.fa.bg-twitter:hover {
  background-color: #4294d2; }

a.fa.bg-youtube {
  background-color: #bb0000;
  color: #ffffff; }

a.fa.bg-youtube:hover {
  background-color: #a80101; }

a.fa.bg-vimeo {
  background-color: #aad450;
  color: #ffffff; }

a.fa.bg-vimeo:hover {
  background-color: #95ba46; }

a.fa.bg-linkedin {
  background-color: #007bb5;
  color: #ffffff; }

a.fa.bg-linkedin:hover {
  background-color: #006b9d; }

a.fa.bg-instagram {
  background-color: #e95950;
  color: #ffffff; }

a.fa.bg-instagram:hover {
  background-color: #d25149; }

a.fa.bg-whatsapp {
  background-color: #4dc247;
  color: #ffffff; }

a.fa.bg-whatsapp:hover {
  background-color: #3fa23a; }

a.fa.bg-rss {
  background-color: #ff6600;
  color: #ffffff; }

a.fa.bg-rss:hover {
  background-color: #e45d03; }

/* Social Share
================================================================================================= */
.social-share {
  display: inline-block; }

.social-share .social-share-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  margin-right: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #7d7d7d;
  color: #ffffff; }

.social-share .social-share-icon i:before {
  font-size: 17px;
  line-height: 34px; }

.social-share .social-share-icon:hover {
  opacity: 0.8; }

.social-share-color a.facebook {
  background-color: #3b5998;
  color: #ffffff; }

.social-share-color a.twitter {
  background-color: #00aced;
  color: #ffffff; }

.social-share-color a.linkedin {
  background-color: #007bb5;
  color: #ffffff; }

.social-share-color a.pinterest {
  background-color: #cb2027;
  color: #ffffff; }

.social-share-color a.google-plus {
  background-color: #dd4b39;
  color: #ffffff; }

.social-share-color a.stumbleupon {
  background-color: #f74425;
  color: #ffffff; }

.social-share-color a.reddit {
  background-color: #ff4500;
  color: #ffffff; }

.social-share-color a.email {
  background-color: #7d7d7d;
  color: #ffffff; }

/* Oembed
================================================================================================= */
.content-embed {
  position: relative;
  background-color: #111;
  padding-bottom: 56.25%;
  padding-top: 0px;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden; }

.content-embed iframe,
.content-embed object,
.content-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Rollover Image
================================================================================================= */
.image-wrapper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }

.ro-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

.ro-icons {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center; }

.btn-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 50%;
  text-align: center;
  background-color: white;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2; }

.btn-icon:before {
  font-size: 20px;
  line-height: 50px; }

.btn-icon-more:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  font-weight: 900; }

.btn-icon-zoom:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900; }

.btn-icon:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: #555; }

/* Icon
================================================================================================= */
.i-lg,
.i-2x,
.i-3x,
.i-4x,
.i-5x {
  display: inline-block;
  line-height: normal; }

.i-lg {
  font-size: 16px; }

.i-2x {
  font-size: 32px; }

.i-3x {
  font-size: 48px; }

.i-4x {
  font-size: 64px; }

.i-5x {
  font-size: 80px; }

.i-hover:hover {
  opacity: 0.8; }

.i-box-lg,
.i-box-2x,
.i-box-3x,
.i-box-4x,
.i-box-5x {
  text-align: center; }

.i-box-light {
  background: #FFF;
  color: #111; }

.i-box-light-o1 {
  background: rgba(255, 255, 255, 0.1);
  color: #FFF; }

.i-box-dark {
  background: #111;
  color: #FFF; }

.i-box-outline-light {
  border: 1px solid #FFF;
  color: #FFF; }

.i-box-outline-dark {
  border: 1px solid #111;
  color: #111; }

.i-box-circle {
  border-radius: 50%; }

.i-box-rounded {
  border-radius: 6px; }

.i-box-lg {
  width: 32px;
  height: 32px;
  font-size: 16px; }

.i-box-lg:before {
  line-height: 32px; }

.i-box-2x {
  width: 48px;
  height: 48px;
  font-size: 20px; }

.i-box-2x:before {
  line-height: 48px; }

.i-box-3x {
  width: 64px;
  height: 64px;
  font-size: 26px; }

.i-box-3x:before {
  line-height: 64px; }

.i-box-4x {
  width: 96px;
  height: 96px;
  font-size: 32px; }

.i-box-4x:before {
  line-height: 96px; }

.i-box-5x {
  width: 120px;
  height: 120px;
  font-size: 40px; }

.i-box-5x:before {
  line-height: 120px; }

.i-box-6x {
  width: 96px;
  height: 96px;
  font-size: 32px; }

.i-box-6x:before {
  line-height: 96px; }

.i-box-7x {
  width: 120px;
  height: 120px;
  font-size: 40px; }

.i-box-7x:before {
  line-height: 120px; }

/* Sections Light and Dark
================================================================================================= */
.section-dark,
.section-dark strong,
.section-dark a:not(.btn),
.section-dark a:hover:not(.btn),
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
  color: #ffffff !important; }

.section-dark a:hover:not(.btn) {
  color: #eeeeee !important; }

.section-light,
.section-light strong,
.section-light a:not(.btn),
.section-light a:hover:not(.btn),
.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4,
.section-light h5,
.section-light h6 {
  color: #333 !important; }

.section-light a:hover:not(.btn) {
  color: #555 !important; }

.g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

/* Table
================================================================================================= */
/* Table with divs type columns */
.table-grid {
  display: table;
  border-collapse: collapse;
  width: 100%; }

.table-grid .row-grid {
  display: block; }

.table-grid .cell-grid {
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-align: center;
  margin-bottom: 5px;
  padding: 40px 15px;
  border: 1px solid #c1c6c8; }

.table-grid .cell-2, .table-grid .cell-3, .table-grid .cell-4, .table-grid .cell-5 {
  width: 100%; }

.table-grid .cell-grid i {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .table-grid .cell-2, .table-grid .cell-3, .table-grid .cell-4, .table-grid .cell-5 {
    width: 49.5%; } }

@media (min-width: 992px) {
  .table-grid .row-grid {
    display: table-row; }
  .table-grid .row-grid:first-child .cell-grid {
    border-top: 0; }
  .table-grid .row-grid:last-child .cell-grid {
    border-bottom: 0; }
  .table-grid .cell-grid {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0; }
  .table-grid .cell-grid:first-child {
    border-left: 0; }
  .table-grid .cell-grid:last-child {
    border-right: 0; }
  .table-grid .cell-2 {
    width: 50%; }
  .table-grid .cell-3 {
    width: 33.333%; }
  .table-grid .cell-4 {
    width: 25%; }
  .table-grid .cell-5 {
    width: 20%; } }

/* Flip Card
================================================================================================= */
.flip-card {
  width: 100%;
  height: 400px;
  perspective: 1000px; }

.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.8s;
  -webkit-transform-style: preserve-3d; }

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); }

.flip-card .flip-card-front,
.flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.flip-card .flip-card-front {
  background-color: #f6f6f6; }

.flip-card .flip-card-back {
  background-color: #888b8d;
  color: white;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); }

.flip-card .bg-flip-card-content {
  width: 100%;
  height: 100%; }

.flip-card-v {
  width: 100%;
  height: 400px;
  perspective: 1000px;
  -webkit-perspective: 1000px; }

.flip-card-v .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: transform 0.8s;
  -webkit-transform-style: preserve-3d; }

.flip-card-v:hover .flip-card-inner {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg); }

.flip-card-v .flip-card-front,
.flip-card-v .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.flip-card-v .flip-card-front {
  background-color: #f6f6f6; }

.flip-card-v .flip-card-back {
  background-color: #888b8d;
  color: white;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg); }

.flip-card-v .bg-flip-card-content {
  width: 100%;
  height: 100%; }

/* Steps
================================================================================================= */
.step {
  list-style: none;
  margin: 0; }

.step-element {
  display: flex;
  padding: 1rem 0; }

.step-number {
  position: relative;
  width: 7rem;
  flex-shrink: 0;
  text-align: center; }

.step-number .number {
  color: #bfc5ca;
  background-color: #eaeff4;
  font-size: 1.5rem; }

.step-number .number {
  width: 48px;
  height: 48px;
  line-height: 48px; }

.number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  border-radius: 10rem; }

.step-number::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 48px;
  bottom: -2rem;
  margin-left: -1px;
  border-left: 2px dashed #eaeff4; }

.step .step-element:last-child .step-number::before {
  bottom: 1rem; }

/* Timeline
================================================================================================= */
.timeline {
  position: relative;
  list-style: none;
  padding: 1rem 0;
  margin: 0; }

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background-color: #eaeaea; }

.timeline-element {
  position: relative;
  width: 50%;
  padding: 1rem 0;
  padding-right: 2.5rem;
  text-align: right; }

.timeline-element::before {
  content: '';
  position: absolute;
  right: -8px;
  top: 1.35rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #eaeaea;
  background-color: #fff; }

.timeline-element:nth-child(even)::before {
  right: auto;
  left: -8px; }

.timeline-element:nth-child(even) {
  margin-left: 50%;
  padding-left: 2.5rem;
  padding-right: 0;
  text-align: left; }

@media (max-width: 767.98px) {
  .timeline::before {
    left: 8px; } }

@media (max-width: 767.98px) {
  .timeline-element {
    width: 100%;
    text-align: left;
    padding-left: 2.5rem;
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .timeline-element::before {
    top: 1.25rem;
    left: 1px; } }

@media (max-width: 767.98px) {
  .timeline-element:nth-child(even) {
    margin-left: 0rem; } }

@media (max-width: 767.98px) {
  .timeline-element {
    width: 100%;
    text-align: left;
    padding-left: 2.5rem;
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .timeline-element:nth-child(even)::before {
    left: 1px; } }

@media (max-width: 767.98px) {
  .timeline-element::before {
    top: 1.25rem; } }

/* Basic */
.container,
.fluid-container,
.row {
  position: relative; }

.alert-light-gray {
  border: 1px solid #e1e1e1 !important;
  background: #f6f6f6 !important;
  color: #555; }

.nav-user-login .active {
  display: none; }

.container-960 {
  max-width: 960px; }

@media (max-width: 767px) {
  /* Manage Display Headers for Mobile Devices */
  .display-1 {
    font-size: 2.125rem !important; }
  .display-2 {
    font-size: 2rem !important; }
  .display-3 {
    font-size: 1.75rem !important; }
  .display-4 {
    font-size: 1.625rem !important; }
  .display-5 {
    font-size: 1.375rem !important; }
  .display-6 {
    font-size: 1.25rem !important; } }

/* Accordion */
.accordion > .card {
  border-radius: 0; }

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

.accordion-style-01 .card:first-of-type, .accordion-style-01 .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0; }

.accordion-style-01 .card {
  border: none;
  background: transparent; }

.accordion-style-01 .card .card-header {
  padding: 6px 10px;
  background: transparent;
  border-bottom: 0; }

.accordion-style-01 .card .card-header h5 {
  font-size: 18px; }

.accordion-style-01 .card .card-header a {
  display: block;
  width: 100%;
  padding: 6px;
  text-align: left; }

.accordion-style-01 .card .card-header a:hover {
  text-decoration: none; }

.accordion-style-01 .card .card-header a .rotate-icon:after {
  content: "";
  position: relative;
  top: 5px;
  right: 10px;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear; }

.accordion-style-01 .card .card-header a[aria-expanded="true"] .rotate-icon:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion-style-01 .card .card-header a[aria-expanded="false"] .rotate-icon:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900; }

.accordion-style-01 .card .collapse {
  border: none; }

.accordion-style-01 .card .card-body {
  border-radius: 0 !important; }

.accordion-style-02 .card:first-of-type, .accordion-style-02 .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0; }

.accordion-style-02 .card {
  border: none;
  background: transparent; }

.accordion-style-02 .card .card-header {
  padding: 6px 10px;
  background: transparent;
  border-bottom: 0; }

.accordion-style-02 .card .card-header h5 {
  font-size: 18px; }

.accordion-style-02 .card .card-header a {
  display: block;
  width: 100%;
  padding: 6px;
  text-align: left; }

.accordion-style-02 .card .card-header a:hover {
  text-decoration: none; }

.accordion-style-02 .card .card-header a .rotate-icon:after {
  position: relative;
  top: 1px;
  right: 10px;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear; }

.accordion-style-02 .card .card-header a[aria-expanded="true"] .rotate-icon:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion-style-02 .card .card-header a[aria-expanded="false"] .rotate-icon:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.accordion-style-02 .card .collapse {
  border: none; }

.accordion-style-02 .card .card-body {
  border-radius: 0 !important; }

.bs-accordion .card {
  margin-bottom: 10px; }

.bs-accordion .card-header {
  padding: 5px; }

.bs-accordion .card-header a {
  display: block;
  padding: 10px;
  font-size: 15px; }

.bs-accordion .card-header i {
  float: right;
  color: #212121; }

/* Button Hover */
.btn-shadow:active:not(.btn-link),
.btn-shadow:focus:not(.btn-link),
.btn-shadow:hover:not(.btn-link) {
  outline: 0;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-wave:not(.btn-link) {
  transition: all .15s ease;
  will-change: transform; }

.btn-wave:hover:not(.btn-link) {
  transform: translateY(-2px) !important;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08) !important; }

/* Gutter */
.gutter-px-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.gutter-px-0 [class^="col-"],
.gutter-px-0 [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gutter-px-1 {
  margin-left: -10px !important;
  margin-right: -10px !important; }

.gutter-px-1 [class^="col-"],
.gutter-px-1 [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.gutter-px-2 {
  margin-left: -5px !important;
  margin-right: -5px !important; }

.gutter-px-2 [class^="col-"],
.gutter-px-2 [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important; }

/* Card */
.card.card-light {
  border: 0 !important;
  border-radius: 0 !important; }

.card.card-light img.card-img-top {
  border-radius: 0 !important; }

.card.card-shadow {
  box-shadow: 0 0 7px #999; }

/* Modal */
.modal.fade {
  transition: opacity .3s linear; }

.light-modal .modal-content {
  background-color: transparent !important;
  border: none !important; }

.light-modal .modal-content .modal-header,
.light-modal .modal-content .modal-footer {
  color: #FFF !important;
  border: none !important; }

.light-modal .modal-content .modal-header .close {
  color: #FFF !important; }

.modal .modal-dialog.modal-left {
  left: 0 !important; }

.modal .modal-dialog.modal-top {
  top: 0 !important; }

.modal .modal-dialog.modal-right {
  right: 0 !important; }

.modal .modal-dialog.modal-bottom {
  bottom: 0 !important; }

.modal.fade.left:not(.show) .modal-dialog {
  -webkit-transform: translate3d(-125%, 0, 0);
  transform: translate3d(-125%, 0, 0); }

.modal.fade.top:not(.show) .modal-dialog {
  -webkit-transform: translate3d(0, -125%, 0);
  transform: translate3d(0, -125%, 0); }

.modal.fade.right:not(.show) .modal-dialog {
  -webkit-transform: translate3d(125%, 0, 0);
  transform: translate3d(125%, 0, 0); }

.modal.fade.bottom:not(.show) .modal-dialog {
  -webkit-transform: translate3d(0, 125%, 0);
  transform: translate3d(0, 125%, 0); }

.modal.show.left .modal-dialog,
.modal.show.top .modal-dialog,
.modal.show.right .modal-dialog,
.modal.show.bottom .modal-dialog {
  transform: none; }

/* Fluid Modal */
.modal .modal-fullscreen {
  position: fixed;
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }

.modal .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  overflow: auto;
  border-radius: 0; }

.modal .modal-full-height {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  min-height: 100%;
  margin: 0;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08); }

.modal .modal-full-height .modal-content {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.modal .modal-full-height .modal-content .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.modal .modal-full-height .modal-content .modal-footer {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.modal .modal-full-height.modal-top,
.modal .modal-full-height.modal-bottom {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.modal .modal-full-height.modal-bottom {
  top: auto;
  min-height: 0; }

/* Side Modal */
.modal .modal-side {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0; }

.modal .modal-dialog.modal-top-right {
  top: 10px;
  right: 10px; }

.modal .modal-dialog.modal-top-left {
  top: 10px;
  left: 10px; }

.modal .modal-dialog.modal-bottom-right {
  bottom: 10px;
  right: 10px; }

.modal .modal-dialog.modal-bottom-left {
  bottom: 10px;
  left: 10px; }

/* Central Modal */
.modal .modal-fluid {
  width: 100%;
  max-width: 100%; }

@media (min-width: 568px) {
  .modal .modal-full-height,
  .modal .modal-side {
    width: 340px;
    max-width: calc(100% - 30px); } }

/* Animations */
@-webkit-keyframes bsGrowIn {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes bsGrowIn {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.bs-animated-grow-in {
  -webkit-animation-name: bsGrowIn;
  animation-name: bsGrowIn;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1); }

@-webkit-keyframes bsFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes bsFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.bs-animated-fade-in {
  -webkit-animation-name: bsFadeIn;
  animation-name: bsFadeIn;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1); }

@keyframes bsSlideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }

@-webkit-keyframes bsSlideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1; }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0; } }

.bs-animated-slide-in {
  -webkit-animation-name: bsSlideIn;
  animation-name: bsSlideIn;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

/* Layout Helpers */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Tooltip */
.ui-tooltip {
  padding: 6px 12px;
  position: absolute;
  z-index: 99;
  max-width: 300px;
  font-size: 90%;
  background: rgba(255, 255, 255, 0.93);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e1e1e1; }

body .ui-tooltip {
  border-width: 1px; }

.ui-tooltip h1,
.ui-tooltip h2,
.ui-tooltip h3,
.ui-tooltip h4,
.ui-tooltip h5,
.ui-tooltip h6 {
  margin-bottom: 6px;
  line-height: normal; }

/* Slider */
.slider-range {
  position: relative;
  margin: 10px 0;
  padding: 0;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.slider-range-val {
  display: inline-block;
  margin-left: 5px;
  background: transparent !important;
  color: #666;
  font-weight: 600;
  letter-spacing: 1px;
  border: none; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-widget-header {
  position: absolute;
  top: -1px;
  height: 5px;
  background: #666; }

.ui-slider .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  top: -6px;
  margin-left: -7px;
  -ms-touch-action: none;
  touch-action: none;
  background: #ffffff;
  border: 2px solid #666;
  border-radius: 50%;
  cursor: ew-resize; }

/* Accordion */
.ui-accordion.default .accordion-section {
  border-top: 1px solid #e0dede; }

.ui-accordion.default .accordion-section:last-child {
  border-bottom: 1px solid #e0dede; }

.ui-accordion.default h3.ui-accordion-header {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 15px 15px 15px 50px;
  outline: none; }

.ui-accordion.default .ui-accordion-header > .ui-icon {
  position: absolute;
  left: 15px;
  right: auto;
  color: #ffffff;
  line-height: 15px; }

.ui-accordion.default .ui-accordion-content {
  position: relative;
  margin: 0;
  padding: 15px;
  overflow: auto; }

.ui-accordion.default .accordion-closed {
  background-color: #555;
  width: 22px;
  height: 22px;
  text-align: center; }

.ui-accordion.default .accordion-closed:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f067';
  font-weight: 900;
  font-size: 9px; }

.ui-accordion.default .accordion-open {
  background-color: #555;
  width: 22px;
  height: 22px;
  text-align: center; }

.ui-accordion.default .accordion-open:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f068';
  font-weight: 900;
  font-size: 9px; }

.ui-accordion.default .ui-accordion-header-active .accordion-open {
  background-color: #666; }

.ui-accordion.light .accordion-section {
  border-top: 1px solid #e0dede; }

.ui-accordion.light .accordion-section:last-child {
  border-bottom: 1px solid #e0dede; }

.ui-accordion.light h3.ui-accordion-header {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 15px 35px 15px 15px;
  outline: none; }

.ui-accordion.light .ui-accordion-header > .ui-icon {
  position: absolute;
  left: auto;
  right: 15px;
  line-height: 22px; }

.ui-accordion.light .ui-accordion-content {
  position: relative;
  margin: 0;
  padding: 15px;
  overflow: auto; }

.ui-accordion.light .accordion-closed {
  width: 22px;
  height: 22px;
  text-align: center; }

.ui-accordion.light .accordion-closed:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  font-weight: 900;
  font-size: 16px; }

.ui-accordion.light .accordion-open {
  width: 22px;
  height: 22px;
  text-align: center; }

.ui-accordion.light .accordion-open:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f106';
  font-weight: 900;
  font-size: 16px; }

/* Tabs */
.ui-tabs.default ul.ui-nav-tabs {
  margin: 0 0 10px 0;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede; }

.ui-tabs.default ul.ui-nav-tabs li {
  width: 100%;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e0dede; }

.ui-tabs.default ul.ui-nav-tabs li:last-child {
  border: none; }

.ui-tabs.default ul.ui-nav-tabs li.ui-tabs-active {
  border-top: 2px solid #363839; }

.ui-tabs.default ul.ui-nav-tabs li.ui-tabs-active a {
  color: #363839;
  font-weight: 600; }

.ui-tabs.default ul.ui-nav-tabs li a {
  display: block; }

.ui-tabs.default .ui-tab {
  padding: 15px; }

.ui-tabs.default .ui-tab ul {
  margin-left: 20px;
  margin-bottom: 20px; }

.ui-tabs.light ul.ui-nav-tabs {
  margin: 0 0 10px 0;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede; }

.ui-tabs.light ul.ui-nav-tabs li {
  width: 100%;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e0dede; }

.ui-tabs.light ul.ui-nav-tabs li:last-child {
  border: none; }

.ui-tabs.light ul.ui-nav-tabs li.ui-tabs-active {
  background-color: #363839; }

.ui-tabs.light ul.ui-nav-tabs li.ui-tabs-active a {
  color: #ffffff;
  font-weight: 600; }

.ui-tabs.light ul.ui-nav-tabs li a {
  display: block; }

.ui-tabs.light .ui-tab {
  padding: 15px; }

.ui-tabs.light .ui-tab ul {
  margin-left: 20px;
  margin-bottom: 20px; }

.ui-tabs.vertical {
  padding: 0;
  width: 100%; }

.ui-tabs.vertical .ui-widget-header {
  border: none; }

.ui-tabs.vertical .ui-tabs-nav {
  width: 100%; }

.ui-tabs.vertical .ui-tabs-nav li {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e0dede;
  margin: 0;
  padding: 10px 20px 10px 10px; }

.ui-tabs.vertical .ui-tabs-nav li a {
  display: block; }

.ui-tabs.vertical .ui-tabs-nav li.ui-tabs-active {
  background-color: #363839; }

.ui-tabs.vertical .ui-tabs-nav li.ui-tabs-active a {
  color: #ffffff;
  font-weight: 600; }

.ui-tabs.vertical .ui-tabs-panel {
  width: 100%;
  margin-left: 0;
  padding: 20px; }

@media (min-width: 992px) {
  .ui-tabs.default ul.ui-nav-tabs li, .ui-tabs.light ul.ui-nav-tabs li {
    float: left;
    width: auto;
    border-bottom: none; }
  .ui-tabs.vertical .ui-tabs-nav {
    float: left;
    width: 25%; }
  .ui-tabs.vertical .ui-tabs-nav li {
    text-align: right; }
  .ui-tabs.vertical .ui-tabs-panel {
    float: left;
    width: 74.5%;
    margin-left: .5%; } }

/* Datepicker */
.ui-datepicker {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  width: 300px;
  height: auto;
  margin: 5px 0 0 0;
  font-size: 12px; }

@media (min-width: 576px) {
  .ui-datepicker {
    width: 100%;
    max-width: 450px; } }

.datepicker-inline .ui-datepicker {
  width: 100%;
  max-width: 600px; }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border: 1px solid #e1e1e1; }

.ui-datepicker-header {
  background-color: #34495e;
  color: #ffffff;
  padding: 5px 0;
  font-weight: bold; }

.ui-datepicker-title {
  text-align: center;
  line-height: 28px; }

.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
  display: inline-block;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
  text-transform: uppercase; }

.ui-datepicker-title span.ui-datepicker-month,
.ui-datepicker-title span.ui-datepicker-year {
  border: none !important; }

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #ffffff; }

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  color: #CCC; }

.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.2; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-prev :before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: 900;
  font-size: 18px;
  display: inline-block; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker-next :before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 18px;
  display: inline-block; }

.ui-datepicker thead {
  background-color: #e4e4e4; }

.ui-datepicker thead th {
  text-align: center;
  font-weight: 700; }

.ui-datepicker th {
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 11px;
  width: 30px;
  color: #666666;
  text-shadow: 1px 0px 0px #ffffff;
  border-bottom: 1px solid #e1e1e1; }

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #e1e1e1; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #e1e1e1; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #666666; }

.ui-datepicker-calendar .ui-state-highlight {
  background: #3498db !important;
  color: #FFF !important; }

.ui-datepicker-calendar .ui-state-disabled.disable-date span.ui-state-default {
  background: #e74c3c !important;
  color: #FFF !important; }

.ui-datepicker-calendar .ui-state-hover {
  background: #f9f8c8;
  color: #333; }

.ui-datepicker-calendar .ui-state-active {
  background: #2ecc71 !important;
  color: #ffffff !important;
  position: relative;
  margin: 0; }

.ui-datepicker-unselectable .ui-state-default {
  background-color: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-buttonpane {
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 5px; }

.ui-datepicker-buttonpane button {
  border: 1px solid #e1e1e1;
  padding: 5px 10px; }

/* Text */
.has-text-align-left {
  text-align: left !important; }

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

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

/* Color */
.has-white-color {
  color: #fff; }

.has-light—gray-color {
  color: #f6f6f6; }

.has-dark-gray-color {
  color: #333; }

.has-dark-color {
  color: #111; }

/* Images */
.alignwide img,
.alignfull img {
  width: 100%; }

.alignfull {
  position: relative;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

.wp-block-image figcaption {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px;
  text-align: center; }

.wp-block-image .aligncenter {
  display: block;
  text-align: center; }

.wp-block-image .alignleft {
  display: inline-block;
  float: left; }

.wp-block-image .alignright {
  display: inline-block;
  float: right; }

.spinner {
  animation: spinner 1s infinite linear; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.loading-round:before {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 3px #bababa;
  border-right: solid 4px #bababa;
  border-bottom: solid 3px #bababa;
  border-left: solid 3px #bababa; }

.loading-round:after {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 3px #666;
  border-right: solid 3px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 3px transparent;
  position: absolute;
  top: 0;
  left: 0;
  animation: loading-round-animate 1s ease-in-out infinite; }

@keyframes loading-round-animate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.loading-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-top: 4px solid transparent;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading-circle-spin 1s infinite linear;
  animation: loading-circle-spin 1s infinite linear; }

@keyframes loading-circle-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loading-rotating-plane {
  width: 48px;
  height: 48px;
  background-color: #666;
  -webkit-animation: loading-rotatePlane 1.2s infinite ease-in-out;
  animation: loading-rotatePlane 1.2s infinite ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

@-webkit-keyframes loading-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes loading-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.loading-spinner-pulse {
  width: 48px;
  height: 48px;
  background-color: #666;
  border-radius: 100%;
  -webkit-animation: loading-pulseScaleOut 1s infinite ease-in-out;
  animation: loading-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes loading-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes loading-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.loading-large {
  position: relative;
  width: 62px;
  height: 62px;
  display: inline-block;
  box-sizing: border-box; }

.loading-large:before,
.loading-large.loading-round:after {
  width: 62px;
  height: 62px; }

.loading-large-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -31px;
  margin-top: -31px; }

.loading {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box; }

.loading-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px; }

.loading-small {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-block;
  box-sizing: border-box; }

.loading-small:before,
.loading-small.loading-round:after {
  width: 28px;
  height: 28px; }

.loading-small-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -14px; }

.post-sizer {
  display: none; }

.style-grids:after {
  content: '';
  display: block;
  clear: both; }

.style-grids .card h2.card-title {
  font-size: 18px;
  margin-bottom: 5px; }

.style-grids .card .card-subtitle {
  display: inline-block;
  margin-bottom: 15px; }

.style-grids .card .card-links a.card-link {
  text-transform: uppercase;
  font-size: 90%;
  letter-spacing: 1px; }

.style-grids .card .card-links .post-comments {
  font-size: 14px; }

.image-layout .post-item {
  margin-bottom: 40px; }

.image-layout .post-item h2 {
  font-size: 18px;
  margin-bottom: 10px; }

.post-list .post-item {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0; }

.post-list .post-item h2 {
  font-size: 18px;
  margin-bottom: 0; }

.post-views {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 15px;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  z-index: 2; }

.post-thumbnail {
  position: relative; }

.meta-footer {
  margin-top: 20px;
  padding: 8px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }

.meta-footer .meta-footer-left {
  width: 80%;
  float: left; }

.meta-footer .meta-footer-right {
  width: 20%;
  text-align: right;
  float: right; }

ul.line-meta {
  margin: 0;
  list-style: none; }

ul.line-meta li {
  display: inline;
  margin: 0;
  padding: 0 5px;
  border-left: 1px solid #e1e1e1; }

ul.line-meta li:first-child {
  padding-left: 0;
  border-left: none; }

/* Post Single */
body.single-post .post-single {
  margin-bottom: 20px; }

.post-single .featured-images-single {
  display: block;
  margin: 0 auto 20px auto;
  width: 100%;
  height: auto; }

.post-single .meta-footer {
  font-size: 90%;
  margin-bottom: 20px;
  padding: 12px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
